I'm having again a problem with my menu calling external links (something similar to what described in this post: https://www.gavick.com/forums/creativit ... 32928.html) and definetely a big problem with one-page layout...
...here what is happening:
The problem comes out only in the new language I added. This is what I did:
1 - I duplicated the italian menu to the english language and changed all the relative setting (language, /en/ instead of /it/ in the external url, ecc.)
2 - I duplicated the template with the settings I used for the italian and assigned it to the english menu
3 - I started duplicating modules and articles to have the english version of my site.
The very beginning was not working properly
Just click "Enter" on the intro button on www.europeisanarchipelago.com/en/ and see what I mean... (this is the part of the problem related, I guess, to the menu and its external urls)
Then, the modules that I add in bottom1 position, instead of "stacking" one on the top of the other (as they perfectly do in the italian version), stand side by side with no apparent reason and the position itself is not occupying the whole width of the page (thing that works perfectly on the italian version).
Looking at the code I've found a piece of difference:
Code: Select all
...
<div id="gkBottom1">
<div class="gkPage">
<div class="gkCols6">
<div id="gkBottom1-1" class="box bigtitle gkmod-2">
<h3 class="header">
<div class="content">
...
The bold part is something that the english version has and the italian version has not.
May someone help me out of this?
Thank you very much
Matteo