• Resolved dosenlunch

    (@dosenlunch)


    All,

    my page uses a mobile menu that seems to automatically generate itself by including everything with a “.navigation”:

    	var maiNnav = $(".navigation"),
    		mobileNav = $("#mobilemenu");
    		mobileNav.append('<ul></ul>');
    	var	mobileUl = $('#mobilemenu > ul');

    I have now installed the plugin Site Reviews and this also uses the term navigation in its code. Consequently, the mobile menu does include rows that originate from the Site Review template.

    How can I exclude the plugin files from the mobile menu? Is there a java script tag that I can add to the mobile menu script so that it does not scan the plugin files?

    Thanks,
    Dominik

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude Files from Automatically Created Mobile Menu’ is closed to new replies.