Mainmenu Problem Link Title Attribute

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Sep 08, 2013 5:07 pm
Reply with quote
Report this post
hello, i have a problem with mainmenu.
I have added anchor text to the menu title but nothing appears.
Ex:
//On settings//
Menu Title: Home
>Link Type Options
Link Title Attribute: BlaBla

//On frontend//
Menu Title and link Title: Home

I have seen that mainmenu isn't a module position in my template and i think mainmenu is called by a part of the template, in fact other menus don't have this problem (ex. footermenu).

ps: even in your demo you will see that there is this lil bug

Please help me to fix this,
Thanks in Advance,
Yours Truly,

Anna
User avatar
Fresh Boarder

GK User
Mon Sep 09, 2013 6:47 am
Reply with quote
Report this post
I have reported that to our dev team.
User avatar
Moderator

GK User
Mon Sep 09, 2013 8:28 pm
Reply with quote
Report this post
Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Tue Sep 10, 2013 6:26 am
Reply with quote
Report this post
Hi, i have just sent you a pm with all.
User avatar
Fresh Boarder

GK User
Mon Sep 23, 2013 10:50 am
Reply with quote
Report this post
In file GKBase.class.php we need to replace this code :
Code: Select all
$title = "title=\"$tmpname\"";


to :
Code: Select all
if($tmp->type == 'url' && $tmp->params->get('menu-anchor_title', '') != '') {
                $title = "title=\"".$tmp->params->get('menu-anchor_title', '')."\"";
} else {
                $title = "title=\"$tmpname\"";
}
User avatar
Moderator


cron