This module implements a basic Jquery slideshow for displaying slides with prices at website's main page, with an admin panel for inserting/updating/deleting slides and their prices.
No core files altered.
Tested for zen cart 1.3.8, 1.3.9
This module implements a basic Jquery slideshow for displaying slides with prices at website's main page, with an admin panel for inserting/updating/deleting slides and their prices.
No core files altered.
Tested for zen cart 1.3.8, 1.3.9
Hey thanks for trying.
As mentioned in the instructions it is only tested for 1.3.8 and 1.3.9 versions.
I just saw your post and tried it at 1.5 version and i see that the only that is not working is the display of "Slideshow" in admin->tools menu.
You can still access it by typing youradmin/slideshow.php
Then from there i think that everything works as in previous versions of ZC.
If you insert an image it will display on your shop's frontpage.
I added the neccessary files to make it compatible with 1.5 version of Zen Cart.
I uploaded it at the addons section and it is waiting approval.
Cheers for that sport_billy, I tried the direct url and it comes up so uploaded images but they are not appearing on the site for some reason, just the text slide image?
Maybe your pictures are way too larger than the dimensions of the slideshow.
Try a picture around 450 x 300 pixels or change the dimensions through the css file to fit your needs.
hi sorry got it working, the images do seem to upload for me so when I do it manually it works
Thanx for the module.
Can you please help me removing space between slideshow and the free shipping banner i have on my site.
http://itdealshub.com/
I tried to edit define_main_page.php but cant find the thing to edit.
I dont like the space between slideshow and banner kindly suggest a fix.
Thanx
Installed on my current rebuild (starting from scratch instead of updating), works great!
Would it be possible to integrate a play/pause button?
Maybe something like THIS.
Thanks
Open your stylesheet.css file and find #columnCenter (should be line 86), and add some padding to the top.
You currently have:
The 0 10px makes it so there is zero padding top and bottom and 10px right and left.Code:#columnCenter { padding: 0 10px; background: white; }
Try this:
Hope this helpsCode:#columnCenter { padding: 10px; background: white; }
Last edited by mikestaps; 15 Feb 2012 at 10:49 PM. Reason: add code suggestion to try
Bookmarks