I can save you some time, I was doing some testing and it seems to be Jakes fantastic 'Nodes as tabs' add-on is causing the issuesOk, I see that bug. For some reason part of HTML code is missing, which prevents script from copying navigation.
I'll test it.
			var tabs = $('#navigation .mobileExtraTabs');
			if (!tabs.length)
			{
				return;
			}
			tabs.before('<div class="mobileMainTabs" style="display: none;"><ul></ul></div>');
				var tabs = $('#navigation .mobileExtraTabs');
			if (!tabs.length)
			{
				tabs = $('#navigation .navTabs > ul:last-child');
				if (!tabs.length)
				{
					return;
				}
				tabs.after('<div class="mobileMainTabs" style="display: none;"><ul></ul></div>');
				tabs = $('#navigation .mobileMainTabs');
			}
			else
			{
				tabs.before('<div class="mobileMainTabs" style="display: none;"><ul></ul></div>');
			}
	





Add this to extra.css template:Code:.widget-tabs h3 { margin: 0 !important; padding: 0 !important; font: inherit !important; color: inherit !important; line-height: 25px; } .widget-tabs h3:after { display: none !important; }
We use essential cookies to make this site work, and optional cookies to enhance your experience.