VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: P-solver on May 11, 2014, 12:13:23 PM

Title: Layout not the same in different languages
Post by: P-solver on May 11, 2014, 12:13:23 PM
url: www.engconreservdelar.se
login: guest
pwd: guest
VM: 2.6.0a
Joomla: 2.5.11

Problem:

The layout of the site is different between SWE and UK language. (I'm using Firefox at the moment, other browsers may work/not work either)

Swedish:
http://www.engconreservdelar.se/index.php/sv/hem/reservdelar-tiltrotator/reservdelar-ec15-ec15b

English:
http://www.engconreservdelar.se/index.php/en/home/spareparts-tiltrotator/spareparts-ec15-ec15b

Questions:

1. Can someone easily see whats making the english layout different? (VM-related or template-related problem?)

Any help appriciated!
Title: Re: Layout not the same in different languages
Post by: GJC Web Design on May 11, 2014, 12:20:13 PM
your guest guest login doesn't work
Title: Re: Layout not the same in different languages
Post by: P-solver on May 11, 2014, 12:34:54 PM
My fault! Fixed, should work now!

guest
guest
Title: Re: Layout not the same in different languages
Post by: GJC Web Design on May 11, 2014, 12:55:25 PM
hard to say -- the problem is that the div class="sidebar" is sitting inside the the component div in the Eng view..

But why is hard to say - it is normally a missing closing div somewhere - but why between languages - it needs some hardcore debugging..
Title: Re: Layout not the same in different languages
Post by: P-solver on May 11, 2014, 13:31:31 PM
Solution:

It was an Module linked to the EN-version that caused the problem.

GJC:s post made me think in this direction, so i simply unpublished the Modules (one by one) marked with pages "selected only" and finally found the "faulty" plugin.

Thanks GJC!