Dear marc trimble,
1.
Its same problem with Tabs (Vijesti, Galerija) on Menu "Naslovnica". Always this "sj_module_2load" message on mouse hover???
=> maybe there is not any module at a position chosen in the sj tabs module.
Please check it again.
2.
One more question. I added modul falang for translation in position Top2. How can i get some space for Flags from top? Maybe 10px? so my flags should be in the vertical center and float right?
=> go to "media/mod_falang/css/template.css", finding:
div.mod-languages ul {
list-style: none outside none;
margin: 0;
padding: 0;
}
change to
div.mod-languages ul {
float: right;
list-style: none outside none;
margin: 0;
margin-top: 10px;
padding: 0;
}
---------
div.mod-languages ul.lang-inline li {
display: inline;
}
change to
div.mod-languages ul.lang-inline li {
display: inline;
background: none
}
Thanks