Hello,
I put the code in at the very top of my index.php page but am having issue getting my link for “view full site” to stop redirecting to mobile. I used the default code:
<?php
setcookie(“mobile”,”m”, time()+3600, “/”);
?>
and set the cookie name in the settings to “mobile” but I just can’t seem to stop the redirect to happen when i try to take them to the full site. Is there special code I need to use for the link? here is what my link code looks like:
***a href=”https://www.circavista.com/” title=”mobile” rel=”external”<p1>View Full Site</p1>***
i took out some brackets so you could see my code, so don’t worry those are in there
the mobile site is m.circavista.com
Any help would be great, thanks! otherwise, awesome plugin