SSL warning on search stylesheet

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 Ernest Marcinko 6 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14324
    Sander
    Sander
    Participant

    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?

    #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 :)


    #14342
    Sander
    Sander
    Participant

    It worked, I totally forgot to change the URL’s in settings, while I did have the site forced over SSL.

    Thanks!

    #14343
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

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


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.