Missing icons from page builder on child sites of a multisite

Hello

I’m just testing the plugin with a child site on a multisite network, and am seeing an issue with all icons on the page builder (the parent site is fine):

https://www.dropbox.com/s/6d3w3ljyxntcrz3/Screenshot%202016-03-19%2013.12.15.png?dl=0

https://www.dropbox.com/s/ok9qhm5va9aqbtb/Screenshot%202016-03-19%2013.13.32.png?dl=0

Not sure if this is any help, but here’s the inspect element output from the <i> element:

https://www.dropbox.com/s/b4zjc78yhtqzpsr/Screenshot%202016-03-19%2013.14.58.png?dl=0

and from i:before :

https://www.dropbox.com/s/umugecinmpd569w/Screenshot%202016-03-19%2013.15.47.png?dl=0

There is another plugin that has enqueued fontawesome, but this is identical on the parent site which is displaying icons fine.

The rest of the page builder is working perfectly on the child site, as far as I can see.

Thanks!

Hey Doug,

That would be caused by this styling i { font-family: ‘f-icon’ !important; } which can be seen on this screenshot(bottom part). Try removing that and see if it fixes the issue.

Ben

Damn… thanks… (and sorry!)

No worries at all, Doug! :slight_smile: Enjoy!

Ben