pdo2641
Forum Replies Created
-
I have a similar problem at http:/wizardsforauthors.com This is a custom popup that is triggered by exit intent. I used the Never See This Message again, didn’t work. I have the close X treated as never see this message again. Sometimes it works, sometimes not. If you refresh the page, it may work; however, if you attempt to exit again before refresh the popup appears. Windows 10, Chrome and Firefox.
Update: Shortcodes can’t be passed as variables with this plugin. I suspect another update to fix something caused a problem with short codes being passed. There is some earlier comments to indicate it once worked.
If I have a Post Snippet short code [encryptme mycontent = “Super”]. The snippet with PHP and Shortcode checked is thus
Name: encryptme, Variables: mycontent. Code: $qstring = {mycontent};
echo $qstring;
It will return: Super.If,however I use [encryptme mycontent = “[frm-field-value field_id=67]”] and the shortcode [frm-field-value field_id=67] would return Super, it doesn’t work. I’ve encapsulate with single quotes, single quote and doublequoted, added do_shortcode to the PHP. Many of the returns were bizarre, but know were correct.
If anyone can see an error in my code, please comment.
So, it appears if you’re using the plugin for passing variables (not literals) as shortcodes to PHP, it doesn’t work (anymore). Too bad.Thanks.