-
AuthorPosts
-
July 29, 2018 at 7:24 pm #991176
Hi,
I just recognized when hovering over the links and images of magazine elements there is showing up the tooltip “Link to: ….”. I was not aware of this before. So, I would like to remove the “Link to:” and showing up the title name only, like it does when hovering over normal images or similar. How can I achieve that? Please kindly find the link to my website in private content box.
Thank you for your kind help in advance.
Best regards,
SophieJuly 29, 2018 at 8:06 pm #991275Hey Sophie,
Here is a thread for you to consider
https://kriesi.at/support/topic/remove-links-to-single-post-page-on-magazine-layout/If you need further assistance please let us know.
Best regards,
VictoriaJuly 29, 2018 at 8:25 pm #991282Hi Victoria,
thank you for your fast reply. Unfortunately this is changing nothing. As I wrote I just want to remove the “Link to:” and not the complete title tooltip.
Hope you can help. Thank you.
Best regards,
SophieJuly 30, 2018 at 12:19 am #991330Hi,
Please edit: \enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php
and go to line 632, look for:$titleAttr = "title='".__('Link to:','avia_framework')." ".the_title_attribute(array('echo' => 0, 'post' => $entry->ID))."'";
and remove the
Link to:
in the line.
Best regards,
MikeJuly 30, 2018 at 5:56 pm #991641Hi Mike,
great, that is working :-) . Just one question: How can I make it safe upon update? I am using Enfold Child Theme.
Thank you for your kind help in advance.
Best regards,
SophieAugust 1, 2018 at 8:35 am #992257Hi,
Glad it worked! :)
You need to create a folder called “shortcodes” inside the child theme directory. Copy the magazine shortcode files inside that folder and then add this filter to enable it.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
Best regards,
IsmaelAugust 6, 2018 at 8:04 pm #994068Hi Ismael,
thank you for the update. I did it as per your advice and it is still working, but I have not made any update yet. I will test it later on and let you know the outcome. Please kindly leave this query unsolved.
Thank you for all your kind assistance in this matter.
Kind regards,
SophieAugust 7, 2018 at 3:41 am #994191 -
AuthorPosts
- You must be logged in to reply to this topic.