• Resolved migartua

    (@migartua)


    Hello, I’m using a theme that I really like (Shop Isle Version: 1.1.40) and I’d hate to have to change it but there seems to be a conflict between the theme navigation and the LDD directory plugin navigation.

    When I scroll down, it hijacks the LDD navigation bar and puts it at the top behind the main navigation. Both on the home page and on the directory page.

    I think it’s due to both being named “navbar” in the code so the LDD navigation adheres to the theme’s code.

    What can be done? Any workaround? Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter migartua

    (@migartua)

    It seems I’ve fixed it by installing the previous version of the theme. Their latest update seems to conflict with the menu of the LDD plugin.

    • This reply was modified 7 years ago by migartua.

    Thanks for bringing this forward, I will install the theme to check the issue, will updated you soon.

    Thread Starter migartua

    (@migartua)

    Thanks!

    This is the issue with the theme, they are using .navbar class for animation, .navbar is bootstrap class and normally we dont use bootstrap classes in custom jQuery. we can replace $( ‘.navbar’ ) with $( ‘.header .navbar’ ) in theme assets/js/custom.js on line 579

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