Totally Zenned
- Join Date:
- Oct 2008
- Location:
- Croatia
- Posts:
- 1,768
- Plugin Contributions:
- 20
ZX Slideshow support thread
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
<?php if(ZX_SLIDESHOW_STATUS == true) { ?>
to
<?php if(ZX_SLIDESHOW_STATUS == 'true') { ?>
Currently, the on/off switch doesn't work until you make this change.