Viewing 3 reply threads
You must be logged in to reply to this topic.
Is it possible to have the extra side nav widget default to open on the home page (and not show up on other pages)? Thank you.
Hello, that post does not appear to be resolved. Please see my original question.
Hello,
The code I provide on that topic does work but you should change the page it for home. Try this (add it at the end of the file /js/main.js):
$(document).ready(function(){ if($('body').hasClass('home')) $('.extra_navigation_button').click(); });
Best regards!
You must be logged in to reply to this topic.