Page 1 of 2
[SOLVED]RT Novus Pushes Virtuemart content down...

Posted:
Sat Aug 30, 2008 9:26 am
by pmoore
Don't know how else to describe it, but the flypage content in Virtuemart gets pushed way down the page (see pic attached). Only happens in Novus...when I changed templates it was fine.
Something with the css file I'm sure, just don't know what. I tried commenting:
.clr {
clear:both;
}
...but that didn't work.
Re: RT Novus Pushes Virtuemart content down...

Posted:
Sat Aug 30, 2008 1:50 pm
by J!eremy
got a live link? and is this in IE7 only of FF3 too? Ive seen it in IE7..
Re: RT Novus Pushes Virtuemart content down...

Posted:
Sat Aug 30, 2008 3:36 pm
by pmoore
www.sowinlove.comu- demo
p- demopass
Happens only in FF
Re: RT Novus Pushes Virtuemart content down...

Posted:
Sat Aug 30, 2008 3:38 pm
by pmoore
strange -
I just checked it in both FF and IE7 and now it's not happening. I didn't do anything.
Re: RT Novus Pushes Virtuemart content down...

Posted:
Sat Aug 30, 2008 3:54 pm
by pmoore
I switched the flypage and browse page - here's my issue:
In FF, on the browse (category) page lip balm, there's a huge space in between each product. Flypage (product) displays good.
In IE7, the browse page for lip balm displays perfectly, but the right side of the flypage is cut off.
Any ideas?
Re: RT Novus Pushes Virtuemart content down...

Posted:
Sun Aug 31, 2008 3:47 am
by James S!
Add to template_css.css
br { clear: none !important; }
Re: RT Novus Pushes Virtuemart content down...

Posted:
Sun Aug 31, 2008 10:19 am
by pmoore
Hi James,
Worked great for the spacing issue.
Any idea how to fix the right side of the main body getting cut off? It only happens in IE...
Re: RT Novus Pushes Virtuemart content down...

Posted:
Mon Sep 01, 2008 6:41 am
by James S!
Do you have a direct link and the pass doesn't work for me.
Re: RT Novus Pushes Virtuemart content down...

Posted:
Mon Sep 01, 2008 8:18 am
by pmoore
Hi James,
U - demo
P - demopass
should work now
Re: RT Novus Pushes Virtuemart content down...

Posted:
Tue Sep 02, 2008 3:21 am
by James S!
Add to template_css.css
.buttons_heading { position: absolute; }
Those buttons are the cause of your problems, I'd disable them.
Re: RT Novus Pushes Virtuemart content down...

Posted:
Tue Sep 02, 2008 9:37 am
by pmoore
Added that. Category pages are good now, but in IE7 the product details page is still cut off:
Re: RT Novus Pushes Virtuemart content down...

Posted:
Wed Sep 03, 2008 3:04 am
by James S!
Do you have a direct link to that exact page?
Re: RT Novus Pushes Virtuemart content down...

Posted:
Wed Sep 03, 2008 7:25 am
by pmoore
Re: RT Novus Pushes Virtuemart content down...

Posted:
Thu Sep 04, 2008 4:49 am
by James S!
Add to template_ie6.css
#main-column { zoom: 1; }
Re: RT Novus Pushes Virtuemart content down...

Posted:
Thu Sep 04, 2008 7:51 am
by pmoore
It didn't do anything when I put it in template_ie6.css (it's happening in IE7 too) but it fixed it when I put it in template_css.css. The only problem is it's screwing up my frontend admin for VM now.
Fix one thing, another gets broken...what a nightmare.