Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • in reply to: Cannot turn off ajax search #74061
     juvo
    Participant

    The search field is working differently on these 2 pages

    it shows up here with the search option after the fields: http://www.urapture.com/community-2/members/
    but not here, where it searches after each field is selected: http://www.urapture.com/about-us/

    we have this code in the child theme

    add_action( ‘kleo_before_page’, ‘search’ );
    function search() {
    if( !is_home() && !is_front_page() && !bp_is_directory() && !is_page(935) && !is_bbpress() ) {
    do_action( ‘kleo_search_form_horizontal’ );
    }
    }

    the issue is that the form added by this hook doesn’t read the settings in the backend and uses the ajax form.

    i also want to have the search on the same line as the search options.

    thanks

    Liam

    in reply to: Cannot turn off ajax search #74029
     juvo
    Participant
    This reply has been set as private.
    in reply to: Cannot turn off ajax search #73360
     juvo
    Participant

    Hi Laura,

    We are using a child theme and did not edit those files.

    Liam

    in reply to: Cannot turn off ajax search #72964
     juvo
    Participant
    This reply has been set as private.
    in reply to: Cannot turn off ajax search #72768
     juvo
    Participant

    Hi

    The search tool I want to change is on each page, see attached. It searches after each field is selected and I would like to select the criteria and then select to search, like on the current sweetdate demo site on the members page.

    With thanks

    Liam

    Attachments:
    You must be logged in to view attached files.
    in reply to: Cannot turn off ajax search #72620
     juvo
    Participant
    This reply has been set as private.
    in reply to: Cannot Turn Off ajax search #72425
     juvo
    Participant

    sorry wrong section…have reposted.

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

Log in with your credentials

Forgot your details?