Reply To: Start background Fullscreen page with Fullscreen Mode toggled on
Welcome to iMaginem Support! | Forums | Digon Responsive Fullscreen Studio for WordPress | Start background Fullscreen page with Fullscreen Mode toggled on
Hi Lex,
You can use the jquery trigger command to trigger a fullscreen toggle. It’d be to the same class the click function is applied to.
jQuery('.menu-toggle').trigger('click');
You’ll need to have this code inside a function.
wordpress function
is_front_page();
You can adjust the width in percentage too. Will need to edit style.css file.
I’d recommend contacting a developer on these.
Thanks