-
AuthorPosts
-
December 15, 2014 at 9:14 am #368201
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
December 15, 2014 at 5:41 pm #368391Hey hurraken!
Please refer to my post here – https://kriesi.at/support/topic/wrong-title-attributetootltip-at-magazine-element/#post-325601
Best regards,
YigitDecember 15, 2014 at 5:49 pm #368402Ok 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
December 15, 2014 at 8:43 pm #368541December 15, 2014 at 9:31 pm #368585This reply has been marked as private.December 16, 2014 at 6:15 am #368788Hey!
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!
IsmaelDecember 16, 2014 at 1:13 pm #368872Hello 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
-
This reply was modified 10 years, 11 months ago by
hurraken.
December 17, 2014 at 8:53 pm #369730Hey!
Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
- The topic ‘Magazine’ is closed to new replies.
