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 4 years, 3 months ago.
- AuthorPosts
- November 27, 2018 at 8:06 am #20112
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!
November 27, 2018 at 11:22 am #20119Hi!
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 :)
November 27, 2018 at 3:58 pm #20135You cannot access this content.November 27, 2018 at 4:01 pm #20136You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.