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

odd search results showing on edge of page

Home Forums Product Support Forums Ajax Search Pro for WordPress Support odd search results showing on edge of page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23781
    chadwickhugh96chadwickhugh96
    Participant

    When using “Top Searches” widget it opens a search results drop down off on the left side of the page, partially hidden.

    #23803
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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:

    @media only screen and (min-width: 520px) {
     .asp_r_1_2 {
         display: none !important;
     }    
    }
    #23819
    chadwickhugh96chadwickhugh96
    Participant

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

    #23834
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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 🙂

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