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
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
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.