WP-Touch and cache plugin showing mobile version to desktop users, why?

Staccs

New member
May 14, 2010
993
32
0
I've been trying to solve this for a week now with no luck.

I've got a site running WP-Touch and W3 Total cache. The problem here is that mobile versions of some pages are being shown to desktop users.

From what I've heard, it seems that the cache plugin is saving the mobile versions of the site and showing them to desktop users, the suggested solution is to blacklist all the user agents that WP-Touch redirects.

Well, I did that, and the problem still remains.

Anybody else have this problem? How did you fix it?
 
  • Like
Reactions: BlogHue


So you carefully pasted all the WP-Touch useragents in your Cache Plugin's Rejected UA list.

Did you empty your cache after that?

As essentially, this will prevent any form of caching overlays on a mobile device, thereby not allowing any page loaded on a mobile device to have it's copy cached on the server which will then definitely not server this to a desktop user.
 
  • Like
Reactions: Staccs