VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: nicktcy on January 18, 2015, 16:16:34 PM

Title: Product Details Page sidebar missing with Yootheme Katana
Post by: nicktcy on January 18, 2015, 16:16:34 PM
Hi,

Product details page works correctly when before it logs on. The correct view and code are as follow : correct1.png and correct_code1.png

But, after Sign In the code turns out other way, which <aside> is coming after </div> rather than before, which it caused the sidebar missing. Not too sure the error is coming from Yootheme or Virtuemart?

How to solve it?

[attachment cleanup by admin]
Title: Re: Product Details Page sidebar missing with Yootheme Katana
Post by: GJC Web Design on January 18, 2015, 16:35:58 PM
an extra closing div in the  main content somewhere is causing the aside to appear outside
These are always hard to track down
try with a std. template

also Firebug "View generated Source" will show u the html before the browser tries to correct it
Title: Re: Product Details Page sidebar missing with Yootheme Katana
Post by: nicktcy on January 19, 2015, 15:46:38 PM
Thank you for your prompt reply. Based on what you have suggested it was the template's issue. I shall contact Yootheme for such problem.

Thank you