• Resolved kenmcmahon

    (@kenmcmahon)


    Hi, could you give me a little help please? I’m a first time Ajax Search lite user and it’s doing a great job, but I have an issue. I have the shortcode installed in the page content on my website home page where it’s working fine. however, I also have it installed in a widget at the top of the page. The search field is shown, but it isn’t possible to enter any search text. Any ideas what might be causing this?

    Here’s the site url: https://penderlaw.co.uk/

    And link to debug data: https://paste.ee/p/pdlPY

    Thanks in advance for your help!

    Ken

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

    (@wpdreams)

    Hi Ken,

    Sure! It’s because the header widget area container is set to an absolute position. If you try to for example select the telephone number or the email, it’s not possible because there is an overlapping element above them.
    This custom CSS will resolve that and will also make the search input working again:

    #gk-header-widget .widget_text {
    z-index: 10;
    }

    All the best,
    Ernest

    Thread Starter kenmcmahon

    (@kenmcmahon)

    Hey Ernest. That worked a treat! Thanks for the quick response!

    Ken

    Plugin Author wpdreams

    (@wpdreams)

    You are welcome Ken ??

    I will mark this as resolved then. Feel free to rate the plugin if you like it, it’s greately appreciated and helps us a lot.

    All th best,
    Ernest

    Thread Starter kenmcmahon

    (@kenmcmahon)

    Done. 5 stars! Thanks again!

    Plugin Author wpdreams

    (@wpdreams)

    Thank you so much!

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