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 am developing a project based on DRUPAL 8 which requires lots of page requests from anonymous and authenticated users where the caching for pages are disabled as for project requirements. Moreover, the project is based on plenty of:
> Conditional event driven action executions.
> If, then, else conditions
> Views result variables.
> Loop action executions.
> Custom form validations.
> Explicity variables declaration.
> Scheduled Actions.
I am building my first drupal 8 site in acquia dev desktop 2. So far, I just created a views slideshow block using bootstrap Carousel and placed it in a region. I am building it in chrome. Slideshow just works fine in chrome. However, when I visit the page in other browsers, style breaks and slideshow not working. I cleared the cache and I still have the same issue.
Hello,
I defined a view slide show, cycling through 10 images. It works just fine, except that I always want ONE of the images to always be displayed first when the page is called originally. For the rest of the images the sort order doesn't matter. Is there something like a "weight" to accomplish this? Creation date or Last-Authored date is not really the solution in my case.
Thanks for any hints
H. Stoellinger