Remove CSS from non-plugin pages
-
Today I noticed that CSS from the plugin is affecting other plugin pages and posts in the admin. Consider only enqueueing CSS on the Mass Pages/Posts Creator settings pages.
Specifically, “.view” CSS is affecting Advanced Custom Fields functionality.
.acf-image-uploader .view { /* ACF */ float: left; position: relative; max-width: 100%; } .view { /* Mass Pages/Posts Creator */ display: block !important; } .show-if-value { /* ACF */ display: none; /* This is being overridden */ }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove CSS from non-plugin pages’ is closed to new replies.