Search bar doesn't look right

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

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 5 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20112
    harvey02
    harvey02
    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 Marcinko
    Ernest 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:

    define('WP_SITEURL', 'https://www.yoururl.com/');

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

    Best,
    Ernest Marcinko

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


    #20135
    harvey02
    harvey02
    Participant
    You cannot access this content.
    #20136
    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.