LEFT1 MODULE PROBLEM #2:

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Fri Oct 01, 2010 9:02 pm
Modules are being pushed to the bottom of template....however, they are populating in the left1 module position just fine on other pages.... any ideas?

http://thmotorsports.net/photogallery.html

Thanks!
User avatar
Fresh Boarder

GK User
Fri Oct 01, 2010 9:41 pm
Hi

Check the readmore is not the problem. It happened to me. Remove the read more articles.
User avatar
Junior Boarder

teitbite
Sat Oct 02, 2010 10:27 pm
Hi

It looks like some validation problem. Please check the articles code.

Meanwhile You can add this code at the end of template.css file:

Code: Select all
#gk-left {
left:17px;
position:absolute;
top:147px;
}
User avatar
Moderator

GK User
Thu Oct 14, 2010 3:11 pm
This didn't work as it slammed all the modules on the home page up, where they should not have been....
User avatar
Fresh Boarder

teitbite
Fri Oct 15, 2010 5:58 pm
Hi

So there is no other way than fixing the code of the article which is breaking this page. http://validator.w3.org/check?uri=http% ... ne&group=0
User avatar
Moderator

GK User
Fri Oct 15, 2010 7:11 pm
I'm doing this... it's the jcomments divs that's messing it up:

content content content...<div class="jcomments-links"><a class="readmore-link" href="/feature-cars/20-customer-cars/2641-nissan-350z-560z-to-be.html" title="Nissan 350Z: 560Z To Be">Read more...</a> <a href="/feature-cars/20-customer-cars/2641-nissan-350z-560z-to-be.html#addcomments" class="comments-link">Add new comment</a> </div>

# Error Line 359, Column 6: end tag for "td" omitted, but OMITTAG NO was specified

</div>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
User avatar
Fresh Boarder

teitbite
Sun Oct 17, 2010 9:09 pm
Hi

This message will show even if somewhere else the tag wasn't closed. Sometimes one unclosed tag may appear in lots of messages. Please check the articles. Try maby unpublish the module and see if this is messing with it. If yes try with hidding articles.
User avatar
Moderator


cron