Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’m using the Vantage theme on my site, and I think I may have a CSS conflict with one of my plugins (All-in-One Event Calendar by Time.ly). I am using menu icons on each page in my site, but the Calendar page is the only one where the menu icon won’t show up. I am not a programmer, but I know enough HTML to have found (in my browser’s inspector):
where it should be:
But I don’t know enough to figure out how to fix it. Anyone know how to remedy this?
Many thanks!
Oops, apparently I don’t even know how to include code in a post…
I found:
span class=”icon”></span
(or replace "calendar" with the name of any other icon in the set)
Is the site live? Might be able to help with CSS. Please send me a link if it is.
Hi Andrew,
Thanks for your quick response. The site is not live yet. Is there a way to PM you login credentials?
For sure, send them through to [email protected].
I’ve resolved the issue for you. For reference. There are two conflicts we’ve seen with All In One Event Calendar. The widget does not function correctly in Page Builder. However it can still be deployed to a page not using Page Builder. In this case the second conflict was the page where the plugin was deployed to refused to show it’s menu icon selected for that page. We resolved using the following Custom CSS:
The was still being inserted in the menu item, just the calendar class suffix was missing. So we used the class that was there .icon to deploy the desired icon, in this case a calendar: http://fontawesome.io/icon/calendar/.