Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › SSL warning on search stylesheet
This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 7 years ago.
- AuthorPosts
- August 17, 2017 at 11:52 am #14324
Hi, I’m getting SSL warnings on the async loaded stylesheet style1.css on all pages:
Example https://www.globalfurniture.nl/product/oranje-leather-care-and-color/Please see this screenshot. https://www.dropbox.com/s/ad5rngomayx6vb4/mixed.jpg?dl=0
How do I change the URL to https?
August 17, 2017 at 1:54 pm #14330Hi!
Those urls are automatically retrieved from wordpress with the wp_upload_dir() internal function.
If your site was recently moved from http to https, then make sure that this url is changed everywhere on the settings, and also, adding these constants to the wp-confing.php might helps as well:define('WP_HOME','https://www.globalfurniture.nl'); define('WP_SITEURL','https://www.globalfurniture.nl');
..otherwise some functions may return the old URL. This will make sure that the site URL and the home URL are forced correctly. After the change, make sure to clear your site cache as well.
Best,
If this does not work, feel free to add temporary FTP details, and I will check on the issue direclty. Thank you!
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 17, 2017 at 3:42 pm #14342It worked, I totally forgot to change the URL’s in settings, while I did have the site forced over SSL.
Thanks!
August 17, 2017 at 3:43 pm #14343You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.