Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

JENNIFER LIN

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 16 total)
  • JENNIFER LIN in reply to:
    where to find php code for form
    #39418

    the searchtest page shows because I simply put shortcode, not php. I inserted shortcode in the wpadmin ‘page’.

    the homepage doesnot show because I put <?php do_shortcode(“[searchandfilter id=’1′]”); ?> in front-page.php insetad of put shortcode in ‘page’ in wp-admin.

    if i put a php from formidable form like <?php echo FrmFormsController::get_form_shortcode( array( ‘id’ => 14, ‘title’ => false, ‘description’ => false ) ); ?>, it does shows ok.

    So my question is “is the php code correct?”

    JENNIFER LIN in reply to:
    How to make submit button inline?
    #39361
    This reply has been marked as private.
    JENNIFER LIN in reply to:
    Displaying form horizontally
    #39358

    p.s. model and exterior-color is my taxonomy name. so you need to replace it with yours.

    JENNIFER LIN in reply to:
    Displaying form horizontally
    #39357

    hi, mine is working out:

    li.sf-field-taxonomy-model{display: inline-block !important}
    li.sf-field-taxonomy-exterior-color{display: inline-block !important}
    li.sf-field-submit{display: inline-block !important}

    JENNIFER LIN in reply to:
    How to make submit button inline?
    #39353

    Hi, how to make each inline: the select and the submit button? URL is:
    https://www.legalpenguin.com/searchtest/

    JENNIFER LIN in reply to:
    where to find php code for form
    #39352

    this php doesn’t work. I put it in homepage: http://www.legalpenguin.com. nothing shows up.

    i put it here and it’s there: https://www.legalpenguin.com/searchtest/

    JENNIFER LIN in reply to:
    Displaying form horizontally
    #39351

    my guess is that you change css to inline or inline-block. but i don’t know what to do with that submit button. it just doesn’t change and stay below.

    JENNIFER LIN in reply to:
    Displaying form horizontally
    #39350

    I have same question. want to lay it out like airbnb.com. if you know, please reply here. thanks.

    JENNIFER LIN in reply to:
    where to find php code for form
    #38682

    hi,

    no I am not trying to modify anything. What I mean is that I want to put the search in a place with a background image. Instead of putting a short code, I want to put php. for example, in formidable form, a short code like [frm id=14] can be also
    <?php echo FrmFormsController::get_form_shortcode( array( ‘id’ => 14, ‘title’ => false, ‘description’ => false ) ); ?>

    Whether I put short code or php, it’s the same.

    JENNIFER LIN in reply to:
    How to style taxonomy term
    #32286

    hi i solve this issue so i am closing this ticket.

Viewing 10 posts - 1 through 10 (of 16 total)