Hi!
Yes, i know i can create a menu item with product details page, but i don't want to create every time a menu item for each new product and yes, i know i in vm configuration -> templates i can choose which layout. But its shows again the header, menu, footer... I don't want that. I want only a blank screen then after 5 sec it redirect you to the webshop.
(I can create it self)
I can't disable the menu, footer... in modules for like homepage, categorie page because its created with index.php file.
Created javascript:
<script type="text/javascript">
$(document).ready(function(){
$("#back-header").hide()
});
</script>
To hide header, menus, footer.. it works but it hide after the page is loaded :-\
Pasted the javascript in default.php file in templates overrides.