Skip Navigation

[Resolved] Divi 3.17.3 Removed Auto Paragraphs from [wpv-post-body]

This thread is resolved. Here is a description of the problem and solution.

Problem:

In Divi theme version 3.17.3, shortcode [wpv-post-body] does not output any HTML Paragraph tags anymore.

Solution:

Updated the DIVI theme to version 3.17.4 without changing anything and everything seems to be back to normal.

Relevant Documentation:

This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Tagged: 

This topic contains 5 replies, has 2 voices.

Last updated by devinH 6 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#1137727

I updated Divi from 3.15 to 3.17.3, and all of a sudden [wpv-post-body] does not output any <p> tags anymore, so all post bodies are just jammed together as seen in this URL:

hidden link

This is confirmed using a backup. Please use the dev site provided below to troubleshoot.

First look at
hidden link

THen update Divi to 3.17.3

Look at the same page again, p tags got stripped.

Please I need this resolved ASAP, thank you.

#1138007

Please use the dev site provided for troubleshooting. I had to rollback the live site to Divi 3.15 to temporarily resolve the problem.

Thanks

#1138047

Hi,

I suggest you add attribute suppress_filters="true" to the post body shortcode, like this:
[wpv-post-body view_template="None" suppress_filters="true"]

More help:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-body
suppress_filters (opt):
'true' | 'false' (default)
If suppress_filters=’true’, all third party (non WordPress) filters hooked into the_content filter will be removed

#1138053

suppress_filters is already set to true to get rid of the orphaned <p> tag.

The problem is that [wpv-post-body], whether with suppress_filters enabled or not, doesn't output any <p> tag at all. Post bodies now don't show any line breaks.

#1138056
line-break.JPG

I have tried it in your test site:
1) Upgrade to DIVI theme 3.17.4
2) Edit the content template: Template for Posts
hidden link

Find the [wpv-post-body] shortcode, replace it with:
[wpv-post-body view_template="None" suppress_filters="true"]

Test it in front-end:
hidden link

I can see the line break same as your website:
hidden link

See screenshot line-break.JPG

Is there anything missing?

#1138061

The problem was with 3.17.3 published on October 30th. Elegant Themes must've realized they screwed up and published 3.17.4. I updated the live site to 3.17.4 without changing anything and everything seems to be back to normal.

Thanks