Hi guys,
We built multilanguage site.
Unfortunattely hornav position can be added in only one menus and we have croatian and english page.
http://deivitturi.com/index.php/contact
Please can you help.
Thanks, Sanja
- navigo
- Commercial Templates
- Wednesday, 18 July 2012
- Subscribe via email
Accepted Answer
Pending Moderation
I found your message about this on link under.
http://www.joomla51.com/forum/support/commercia...isible-in-avenue#627
But is probably something different in Spealize.
I will send ftp and all that needed.
Thanks so much.
Sanja
http://www.joomla51.com/forum/support/commercia...isible-in-avenue#627
But is probably something different in Spealize.
I will send ftp and all that needed.
Thanks so much.
Sanja
- more than a month ago
- Commercial Templates
- # 1
Accepted Answer
Pending Moderation
And one more how can I add social icons position to language switcher module.
Position of search module will also be fine.
Thank you
Sanja
Position of search module will also be fine.
Thank you
Sanja
- more than a month ago
- Commercial Templates
- # 2
Accepted Answer
Pending Moderation
Hi guys ,
It is pretty urgent for me to finnish all.
I change in php layouts this code :
<div id="hornav">
<?php echo $hornav; ?>
</div>
to this one :
<div id="hornav">
<jdoc:include type="modules" name="hornav" />
</div>
So now hornav position is a module.
Unfortunatelly everthing is fine, but on homepage I have double menus
On other pages are ok.
http://deivitturi.com/
Please can you help and also with flag positioning.
Thanks, Sanja
It is pretty urgent for me to finnish all.
I change in php layouts this code :
<div id="hornav">
<?php echo $hornav; ?>
</div>
to this one :
<div id="hornav">
<jdoc:include type="modules" name="hornav" />
</div>
So now hornav position is a module.
Unfortunatelly everthing is fine, but on homepage I have double menus

On other pages are ok.
http://deivitturi.com/
Please can you help and also with flag positioning.
Thanks, Sanja
- more than a month ago
- Commercial Templates
- # 3
Hi Sanja
For your flag positioning try adding the following to the Custom CSS field within your templates parameters.
[code type=css]div.mod-languages ul {
position: absolute;
left: 10px
top: 10px;
z-index:101;
}[/code]
.. you can edit this to your own taste setting your top and left in pixels. Note positioning is from the top left of the template wrapper.
Ciarán
For your flag positioning try adding the following to the Custom CSS field within your templates parameters.
[code type=css]div.mod-languages ul {
position: absolute;
left: 10px
top: 10px;
z-index:101;
}[/code]
.. you can edit this to your own taste setting your top and left in pixels. Note positioning is from the top left of the template wrapper.
Ciarán
- more than a month ago
- Commercial Templates
- # 5
On second thoughts once you add the left positioning it will send the icons to the left of the screen so you may also need to add the following..
[code type=css]#slideshow {position: relative;}[/code]
This will set the starting position to the top left of the showcase position as this is where you have placed the module.. you will then use a minus figure for the top positioning (eg top:-100px
Ciarán
[code type=css]#slideshow {position: relative;}[/code]
This will set the starting position to the top left of the showcase position as this is where you have placed the module.. you will then use a minus figure for the top positioning (eg top:-100px

Ciarán
- more than a month ago
- Commercial Templates
- # 6
Accepted Answer
Pending Moderation
Thank you for all.
I put this : div.mod-languages ul {position:absolute;padding-left:840px;top:10px;z-index:101;}
It looks good, only now to change icons
http://deivitturi.com/index.php/hr/o-nama
I put this : div.mod-languages ul {position:absolute;padding-left:840px;top:10px;z-index:101;}
It looks good, only now to change icons

http://deivitturi.com/index.php/hr/o-nama
- more than a month ago
- Commercial Templates
- # 7
A possible solution would be to edit the icons directly which are stored at ../media/mod_languages/images/ from the root of your Joomla installation.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 8
Accepted Answer
Pending Moderation
Very helpful thread if you want to use manually managed multi-language sites.
One thing you should check if you don't see any menu at all after changing the hornav to a module: go to the menu page and under "modules linked to the menu" you'll see the position "hornav" on your mainmenu. Click on it and change the status from trashed to published.
Then you'll see the menu again
One thing you should check if you don't see any menu at all after changing the hornav to a module: go to the menu page and under "modules linked to the menu" you'll see the position "hornav" on your mainmenu. Click on it and change the status from trashed to published.
Then you'll see the menu again

- more than a month ago
- Commercial Templates
- # 10
Accepted Answer
Pending Moderation
I faced a problem.
In my new english Menu Navigation the submenus aren't displayed correctly.
First of all they don't load by themselves. So the mouseovereffect isn't triggered at the beginning but only when I click on a parent menu item. THen I see the child menu items displayed like this:

Help would be very appreciated!
thx =)
EDIT: Problem solved!
When selecting the relevant module under "Modules linked to Menu" you gotta select "show sub-menu items". Also under "Advanced Options" you gotta add "moomenu" to Menu Tag ID!
In my new english Menu Navigation the submenus aren't displayed correctly.
First of all they don't load by themselves. So the mouseovereffect isn't triggered at the beginning but only when I click on a parent menu item. THen I see the child menu items displayed like this:

Help would be very appreciated!
thx =)
EDIT: Problem solved!
When selecting the relevant module under "Modules linked to Menu" you gotta select "show sub-menu items". Also under "Advanced Options" you gotta add "moomenu" to Menu Tag ID!

- more than a month ago
- Commercial Templates
- # 11
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »