• Resolved bobchou9

    (@bobchou9)


    Hi there, I got a problem about the drop-down search setting on frontend, if I only turn on two or three options, like “Show search in title selector” and “Show search in content selector”, when I click the dropdown arrow button the others options not hidden correctly and still stay in the setting filter form with a broken layout, is there any solution for this problem?

    I am using WordPress 4.5, and I have tested this in Chrome, IE and Firefox, both have same issue

    Thanks in advance!

    https://www.ads-software.com/plugins/ajax-search-lite/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi!

    This sounds like a 3rd party styling issue, maybe a collision with your theme stylesheeto or another plugin style.

    Can you please share an url where I can see the search? If it’s indeed a style problem, I might be able to suggest a custom CSS code to fix it.

    Thread Starter bobchou9

    (@bobchou9)

    Hi there, thanks for your reply!!

    I am developing my own theme now, so sorry I do not have a link to show you. But I just use the exactly same scenario tested in a brand new WordPress 4.5 system, with default themes(twentyfifteen, twentysixteen), the issue still there, so I wonder it should not be a 3rd party theme or plugin collision.

    Here is my screen shot:
    https://snag.gy/rmzN75.jpg //this is backend setting
    https://snag.gy/A3KWlR.jpg //this is how the front end look like

    And yes, if I customize my css code, I can fix this problem, but I just think if this is a real bug, it good for you to fix it in the production.

    Thanks again!

    Plugin Author wpdreams

    (@wpdreams)

    Indeed!

    Thank you very much for notifying me! I was refreshing the wrong browser tab when testing, dang it. I will fix this as soon as possible.

    Plugin Author wpdreams

    (@wpdreams)

    Until I upload a fix, here is a quick CSS snippet to fix the issue temporarly:

    .hiddend {
        display: none !important;
    }
    Thread Starter bobchou9

    (@bobchou9)

    Great! thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Frontend Search Setting Layout Issue’ is closed to new replies.