Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #368391

    Hey hurraken!

    Please refer to my post here – https://kriesi.at/support/topic/wrong-title-attributetootltip-at-magazine-element/#post-325601

    Best regards,
    Yigit

    #368402

    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

    #368541

    Hi!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #368585
    This reply has been marked as private.
    #368788

    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

    #368872

    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

    • This reply was modified 9 years, 10 months ago by hurraken.
    #369730

    Hey!

    Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Magazine’ is closed to new replies.