Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WP admin side menu favicon breaks SSL #423

Open
littlepackage opened this issue Jul 15, 2017 · 1 comment
Open

WP admin side menu favicon breaks SSL #423

littlepackage opened this issue Jul 15, 2017 · 1 comment

Comments

@littlepackage
Copy link

link to admin menu icon ( http://www.mywebsite.com/wp-content/plugins/geodirectory/geodirectory-assets/images/favicon.ico )

should be:
https://www.mywebsite.com/wp-content/plugins/geodirectory/geodirectory-assets/images/favicon.ico
or:
//www.mywebsite.com/wp-content/plugins/geodirectory/geodirectory-assets/images/favicon.ico
or even:
/wp-content/plugins/geodirectory/geodirectory-assets/images/favicon.ico

So it doesn't break wp-admin SSL.

Your plugin is very helpful to us and we have paid for premium features. Please correct this simple issue ASAP. Thank you! :)

@pol76
Copy link

pol76 commented Jul 15, 2017

Hi,

either you still have the domain with http: in WordPress Address (URL) / Site Address (URL) in Settings > General of WordPress

Or you need to install the better search and replace plugin, search for all instances of your domain prefixed with http and replace them with https.

Let us know how it goes,

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants