Bootstrap Dropdown dont work if EBS Pro ist activated

Home Forums Easy Bootstrap Shortcodes PRO Bootstrap Dropdown dont work if EBS Pro ist activated

Viewing 3 reply threads
  • Author
    Posts
    • #4205
      Shenja Kremzow
      Participant

      Hello,
      we use EBS Pro on different of our Websites. On one page now we have a problem. If EBS Pro ist activated the bootstrap dropdown in our main menu doesn’t open. Firebug says on click: empty string to getelementbyid in jquery.
      We use wp 4.0.1 ab EBS Pro 3.8. Our theme is a selfmade Bootstrap theme. Edit settings which bootstrap file are used (theme or plugin) has no effect.

      Any Ideas anyone?

      Thanks for your help!

      shenja

    • #4769
      Arturo Macias
      Participant

      Same problem here.

    • #4773
      Arturo Macias
      Participant

      It seems that adding a Button Dropdown element to a page solve the problem in that page.

      I don’t know why is this happening, but i have solved the problem adding a display:none div in theme footer, and adding a do_shortcode like this:

        <div style="display:none">
              <?php echo do_shortcode('[qd_dropdown dropup="dropdown"]
                                          [qd_dropdownhead style="btn-default" size="" split=""]
                                          Dropdown
                                          [/qd_dropdownhead]
                                          [qd_dropdownbody]
                                          [qd_dropdownitem type="menuitem" link="#" ]Dropdown Item[/qd_dropdownitem]
                                          [/qd_dropdown]'); ?>
          </div>

      It’s possible that the shortcode add some javascript or so?

      • This reply was modified 9 years, 2 months ago by Arturo Macias.
    • #4975
      Luke Van Lathum
      Participant

      Hi guys I have the same problem here… seems like a bit of a bug?

Viewing 3 reply threads
  • You must be logged in to reply to this topic.