Bootstrap 5 Dropdown Menu Not Working In Helix Framework - Question | JoomShaper

Bootstrap 5 Dropdown Menu Not Working In Helix Framework

I

infini

Helix Framework 1 year ago

im having a problem adding a bootstrap dropdown menu in my sp page builder page via raw html, as well as in my modules. any ideas what may be blocking the dropdown menu in helix ultimate theme? when i change from helix ultimate to cassiopia template, the bootstrap dropdown menu works.

this is the temp url : https://int2.infinidev.co/another-page or a blank page: https://int2.infinidev.co/blank

https://getbootstrap.com/docs/5.0/components/dropdowns/

<div class="dropdown">
  <a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
    Dropdown link
  </a>

  <ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
    <li><a class="dropdown-item" href="#">Action</a></li>
    <li><a class="dropdown-item" href="#">Another action</a></li>
    <li><a class="dropdown-item" href="#">Something else here</a></li>
  </ul>
</div>
0
3 Answers
Pavel
Pavel
Accepted Answer
1 year ago #104535

Hi. Perhaps there is a conflict with some kind of third -party extension. In pure Helix and Raw HTML addon everything works well.

0
I
infini
Accepted Answer
1 year ago #104537

thanks for checking, Pavel!

I have been testing, and I'm glad to see you have a working version, ill continue trying. best regards.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #104538

Hi infini

Thanks for contacting us. And thanks Pavel for sharing it.

-Regards.

0