• Resolved CarletonU

    (@carletonu)


    Hi,

    Firstly, great plugin and support!! Kudos!

    I have List search – Enabled but I don’t see a search field on the fronend where my list appears. Is there something else needed in the shortcode.

    or am I’m misunderstanding how the search function is suppose to operate. I assumed it would provide users a search filed for the list on the front end.

    Any help is greatly appreciated.

    Thanks,

    Danny

    https://wordpress.org/plugins/gravity-forms-sticky-list/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author fried_eggz

    (@fried_eggz)

    Thanks! Glad you like it.

    If you enable list search a search field is added to the top of the list. Check the last screenshot to see the search field displayed.

    There might be some css interfering with the search field. Try viewing the source code and see if you can find it. The html should look something like this.

    <div id="sticky-list-wrapper">
        <input class="search" placeholder="Search">
            <table class="sticky-list">
            ...

    If you have a public site you can past a link here and I’ll take a look.

    Thread Starter CarletonU

    (@carletonu)

    fried_eggz,

    Thanks for the quick reply!

    Good call. I should have viewed source before posting. We have another class=”search” which is hidden until the icon is clicked.

    Might consider giving that class a prefix, as I imagine class ‘search’ is pretty common.

    Thanks again.

    Danny

    Thread Starter CarletonU

    (@carletonu)

    Marking as resolved. Thanks Again!

    Plugin Author fried_eggz

    (@fried_eggz)

    No problem, glad to help.

    Good suggestion about giving the search field a more specific class. I will include a class change in the next update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Don't see search field for List Search’ is closed to new replies.