Frontend Search Setting Display Wired

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Frontend Search Setting Display Wired

This topic contains 4 replies, has 2 voices, and was last updated by larryli1017 larryli1017 8 years, 2 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7737
    larryli1017
    larryli1017
    Participant

    Hi,

    I just installed the plugin to use it by the first time. But the frontend search setting layout becomes confused.

    The problems happens both in Search settings position with “Hovering(default)” and “Block or custom” settings.

    I have improve the compatibility to be Maximum. May I learn how to solve this problem please?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #7739
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    It’s most likely some other CSS (perhaps the theme styling) is overriding the checkbox styles. Can you please link me to a page where a search is active with the checkboxes? I will take a look and try suggesting a fix.

    Best,
    Ernest Marcinko

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


    #7740
    larryli1017
    larryli1017
    Participant
    You cannot access this content.
    #7741
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    I have found the problem. The theme adjusts the scroll container to a “flex” based layout, that is causing the weird width and the squished text.

    To fix it, use the following custom CSS code:

    .ajaxsearchpro .mCSB_container {
        display: block !important;
    }
    Best,
    Ernest Marcinko

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


    #7742
    larryli1017
    larryli1017
    Participant

    Hi Ernest,

    Thanks for your reply!

    It works now!

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.