1. ziggy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 28 April 2012
  5.  Subscribe via email
Hello Joomla 51,

I cannot select the hornav and header module in the Avenue Template.

If I type in manually 'headermodule' it works, but this does not work for the hornav.

What to do?

Thanks for your help :)

[attachment]ishot-180.png[/attachment]
Accepted Answer Pending Moderation
0
Votes
Undo
Hi blocki

On our Avenue template the hornav position is not a module position but a predefined area for your menu. You can choose what menu to display in this area via your templates parameters (Extensions -> Template Manager -> J51_Avenue -> Menu).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for your quick reply Ciaran,

I tried it, but I have another problem now...
I'm trying to create a Multilingual site, but I can only give in 1 Main Menu.
Is there a workaround?


Here is the set-up of what I'm trying to do:

www.deblock-technologies.com/zessterren/index.php/nl/

Thanks, Ronald :)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi blocki

Not sure if I fully understand your issue. You are only able to have one menu item in the hornav menu position?

New menu items can be added to your menu via your Menu Manager (Menus -> Main Menu -> New).

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

No, I can add more items to the menus. But I can only chose 1 menu to be displayed in the hornav, as soon as I switch language, the other main menu can not be displayed.

In the control panel, I can only choose 1 main menu and I have 4 main menus, because of the 4 languages. The language switcher takes care of switching the correct menus in the correct modules for the different languages.

But as you said, the hornav is no module here, so this is the problem.

I'm a regular buyer of your themes, and I hope you have a solution, otherwise I need to buy another theme :(

Greetings, Blocki
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi blocki

Ok I think I uderstand and thank you for bringing this to our attention. It was something we hadn't considered when designing the template.

To change this menu to a module position open up your templates header.php (../templates/j51_avenue/php/layouts/header.php) and replace the following (line 65)...


<div id="hornav">
<?php echo $hornav; ?>
</div>


With...


<div id="hornav">
<jdoc:include type="modules" name="hornav" />
</div>


This will convert the area to a module position. You will find the position to still not be listed in the positions dropdown in your modules parameters however this field is editable and you can simply type in the position name (hornav). Also remember to add moomenu to the modules Menu Tag ID.

Hope this helps

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciarán,

it works great!

I'll send you the link later when the project is finished :)
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
I have the same problem on oxygen, tried the workaround but it still doesn't show the menu in hornav position. You suggested to add Menu tag ID , i looken in template.css but there's no moomenu style, is that the problem maybe?

Thanks a lot
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hi masani3llo

The animated dropdown script is set to run on the moomenu tag ID and has no influence on the module position.

May I suggest sending temporary administration access to your Joomla installation and if possible FTP access to your template directory to info@joomla51.com and we will examine your issue further.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi! I just did this on Chimera template. Menu shows in hornav but it doesn't dropdown.
I have set moomenu in the field for Menu Tag ID in the module manager for my both menus.
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Within the menu modules parameters ensure you have 'Always show sub menu items' set to Yes.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks. Sometimes I feel stupid :blink:
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

thanks for this topic it works fine also for the oxygen template!!!

Is this change also for the footermenu possible?
What I have to change?

Best Regards,
Wolfgang
  1. more than a month ago
  2. Commercial Templates
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Wolfgang

To convert the footer menu to a module position edit the following near the end of your templates base.php (../templates/j51_oxygen/php/layouts/base.php)..

	<?php if($footermenu_onoff == "1") : ?>
<div id="footermenu" class="block_holder"><div class="module_margin">
<?php echo $footermenu; ?>
<div class="clear"></div>
</div></div>
<?php endif; ?>

Change to...

  	<div id="footermenu" class="block_holder"><div class="module_margin">
<jdoc:include type="modules" name="footermenu" />
<div class="clear"></div>
</div></div>

This will convert the area to a position called footermenu.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 13
Accepted Answer Pending Moderation
0
Votes
Undo
Hy thanks,

it works really fine.

Best Regards,
Wolfgang
  1. more than a month ago
  2. Commercial Templates
  3. # 14
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok