• Resolved e dev

    (@efishinsea)


    Hello. the icons on the admin screen seem to not be loading.

    Here is a screenshot: https://ibb.co/3W2pV8X

    Any ideas on this? I get no errors or warnings or blocked content in the console.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Probably, its because of conflict with some other plugin or actual theme.
    Please try to deactivate one by one all your active plugins at the WordPress > Plugins menu and make testing after each plugin deactivation.
    If its not help, please deactivate all your plugins and active the default WordPress theme. And then retest it again.
    We just need to find the reason of this issue.

    Also please be sure to use latest update of Booking Calendar. For paid versions, You can request the new update of Booking Calendar on this page: https://wpbookingcalendar.com/request-update/
    Kind Regards.

    Thread Starter e dev

    (@efishinsea)

    If I disable my theme (the7) the icons show up.

    This is a commercial theme that I use on dozens of sites. Your plugin is the only one I’ve found a conflict like this with the icon fonts.

    Specifically, it seems related to this class the theme loads:

    [class*=" icon-"]::before, [class^="icon-"]::before {
       font-family: fontello;
       . . . 
    }

    Your plugin also blows out their theme admin menu items too (also in the #2 place on the list) making it impossible to set some theme options/licensing/etc.

    Let me know if you find a fix.

    • This reply was modified 5 years, 7 months ago by e dev.
    • This reply was modified 5 years, 7 months ago by e dev.
    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Yes, it’s seems that those css code override the css code from the Booking Calendar.
    The issue, that the theme is loading own CSS file at all admin pages. Usually plugins or themes must to load own CSS or JS files only at the own settings pages and not for all WordPress admin pages.
    Booking Calendar load such files only at own admin menu pages.
    I will check if it’s possible to remove such conflict from Booking Calendar side, but usually such issue have to be resolved from the theme code side. You can try to contact support of your theme about resolving issue of loading css and JS files only at the admin menu pages of the theme and not at all pages of WordPress admin panel.
    Kind Regards.

    Thread Starter e dev

    (@efishinsea)

    I had to change your admin menu priority since it doesn’t use a number, but a “default” which overrides anything else that happens to use that same setting. In this case, it was my theme settings, so they were completely hidden from the screen. Hopefully this will get resolved in future updates.

    Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    Do you about the menu or icons ?

    If you was wrote about the menu, so then you can change position of “Booking Calendar” menu at the Booking > Settings General page in “Plugin Menu” section.
    Kind Regards.

    Thread Starter e dev

    (@efishinsea)

    No, I had not seen that option. The options page is very busy and it was lost down the page under your ads and videos.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Icons missing on admin screens’ is closed to new replies.