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.
All webpages of my website include a floating (scroll-following) "whatsapp contact now" button in the bottom part of the viewport, which I add with JavaScript and CSS in the following pattern.
Searched for an easy solution, guessing it will take some custom code. But hoping there is an easy feature I am overlooking.
Running drupal 8.
I have a view that we use as a fulfillment page to show one type of content(orders) that are created by the users(customers) of the site but with many fields added showing us extra information about the user(author of content) and the order in table format (grouping fields).
I am simply trying to add another field that I can put into the grouping fields section that shows:
Can you tell me if Drupal is able to do what I want?
Maybe with extensions like ECA but I'm new to Drupal and I'm not sure about Drupal's possibilities.
Using Drupal 10.2.5. hosted on AWS Lightsail Bitnami installation. I have content which I want to display on 2 different pages formatted differently. I am using a custom theme and overriding the TWIG “node.html.twig” template as suggested. The first TWIG override template is called “node--view--page1--block02.html.twig”, when I display the first page the correct template is used, and the page is displayed as expected.