I have a div that contains product details(image, product name, and cost) when the user clicks on a product like image or product name it should redirect to the page. I created a link field but it will work for 2 fields if I give same link for product name and product cost the href works but for image or div href is not working
I am currently hosting a Drupal 9 site on my local machine, and am running into some Twig Templating issues for a custom view I want to create.
The view to be created's machine name is "d9_at_a_glance". In a template called "views-view-d9_at_a_glance.html.twig", I have access to all of the fields I created at the Drupal View UI level (aka Title and Content Type), however I wish to add a few more custom variables using php code and queries.
It looks as though Flex is adding a white space of 82px at the top of this site - newprospect-bs.com. Incidentally, 82px is the size of the admin toolbar space when logged in.
Dear All, I understand that there's a lot of documentation for this, but I can never understand this part and till this day couldn't find a complete example of how it's done.
Simply put, I want to use ScrollReveal in my js for some blocks.
1) I download ScrollReveal in web/libraries folder
My goal is to work on theming's css without boring and time-consuming hassle of clearing cache on every small change. I've collected a few pointers that I've implemented, but even now I still have to clear the cache every time. What is missing from these settings?
What i did
1) Disabled the cache in services.yml
debug: true
auto_reload: true
cache: false
2) Created the settings.local.php file and enabled it in settings.php