Now I can see the underline, and I can also click on it to go to the glossary page, but there is no pop-up.
Please check the browser console for JS conflicts. If you find check to what plugin or maybe theme it is related
This is what I found;
“The $ doesn’t have the function required for https://sjnotebook.com/wp-content/plugins/enhanced-tooltipglossary/assets/js/tooltip.min.js?ver=4.2.10 displaying the AudioPlayer.
This is probably because the $ has been reinitialized after the “mediaplayerelement” has already been added.”
We will check that and update you
Hi, any updates on this topic?
Thank you
We have checked and found that this message does not affect the displaying tooltips. Also, we checked your site and see the tooltips appear there. Does the issue exist only on some specific pages? In this case, could you please provide a link to the page where we can find it?
Hi,
https://sjnotebook.com/sj-courses/pilot/sj-lessons/overview-qa/
This section is part of the Learnpress plugin; the words are underlined, but there is no pop-up.
Thank you
We have checked the page and found out that the reason why tooltips don’t display is that the z-index is too small and the content overlaps it. Please add the following custom CSS to your site to fix this issue:
#tt {
z-index: 99999 !important;
}
Hi,
The CSS worked. Excellent support.
Thank you