Please load your admin css not in every screen
-
The elements kit lite is loading its css in every admin screen. This is incorrect behaviour and conflicting with other plugins using similar class names like .btn which is a normal class name in bootstrap.
Please refrain from loading your css in every screen and only load it in the admin area where elements-kit is needed. f.e. deactivation-modal.css
Why is it loaded in every admin screen?
don’t address class like .btn in css when you are loading css in all admin screens. Make sure they have your own plugin classnames like elements-kit.btn
This is bizar you are wrecking other plugins completely with your css and js loading this way. Totally Unacceptable !
Adjust your code please.
You must be logged in to reply to this topic.