Home › Forums › Quform WordPress › WordPress Menu popup not working
- This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by
Ally.
- AuthorPosts
- December 15, 2016 at 8:00 am #20519
admin_burban
ParticipantHi,
I’ve used your guide (find the class, use the script, insert into footer etc) on previous worpdress sites and no problem. The menu click oops up the form.
New site and I cannot for the are of me get it to work.
I’ve checked all the settings, triple checked the class, triple checked id and still nothing occurs on click.
The form on a page will opt up when clicked, so I know it does work, just no through the menu.
Thi sis going to be something very simple… forest for the trees… I hope.
————Here is my details——-
There is only one form – ID 1
<?php if (function_exists(‘iphorm_popup’)) echo iphorm_popup(1); ?>
<script type=”text/javascript”>
jQuery(document).ready(function ($) {
$(‘.menu-item-6443’).click(function () {
$(‘.iphorm-fancybox-link-1’).click();
return false;
});
});
</script><li class=”menu-item menu-item-type-custom menu-item-object-custom menu-item-6443menu-item menu-item-type-custom menu-item-object-custom menu-item-6443″>Enquiries
So I’m assuming here the class is “menu-item-6443” – correct?
—————————–
I’ve gone back to other sites I’ve done and reviewed what I did there and I’m sure it’s all matching.
Would you be kind enough to review the code and see if there’s something amiss?
WP 4.6.1
Cheers
Cam
December 16, 2016 at 12:24 pm #20536Ally
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.