New Landing How can we help? Themeforest Theme Support Neighborhood Page builder search function

Viewing 12 posts - 1 through 12 (of 12 total)
  • #56643
    andrew_zappy
    Member
    Post count: 4

    Hi,

    Can you help me here? I have adde the search function from page builder to my pages but when I search for something it throws me to the home page. how can I get it to search for products?

    #56730
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please can you send me a link so I can see what you mean?

    – Kyle

    #56753
    andrew_zappy
    Member
    Post count: 4

    Hi

    The search function under the Gelish logo. I need this to work on all pages.

    Thanks

    http://creativeacademy.ie/gelish/

    #56758
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please update to the latest version of the theme, if this does not fix the issue let us know.

    – Kyle

    #56771
    andrew_zappy
    Member
    Post count: 4

    I cant afford to lose any customisation, i’ve done so far. is there another solution.

    #56772
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Have you customized the theme files? If so you should have done this in a child theme.

    We can’t provide support for older versions if there was a fix in a more recent version.

    – Kyle

    #56819
    andrew_zappy
    Member
    Post count: 4

    I didn’t cutomize the theme files, just custom css.

    #56825
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Then you can update the theme, you will not loose your changes as the custom css is stored in the database.

    – Kyle

    #57087
    andrew_zappy
    Member
    Post count: 4

    Ive updated the theme and still having the same problem.

    #57259
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit search.php at /wp-content/themes/neighborhood/swift-framework/page-builder/builder/shortcodes

    Find this code at line 34 
    $search_form .= '<input type="text" placeholder="'.$search_input_text.'" name="sf-search" />';
    
    Replace with 
    $search_form .= '<input type="text" placeholder="'.$search_input_text.'" name="s" />';

    Hopefully it will work 100% .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #57758
    modbayco
    Member
    Post count: 16

    Thanks for this – had the same problem and it works now. My next question is how to, in my case, make it search only the FAQ page and not the whole site? THanks for your help,

    #57775
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Hi,
    Please open to edit search.php at /wp-content/themes/neighborhood/swift-framework/page-builder/builder/shortcodes

    Find this code at line 34 
    $search_form .= '<input type="text" placeholder="'.$search_input_text.'" name="s" />';
    
    Replace with 
    $search_form .= '<input type="hidden" name="post_type" value="faqs" /><input type="text" placeholder="'.$search_input_text.'" name="s" />';
    

    Hopefully it will work 100% .

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register