NOTE: might want to check your site out on a larger display ... on my notebook at 1680 x 1000+ your images on the centerboxes are split ...
I did not go through the whole site, but you may wish to play with display sizes ...
NOTE: might want to check your site out on a larger display ... on my notebook at 1680 x 1000+ your images on the centerboxes are split ...
I did not go through the whole site, but you may wish to play with display sizes ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Yes thanks for that I have actually just been testing that...I am using the sliding door method and it seems to be working GREAT except I wasn't able to test it at that high of a resolution. I will increase the width of the images so there isn't a gap. Thanks for the tip.
I am sure the flash banner at the top is pretty out of sorts as well. I am currently working on that to get it to work well with different resolutions but having some trouble. The only way I am able to do it is to make the actual flash file huge in width so it works with other resolutions but this makes it very difficult to change the flash banner and to add different images. Any thoughts on how to get this fixed?
I have been researching it on this thread
http://www.zen-cart.com/forum/showth...t=80341&page=3
I found them!
includes/templates/template_default/templates/tpl_modules_products_all_listing.php
includes/templates/template_default/templates/tpl_modules_products_featured_listing.php
includes/templates/template_default/templates/tpl_modules_products_new_listing.php
I copied the above to my custom folder and made the following change (in red) The line that's commented out is the original code.
Code:if (PRODUCT_ALL_LIST_DESCRIPTION > '0') { $disp_text = zen_get_products_description($products_all->fields['products_id']); list($byline, $story) = explode("</p>", $disp_text); // $disp_text = zen_clean_html($disp_text); $disp_text = zen_clean_html($story);
OH sorry about that thought you were replying to me.