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

ASP Filters Box Disappears

Home Forums Product Support Forums Ajax Search Pro for WordPress Support ASP Filters Box Disappears

Viewing 10 posts - 31 through 40 (of 40 total)
  • Author
    Posts
  • #33439
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #33442
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Make sure you have this option disabled: https://i.imgur.com/nRhMWSp.png
    Other than that, the plugin will not affect the stylesheet loading times.

    #33452
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #33460
    Ernest MarcinkoErnest Marcinko
    Keymaster

    In that case, if you want to target a single search instance with a custom code, then you can use the search ID in the CSS classes, for example:

    div.asp_w.asp_sb_14.searchsettings {
    	display: block !IMPORTANT;
    }

    This will only affect search instance 14. Change it to the number you need, and it should work out.

    #33466
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #33469
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Well try choosing the same theme for that search instance, or even better, you can export it from the second one, then import the styling to the first one, where you need it.

    #33478
    Alex MedaAlex Meda
    Participant

    Once again, thanks a lot 🙂

    #33479
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

    #33487
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Oh okay, I understand.

    You probably don’t need any custom CSS for that, simpler to have it customized via the search instance back-end
    – Try these settings for the searc bar: https://i.imgur.com/bZHCLcB.png
    – As well as change the input and the magnifier and settings backgrounds to white or transparent.
    – It gave me this layout: https://i.imgur.com/jBbM6wl.png
    Try experimenting with the colors and the options a bit, it is very unlikely you need custom CSS for that.

    #33495
    Alex MedaAlex Meda
    Participant

    You cannot access this content.

Viewing 10 posts - 31 through 40 (of 40 total)
  • You must be logged in to reply to this topic.