Add quform popup to nav

Home Forums Quform WordPress Add quform popup to nav

This topic is: resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36484
    clearscope
    Participant

    Can you please tell me how to add a Quform popup form to the navigation menu?

    #36485
    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.

    #36486
    clearscope
    Participant

    Ok great, thank you!

    For some reason when I add that to our theme it then adds an additional button to the bottom of the page. So I had to comment out this part:

    if (!class_exists(‘Quform’)) {
    return;
    }

    echo do_shortcode(‘[quform_popup id="1"]‘);

    And leave in only the <script> part:

    <script>
    jQuery(function ($) {
    $(‘#menu-item-75’).on(‘click’, function () { $(‘.quform-popup-link-1’).trigger(‘click’); return false;
    });
    });
    </script>

    Anyway by making that amendment now it is working for us.

    Thank you

Viewing 3 posts - 1 through 3 (of 3 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