I created a subtheme for my bootstrap theme and added a new container for a header image.
Unfortunately, the width of this cointainer doesn't fit to the width of the other containers, like the navbar.
I've tried to add "margin-right: 30px" to fix the overlapping, but that didn't work.
When switching an existing D8 site from 5.5 to 5.6, it’s necessary to clear cache, because the compiled Twig files will all be incompatible (having been compiled under 5.5).
These files live in /sites/default/files/php/twig
If you switch an existing D8 site to 5.6, unless your site’s in dev mode, you’re going to get a 500 error on page load, and of course you won’t be able to get to your Performance page to clear cache from the admin interface; so use drush and do drush cache-rebuild
Worked for me, anyway.
I have a view and customize it with a template named views-view-fields--myviewname--page-list.tpl.php. My problem is that exposed filters doesn't showing when loading the page. But in preview in view editing screen showing as expected.
And I try drupal default theme "Bartik " and exposed filters appears and worked perfectly. Is there a solution about this issue?
Hello Dear Experts,
I am new in Drupal 8 so Could someone please help me how to write a query that can give me multiple images urls for a node in Drupal 8. Then I want to send it to a twig theme to style them.
here is a part of my code that i have written so maybe someone can help me to modify it: