-
AuthorPosts
-
July 9, 2013 at 1:31 pm #25951
Hey,
I’m using the Quform plugin on my website. It doesn’t work as you can see on this page http://www.col323webdesign.com/projekt61/job/ if you click on “Udfyld Online Jobansøgning.” It’s supposed to pop up but it doesn’t work. I have never had problems with it before. What is happening?
Thanks,
Mika
July 10, 2013 at 3:29 am #128767Hi Mika,
It looks like there is a javascript error with the plugin implementation. You may need to add it in to the regular visual editor if it isn’t working with the advanced layout editor and do the layout via shortcodes.
Regards,
Devin
July 10, 2013 at 1:39 pm #128768Okay, thanks!
July 11, 2013 at 7:36 pm #128769Glad we could help :)
Let us know if you have any other questions or issues.
July 12, 2013 at 10:02 am #128770Hey Devin.
I tried to do what you suggested, but the font is still not working. Please take a look http://www.col323webdesign.com/projekt61/514-2/
What should I do?
Mika
July 13, 2013 at 7:39 am #128771Hi,
Please edit footer.php, find this code
<a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'></a>
<div id="fb-root"></div>Below, add this code:
<script type="text/javascript">
jQuery(document).ready(function ($) {
var $link = $('#iphorm_fancybox_51e102a0950da');
if ($.isFunction($.fn.fancybox) && !$link.data('iphorm-initialised')) {
$link.fancybox($.extend({
inline: true,
href: '#iphorm-outer-51e102a0950da',
onStart: function () {
$('#fancybox-outer').css('opacity', 0);
},
onComplete: function () {
$('#fancybox-wrap, #fancybox-content').css({width: 'auto'});
$.fancybox.center(0);
setTimeout(function () {
$('#fancybox-outer').animate({opacity: 1}, 400);
$('#fancybox-overlay').css({height: $(document).height()});
}, 1);
}
}, {})).data('iphorm-initialised', true);
}
});
</script>Regards,
Ismael
July 15, 2013 at 4:47 pm #128772Hey Ismael.
As you can see, it’s added, but it didn’t do anything.
Mika
July 16, 2013 at 6:41 pm #128773Hi Mika,
I just noticed you aren’t using the most recent version of Enfold with the last round of bug fixes. Please update to 1.7.1 by re-downloading the theme files and then installing the update just like you first installed.
For a how to view this video: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
July 18, 2013 at 2:06 pm #128774Hey,
just updated the theme and still no change. Please see http://www.col323webdesign.com/projekt61/514-2/# (without the advanced layout editor) and http://www.col323webdesign.com/projekt61/job/ (with the advanced layout editor).
What should I do?
Sincerely,
Mika
July 19, 2013 at 2:39 am #128775July 19, 2013 at 8:14 am #128776Thanks a lot!
Hopefully we can fix this asap since the website almost is ready to launch :-)
-
AuthorPosts
- The topic ‘Quform not working’ is closed to new replies.