I upgraded from 1.3.5 to 1.3.6. I am using a custom template but I don't believe I have my custom template override in place, and I'm not sure what that is. Can you tell me how to use that, or what it is? Thx!!
Printable View
I upgraded from 1.3.5 to 1.3.6. I am using a custom template but I don't believe I have my custom template override in place, and I'm not sure what that is. Can you tell me how to use that, or what it is? Thx!!
Sorry, the URL is www.desertskyink.net
HI! handkem!
It appears you have two stylesheets -- stylesheet.css and stylesheetOLD.css --
and your cart is calling both. If you're not intending stylesheetOLD.css to be
used, I suggest renaming it to OLDstylesheet.css. I think that will
solve the problem with the Tell a Friend form in IE. :thumbsup:
There's a help file in the docs folder of your ZenCart 1.3.6 download
about stylesheet naming conventions. Hope this helps!
That was it! Thank you for your assistance!
Good news, handkem! :smile:
The simple solution of this problem is disable HTML tag <br class="clearBoth" />
on line 40 in /includes/templates/YOUR_TEMPLATE/templates/tpl_tell_a_friend_default.php.
There is nothing to "clear", because the label and textarea just above are not floating.
It's not a code bug, but IE6 and older render it buggy.
Here's my solution:
Code:<label for="email-message"><?php echo FORM_TITLE_FRIEND_MESSAGE; ?></label>
<?php echo zen_draw_textarea_field('message', 30, 5, '', 'id="email-message"'); ?>
<!--br class="clearBoth" /-->
</fieldset>
One more issue. I've been changing things in my Stylesheet so everything lines up in the shopping card and checkout modules. Something screwed up my main page though. The 'New Products For November' are now showing up vertical rather than horizontal, and I don't think that I touched these id's or classes in the Stylesheet when I made changes, but I made a lot of changes. Once again, the site is www.desertskyink.net. Any help would be MUCH appreciated.
Thanks for that info, Dedek!
handkem,
Did you change any settings in Admin/Configuration/Maximum Values
that might affect the number of new products per row shown?
No, the only changes that I made were within the Stylesheet.
Dedek's fix works perfectly.
thanks!