javascript - Strange website redirect issue on mobile browser that's influenced by cache -


i'm @ loss here.

i have new wordpress site @ synergration.com.

if access on mobile device (phone, not tablet) load fine first time. once click on page and/or reload home page jumps redirect loop indefinitely attempting reload same page on , on , over...

i've weeded through code , have been unable find js redirects. i've contacted theme developer , they've been unable help.

this became issue when started hosting on wp engine. use advanced caching seems culprit here when test mobile site on staging server (where no cacheing exists) loads fine.

i contacted wpengine , reply:

this being caused our caching systems run on our platform. looks theme handling internal redirect detects user agent (desktop or mobile) , redirects visitor appropriate site based on information. however, redirect getting stuck in cache, causing mobile version load in infinite loop. unfortunately, don’t have easy solution this. if 1 part of site, exempt part of site caching, because covers whole site, exempting caching isn’t option. our staging area exempt caching, why it’s working there. (the old host most-likely using non-cached environment, why didn’t see issue there). contact theme developer , ask them if they’ve ever come across issue before. there’s chance have, , might have clever solution work-around. might have option of disabling mobile routing, solve redirect issue, though mobile devices load full version of site rather slimmed-down mobile version.

as noted above, theme developer didn't have solution , i'm @ square 1 figured i'd reach out stack see if ya'll had ideas.

i have 2 sites on wp engine redirect. identical gensis child themes , redirect plugins. have 1 setup dns redirect cname record "m.sitename.com" url , other redirecting mobile site having same issue noted above. haven't had issue site points cname record. change other site cname configuration see if makes difference. have no ideal why works, thought might find of value.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -