Ms FigWear---add a clear:both; to the #product-divider
Printable View
Ms FigWear---add a clear:both; to the #product-divider
Success!! :yes: Thanks for getting me over this final hurdle.
Here's what it looks like all put together in case anyone else has an attribute alignment issue after installing.
Code:/*attribute alignment fix */
.wrapperAttribsOptions{clear:both;}
.optionName{clear:both;}
.attributesComments{clear:both;}
#product-divider {clear:both;}
Sorry to ask this again but how do I extend the green navigation bar and black EZ Page Bar to the full width of the screen. I've made numerous attempts through Firebug but no luck. Much much appreciated,
http://www.marketcafe-online.com
Currently the ezpages header nav and nav main are inside of the mainWrapper div. The main wrapper has a fixed width assigned to it in the stylesheet. You would have to change that width or move the expages and nav main div's so that they were not located inside of a div with a fixed width.Quote:
Sorry to ask this again but how do I extend the green navigation bar and black EZ Page Bar to the full width of the screen. I've made numerous attempts through Firebug but no luck. Much much appreciated,
can you tell me what file need to change URL of slide(1..5)?
If you read the install.txt file you will find the complete instructions for editing the slide show. It is in define_main_page.php.Quote:
can you tell me what file need to change URL of slide(1..5)?
How would I remove the background defaulting to the main page wallpaper on popups (such as help or shipping estimator)? I believe I have it right on the stylesheet (see below) but that is being over written by the main wall paper design somehow.
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {background-color: #fff;}
Here one of the popups http://getawaywear.com/zencart/index..._shopping_cart
Any help is appreciated, thanks!
excusue me.
I want to install the google analytics.Where I could step up the tacking code like this:
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXX-X']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();</script>
I paste the code in the tpl_main_page.php file before.But I could not find the file in this template.
pls help me. thank you very much.
I did not edit this file when creating the template. Please see this tutorial:Quote:
I paste the code in the tpl_main_page.php file before.But I could not find the file in this template.
https://www.zen-cart.com/tutorials/i...hp?article=346