• Resolved wearecheck

    (@wearecheck)


    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!

Viewing 1 replies (of 1 total)
  • Plugin Author Vova

    (@gn_themes)

    Hi @wearecheck,

    it looks like your site is unable to load the popper.js library. This can be caused by your theme or by a third-party plugin. Try to follow the steps below.

    1. Switch to a default WordPress theme (Twenty Sixteen/Seventeen) and test again.
    2. Disable all other plugins except for Shortcodes Ultimate itself, retest, and re-activate plugins until the issue occurs.

    This will help you find the culprit.

Viewing 1 replies (of 1 total)

The topic ‘Tooltip has gone after Update’ is closed to new replies.