Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #481547

    Hi,
    We are creating a child theme using Enfold to display a loop of posts on a category on a child theme.

    The problem we have is that some elements get rendered properly while others don’t get rendered at all in the archive view. For example, animated numbers or fullscreen slideshow do not show at all in the category view.
    Adding this to functions.php:

    global $avia_config;
    $avia_config[‘builder_redirect_id’] = 0;
    we are able to use the builder to render the contents of the first post. However, that changes the markup completely and thus the other elements in the category do not get displayed (and it’s probably wrong).

    How can we enable the rendering of such elements in the archive view from the child theme?

    Thanks a lot

    #482139

    Hi welti!

    Your referring to the excerpts I’m guessing. What happens when you add those elements to the custom excerpt field when editing your post? If you do not see the custom excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.

    Best regards,
    Elliott

    #482338

    Hi Elliott,

    Thanks for your answer. Perhaps I didn’t explain clearly what I need.
    In the archive view, I need the full post to be rendered, not an excerpt or a reduced version. So here: http://dev.startics.com/elance/welti/dsignage/category/media/ for the first post it should render this: http://dev.startics.com/elance/welti/dsignage/2015/07/29/test55/ – that means the complete post, and the same for the other posts in the same category page.

    I appreciate your help, thanks.

    #482567

    Hey!

    I’m sorry but archive or category pages will not be able render the content inside the advance layout builder. You need to add an excerpt to the ALB post if you want to display something in the archive pages.

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.