This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

SSL warning on search stylesheet

Home Forums Product Support Forums Ajax Search Pro for WordPress Support SSL warning on search stylesheet

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14324
    SanderSander
    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 MarcinkoErnest 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:

    [php]define(‘WP_HOME’,’https://www.globalfurniture.nl’);
    define(‘WP_SITEURL’,’https://www.globalfurniture.nl’);[/php]

    ..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!

    #14342
    SanderSander
    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 MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.