Home › Forums › Quform WordPress › TypeError: $(…).iPhorm is not a function
- This topic has 3 replies, 3 voices, and was last updated 6 years, 10 months ago by
Ally.
- AuthorPosts
- October 24, 2013 at 4:21 pm #7069
airweb7
ParticipantHello,
When I enable QuForm in y theme, images are not displayed and i have :
TypeError: $(…).iPhorm is not a function error
http://pieces-detachees(dot)com/200afam140/collection/voyage-pour-oublier-en-terre-inconnue/Thank you for your help
October 25, 2013 at 9:45 am #7087Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
August 31, 2018 at 10:12 am #26876define
ParticipantDear Support,
I have a page with the same error. I’ve developed my own theme and execute wp_footer();
iphorm resources are loaded, but I still I get the error (Quform Version 1.10.0).Uncaught TypeError: $(…).iPhorm is not a function
at HTMLDocument.<anonymous> ((index):161)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)That’s the order how the sources get loaded:
<script type=’text/javascript’ src=’https://kingdev.schiedel.com/wp-content/plugins/iphorm-form-builder/js/jquery.fileupload.min.js?ver=9.18.0′></script>
<script type=’text/javascript’>
/* <![CDATA[ */
var iphormL10n = {“error_submitting_form”:”W\u00e4hrend der Formular\u00fcbermittlung ist ein Fehler aufgetreten.”,”upload_too_many”:”Sie haben der Warteschlange zu viele Dateien hinzugef\u00fcgt.”,”upload_file_type_not_allowed”:”Dieser Dateityp ist nicht zugelassen.”,”upload_file_too_big”:”Diese Datei \u00fcberschreitet die maximal erlaubte Dateigr\u00f6\u00dfe”,”invalid_response”:”The response from the server was invalid or malformed”,”ajax_error”:”Ajax error”,”plugin_url”:”https:\/\/kingdev.schiedel.com\/wp-content\/plugins\/iphorm-form-builder”,”ajax_url”:”https:\/\/kingdev.schiedel.com\/wp-admin\/admin-ajax.php”,”preview_no_submit”:”Das Formular kann aus der Vorschau heraus nicht versendet werden.”};
/* ]]> */
</script>
<script type=’text/javascript’ src=’https://kingdev.schiedel.com/wp-content/plugins/iphorm-form-builder/js/jquery.iphorm.js?ver=1.10.0′></script>
<script type=’text/javascript’ src=’https://kingdev.schiedel.com/wp-content/plugins/iphorm-form-builder/js/jquery.form.min.js?ver=3.5.1′></script>
<script type=’text/javascript’ src=’https://kingdev.schiedel.com/wp-content/plugins/iphorm-form-builder/js/jquery.smooth-scroll.min.js?ver=1.7.2′></script>
<script type=’text/javascript’ src=’https://kingdev.schiedel.com/wp-content/plugins/iphorm-form-builder/js/qtip2/jquery.qtip.min.js?ver=2.2.1′></script>
<script type=’text/javascript’ src=’https://kingdev.schiedel.com/wp-content/plugins/iphorm-form-builder/js/uniform/jquery.uniform.min.js?ver=2.1.2′></script>
<script type=’text/javascript’ src=’https://kingdev.schiedel.com/wp-content/plugins/iphorm-form-builder/js/jquery.infieldlabel.min.js?ver=0.1′></script>It is a Multisite WordPress installation. With the jupiter theme (for the other websites) it is working. But not with my Template.
And that’s the way I implement the shortcode:
<?php if (function_exists(‘iphorm’)) echo iphorm(1); ?>Thank you.
KonradSeptember 3, 2018 at 10:59 am #26895Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.