Hi @picflick
Sorry to hear your menu buttons disappear occasionally.
We visited your site and saw the menu buttons on the homepage. See: https://share.zight.com/P8uPqOrE
We’re not aware of any other users having this issue, and we haven’t been able to see it ourselves. Because of that, it may be specific to your site.
Could you please let us know:
- Are you making any changes on your site before the issue happens?
- What version of User Menus are you using?
- Does the issue happen on another device or browser with extensions turned off?
- Are you using a caching plugin or any server-side caching (like a CDN)?
- Are you using any JavaScript optimization or minification settings?
- Have you recently installed or updated any plugins, themes, or PHP?
We look forward to your reply.
Thanks very much for checking. Yes it is there now. Sure, to answer your questions
- No
- Version 1.3.2
- Yes, also on other devices and browsers, however, not individually. i.e. when it dissappears, it does on all devices/browsers
- Not that I know of. When I load incognito during an episode of disappearance it is also not there
- Not that I know of
- No. It will happen randomly when no updates occur
Hi @picflick
Thanks for confirming—that’s really helpful.
Since the menu disappears across all devices at the same time and returns after re-saving, this suggests a server-side issue rather than a browser-related one.
Next, could you please check the following:
- Is the menu still assigned to its theme location when the issue occurs?
- Are you using any object caching (such as Redis, Memcached, or LiteSpeed), or managed hosting that applies caching automatically?
- Which WordPress and PHP versions are you currently running?
In the meantime, re-saving the menu or the permalinks should temporarily restore it.
We look forward to your reply.
Hi @picflick
Thanks for your reply.
The likely cause is intermittent caching issues, either from WordPress transients or server-side object caching.
The menu disappears because the cached menu data fails to load on the front-end, even though it still exists in the backend.
Re-saving the menu forces WordPress to regenerate the cached menu, which is why it temporarily fixes the problem.
If you encounter the issue again, you can try the following:
- Check for caching – Disable any object caching (Redis, Memcached, LiteSpeed) or host-level caching that might affect menus.
- Clear or manage transients – Use a plugin like Transients Manager to inspect or delete menu-related cached objects. Please note that this plugin is a third-party product and is not developed or maintained by our team.
- Debug errors – Enable WP_DEBUG to catch any intermittent PHP errors affecting menu rendering.
- Test for conflicts – Temporarily switch to a default theme and disable other plugins to see if a theme or plugin is causing the issue.
Your web host can also assist with checking for database issues or server-level caching that could be causing this.
We hope this helps. Let us know if you have other questions.