1. DemkivV
  2. Commercial Templates
  3. Wednesday, 19 August 2015
  4.  Subscribe via email
Hello,

I have a problem with the transformation of the hornav menu to a position (I need this for multilingual purposes, so I can switch the menu - this works without a problem).
I set the option in the template, to transform the hornav menu to a position. Then I created a menue module, allocated the menu and also set the menu tag id to moomenu. Then I expected to have the same menu as before these measures.
But I got a standard formatted menu, no harnov menu (see attachment).
Now, if I do this in the demo, I get the same problem. The picture in the attachment is the demo after doing the measures above.

What do I need to do to get a menu in the original (hornav) style?

Thanks in advance,
Vadim Demkiv
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Vadim

Would you have a URL to an example of this issue? Ensure that all class and ID fields are empty in the menu modules 'advanced' tab as adding a class would effect the styling in this manner..

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

since I'm working locally, I sadly have no URL. Though, as I said, this problem also occurs with the Demo.
I attached a screenshot of the advanced tab of the menu module to this post.
I simply created a menu module, attached it to the hornav position and did nothing else (except adding moomenu to the menu tag id - but when I delete it, nothing gets better).
There is no alternative layout available and I also tested all module styles, but it just changes the format of the menu, not the style, that I want to be as it's meant to be by the layout.

Since I am new to Joomla, maybe I am overlooking something.

Thanks in advance,
Vadim
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Vadim

As you stated as I was able to replicate the issue with the template demo. To resolve paste the following in to your templates hornav.php (../templates/j51_lifestyle/php/layouts/hornav.php), overwriting the existing content....


<div class="hornavmenu">
<?php if($this->params->get('hornavPosition') == '1') : ?>
<div class="hornav">
<jdoc:include type="modules" name="hornav" />
</div>
<?php else : ?>
<div class="hornav">
<?php echo $hornav; ?>
</div>
<?php endif; ?>
</div>
<div class="clear"></div>


Thank you for bringing this to our attention.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you, this worked and solved the problem. :laugh:
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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