Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author HeroThemes

    (@herothemes)

    Thanks for the feedback Gary, the reason for that is because the plugin moves the favicon to the top level of the install for compatibility, so as you have you have pointed out, this ultimately means it’s not currently compatible with multisite at the moment.

    This is something that we can look to improve on for the next version.

    I have just done the same thing.

    By far this is the best favicon plugin for wordpress I have found but to use it I also need multisite support.

    My experience is slightly different in that the favions for the main site show for all sites not just the last one created.

    Looking forward to the next release

    Hi,

    I don’t know much about the compatibility issue for the desktop browsers, but here is the code I added in the first switch statement for the main plugin file (ht-ultimate-favicon.php):

    case '16':
    	echo '<!-- For desktop -->';
    	echo '<link rel="icon" type="image/png" href="' . $value . '">';

    It at least works in Chrome.

    Until the next version of plugin is released (and multisite support is added), I will remain the above code in my copy.

    Also, perhaps I didn’t read the entire plugin source, but it doesn’t seem to use all of the favicon sizes generated by the plugin. For example, it doesn’t use 16 X 16 favicon as mentioned in the code above.

    All in all, I like this plugin.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multi site support’ is closed to new replies.