after i backed up the site & reinstalled it, it did not save the configuration of advanced sidbar in the widgets.
i have since added some more pages & it shows 2 different pages with the new links for the new pages being added & not.
i have played around with the configuration for the advanced sidebar plugin but it does not make any difference.
i have enclosed the urls below
i have cleared the site cache.
OnPoint Plugins
Hi Mark,
It is difficult for me to see what is going on because the caching plugin active on your site disables the debugging tools that Advanced Sidebar Menu provides. That being said, I believe the menu options you are looking for are:
These are the options which have been used in other areas of your site to achieve the similar result.
Please let me know if I can help adjust the menu further.
mark kester
please see below
OnPoint Plugins
Hi Mark,
Because only the old page is affected, the issue is most likely either:
Disabling the cache plugin would likely allow me to see the exact settings being used to render the menu so I can rule out anything there. It may also resolve the issue.
mark kester
please see below again
OnPoint Plugins
Hi Mark,
It seems your site is using some kind of page caching because the URL for your .css files is pointed to a
wp-content/cache/wpfc-minified
directory. I’m not familiar with your caching plugin but my hunch is this is happening:wp-content/cache/wpfc-minified
directory..htaccess
or configured on the server.This would explain why the menus are not updating and why the old cached pages are now showing up broken with the cache plugin deactivated. It would also explain why the cache is not clearing after you restored from a backup which does not know about old cached pages.
To resolve, you may need to manually delete the cached page files from the server if the plugin is not working to delete the cache.
mark kester
please see below again 2
OnPoint Plugins
Hi Mark,
Yes, please delete the entire
cache
folder to clear out issues caused by old cached pages. I can see the pages with problems were cached on 11-04-24.mark kester
please see below 3
OnPoint Plugins
Hi Mark,
I’m afraid there is still something going on with your site’s cache which is not related to the Advanced Sidebar Menu plugin.
Looking at the source for the messed up page, I still see the WP Fastest Cache tag at the bottom indicating it was cached on 11-04-24 and has not yet been cleared.
<!– WP Fastest Cache file was created in 0.18470907211304 seconds, on 11-04-24 0:45:50 –>
One of 2 things is likely happening:
I’m really just guessing based on experience with other caching plugins. The plugin support for the WP Fastest Cache plugin will likely be able to help more than I can.