How to fix WordPress dashboard screen option & help button, it’s not working
Check if you or a plugin include bootstrap and the bootstrap CSS / Theme files. Bootstraps .hidden class looks like: .hidden { display: none !important; } But overrides wordpress’ definition of .hidden: .hidden { display: none; } The Top ‘Help’ & ‘Screen Options’ bars are displayed via inline style display: block, which is overridden by … Read more