Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › odd search results showing on edge of page
This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 3 years, 9 months ago.
- AuthorPosts
- August 27, 2019 at 8:07 pm #23781
When using “Top Searches” widget it opens a search results drop down off on the left side of the page, partially hidden.
Attachments:
You must be logged in to view attached files.August 28, 2019 at 11:15 am #23803Hi,
Interesting, it looks like there is a hidden search bar in the corner of the theme, probably is the mobile search or something similar. Can you please try enabling this option here.
If that does not work, then try this custom CSS:
Best,@media only screen and (min-width: 520px) { .asp_r_1_2 { display: none !important; } }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
August 28, 2019 at 10:31 pm #23819The first option didn’t work.
I decided to try to just make a seperate search for that location on the page, but now I’m having a stranger issue.
I just duplicated the first search, gave it a new name.
But for some odd reason it refuses to display correctly. It looks find in my widgets preview, but on the live site it’s formatted incorrectly and not functioning properly. Can you not have two different searches on the same page?
I’ve tried both using the Ajax Search Pro Widget and entering just as shortcode.
Attachments:
You must be logged in to view attached files.August 29, 2019 at 9:23 am #23834Hi,
That is simply a site cache problem, the styling of the new search is not present, as a cached stylesheet file is served by the server. If you clear all layers of cache – including site, assets, CSS, JS, Cloudflare and browser cache, it will resolve the issue for sure 🙂
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.