Home icon on Multisite
Hi,
I have installed Vantage theme on a MultiSite WordPress installation.
We need to have the homepage icon available on a subsite… it is running in a subfolder of the main site.
I think I already found out where the homepage icon is inserted, but canot get it to display on the subsite.
if( siteorigin_setting(‘navigation_home_icon’) && strpos($item_output, ‘href=”‘.home_url(‘/’).'”‘, 0) !== false ) {
$item_output = str_replace(”, ”, $item_output);
So I need to have the ‘real’ home icon, displayed on a subsite, in front of the first menu item of the subsite.
Any thoughts on how to achieve this?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Marc Koetsier
Do you have a public URL where we can take a look at both urls? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
It will help me understand your issue better
Looking forward to hear from you
This is a private message.
Hi Marc,
Add the following CSS in your subsite CSS file.
a.logo:before { content: "\f015" !important; position: absolute !important; left:-20px !important; top:10px !important; }In addition, ensure you have the fontawesome folder present in your subsite and the url available in the fontawesome\css\font-awsome.css are pointing to the right directory (should be around line 30 and 31)
Try that out and let me know the outcome
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.