
Originally Posted by
spawnie69
Not too sure what went wrong but I got a bordered white box after install on 1.39h with the following plugins
(recover cart, edit orders, ty package tracker, SEO URLS, Sitmaps XML, Image Handler 2)
The ZX SlideShow is set on flase in my admin.
No files were overwritten so this is strange to me. Am I overlooking something?
Thanks for the help if someone can shed some light.
Here is the site:
http://gelcandleswholesale.com/
This is a well known bug in the module... I really need to submit an updated version...
Find your includes/templates/classic/templates/tpl_index_default.php and change
Code:
<?php if(ZX_SLIDESHOW_STATUS == true) { ?>
to
Code:
<?php if(ZX_SLIDESHOW_STATUS == 'true') { ?>
Currently, the on/off switch doesn't work until you make this change.
Bookmarks