Bug affecting Admin Menu Collapse
-
?WordPress version: 4.4
?WP eCommerce version: 3.11.2
?Gold Cart version: n/a
?Theme: Avada, Exodus
?I did this: Deactivated all plugins on multiple sites… clicked the “Collapse Menu” button at the bottom of the left menu in the admin control panel of WordPress. The button works fine. Click it again to expand, it does so fine. Once I enable this WP ecommerce plugin and click the “Collapse Menu” button, nothing happens. If I refresh the page, it refreshes in a collapsed state. If I click to expand it, it never does. Refreshing doesn’t help. It is stuck collapsed. I can then disable this plugin and it expands fine.I have tried mac/pc, safari/firefox/ie/edge… all show the same behavior. I have recreated this on multiple sites I manage as well.
You can manually fix the issue by doing this:
1) Open PHPmyAdmin
2) Choose the site’s database
3) wp_usermeta table
4) wp_user-settings meta_key
5) delete ‘&mfold=f’ from lineThat &mfold=f value is supposed to set to &mfold=0 when you expand it again, but it doesn’t. Manually changing it to 0 doesn’t work either… deleting the value does, but sometimes takes multiple tries for it to not be overwritten again with f back in there… very strange.
I’m not sure the issue runs so deep with this plugin messing with the above mentioned table meta_key and such… but maybe it does? My guess is that it’s just interfering with the right javascript or whatever is being used to collapse/expand the menu and send the right commands to edit the database.
Thoughts? Need any more info or testing?
?I expected this:
It’d work as expected. ??
- The topic ‘Bug affecting Admin Menu Collapse’ is closed to new replies.