Closed jnthibeault closed 2 years ago
Hello @jnthibeault
I cannot reproduce this on a default theme using Pods templates and shortcodes so I'm inclined to think this is an issue with Elementor. Can you explain more in depth how you are displaying this field?
Sorry, was on vacation. So I am using with Elementor and maybe that is the problem. I am seeing it happen now with Gravity Forms. Here is the page: https://www.datazoom.io/webinar/looker-blocks-webinar-series/. You can see the output of the pods field with the shortcode (rather than the shortcode rendering). I have tried this shortcode on a test page and it renders fine. I have also ensure that I have the appropriate lines in wpconfig:
define('PODS_SHORTCODE_ALLOW_EVALUATE_TAGS',true); define('PODS_SHORTCODE_ALLOW_SUB_SHORTCODES',true); define('PODS_TEMPLATES_ALLOW_OTHER_SHORTCODES',true);
BTW, I am rendering the shortcode using the pods shortcode, with a magic tag for the specific field, in an Elementor HTML widget.
I have also rebuilt the page to retry it by assigning a pods field dynamically to a text editor Elementor widget. Still the same result: it just outputs the shortcode.
Okay it seems to be working now. Unsure why it started working all of a sudden
Hi @jnthibeault Good to hear you've solved the issue. Thanks for letting us know!
Description
A text field is created within a Pod. This field has the "allow shortcodes" box checked in the Advanced tab. The appropriate line to allow Pods to handle shortcodes is in the wpconfig.php file. When a shortcode is added to the field in a new record and that record is displayed in the web browser, the shortcode is not rendered. It is simply displayed as text. This functionality was working prior to the 2.8 release.
Version
2.8.6
Testing Instructions
Screenshots / Screencast
No response
Possible Workaround
No response
Site Health Information
Pods Package