Are you getting any PHP specific errors when trying to do this? do_shortcode is working fine for me with the latest release. Maybe try taking out the brackets containing the function call? Sorry, it’s difficult to debug other’s code without seeing the whole setup.
Hi,
This is my code :
echo do_shortcode( '[wpterms id="2230"]' );
Can you show me how you are using the do_shortcode?
And also should i enable the pop up on that particular page from the backend option?
Thank you
I’m using it just like your example.
You shouldn’t have to do anything special in terms of setting options on a page or anything via the admin. Are you trying to view your site while you are logged in via the admin still? If so, make sure you have the “Enable popups for logged in users?” setting checked.
Can you send me the URL to the site you are trying this one? support [at] linksoftwarellc [dot] com
Yes, I have this
Enable popups for logged in users?
setting checked.
Link to my site is : http://login.norla.se/
You will have to log in to my site to see the functionality. If you can share me your email or something then I can share you my credentials.
Thank you
Hi, I can see that the pop up is getting triggered with cookies. That’s why my shortcode is not working. How can I stop that?
I want to trigger that shortcode with my code everytime. How can I achieve it?
Thank you.
Cookies are a key part to how the plugin works so unless you want to rewrite it to use sessions the only option for you is to set the expiration time to 0. You’ve said that’s not working for some reason so I’m not sure how much the base plugin, without modifications, can help you.
This support forum is meant to fix issues with the plugin but you’ve made repeated threads that are more about modifying the plugin than sorting out actual bugs. You might be better off finding another popup solution or making your own from scratch to better suit your needs.