VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: ne0beatsm0rp98 on February 27, 2012, 15:21:28 PM

Title: Product Left & Right not working
Post by: ne0beatsm0rp98 on February 27, 2012, 15:21:28 PM
I have upgraded to 2.2 and whenever I create a product the navigation which is usually on the left and the cart which is on the right display at the bottom of the product, yet the white space is showing either side where the nav and cart should be.

My shop front end shows it fine, but the actual product does not.
Shop front end is www.computerwormsliverpool.com/shop and the product i have created is http://www.computerwormsliverpool.com/shop/computing1/laptops1/applelaptops/apple-macbook-air-laptop-detail

Any help would be greatly appreciated. Thanks
Title: Re: Product Left & Right not working
Post by: jenkinhill on February 28, 2012, 10:57:26 AM
There are template problems with your Yoo theme.
eg.
<div id="middle" style="min-height: 5592px;">
<div id="mainmiddle" style="min-height: 1979px;">
Which makes a very long content section.

Also the product text has been entered by copying and pasting from a word processor so you have a load of junk style code which could contribute to your problems.

eg.
<h2 id="product-description" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; padding-top: 20px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-style: initial; border-color: initial; font-weight: 500; font-size: 20px; font-family: tahoma, arial, sans-serif; color: #3b3b3b; clear: left; border-width: 0px;">Apple MacBook Air Laptop Product Description</h2>
<div id="product-description-container" style="border-style: initial; border-color: initial; font-family: 'Nimbus Sans L', tahoma, arial, sans-serif; color: #3b3b3b; line-height: 16px; border-width: 0px; padding: 0px; margin: 0px;">

instead of:
<h2 id="product-description">Apple MacBook Air Laptop Product Description</h2>
<div id="product-description-container">

Do not copy and paste from any word processor - use a good text editor and then format/style the text using Joomla's editor.
Title: Re: Product Left & Right not working
Post by: ne0beatsm0rp98 on February 28, 2012, 12:12:40 PM
Thanks a lot, so if i basically write the text myself it should work fine yes?

Also how can I find the code to change in my yoo theme? Im relatively new to all this

Thanks in advance
Title: Re: Product Left & Right not working
Post by: ne0beatsm0rp98 on February 28, 2012, 12:17:34 PM
Doesnt matter i have sorted it out. It was the HTML code that was copied and pasted. Thanks