Help PixTheme
  • Home
  • Theme Documentation
  • Forums
  • Log In / Sign Up

Community Forums

Please use one topic for only one question.

Please use one topic for only one question.

Please use one topic for only one question.

Homepage/Forums/Nelva – Multipurpose WordPress Theme/Hover Problem of Navigation

Hover Problem of Navigation

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • 6 years, 8 months ago tr_bp
    Participant

    Hi there, I just want to share a problem i solved in this theme.

    Problem:

    If you would have a menu Item with children, click on one of them(1 level) and stay on that “li” item, it would open as soon as you leave it (or its children).

    Solution:

    i figured out that in the “/nelva/assets/header/header.js” file on line 203 the following functionality must be changed:

     

    $(“.layout-theme  .dropdown”).hover(

    function() {

    $(this).addClass(‘open’);

    },

    function() {

    $(this).removeClass(‘open’);

    }

    );

    the “.toggleClass()” causes this problem for me.

     

    If i’m wrong and this is not how it should be done, pls tell me.

    6 years, 8 months ago Support team
    Keymaster

    Hi.

    Is this a bug in the mobile version?

    6 years, 8 months ago tr_bp
    Participant

    hi there

    no, i am facing this in desktop version, using chrome Version 68.0.3440.106 on windows 10 pro

     

    cheers

    6 years, 8 months ago Support team
    Keymaster

    Yes. Thank you a lot. I see it on windows.

    We include it in future update.

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

You must be logged in to reply to this topic.

Already a member? Sign In

Log In
Register Lost Password

The Best Thanks

© 2013-2024 PixTheme Studio. All Rights Reserved.