dfuytn
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Latest version 6.5.2Works for me with Sanitation>Off
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Latest version 6.5.2Any progress on a fix?
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Latest version 6.5.2Us non-developers think you should be able to fix it easily and fast.
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Latest version 6.5.2Any progress?
Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Latest version 6.5.2No. Just an iframe in a div.
Here’s what it looks like.
<div style="position: relative; padding-top: 56.25%;"><iframe src="https://link-to-the-video?autoplay=false" loading="lazy" style="border: none; position: absolute; top: 0; height: 100%; width: 100%;" allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe></div>Forum: Plugins
In reply to: [Shortcoder — Create Shortcodes for Anything] Latest version 6.5.2I’ve restored version 6.5.0 and things are back working again. So something is not working in 6.5.2.
After testing, I found out that Elementor is the problem. I downloaded a popup plugin (Popup Maker) and WPPayForms now works fine in that plugin.
So we can consider this solved with the work around.
Forum: Plugins
In reply to: [Dynamic Conditions] Checkbox in User ProfileJust to update…It appears that using a text field with a value of 1 or using a True/False that’s checked, DC works the OPPOSITE to the way you would think if the ACF is in a WordPress User Profile.
If ACF is a text field in the WordPress User Profile with the value 1
Show/Hide – “Hide when condition is met”
Condition – “is equal to”
Compare Type – “Text”
Conditional Value – 1
The section will still show. DC seems to think the value is not 1.If ACF is a text field in the WordPress User Profile with the value 1
Show/Hide – “Hide when condition is met”
Condition – “is not equal to”
Compare Type – “Text”
Conditional Value – 1
The section will not show. DC seems to think the value is not 1.If ACF is a True/False field in the WordPress User Profile with the value checked
Show/Hide – “Hide when condition is met”
Condition – “is not empty”
The section will still show. DC seems to think the value is not checked.If ACF is a True/False field in the WordPress User Profile with the value checked
Show/Hide – “Hide when condition is met”
Condition – “is empty”
The section will not show. DC seems to think the value is not checked.Works fine everywhere but the WordPress User Profile.