Tooltip has gone after Update
-
Hi!
i have implement successfully in version 5.9.8 the code below in php file in order to display tooltips
<?php echo do_shortcode( ‘ [su_tooltip style=”bootstrap” position=”north” rounded=”yes” size=”3″ content=”text message” class=”tip”]<i class=”fa fa-info-circle” aria-hidden=”true”></i> [/su_tooltip]’ ); ?>
After updating shortcodes ultimate to the next version this functionality stopped
note that i have already tried deactivating other plugins for any conflict.
the code below appears in console
Uncaught TypeError: Popper.createPopper is not a function
at e (tooltip.js:20)
at NodeList.forEach (<anonymous>)
at HTMLDocument.<anonymous> (tooltip.js:65)thanks in advance!
The topic ‘Tooltip has gone after Update’ is closed to new replies.