- This topic has 5 replies, 3 voices, and was last updated 6 years, 1 month ago by
Tom.
-
AuthorPosts
-
October 16, 2017 at 11:23 am #404337
Theo
Hi,
I’m having an issue whenever I have Beaver Builder active in a post.
When I go into any archive page, the post with the Page Builder active will always be shown full length no matter what options I choose for excerpts, read more tags, etc.
You can see an example here:
http://theorib.webfactional.com/blog/The first post in that link should be shortened to it’s excerpt but it’s being shown full length on the blog archive page.
I tested the exact same situation with other themes and they work out fine with only the excerpt for the first post showing which makes me deduce it’s an issue with GeneratePress.
Anyone stumbled into a similar situation?
Any advice on how to fix it would be greatly appreciated!October 16, 2017 at 1:48 pm #404445Leo
StaffCustomer SupportHi there,
I don’t think GP would have control over it since all the style/CSS are from BB in that first post.
Can you check with BB support and see what they say first? Let us know if they think it’s a theme issue.
Thanks!
October 16, 2017 at 2:24 pm #404460Theo
Hi Leo,
Thanks for your reply.
It’s not really a style/CSS issue and everything is actually fine style-wise.
The theme controls what part of the article or excerpt is shown on the blog index page and that is where the problem lies since it’s not about hiding things with CSS but about the actual markup the theme is outputting.
There is nothing I can do on the inside a page builder to change that.
For some reason, when there is content from the page builder and specifically inside a blog post the theme is not working properly to show an excerpt instead of a full post in the index.
October 16, 2017 at 7:21 pm #404544Tom
Lead DeveloperLead DeveloperInteresting..
Things that force the blog to show full content:
1. The more tag
2. Post format set to something other than standard
3. Custom code dealing with thegenerate_more_tag
filterCan you confirm that your post doesn’t match any of those conditions?
October 17, 2017 at 4:50 am #404774Theo
Hi Tom,
Thanks for getting back on that. You nailed it.
I had a more tag in a few posts including that one and when I removed it the problem was gone.
Now what I don’t understand is why would that happen? Isn’t the more tag supposed to do exactly that? Break the post at a chosen point and only allow what was before it to show on an archive page?
Thanks loads!
October 17, 2017 at 9:43 am #405045Tom
Lead DeveloperLead DeveloperThe more tag only works when full content is set, as WP looks for the
<!-- more -->
HTML comment to determine the cut off point.Excerpts strip all HTML – including the
<!-- more -->
comment. -
AuthorPosts
- You must be logged in to reply to this topic.