Skip Navigation

[Resolved] WYSIWYG Field – external links have website URL added.

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

Problem:

The problem here is that the user's WYSIWYG field is not displaying external URLs correctly whenever the WYSIWYG field is added inside a conditional shortcode.

Solution:

This only occurs when you've formatted the conditional statement to use the shortcode of the custom field like below.

[wpv-conditional if="( '[types field='other-activities'][/types]' ne '' )"]Some Text[/wpv-conditional]

However the issue can be resolved by formatting the conditional like below

[wpv-conditional if="( $(other-activities) ne '' )"]Some Text[/wpv-conditional]

Notice the use of a different format to call the Types custom field

This support ticket is created 3 years, 5 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 16 replies, has 2 voices.

Last updated by Adrian Robbins 3 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#2097657

Good morning Shane

I very much appreciate your help and support, and can confirm that is the problem resolved 🙂

Thank you so much for sticking with me on this one, and finding a solution.

Wishing you a good day.

Kind regards
Ade

#2097659

My issue is resolved now. Thank you!