I’m having the same problem with the Pro version of the plugin, although without making any change to the code.
Like MarekR said, clicking the footer link to switch to desktop site seems to be working only after a second click or refresh.
Dan, please can you help us out here!
Thanks,
Philip
Hi Philip, Marek,
I’m planning to devote some time to this next week. Apologies for the delay.
Best,
Dan
Thread Starter
MarekR
(@marekr)
Hey Dan,
Thank you for the feedback, unfortunately I had to revert to another plugin after not being able to make a quick fix on yours.
I’ll make sure to test out your new release.
Best Regards,
Marek
what was the alternative plugin?
Thread Starter
MarekR
(@marekr)
I went with that one: http://wordpress.org/extend/plugins/wordpress-mobile-pack/
And used my own custom theme. I haven’t had any issues with that and have currently used it on two sites.
Hi Dan,
How’s it going? Did you make any progress with updating the plugin?
Thanks,
Philip
Hi guys,
I’ve not been able to reproduce this in testing, however I had another issue which was resolved by changing the WordPress cookie domain:
http://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domain
I set the cookie domain (for my example) to:
define(‘COOKIE_DOMAIN’, ‘example.com’);
So I removed the ‘www’ bit, and this meant that the cookies were being correctly stored in the right place.
Let me know if this helps anyone,
Dan