Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #308717

    hi,
    the magazine element, shows link descriptions (mouseover) like: “Link zu: Home”
    is there any chance to change this descriptions?

    thx
    erwerde

    #308719

    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

    #308786

    thank you, works fine :-)

    ewerde

    #308794

    Hey!

    Great! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Magazine Element: link description’ is closed to new replies.