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

Search bar doesn't look right

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search bar doesn't look right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20112
    harvey02harvey02
    Participant

    Hi, I was using your ajax search lite plugin for a while, and I decided to upgrade to pro, but when I installed it the search bar on my front page doesnt look like it should. I uninstalled the lite plugin and removed the files, but it still didnt help. Any ideas? Thanks!

    #20119
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Thank you for the details, it helps a lot!

    The issue is, that the site URL might be set to a non-https version somewhere, either on the back-end, or within the wp-config.php file, as some stylesheets on the site front-end are returned with the non-https urls (causing the issue).

    Make sure to check on your site back-end, that the home URLs are set correctly there. If that is correct, then it might be overwritten somewhere in the database. In that case, placing this code to the wp-config.php file will resolve that as well:

    [php]define(‘WP_SITEURL’, ‘https://www.yoururl.com/’);[/php]

    Then clearing your site cache, and browser cache should then get rid off all the https errors, and display the plugins correctly.

    #20135
    harvey02harvey02
    Participant

    You cannot access this content.

    #20136
    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.