No reason I can think of that you would run into that. Other than some CSS rule that is only being applied responsively to mobile breakpoints. Using the browser inspector and comparing to desktop breakpoints you should be able to figure out what is going on.
Thread Starter
rcwgsy
(@rcwgsy)
Hi thanks for coming back to me.
What about not showing if you’re not logged in as admin?
I can’t see the icons on the frontend unless I am logged in as admin. All other elements of the page are showing, for some reason the icons are not..?
You’d be the first one to report that issue as well I’m afraid.
It is hard to guess what would be causing that problem, but once again the browser inspector should be your friend here. I’d be looking for CSS rules that are being applied differently when logged in vs logged out, and resources that are/aren’t being loaded when logged in vs logged out. Especially paying attention to any additional versions of FontAwesome that may be getting loaded in from other plugins or maybe your theme.
Please share your results if you are able to identify the cause/conflict. Who knows who it might help in the future.
Thread Starter
rcwgsy
(@rcwgsy)