I am a new user here but I am having an issue and hoping to find a solution. I have a banner brick for an English page that is also translated on several other of the same translated page. I want to change the content for the English page but not have it affect the other languages. What is the best way to do this?
I've got a View of image fields in a 3 column Blazy Grid sorted by title. However, the cursed thing displays the images by column first top-to-bottom rather than by row first left-to right.
I can find no settings in the View, Blazy, or the Blazy Grid to set it to arrange the images by row left-to-right rather than by column top-to-bottom.
I'm using drupal 8.8 and I'm looking for a way to display in my taxonomy exposed filters, only taxonomies terms which are related to contents(nodes). In other words i don't want to dysplay terms which are not related to content. I suppose that i have to make a hook_form_views_exposed_form_alter. But i don't know how to retrieve only the "good" terms.