Forum Replies Created

Viewing 15 posts - 1 through 15 (of 45 total)
  • Author
    Posts
  • in reply to: Plugin / Theme Conflict #22465
    brabox
    Participant

    Thank you Ally,

    That worked!

    in reply to: Plugin / Theme Conflict #22333
    brabox
    Participant

    Hello Ally,

    For some reason, upon testing the website today with the Debug on, everything worked…not sure what changed (as only i work on the site).

    To answer the first question, Yes, everything was working fine before adding the NEW quform.

    I reverted the debug back (no active debug in wpconfig) and everything seemed to work.

    As i am still testing and importing the old quforms to the 2.0 one, i haven’t tried the setup on my LIVE website.

    Not sure i should create another ticket but for me to actually test this on the Live website i need to get the same layout and CSS as i had with previous 2.0.
    As you can see on the 2 images attached, the NEW is quform 2.0 and OLD is the old quform. I had added a black down arrow as the image and also shortened the width. On the new form i can seem to find the CSS (class) that allows me to do that.

    Link to old:http://dev.bringercustomsbroker.com/es/sobre-nosotros/ (click on blue button on the right of the menu)
    Link to new: http://dev.bringercustomsbroker.com/ (same button, click)

    The class i had for the old quform was:

    .iphorm-uniform-theme-default div.selector.hover,
    .iphorm-uniform-theme-default div.selector.focus,
    .iphorm-uniform-theme-default div.selector.hover.active,
    .iphorm-uniform-theme-default div.selector.focus.active {
    background-image: url("http://www.bringercustomsbroker.com/wp-content/uploads/2015/04/arrow-down-custom.png") !important;
    background-position: right center !important;
    background-repeat: no-repeat;
    overflow: hidden;
    }
    .iphorm-uniform-theme-default .iphorm-form-9 div.selector,
    .iphorm-uniform-theme-default .iphorm-form-9 div.selector span,
    .iphorm-uniform-theme-default .iphorm-form-9 div.checker span {
    background-image: url("http://www.bringercustomsbroker.com/wp-content/uploads/2015/04/arrow-down-custom.png") !important;
    background-position: right center !important;
    background-repeat: no-repeat;
    overflow: hidden;
    }

    Attachments:
    You must be logged in to view attached files.
    in reply to: X-Frame-Options DENY #21191
    brabox
    Participant

    Hello Ally,
    Yes, i believe it was something to do with iframe.

    I will try that code above. Thank you!

    Marco

    in reply to: TAB Sequence – Send Button #21048
    brabox
    Participant

    Thank you Ally! worked.

    in reply to: Duplicate group? #20475
    brabox
    Participant

    Hello Ally,

    Do you still have plans on adding this Duplicate Group (and its elements inside the group) anytime soon?

    Thanks!

    in reply to: Redirect to page if page id equals X #19642
    brabox
    Participant

    Thank you so much Ally!
    It worked!

    Problem solved.

    in reply to: New 1.7.6 update #18530
    brabox
    Participant

    Ally,

    I just logged in the back end and saw there was an update and read that you guys had fixed it!

    (updated and all seems good now)

    You guys are great and really attentive!

    All the best!

    Marco.

    in reply to: Going "back" a page and keeping data #15571
    brabox
    Participant

    Thank you Ally,

    I will try your code.

    You guys have a great support team!.

    =)

    Marco

    in reply to: Going "back" a page and keeping data #15542
    brabox
    Participant

    By the way. Just wanted to confirm if this code is correct. I added 2 more quforms to the original code you gave me.


    function my_save_form_values($form)
    {
    $_SESSION['quform-13']['quform-14']['quform-15'] = $form->getValues();
    }
    add_action('iphorm_post_process_13', 'my_save_form_values');
    add_action('iphorm_post_process_14', 'my_save_form_values');
    add_action('iphorm_post_process_15', 'my_save_form_values');

    function my_get_form_values($form)
    {
    if (isset($_SESSION['quform-13']['quform-14']['quform-15']) && is_array($_SESSION['quform-13']['quform-14']['quform-15'])) {
    $form->setValues($_SESSION['quform-13']['quform-14']['quform-15']);
    }
    }
    add_action ('iphorm_pre_display_13', 'my_get_form_values');
    add_action ('iphorm_pre_display_14', 'my_get_form_values');
    add_action ('iphorm_pre_display_15', 'my_get_form_values');

    Thanks.

    in reply to: Going "back" a page and keeping data #15541
    brabox
    Participant

    Thank you Ally,

    I have tested and it worked now.

    Not sure why the previous code didn’t work but here is what i was using.

    <button class="resetbutton" onclick="jQuery(this).parents('.iphorm').resetForm(); jQuery.uniform.update();
    jQuery(document).ready(function ($) {$('.iphorm_13_2').focus();});return false;"><span class="resetbuttontext">Limpar Formulário</span></button>

    Anyways, thank you again!

    Marco

    in reply to: Going "back" a page and keeping data #15513
    brabox
    Participant

    Hello Ally,

    Thanks for the code. It did work but now for some reason the reset button does not reset the form.

    in reply to: Going "back" a page and keeping data #15496
    brabox
    Participant

    Hello Ally,

    Thanks for the quick response as always.

    I removed the code and it worked (windows / Firefox) and i also added a reset button.

    I have tested in some other machines and when I “return” back to the page it seems to reset.

    Any ideas?

    Thanks Marco.

    in reply to: Submit Button not resetting form #15016
    brabox
    Participant

    Thank you Ally!

    Worked perfectly!

    Marco.

    in reply to: Submit Button not resetting form #14976
    brabox
    Participant

    Hello Ally,

    Just wanted to let you know i sent you the email yesterday, wanted to make sure you received it.

    Thanks,

    Marco

    in reply to: Submit button – Top #13760
    brabox
    Participant

    Thank you Ally,

    works perfectly!.

Viewing 15 posts - 1 through 15 (of 45 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy