Hello its there a way to display the slideshow on every page, I mean on categories pages, product information etc.
And another thing its possible to place the slideshow at all width of my template?
Thanks in advance.
Hello its there a way to display the slideshow on every page, I mean on categories pages, product information etc.
And another thing its possible to place the slideshow at all width of my template?
Thanks in advance.
Great plugin thanks! I have installed and works great. However, I wanted to change the location and moved the code from 'define_main_page.php' to inside the navMainWrapper div in tpl_header.php. The slide show works but I have managed to break the admin. I am sure there is just a broken page reference or something. Is there an easier way to change the location of the slide show output?
Hello everybody!
I have updated the slideshow and submitted it to the plugins section. It is currently awaiting for approval and i believe that in the next days it will be available.
It is more flexible and easily configurable with a responsive design so you do not have to edit any code.
I have moved the code from 'define_main_page.php' to 'tpl_index_default' so it does not break in case you want to edit the contents of the file via the define pages menu.
Release Notes:
Redesigned the whole slideshow, it now has responsive design among the other changes.
Added new slideshow library - Flexslider by WooThemes.
Added configuration options via admin panel such as speed, caption and more.
Updated to latest jQuery version ( 1.9.1 )
As the previous version, it is compatible with Zen Cart versions 1.3 and 1.5
You will find detailed installation instructions inside the package and also upgrade instructions in case you are having a previous version of the plugin installed.
Last edited by sport_billy; 15 Apr 2013 at 04:28 PM.
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
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
Then something went wrong during the installation. If you already had a previous version make sure you followed all the instructions.
To find out the error please open your /logs folder and open the last .log file created to see any errors from there.
Bookmarks