Home › Forums › Quform WordPress › File Upload field not visible (even after a look on faq)
- This topic has 12 replies, 6 voices, and was last updated 8 years, 10 months ago by
Ally.
- AuthorPosts
- July 4, 2014 at 12:21 pm #11766
jokito
ParticipantI 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.July 4, 2014 at 11:33 pm #11771castingdept
ParticipantWe 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
July 7, 2014 at 8:55 pm #11789Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 7, 2014 at 12:30 am #12981valdesk
ParticipantHi, 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/
November 10, 2014 at 5:20 pm #12991Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 10, 2014 at 5:52 pm #12993valdesk
ParticipantSorry, here is the correct link – http://www.weddingcoupons.ca/membership-account/application/
November 11, 2014 at 12:53 pm #12999Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 12, 2014 at 5:14 am #13016valdesk
ParticipantHi Ally
I tried removing the line like you suggested but the page is loading none stop without showing the page content.
November 12, 2014 at 10:06 am #13021Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
November 13, 2014 at 3:47 am #13032valdesk
ParticipantThank you! It worked.
November 8, 2016 at 4:20 pm #20269waseem.pk
ParticipantI have a problem with file upload where browse…. is not visible. URL is http://apply.unv.org.pk. Please help.. Thanks
November 9, 2016 at 10:33 pm #20278support
ModeratorHi,
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 8 years, 10 months ago by
support.
November 11, 2016 at 3:05 pm #20286Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- This reply was modified 8 years, 10 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.