amishah2007
Forum Replies Created
-
Forum: Plugins
In reply to: [Age Gate] To Show Age gate pop up everytimehttps://ww.wp.xz.cn/support/topic/not-showing-up-everytime/
I have gone through above and set add_filter(‘age_gate_set_cookie’, ‘__return_false’);
in functions.php file but in that scenario, it redirect to homepage and again showing up age gate pop up.I have written a script to redirect to different home page on the event of agegatesuccess.
What I want to do is, when ever user opens a new browser, it should show age gate popup. Please help.
Forum: Plugins
In reply to: [Age Gate] Not Getting agegatepassed event@philsbury
I just need another help. Age gate pop up is coming on the main home page and my home page takes some time to load so what end user see is like age gate is taking so much time to load even it is very simple page. Do you have any option like till the time user clicks on “Yes” button the home page will not get loaded.Right now what I have done to overcome this problem is, i created a blank page and name the url as a home page so my age gate will be shown on blank home page which will not take time to load. When user clicks on Yes, I capture event and redirect to main home page.
Now the problem is due to caching or I am not sure, If I open URL in the second browser, age gate is not getting displayed so I am not getting event and the blank page is getting displayed.Will you please help me out.
you can try out my solution at https://gethouseof2stg.wpengine.com/home-page-testing/Forum: Plugins
In reply to: [Age Gate] Not Getting agegatepassed event@philsbury You are just great. Thanks a lot for your help.