Reply To: SSL warning on search stylesheet

#14330
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

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.
If this does not work, feel free to add temporary FTP details, and I will check on the issue direclty. Thank you!

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)