IfSo Dynamic Content
Forum Replies Created
-
Thanks for the screenshots.
Please try adding the code with double quotes:
[ifso-add-cookie name=”show-once” value=”two_days” time=”172800″]
If it doesn’t work, please contact us at [email protected]. I will ask our developers to take a look.My pleasure.
You should paste the shortcode as I sent it.
Did you paste it in a page template file or in a content field on your page?
If you pasted the shortcode inside a PHP template, then you need to wrap it in a do_shortcode function:
<?php echo do_shortcode('[ifso-add-cookie name="show-once" value="two_days" time="172800"]'); ?>
If you still encounter problems, please send us a screenshot of how you embedded the shortcode.
Sure, here’s how to set it up:
- Add our ‘Add a cookie shortcode‘ to the pop-up’s content. For example: [ifso-add-cookie name=’show-once’ value=’two_days’ time=’172800′].
*The ‘time’ attribute is the cookie expiration time in seconds. 172,800 is equivalent to two days. - On your pop-up trigger, add another version. Place it as version A and set it as follows:
- Condition: If: Cookie > Is > Cookie name ‘show-once’; cookie value is ‘two_days’.
- Content: Leave the content blank.
The outcome: When the pop-up is shown, a cookie will be added and remain valid for two days. Upon the user’s return to the site during this period, the cookie condition will be met, triggering version A to be displayed. As the content for version A is blank, the pop-up will not be shown.
Forum: Plugins
In reply to: [If-So Dynamic Content Personalization] ReferenceError: lodash is not definedHi Marcus,
We have just released a new version that we believe includes a fix for this problem. Please let us know if it hasn’t addressed the issue.Forum: Plugins
In reply to: [If-So Dynamic Content Personalization] ReferenceError: lodash is not definedI understad and wil not repeat that.
Forum: Plugins
In reply to: [If-So Dynamic Content Personalization] Nonce LitespeedHi @medienstuermer ,
Less than 8 hours, we recommend 6 hours.
Forum: Plugins
In reply to: [If-So Dynamic Content Personalization] Folder /tmp/ filled with empty filesYes, sorry for the confusion. That’s great to hear ??
Forum: Plugins
In reply to: [If-So Dynamic Content Personalization] Folder /tmp/ filled with empty filesHi @triphop59182,
Please go to If-So > Settings, uncheck the “Disable use of PHP sessions” option, and let me know if it resolves the issueHi @triphop59182 ,
If I understand correctly, you can create separate triggers for each of the languages, each with the same conditions but with content translated into the relevant language. Then, you can embed each trigger in the corresponding WPML version.
Wouldn’t this approach work?
Thank you for providing the details.
To better understand and resolve the problem, we kindly request the following information:
- A link to the page where we can see the problem.
- A link to a page where the problem is not present.
- Screenshots of how the content is configured in the backend.”+
Forum: Reviews
In reply to: [If-So Dynamic Content Personalization] Broke my websiteHi @jspencedog ,
I’m sorry to hear that you are experiencing this issue.
To assist you better, please provide more details about what exactly occurred and at which point it happened. Did the issue arise right after activating the plugin, or was it after setting up dynamic content? The more specific information you can provide, the more effectively we can help you resolve the problem.
Forum: Plugins
In reply to: [If-So Dynamic Content Personalization] site titleThe PHP code you have sent doesn’t include the If-So shortcode.
Does the following code works?
<?php echo_shortcode('[ifso id="13121" ajax="no"]'); ?>
Forum: Plugins
In reply to: [If-So Dynamic Content Personalization] site titlePlease send me screenshots of how you have set the content (both the trigger and the way you embeded it in the page template.
To make sure I understand, if you apply the exact same trigger in the page content, is it working?
Forum: Plugins
In reply to: [If-So Dynamic Content Personalization] site titleAre you using a chaching plugin? If so, does it work if you deactivate it?
Forum: Plugins
In reply to: [If-So Dynamic Content Personalization] site titleDid you enable the Ajax loagin in the plugin’s settings?
Which condtion are you using? - Add our ‘Add a cookie shortcode‘ to the pop-up’s content. For example: [ifso-add-cookie name=’show-once’ value=’two_days’ time=’172800′].