• It took me HOURS to find why this plugin broke all the icons of other plugins.
    Turns out it uses this css rule : font-family: “rockyton” !important
    On the whole admin backend.

    • This topic was modified 4 years, 9 months ago by khiman.
Viewing 1 replies (of 1 total)
  • Plugin Author Ceylon Systems

    (@ceylonsystems)

    Hi @khiman

    We are really sorry to hear that the IgniteUp plugin gave you a bad experience.

    But the point you are showing as the issue is not true.
    If you search the word “rockyton” in the whole repository, you get this only CSS rule which is the following:

    
    #toplevel_page_cscs_templates .wp-menu-image:before {font-family: "rockyton" !important;content: 'm' !important;}
    

    And it’s applied only for the elements under the id toplevel_page_cscs_templates and no way to apply for the whole admin panel as you have mentioned.

    We appreciate it if you can take a look back again about what was wrong and adjust this review if applicable.

    Thank you!

    Here’s the line of code for the above CSS rule: https://plugins.trac.wordpress.org/browser/igniteup/trunk/includes/css/main.css#L23

Viewing 1 replies (of 1 total)
  • The topic ‘Breaks css of other addons’ is closed to new replies.