File Upload field not visible (even after a look on faq)

Home Forums Quform WordPress File Upload field not visible (even after a look on faq)

This topic is: resolved
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #11766
    jokito
    Participant

    I there 🙂 I have a problem with my quform field button

    It doesn’t show the field to click on for upload file.

    I have tried several time the solution in the faq but nothing works ..

    I have the problem below : Is there any help available ?


    <script>
    jQuery(document).ready(function($){
    $('#iphorm-53b68dad1ff0f').iPhorm({"id":2,"uniqueId":"53b68dad1ff0f","PHPSESSID":"e786ac24120655de9faa03a61588249a","useAjax":true,"successMessageTimeout":10,"clElementIds":[],"clDependentElementIds":[],"centerFancybox":true,"centerFancyboxSpeed":true});

    if ($.isFunction($.fn.qtip)) {
    $('.iphorm-tooltip-hover', iPhorm.instance.$form).qtip({
    style: {
    classes: 'qtip-plain qtip-shadow'
    },
    position: {
    my: 'left center',
    at: 'right center'
    }
    });
    $('.iphorm-tooltip-click', iPhorm.instance.$form).qtip({
    style: {
    classes: 'qtip-plain qtip-shadow'
    },
    position: {
    my: 'left center',
    at: 'right center'
    },
    show: {
    event: 'focus'
    },
    hide: {
    event: 'unfocus'
    }
    });
    $('.iphorm-tooltip-icon-hover', iPhorm.instance.$form).qtip({
    style: {
    classes: 'qtip-plain qtip-shadow'
    },
    position: {
    my: 'left center',
    at: 'right center'
    },
    content: {
    text: function (api) {
    return $(this).find('.iphorm-tooltip-icon-content').html();
    }
    }
    });
    $('.iphorm-tooltip-icon-click', iPhorm.instance.$form).qtip({
    style: {
    classes: 'qtip-plain qtip-shadow'
    },
    position: {
    my: 'left center',
    at: 'right center'
    },
    show: {
    event: 'click'
    },
    hide: {
    event: 'unfocus'
    },
    content: {
    text: function (api) {
    return $(this).find('.iphorm-tooltip-icon-content').html();
    }
    }
    });
    $('.iphorm-labels-inside > .iphorm-element-spacer > label').hover(function () {
    $(this).siblings('.iphorm-input-wrap').find('.iphorm-tooltip-hover').qtip('show');
    }, function () {
    $(this).siblings('.iphorm-input-wrap').find('.iphorm-tooltip-hover').qtip('hide');
    });
    }

    if ($.isFunction($.fn.uniform)) {
    $('select, input:checkbox, input:radio', iPhorm.instance.$form).uniform({context: iPhorm.instance.$form, selectAutoWidth: false});
    }

    if ($.isFunction($.fn.inFieldLabels)) {
    $('.iphorm-labels-inside:not(.iphorm-element-wrap-recaptcha) > .iphorm-element-spacer > label', iPhorm.instance.$form).inFieldLabels();
    }

    $('.iphorm-group-row > div:last-child:not(:first-child)', iPhorm.instance.$form).add('.iphorm-group-row:last-child', iPhorm.instance.$form).addClass('last-child');

    });
    </script>

    url : http://www.mytapis.com/__v2/demande-devis-tapis-personnalise/

    I have delete the button in wait for an answer,

    Thank you very much 🙂

    Attachments:
    You must be logged in to view attached files.
    #11771
    castingdept
    Participant

    We are having the same issue the browse button is not working it actually is not even showing up and the spacing looks crazy between each block

    #11789
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #12981
    valdesk
    Participant

    Hi, i am having the same problem.

    I did try to disable the flash uplaoder still no fix.

    my link is—> http://www.weddingcoupons.ca/advertise/

    #12991
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #12993
    valdesk
    Participant
    #12999
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #13016
    valdesk
    Participant

    Hi Ally

    I tried removing the line like you suggested but the page is loading none stop without showing the page content.

    #13021
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #13032
    valdesk
    Participant

    Thank you! It worked.

    #20269
    waseem.pk
    Participant

    I have a problem with file upload where browse…. is not visible. URL is http://apply.unv.org.pk. Please help.. Thanks

    #20278
    support
    Moderator

    Hi,

    Works here on my side. Looks like you’re having an error with jQuery, try the same fix proposed before in this thread by adding this to functions.php :

    
    function my_jquery_fix()
    {
    ?>
    <script>$ = jQuery;</script>
    <?php
    }
    add_action('wp_head', 'my_jquery_fix');
    

    Hope this helps,
    Regards,

    Félix

    • This reply was modified 7 years, 6 months ago by support.
    #20286
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy