• Resolved Anne89

    (@anne89)


    Hi
    I am recently working on adding a “help” note to explain some details about how to use the search box to discover more books in the database. Here is the webpage that I am working on. https://www.mlkfreedomlibrary.org/our-collection/

    Basically, I am using the wordpress plugin named “Tooltips”. So if you put the mouse over “HELP”, it will show the note. I hope this can make people take a look at the note if they are having trouble finding books. But I faced a problem when I try to put it closely besides the search box, and realized that the search box and the results are displayed as a whole. So it may be a tricky question. But is there any way I can do to put the “HELP” besides the search box so that it looks nicer?

    Thanks a lot!

    https://www.ads-software.com/plugins/weblibrarian/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robert Heller

    (@robertpheller)

    Well the weblib_searchform short code creates a single <form>…</form> block.

    I *guess* you could do something like:

    <table><tbody><tr><td align="top">[weblib_searchform ...]</td><td align="top">Help</td></tr></tbody></table>
    [weblib_itemlist ...]
    Plugin Author Robert Heller

    (@robertpheller)

    It looks like you used to WYSIWYG editor and it put in extra <p> tags, etc. To get things right, you will probably have to turn off the WYSIWYG editor and directly hack on the HTML. It should be possible to get things looking better that way.

    Thread Starter Anne89

    (@anne89)

    Thank you very much for the super quick response!
    It works and looks better now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add a HELP note besides the search box’ is closed to new replies.