Site logo

Archived topic

FontAwesome Multisite issue

10 replies · Started by Ingrid on February 6, 2017

Viewing posts 1–11 of 11

I have a strange problem that I hope you can help me with. I used FontAwesome icons in the names of the menu-items on my multisite environment (I am the network administrator). Recently I added a single-site administrator to the environment. When he makes an update to the menu, the FontAwesome dissapears, it only leaves <i> </i> in the title of the menu-item...

Any idea what could be causing this?

Hi Tom,

Thanks so much for your quick replies. I saw the other item, but this seems te be a different problem. As you suggest in your second reply this is user-role-capabilities-specific. When I go back in under my own login as network-administrator I can simply put the FontAwesome-code back and everything works fine.

I try to keep the amount of plugins to a minimum and I would think this has to be possible under an administrator-single-site login. It also seems to be FontAwesome specific because the <b> </b> to show the items in bold are allowed under the other login. Is there anything you can think of to solve this?

I duplicated one of the sites to a test-environment for this purpose and casted a video of my screen to show the problem. You can find them under; https://7.segment.nl/test/

Thanks so much for your help and excellent support!

I use Icon menu and have also problems with the multisite icon. The developers of menu icons did not react on my question why multisite icon does not show up-

The Menu Icons plugin isn't working for you on multi site?

No, I want to show the multisite dashicon in front of a menu item. It does not show up. I used the dashicon "store" instead on huppenbroich.de. See menu item "Unser Dorf".

Huh, weird. GP has a *-site class that's conflicting with that one class.

Add this CSS:

.dashicons-admin-multisite:before {
    content: "\f541" !important;
}

Hi Tom,

great, it works for me. I do not close as I do not know whether it works for Ingrid, too.

Thanks :)

This archived topic is closed to new replies.