Home Forums WoodMart support forum Owl navigation in sub menu triggers dropdown when not visible

Owl navigation in sub menu triggers dropdown when not visible

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #149026

    dsl-ms
    Participant

    I’m having issues with owl navigation that sits within a menu and is being triggered before the menu is open… Sounds confusing, all will make sense when you see for yourself, please check the private area for more info.

    #149098

    Hello,

    I have test your site while hovering a little above from the sorting drop down your shop menu shows.

    It seems something exist at that point but it’s hidden and conflicts.

    Kindly deactivate all the third party plugins and then back if the issue is still there than share your site login details so I will help you out.

    Video: https://jmp.sh/rwklS1E

    Best Regards.

    #149486

    dsl-ms
    Participant

    Hi Aizaz,

    Please use the link in the private area, plugins disabled.

    #149627

    Hello,

    Please edit the HTML block which you are using for the Shop Menu >> Then Edit Product Tab Element >> Set these settings shown in the screenshot: http://prnt.sc/phuvnn

    After that your issue will be solved.

    Best Regards.

    #149673

    dsl-ms
    Participant

    That doesn’t solve the issue, it just removes the navigation arrows and functionality that is required.

    Can you please provide a proper fix?

    #149785

    Hello,

    Your issue is resolved now. Actually your mega menu pointer events executes with more than one hover point.I used the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS to fix this issue:

    .menu-mega-dropdown .woodmart-products-tabs.tabs-design-simple .owl-nav > div {
        pointer-events: none;
    }
    .menu-mega-dropdown:hover .woodmart-products-tabs.tabs-design-simple .owl-nav > div {
        pointer-events: auto;
    }

    Video for clarification: https://jmp.sh/Ijogdor

    Best Regards.

    #149970

    dsl-ms
    Participant

    That’s more like it 🙂
    All fixed now, thank you!

    #149974

    Most Welcome :-)

    If you do not mind, can you please leave 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-).

    Topic Closed.
    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Owl navigation in sub menu triggers dropdown when not visible’ is closed to new replies.