noyz319
Member
Posted 2 years ago #
If your 'WordPress address' and 'Site address' are different from each other this plugin will not work, as it asks for logo image paths relative to wp-content, but does not consider the fact many people have their wordpress files installed in a subdirectory of their main site.
This can easily be fixed simply by opening up the plugin's core.php file and replacing all of the incorrect references to bloginfo('home') with site_url() instead.
wendymerritt
Member
Posted 2 years ago #
That is a great thought but it did not fix anything on my site. It doesn't appear to have hurt anything but it didn't fix the error either. Sorry.
Alex Ciobica
Member
Plugin Author
Posted 2 years ago #
@noyz319, thank you for the heads up. I've included the change in the latest version.
@wendymerritt That should be fixed in v1.2.1
wendymerritt
Member
Posted 2 years ago #
@ciobi Thanks for the fix. I'm heading out to do the update right now. :-)