Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1165131

    Good Morning! I have the related entries in the Endfold menu enabled but in the news nothing comes out at the bottom, what I have to do, attached menu image

    https://ibb.co/z2cXx6g

    #1165176

    Hey juanraubeda,

    Thank you for the inquiry.

    Did you apply tags to your posts? Only posts that have the same tags as the current post will display in that section.

    Best regards,
    Ismael

    #1165197

    Yes
    https://ibb.co/0Y8ZjPd
    yes, but nothing appears

    #1165439

    Hi,

    Thank you for the update.

    Which posts contain the same tags or etiquetas? In the screenshot, we don’t see posts containing similar tags or etiquetas.

    Best regards,
    Ismael

    #1165440

    Yes, attach file

    https://ibb.co/wKthsJh

    #1166098

    Hi,
    Sorry for the late reply, it looks like all of your posts are built using the Advanced Layout Builder, so you will have to add the related entries shortcode to each post in a code block element.
    [avs_related_entries]

    Best regards,
    Mike

    #1166122

    I put it and it doesn’t work, it only appears as text, I put it in html and with the code block

    can’t appear in all the news automatically?

    • This reply was modified 4 years, 6 months ago by juanraubeda.
    #1166140

    Hi,
    Sorry about that, it used to work, anyways I’ve got another that does work I just tested it.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    
    /* related posts shortcode = [rpost] */
    function related_posts_shortcode( $attr ) {
        ob_start();
        get_template_part( 'includes/related-posts' );
        return ob_get_clean();
    }
    add_shortcode( 'rpost', 'related_posts_shortcode' );

    then in a code block element use this shortcode [rpost]
    please ensure your post has a tag that some other post share.

    Advanced Layout Builder posts don’t show this element, only default posts show this.

    Best regards,
    Mike

    #1166259

    Good morning, I will change all the news to the normal editor so that everything appears well. When changing one of them I see that the social icons do not appear well, I pass you URL.

    #1166300

    Hi,
    This is due to a file change in WordPress v5.3.1, the dev team has released this fix for the missing icons, please upload the following file via FTP to
    \enfold\framework\php\function-set-avia-frontend.php
    https://www.dropbox.com/s/gmbg5202rjz1vou/function-set-avia-frontend.php?dl=0
    Please save a copy of your old file should you encounter an upload error.
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1166324

    Thaks! it´s correct.

    #1166379

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

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