Problem:
Types shortcode does not work insider the shortcode [wpv-conditional], for example:
[wpv-conditional if="( NOT(empty($(wpcf-cl-alternative-telephone)) )"][types field='cl-alternative-telephone' title='Alternative Telephone'][/types][/wpv-conditional]
Solution:
There is a missing ")" in the "if" attribute of shortcode codes [wpv-conditional], I have modified the codes from:
<p>[wpv-conditional if="( NOT(empty($(wpcf-cl-alternative-telephone)) )"][types field='cl-alternative-telephone' title='Alternative Telephone'][/types][/wpv-conditional]</p>
To:
<p>[wpv-conditional if="( NOT(empty($(wpcf-cl-alternative-telephone))) )"][types field='cl-alternative-telephone' title='Alternative Telephone'][/types][/wpv-conditional]
Relevant Documentation:
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.
Our next available supporter will start replying to tickets in about 7.28 hours from now. Thank you for your understanding.
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)
This topic contains 6 replies, has 2 voices.
Last updated by 6 years, 5 months ago.
Assisted by: Luo Yang.