Problems with Mobil viewing Categories
-
My mobile menu links lead to 404 errors, while the same links work on Desktop. I suspect a conflict between my Envo Shopper Mobile Menu and the WordPress Rewrite Rules. The site currently runs on an older WordPress version (6.9.4) which might not be parsing the mobile headers correctly under the current server configuration.
I tried all i can even used AI to help but nothing works
The blog I need help with is: (visible only to logged in users)
-
Since your Desktop links work but Mobile fails, the issue likely isn’t the links themselves, but how your theme’s mobile menu is ‘rewriting’ them on the fly. In older versions like 6.9.4, there is a known quirk where mobile menus can sometimes double-encode the URL or fail to strip the trailing slash correctly. Your first step should be to go to Settings > Permalinks and simply click ‘Save Changes’ without changing anything; this ‘flushes’ the .htaccess file and forces WordPress to re-register the paths. If that doesn’t work, check your Envo Shopper settings for a ‘Mobile Menu’ or ‘Off-Canvas’ toggle—often, switching the menu type from a ‘Slide-in’ to a ‘Standard’ dropdown will bypass the script conflict that’s causing the 404s.
-