- Issue created by @rramirezsn
- 🇨🇼Curaçao rramirezsn
</div> </div> </nav> {% endif %} {% if is_front %} {% if slideshow_display %} <div id="header-carousel" class="carousel slide carousel-fade" data-bs-ride="carousel"> <div class="carousel-inner">
Problem is with is_front variable that never get the "TRUE" value therefore the slideshow is never display.
How can I fix this? my frontpage is defined as "/inicio".
- 🇮🇳India ravi kant Jaipur
I have just tested in Drupal 10. The slider is working fine after making a change in the info file for Drupal 10 compatibility.
@rramirezsn Do you want a solution for Drupal 9 because Drupal 9 has been deprecated now. - 🇨🇼Curaçao rramirezsn
hi @ravi:
Im using drupal 10.2.3.
I managed to get it working, seem a problem with my frontpage definition.By the way with change did you made to the info file?
One question, when scrolling the menu is not fixed to top, see attached image, is that normal behaviour? how can put it fixed to top when scrolling?
- 🇮🇳India ravi kant Jaipur
@rramirezsn
One question, when scrolling the menu is not fixed to top, see attached image, is that normal behaviour? how can put it fixed to top when scrolling?
This issue need to do in separate ticket.
- 🇨🇼Curaçao rramirezsn
@ravi
thanks, I already fix it. Was a top padding defined on /lib/style.css.
.sticky-top.navbar-dark { position: fixed; /*top: 79px;*/ background: #FFFFFF; }