calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 482 forks source link

Tooltip is displayed with yellow background when site is accessed via https #791

Closed cannondale26 closed 4 years ago

cannondale26 commented 4 years ago

Tooltip is displayed with yellow background when the website is accessed via https. However, the tooltip displays the correct theme ('tooltipster-punk') when the website is accessed via http

louisameline commented 4 years ago

Hi, this is probably either a browser quirk or a mistake on your end, it can't be.

cannondale26 commented 4 years ago

The urls are below. One works, one does not. Verified in different browsers. http://slrinfo.org/ https://slrinfo.org/

louisameline commented 4 years ago

Load jquery and the library over https.

louisameline commented 4 years ago

Otherwise it's just the native title tooltip of the browser that you see.

cannondale26 commented 4 years ago

Got it. Thanks for your help!