Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1260875

    I would like to display excerpts for all posts in the Magazine element here. I’ve tried the recent solutions including #1141312. My magazine.php appears to align with the code provided in this solution so not sure where to go from here?

    See private content for access info.
    Thank you for the help!

    • This topic was modified 3 years, 8 months ago by Jen.
    #1261657

    Hey Nicole,

    Please share the logins here in private too.

    Best regards,
    Victoria

    #1262454
    This reply has been marked as private.
    #1262528

    Hi stanbrid,

    Please copy this file to the child theme:
    wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.php

    and we will try to help you with the rest.

    Best regards,
    Victoria

    #1262797

    Done. Copied magazine.php to the child theme. Thank you.

    • This reply was modified 3 years, 8 months ago by Jen.
    #1263135

    Hi stanbrid!

    You need to preserve the folder structure in the child theme and so you need to create the folders the same as in the parent theme.
    Cheers!
    Victoria

    #1264332

    Hello, I have recreated the folder structure in the child theme as requested. Thanks!

    #1265363

    Hi,
    Sorry for the very late reply, did you need further help?
    Your last reply sounds like this is solved.
    Shall we close this thread then?

    Best regards,
    Mike

    #1266421

    Hi Mike,

    Please don’t close. It hasn’t been resolved. My last reply indicated that I had recreated the folder structure as Victoria requested, in order for your team to login and see why excerpts are still not displaying on the magazine blog.

    Still an open issue.

    Thanks

    • This reply was modified 3 years, 7 months ago by Jen.
    #1266606

    Hi stanbrid,

    Please share FTP access as well, cannot edit files from the dashboard.
    Actually, I got the code working on your end. Please check.

    Best regards,
    Victoria

    • This reply was modified 3 years, 7 months ago by Victoria.
    #1266634

    Hi Victoria,
    This is perfect! Thank you for the help. Curious to how this code you used fixed it and why the suggested code in Topic #1141312 didn’t work in my instance. Might help others resolve same issue in the future too. We can make the code public if you think it would help others, too.
    Thank you again!
    Nicole

    #1266660

    Hi stanbrid,

    This code needs to be added to the functions.php file too:

    
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths){
        $template_url = get_stylesheet_directory();
        array_unshift($paths, $template_url.'/config-templatebuilder/avia-shortcodes/');
        return $paths;
    }
    

    Glad we could help :)

    Best regards,
    Victoria

    • This reply was modified 3 years, 7 months ago by Victoria.
    #1267236

    Hi Victoria,

    Thank for the terrific support! Truly the BEST WordPress theme. The level of support provided is unprecedented.

    Also, is it possible to show the comment count on the magazine element?

    Thanks!

    • This reply was modified 3 years, 7 months ago by Jen.
    #1267584

    Hi stanbrid,

    Thank you for your kind words.

    I am really glad we could help :)

    Happy holidays!

    Best regards,
    Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Show all excerpts in magazine blog’ is closed to new replies.