• Hi!

    i would like to creat a button-dropdownmenu-like as follow

    <div class="dropdown">
      <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Dropdown Example
      <span class="caret"></span></button>
      <ul class="dropdown-menu">
        <li><a href="#">HTML</a></li>
        <li><a href="#">CSS</a></li>
        <li><a href="#">JavaScript</a></li>
      </ul>
    </div>

    this was displaying properly for some minutes of test, and since, doesn’t anymore, and i don’t get why… i see now one grey button, and then tree links strait on my page instead of a dropdown menu.

    any idea what i should do to make it work?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try clearing your browser cache.

    Can you post the URL?
    Are you using Javascript to do the toggle?

    Thread Starter Gauchier

    (@gauchier)

    Thank you for your answer

    here is the link

    clearing my cache didn’t change the thing.

    I am not so much familiar with this king of things nor vocabulary, so i will try to be clear. My wp has a visual composer. On this page, i pasted this code in ‘javascript brut’, in “html brut’, and as text. All giving me the same result yet.

    It would be best to contact directly the support for your visual composer.

    Thread Starter Gauchier

    (@gauchier)

    But i have the same problem when using the classical mode and pasting it as text…

    If you said it did initially work but then stopped – it could be a plugin conflict.

    Have you tried deactivating all of them and then reactivating one at a time?

    Thread Starter Gauchier

    (@gauchier)

    I think i will give that in the hands of a friend more experimented than I, as I would fear to do anything wrong…

    With this, i was just trying to find an alternative to a problem that i have, and not creating my self a new problem. If there is a conflict, then i should find an other alternative to my problem.

    But, anyway, thank you for your time and answers.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘my dropdown-menu-button doesn't display as it should… any idea?’ is closed to new replies.