VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: charles99 on December 20, 2011, 07:09:10 AM

Title: product page modules ends up at bottom of page
Post by: charles99 on December 20, 2011, 07:09:10 AM
Just installed VM2.0 and when I go to a Product Page it shows the correct way, but when you click on one of the product link to go to the next product all my module that in the right position is being pushed to the bottom of the page.  I have used 3 different templates and the results are the same.   


Help!!!!!!!!!!!!!!!!!!!!!!!!!!
Title: Re: product page modules ends up at bottom of page
Post by: PRO on December 20, 2011, 12:53:24 PM
url?
Title: Re: product page modules ends up at bottom of page
Post by: charles99 on December 20, 2011, 16:51:57 PM
Here is a photo of the problem...  I have change my template 3 times just to run into the same problem.  And J query is another issue that have yet to be dealt with!   

This is the warning I am getting with Jquery:
event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.


(//)

[attachment cleanup by admin]
Title: Re: product page modules ends up at bottom of page
Post by: PRO on December 20, 2011, 17:19:02 PM
at the bottom of the views/productdetails/tmpl/default.php

add a  <div class="clear"></div>
Title: Re: product page modules ends up at bottom of page
Post by: charles99 on December 20, 2011, 17:44:53 PM
Will do it now...
Title: Re: product page modules ends up at bottom of page
Post by: charles99 on December 20, 2011, 18:03:52 PM
   </div>

   <?php

   }


   // else echo JText::_('COM_VIRTUEMART_REVIEW_LOGIN'); // Login to write a review!

   ?>
</div>

<div class="clear"></div>


Added to the end of file... All it did was push my modules down more....
Title: Re: product page modules ends up at bottom of page
Post by: PRO on December 20, 2011, 18:39:06 PM
what happens when you validate the page?

Title: Re: product page modules ends up at bottom of page
Post by: charles99 on December 24, 2011, 17:41:41 PM
Ban


I had to do a clear install!  RC3 to VM 2.00 Stable creates to many problems.  And I think everyone should do a clear install, and then just import their products into VM 2.0 Stable.