PB with admin icons
-
Try following these steps to check for a plugin conflict.
If you find a particular plugin that causes the issue, please post the exact name of the plugin so the devs can look into it. And would probably be good to contact the devs of the conflicting plugin too.
it is difficult for me … can you give me a short code to resolve this pb ? please
I use this theme https://fr.ww.wp.xz.cn/themes/colormag/
-
This reply was modified 3 years, 8 months ago by
yoyo77yo.
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.Hi, i had this same issue. One of the plugins caused this but before i’ll get the other plugin to work properly, i added this following code into admin css;
#wpwrap .wpbc_icn::before, [class^=”wpbc_icn_”]::before, [class*=” wpbc_icn_”]::before {
font-family: ‘wpbc-material-icons’!important;
display: inline-block;
}
#wpwrap .bi::before, [class^=”wpbc-bi-“]::before, [class*=” wpbc-bi-“]::before {
display: inline-block;
font-family: wpbc-bootstrap-icons !important;
}All the admin icons are now visible. The problem itself is not inside a booking calendar plugin but if someone is having this same issue, this might a first aid resolution for this.
Great.
Thank you for sharing this. -
This reply was modified 3 years, 8 months ago by
The topic ‘PB with admin icons’ is closed to new replies.