Viewing 8 replies - 1 through 8 (of 8 total)
  • When I go to https://test.cgfrog.com/, the menu that is configured to be sticky with this plugin (“.ubermenu”) does not have any submenus to start with, I only see “Latest” and “Popular”.

    Can you elaborate please?

    Thread Starter cgartist.amit

    (@cgartistamit)

    Mark please check it again there are two more links. One of them is user icon with drop down menu.

    Thread Starter cgartist.amit

    (@cgartistamit)

    If you want add more menu items with submenu for error diagnosis purpose i’ll create.

    Have you tried turning off Dynamic Mode for the plugin? I’m not sure if it it’ll work, but it’s worth a shot. If not, I’ll have to look deeper into it but there’s a chance that Ubermenu and my plugin are not compatible over that.

    Thread Starter cgartist.amit

    (@cgartistamit)

    after turning off dynamic mode, plugin is not work

    I’m gonna have to look deeper into this. I’ll let you know when I find out more about it, please give me a couple of days.

    Thread Starter cgartist.amit

    (@cgartistamit)

    Hello Mark,

    Any update…. Please suggest

    I’m afraid I haven’t been able to find the problem so far.

    I wanted to install Ubermenu on my own test setup to analyze it more, but since they don’t have a free version available that’s not gonna work.

    From what I can see, the way Ubermenu works, it is basically incompatible with the way my plugin works (or vice versa). The only thing I can think of it to add a workaround in your jQuery code that would make the clone act like a regular Ubermenu. Something like this:

    $('#navigation').on('click', '.cloned a.ubermenu-target', function(e){
    	if ($(this).parent().hasClass('ubermenu-active')) {
    		$(this).parent().removeClass('ubermenu-active');
    	} else {
    		$(this).parent().addClass('ubermenu-active');
    	}
    });

    This is just a guess (I can’t actually test it myself) and may not work, and even if it does, it may not work perfectly so perhaps some additional coding is required.

    Unfortunately, that’s all I can come up with at the moment, but I would suggest getting in touch with the Ubermenu people. Perhaps they can help a little further.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Wjen sticky scroll menu dropdown not working’ is closed to new replies.