Top menu URLs not SEF’d
The top menu in JA Fagus doesn’t honor SEF settings if you have a 3rd party SEF extension installed, such as sh404SEF. The URLs always come out as index.php?option=com_content&….
To solve this, open the file
/templates/ja_fagus/ja_menus/Base.class.php
and replace this code on line 84
Code:
$row->url = $row->url = ampReplace( $row->link );
with
Code:
$row->url = $row->url = sefRelToAbs(ampReplace( $row->link ));
That will output nice SEF URLs.
Kind regards,
Zorro</blockquote>
I’ve tried it on Genista and IT’S WORKING !!!
Just follow above instructions, and of course look for genista not for fagus (…templates/ja_genista/ja_menus/Base.class.php)
So, this one is solved 🙂