+ Reply to Thread
Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: search block

  1. #21
    Hello!

    Search box in mobile version of general_flatty template does not work. You can try it on flynax demo.

    Screenshot_2019-09-13-16-15-58.jpg
    Last edited by Logmanov; September 13, 2019 at 12:35 PM.

  2. #22
    Hi Flynax dev!

    Please tell me how to make this search input field always open, and remove the close function.

    Thanks!

  3. #23
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Quote Originally Posted by Logmanov View Post
    Please tell me how to make this search input field always open, and remove the close function.
    Hello,

    To fix search box on mobile:

    go to ftp > templates > your_template > css > style.css > find #autocomplete (~944) and remove below display: none;


    Making search block open:

    in style.css find div.kw-search > span.field (~930)

    replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.
    then go to tpl > header.tpl

    find:
    Code:
    Only registered members can view the code.
    and change to:
    Code:
    Only registered members can view the code.

  4. #24
    Thanks a lot Rudi, it helped!

+ Reply to Thread