hi,
the magazine element, shows link descriptions (mouseover) like: “Link zu: Home”
is there any chance to change this descriptions?
thx
erwerde
Hey ewerde!
Please go to Enfold/Config-templatebuilder/avia-shortcodes folder and open Magazine.php file and find
$titleAttr = "title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."'";
and change it to
$titleAttr = "title='".get_the_title($entry->ID)."'";
It will display post title on mouse over
Best regards,
Yigit
thank you, works fine :-)
ewerde