Tooltip not working (conflict with theme)

Home Forums Quform WordPress Tooltip not working (conflict with theme)

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

    Hi

    Under our website : https://rio.aero/inscription-avions/ tooltips are not working. There seems to be a conflict with the theme I think.

    Had code below from a previous case added to functions.php but it’s not working anymore.

    Can you please help me ?

    function my_qtip_fix()
    {
    if (!get_option(‘iphorm_disable_qtip_output’)) {
    wp_deregister_script(‘qtip’);
    wp_enqueue_script(‘qtip’, ‘https://cdnjs.cloudflare.com/ajax/libs/qtip2/3.0.3/jquery.qtip.min.js’, array(‘jquery’), ‘3.0.3’, true);
    }
    }
    add_action(‘wp_enqueue_scripts’, ‘my_qtip_fix’);

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

    #33565
    karsayor
    Participant

    Thank you very much it works !
    Yes the theme is a bit old 🙁 they made an update a few weeks ago but apprently they did not update this part..

    Best regards

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