Skip Navigation

[Resolved] Line breaks in Product description are ignored

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

Problem: Line breaks are not respected in product description tabs.

Solution: Use the wpv-autop shortcode to wrap your tabs shortcode.

[wpv-autop][wpv-woo-display-tabs][/wpv-autop]

Relevant Documentation:
https://toolset.com/documentation/user-guides/views-shortcodes/#vf-325519

This support ticket is created 6 years 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by Marcel 6 years ago.

Assisted by: Christian Cox.

Author
Posts
#1154122

Great, thanks 🙂

Maybe you do know a solution to the second question: enters in the description tab are ignored?
That concerns the content I put in the main WordPress content editor with a product, which is shown under the "description" tab by default.

#1154124

Hi, try adding the automatic paragraph shortcodes around the tabs shortcode in your Content Template, like this:

[wpv-autop][wpv-woo-display-tabs][/wpv-autop]
#1154450

My issue is resolved now. Thank you!