Hello,
I set a magazine view in my homepage. The strange is the title attribute : when you are hover a link, it displays “link to:Home”. Why is not the title of the post ?
Other thing : When i set a post as sticky, it doesn’t appear first using the magazine shortcode.
Please help.
Best regards
Hey hurraken!
Please refer to my post here – https://kriesi.at/support/topic/wrong-title-attributetootltip-at-magazine-element/#post-325601
Best regards,
Yigit
Ok i have to modifiy the core files….
And When i set a post as sticky, it doesn’t appear first using the magazine shortcode.
An idea ?
BEst regards
Hey!
Edit magazine.php located on config-templatebuilder > avia-shortcodes > magazine.php. Find this code:
$titleAttr = "title='".__('Link to:','avia_framework')." ".the_title_attribute('echo=0')."'";
Replace it with:
$titleAttr = "title='".__('Link to:','avia_framework')." ".the_title_attribute(array('echo' => 0, 'post' => $entry->ID))."'";
This should be fix on the next update. Unfortunately, the magazine element does not support sticky posts.
Cheers!
Ismael
Hello Ismael,
Thank you for your answer.
Do you think it’s difficult to implement ?
I think it’s an essential possibility for a magazine.
BEst regards
Hey!
Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit