This topic has 1 reply, 2 voices, and was last updated 10 years by SQadmin.

  • Author
  • #7330
     laprek
    Participant

    Hello,

    I’d like to change the way the form is displayed. At the moment profile fields are displayed one underneath the other.

    Would it be possible to display it next to each other, in the same line?

    Here is an example:
    http://www.airbnb.pl

    Thank you!

    #7340
     SQadmin
    Keymaster

    Hi, That requires some big changes. You can use the horizontal form that appears under the members page.
    You can modify the homepage form with the horizontal one by editing by FTP the file wp-content/themes/sweetdate/page-parts/home-search-form.php
    and replace:

    COPY CODE
    
    do_action('kleo_bp_search_form', (sq_option('home_search_members', '1') ==1?true:false) );
    

    with:

    COPY CODE
    
    do_action('kleo_search_form_horizontal', true);
    

    cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Sweetdate Landing Page – HTML’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?