Hm... This seems to be yet another issue with the module. Why, oh why did I have to update it to the responsive version?It's something I'll need to figure out how to bypass the original banner system and have it not add image dimensions in the code.
There are 2 possible solutions in your case. One is to add a few lines in your index_home.css file and one is to change your images to 702x200px (or any other height, just make sure width is 702px). If you're going for the latter, you can just add white background and center the image (white on left and right). If you're going with the css version, add the following:
Code:#slider { width:500px; margin:0 auto; }
I checked your site earlier and was really confused with what I saw so I decided to leave it for later, after I get some sleep.Glad to hear you worked it all out. Sometimes the simplest things are most hard to find.
Re: PayPal donations - it's mentioned in the documentation (not sure if I'm allowed to post it here). TIA
It's not redundant, it's required in your case. Since each site is (pretty much) unique and styled differently, it's normal that there might be some additional styling required.
As for the P.S. - yeah, it will probably happen at the same time when daily bus rides to Mars become a normal thing... If Zen Cart turned into a commercial platform with all plugins commercial and/or released by one group only, this actually might be very high on the list of things to do, but being free open source with numerous authors who contribute their code and we all have our individual code writing styles... Quite unlikely...
Anyway, glad you like the script.![]()
How can I include the slideshow in my current template - uploaded all files, installed it, it's working for classic theme but how can I remove my current slider and force yours?
Best regards!
EDIT: Think I pulled it out - addedto my define_main_page where I need it and it seems to work. Do I need any other modifications?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 -->
Last edited by the.rampage.rado; 3 Feb 2013 at 10:42 PM.
Bookmarks