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; }
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.