Menu and searchform

Forums Forums Menus Menu and searchform

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #291
    art_m
    Member

    Hi! I was wondering if its possible to move "search form" from header or side column to the menu bar while using your plugin. If so, please could you explain how to do it?

    Cheers,
    Artur

    PS. Please, excuse me language errors I’ve possibly made, as I am not English-native.

    #3318

    Hi Artur,
    Yes, you should be able to do that by adding the HTML for the search box into a list item via the custom code option. Something similar to the following should work I think (I haven’t tried it though).

    [code:148blo70]<li><form id="searchform" method="get" action="http://domain.com/">
    <input type="text" name="s" id="s" /><br />
    <input type="submit" value="Search" /></li>
    [/code:148blo70]

    #3319
    art_m
    Member

    Thanks, Ryan! It worked for me, but eventually I decided to move it to sidebar <img decoding=” title=”Smiley” /> Anyway – once again thanks for help and for great plugin!

    Artur

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