• Resolved nineplanetsllc

    (@nineplanetsllc)


    We’re using the Dazzling theme (https://www.ads-software.com/themes/dazzling/), and there seems to be a conflict between the drop down menus on the top navigation from the theme and something with the meetings plugin. The nav menus work fine on most pages, but on the ones where the meetings plugin is included, they stop working.

    Looking at the source, the code between the theme drop downs and the plugin ones look pretty similar, I’m thinking the same base is being used for those and something in the plugin is overwriting some setting that’s causing an issue with the themes menus. Any ideas on this? Is there some way the plugin could be adjusted to avoid this conflict?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there,

    Yeah, the issue is that bootstrap is being included twice. I don’t have an immediate fix for this, but will come up with something soon.

    – Josh

    Ok, try 2.14.12, just added. This should fix it.

    Thread Starter nineplanetsllc

    (@nineplanetsllc)

    Yes, that did it. Thanks!

    I updated to 2.14.12 about half-hour ago and now my pull-down menus aren’t working ?? I’m a complete noob with WordPress and this plug-in – can you help me?

    Hi Lisa,

    Did you happen to override the meeting list page by adding an archive-meetings.php to your theme? If so you should re-update. Or if that’s going to be a lot of work because you did a lot of customizations, just change where you have:

    <button class="btn btn-default tsml-dropdown-toggle" data-toggle="dropdown" type="button">

    to

    <button class="btn btn-default" data-toggle="tsml-dropdown" type="button">

    Let me know if that fixes it!

    Thank you, thank you, thank you!! That worked. You are the best!

    Lisa.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menu conflict’ is closed to new replies.