Home › Forums › Quform WordPress › Tooltip not working (conflict with theme)
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’);
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
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