Hello again. The update is available to download through the official page here
If you find any problems report them here.
Thank you!
Hello again. The update is available to download through the official page here
If you find any problems report them here.
Thank you!
Hi
I have installed this mod but can't get it to work. It doesn't display on my page.
In the tpl_index_default.php I noticed it references a file that does not exist, see below:
There is no file called zx_slideshow.php in the download. If I try and change this from zx_slideshow.php to frontpage_slideshow.php it then shows an error.Code:<!-- begin edit for ZX Slideshow --> <?php if(ZX_SLIDESHOW_STATUS == 'true') { ?> <?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?> <?php } ?> <!-- end edit for ZX Slideshow -->
I am using a new install of zencart v1.5.1
Any help greatly appreciated.
Thanks
Hi sportbilly,
I've just tried to update to the new one posted, but nothing is showing on front page.
The old one was working. Have done the uninstall of old, with sql files supplied.
It appears to be working in admin under both Configuration and Tools menus and upload of image states it worked.
Have chosen an image of just 200 wide for testing and have the module enabled in config.
Anyone else tried upgrading?
(edit: have just seen someone else has posted with trouble, will keep updated if I find a fix)
Last edited by mcpisik; 22 Apr 2013 at 07:45 AM.
v1.5.6c
https://partydudes.co.nz
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/abc/public_html/abc.co.nz/admin/frontpage_slideshow.php:47) in /home/abc/public_html/abc.co.nz/admin/includes/functions/general.php on line 21
I've looked on line 47, but not sure if something is incorrect.
Info I've searched suggests this error can be related to echo statements.PHP Code:echo '<table border="0" width="100%" cellspacing="2" cellpadding="1" align="center">' . "\n";
(http://www.zen-cart.com/content.php?...s-already-sent)
But I don't know the fix
(no extra space at start or end)
v1.5.6c
https://partydudes.co.nz
Ok thank you both guys for mentioning errors. I could not see them at my end. I will post an updated version now.
It appears my links for the slide aren't working either.
And now I've had time to add extra slides, it only shows the border outline with no slide image.
If I reduce it to one slide only (like a static image) then it displays.
v1.5.6c
https://partydudes.co.nz
Hi, it seems i accidentally included a wrong 'tpl_index_default.php' file from another slideshow plugin.
To make it work, please open includes/templates/YOUR_TEMPLATE/templates/tpl_index_default.php
And at line 18 change from
to this:Code:<!-- begin edit for ZX Slideshow --> <?php if(ZX_SLIDESHOW_STATUS == 'true') { ?> <?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?> <?php } ?> <!-- end edit for ZX Slideshow -->
I will post an update to the plugins section asap.Code:<!-- begin edit for Frontpage Slideshow --> <?php if (FRONTPAGE_SLIDESHOW_STATUS == 'true') { ?> <?php require($template->get_template_dir('frontpage_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/frontpage_slideshow.php'); ?> <?php }?> <!-- end edit for Frontpage Slideshow -->
Last edited by sport_billy; 22 Apr 2013 at 08:11 AM.
Hi
I had already tried that but I get this message: WARNING: An Error occurred, please refresh the page and try again. Also the text added to define page editor is not showing.
Thanks