WordPress dFactory Cookie Notice Plugin
I was able to find a solution after trying multiple things. I just had to put the javascript code from google analytics between a php if condition like this:
I was able to find a solution after trying multiple things. I just had to put the javascript code from google analytics between a php if condition like this:
Hi i have two wordpress sites, that are almost identical but have different domains. What i need to make is when you login on one site of wordpress that it would login with same username and password on other site. I know this could have some security issues, but this does not matter i just … Read more
I have a client for whom I am building a ClickFunnel with the member area in LearnDash, an LMS that runs on WordPress. A key feature of this funnel is the ability to: Automatically add ClickFunnel customer to LearnDash membership for purchased product (done) Automatically create a WordPress Subscriber account upon successful purchase (done) Automatically … Read more
I have tested my wordpress website on Cookiemetrix.com and it reported me that my page is not comply with EU Cookie Law. Cookie scan report because it found a doubleclick.net cookie named IDE. Could this cookie come from an installed plugin? What is the solution to get this website to pass the cookiemtrix test?
I have tested my wordpress website on Cookiemetrix.com and it reported me that my page is not comply with EU Cookie Law. Cookie scan report because it found a doubleclick.net cookie named IDE. Could this cookie come from an installed plugin? What is the solution to get this website to pass the cookiemtrix test?
I have this code that setted when login check is fine: Now, when I click on logout link (logout.php) i did this: I didn’t use destroy session because I don’t want to destroy all sessions…. now destroying a session is working fine… but when I try to unset cookies, the browsers (all browsers: explorer, chrome, … Read more
you are getting this because you are using a resource from another site and that server is attempting to set a “cookie” but, it does not have the SameSite attribute set, which is being reported in newer versions of browsers. this (may) also be shown if you are trying to access the server page from local computer … Read more
You have to set cookies before any headers are sent out. From the manual: setcookie() defines a cookie to be sent along with the rest of the HTTP headers. Like other headers, cookies must be sent before any output from your script (this is a protocol restriction). This requires that you place calls to this function prior to … Read more
Somebody help me. How to create, read and erase some cookies with jQuery ?
You can call the function getCookie with the name of the cookie you want, then check to see if it is = null.