• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Reedwanul Haque

    (@reedwanul)

    Dear @neo2k23 ,

    Thank you for reporting this issue and sharing the detailed explanation.

    We understand your concern regarding globally loaded CSS/JS assets and generic class conflicts like .btn in the WordPress admin area. We have already fixed this issue internally, and the improvements will be included in an upcoming release of ElementsKit Lite.

    The updated implementation will ensure these assets are only loaded where necessary to avoid conflicts with other plugins. We appreciate your feedback and patience.

    Best Regards,
    Reju

    Thread Starter BackuPs

    (@neo2k23)

    You updated twice since your reply. Still the same issue. My bootstrap buttons are still wrecked by your plugin code loading bootstrap css .btn for every admin screen.

    When is this gonna be fixed?

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.