Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi There,
Firstly, thanks for a great theme. I find it very intuitive to use. I have come across one issue however which I am having trouble rectifying.
When using the regular menu system(not mega), A child item on level 3 does not disappear when you roll out of the parent item. Is this how it is meant to be? If so, is there a way to modify that functionality?
An example can be viewed here
https://careergp.com.au.202-164-22-102.webclick.com.au/
Pathways to GP > Australian Trained Doctor/Overseas trained doctor > Career Guidance Matrix
Thank you in advance.
Prashant
Hello,
Please downlaod the latest theme update, this issue is fixed.
Best regards!
I downloaded and implemented the latest theme a couple of days ago. Is there a way to see which theme version I am using?
Thanks
Hello,
Go to Appearance -> Themes -> Specular -> theme details.
It seems you have the latest theme version.
Please edit the file /js/main.js.
Find the lines
$('.header_1 nav .menu li .sub-menu').each(function(){ $(this).parent().first().addClass('hasSubMenu'); });
and replace with:
$('nav .menu li .sub-menu').each(function(){ $(this).parent().first().addClass('hasSubMenu'); });
Best regards!
You must be logged in to reply to this topic.