Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #418464

    Hey there,
    I would like to know how I can remove the links to the single post page on the Magazine layout for my Blog. As there is not much written for each post I would also like to add the excerpt underneath the Titles.
    Can you please advise me the best way to do this
    Thanks

    #418838

    Hi brainboxstudios!

    Open up /enfold/config-templatebuilder/avia-shortcodes/magazine.php and change line 529 from this.

    $title	 		= "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a>";
    

    To this.

    $title	 		= get_the_title($entry->ID);
    

    Best regards,
    Elliott

    #484771

    Hi there

    Can you tell me how to remove the linking from the magazine heading title (in the magazine.php)? Thank you for your help!

    Greez,
    Fabian

    #485187

    Hi Fabian!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-magazine-title {
        pointer-events: none;
    }

    Regards,
    Yigit

    #485435

    Thanks for your answer but I’m looking for a solution to remove the linking from the heading title of the ,,magazine-box” (above the magazine-element).

    Greez,
    Fabian

    • This reply was modified 9 years, 3 months ago by Germi.
    #485532

    Hey!

    Please change the code to following one

    .av-magazine-top-bar {
        pointer-events: none;
    }

    Regards,
    Yigit

    #485538

    perfect, thx!

    #485540

    Hey!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove Links to Single Post page on Magazine Layout’ is closed to new replies.