Override WP Footer Styling
-
This site is running Store Locator Plus Premier 4.8.7. Uploaded WP Smush and optimized the images which worked great. However, it conflicted with SLP and I could not access the Admin of the plugin. It was frozen. Upon removal of WP Smush, the SLP Admin immediately became unfrozen.
Having the SLP support examine the code it was determined:
SmushIt is changing the CSS for the global #wpfooter div on ALL admin pages including the Store Locator Plus admin pages.http://enmarkstations.net/wp-content/plugins/wp-smushit/assets/css/wp-smushit-admin.css?ver=2.7.6
/** Override WP Footer Styling, Hide it on WPMU pages only, if we really need to **/
.wp-admin #wpfooter {
display: block;
}
Why is WP Smush changing or blocking the CSS and JavaScript code of other plug-ins belonging to other Admin pages?The page I need help with: [log in to see the link]
The topic ‘Override WP Footer Styling’ is closed to new replies.