Also noticed that if i zoom out the js slide dosnt change it stays at max width but everything else works fine .... maybe this points to a solution iv not got the knowledge to notice
Also noticed that if i zoom out the js slide dosnt change it stays at max width but everything else works fine .... maybe this points to a solution iv not got the knowledge to notice
Has anyone (else) tried this with ZC1.5.4 yet. My results so far are zero lol
Mike
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Will do so later, am still fighting with the merge of the tpl_main_page.php as I have a template installed over the top too which has already modified that file. Appears to be |(partly) where my trouble is.
Mike
If you open your customized tpl_main_page.php, just add the code below right before the </body> tag
that's allPHP Code:<!--BOF cookie control script-->
<?php if (COOKIE_CONTROL_STATUS == 'true'){?>
<?php require($template->get_template_dir('tpl_cookie_control.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_cookie_control.php');?>
<?php } ?>
<!--EOF cookie control script-->
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.