• Hi there

    I have the search bar on two pages but neither is clickable and I can’t enter any text into the bar. I am sure it was working but now not. Not sure what I have done.
    Help would be appreciated.

    Many thanks and best wishes,

    Jerry

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jerrystampfer

    (@jerrystampfer)

    ok so I have found that when I add the code below to the custom CSS it basically disables the search bar. I added the code so that the search bar didn’t mask the drop-down sub-menu from the main navigation menu (on a different page). I am sure there must be a way around this.

    .nav-menu-primary .sub-menu {
    background-color: #1A6C7A !important;

    Plugin Author wpdreams

    (@wpdreams)

    Hi,

    You have this custom CSS causing the problem:

    .asl_m {
        z-index: -1 !important;
    }

    The z-index of “-1” will move the search below the page overlay, making it not selectable.

    Use a 0 z-index instead, you increase the z-index of the other elements too.

    Best,
    Ernest M.

    Thread Starter jerrystampfer

    (@jerrystampfer)

    hi thank you. I copied that code from another thread response in the support forum.

    Could you please paste in here the exact code I need to replace that one with?

    Many thanks

    J

    Thread Starter jerrystampfer

    (@jerrystampfer)

    ok -thank you – I realised what you meant and i did it.

    Thank you so much for your fast response.

    Best wishes,
    Jerry

    Plugin Author wpdreams

    (@wpdreams)

    Great ?? You are welcome Jerry!

    I will mark this topic as resolved now. Feel free to rate the plugin it is greatly appreciated!

    Best,
    Ernest M.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘search bar not clickable’ is closed to new replies.