Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I posted this in the theme forum to which it applies, but I also suspect it's a larger Drupal 8 issue and not necessarily related specifically to any certain theme.
I've installed a sub-theme, according to the step-by-step instructions in the Drupal 8 documentation. I've checked multiple times that everything, including space-indentation and folder structure, is all correct, but the sub-theme is not inheriting the CSS from the parent theme.
I learnt that by going to /admin/config/development/configuration/single/export you can export YML file along with suggested file name. If you place this YML file in another install's [CUSTOM_THEME]/config/install folder with the suggested name, your block is placed in the desired region.
For some reason though all the blocks created by Views do not appear in /admin/config/development/configuration/single/export.
I tried to manually modify the files it generate to get the YML I needed, but it didn't work. Has anyone ever done it and is it even possible?
Can someone please advise how I can add something like this https://codepen.io/shvvffle/pen/JRALqG to a block on my site? Or even point me toward to a module that does the same thing. Thank you.
What I did was create a counter,js file and paste the javascript code in there and upload to the /site/all/theme_name/js directory and specify it in the theme_name.info file. Also copied the css file in to the css directory of the theme and also specified in the theme_name.info file as well.
I've got a completely built site under Symfony 4.3 with a working theme split into multiple twig templates (ex., header/body/footer/etc). How difficult would it be to refactor those twig templates into Druapl?