Page 3 of 5

Re: [Guide] Tooltips syndication

Posted: Wed Jun 17, 2020 3:45 pm
by Kiriak
This happened because you've moved your site to the https protocol and the setting was done for http. I've fixed that.
The tooltips are working now, but you have to fix some css markup on your site, which cuts it's height.

Re: [Guide] Tooltips syndication

Posted: Thu Jun 18, 2020 2:13 am
by bdfoundry
Thank you :)

I've admended the CSS and all seems to be working!

Re: [Guide] Tooltips syndication

Posted: Fri Sep 04, 2020 7:37 pm
by Eques3n
**UPDATED** I thought I figured this out. But, unfortunately the tooltip only loads once, and never again after hovering over it. Suggestions?

I can't seem to get them to work. I am probably missing something simple.

The scripts are on my server under the "tooltips" directory.

Added the header changes, but when I hover over the links, nothing happens.

Web Page is here: https://eques3n.dauthus.com/index.php/p ... sal-weapon

Re: [Guide] Tooltips syndication

Posted: Sat Sep 05, 2020 9:37 pm
by Kiriak
Dauthus wrote:
Fri Sep 04, 2020 7:37 pm
**UPDATED** I thought I figured this out. But, unfortunately the tooltip only loads once, and never again after hovering over it. Suggestions?

I can't seem to get them to work. I am probably missing something simple.

The scripts are on my server under the "tooltips" directory.

Added the header changes, but when I hover over the links, nothing happens.

Web Page is here: https://eques3n.dauthus.com/index.php/p ... sal-weapon
It seems you have a conflict between two versions of jquery. One used by your site (jQuery v1.12.4-joomla) and another used by the tooltips. Basically, any call to the tooltip results in an error in the console, which says that jquery object is not defined. You'll have to figure out some workaround by yourself here. I don't think that it's possible to have two versions of jquery on one site and qtip library, used for the tooltips, is not compatible with jquery v.1.x.

Re: [Guide] Tooltips syndication

Posted: Sun Sep 06, 2020 12:18 am
by Eques3n
Kiriak wrote:
Sat Sep 05, 2020 9:37 pm
Dauthus wrote:
Fri Sep 04, 2020 7:37 pm
**UPDATED** I thought I figured this out. But, unfortunately the tooltip only loads once, and never again after hovering over it. Suggestions?

I can't seem to get them to work. I am probably missing something simple.

The scripts are on my server under the "tooltips" directory.

Added the header changes, but when I hover over the links, nothing happens.

Web Page is here: https://eques3n.dauthus.com/index.php/p ... sal-weapon
It seems you have a conflict between two versions of jquery. One used by your site (jQuery v1.12.4-joomla) and another used by the tooltips. Basically, any call to the tooltip results in an error in the console, which says that jquery object is not defined. You'll have to figure out some workaround by yourself here. I don't think that it's possible to have two versions of jquery on one site and qtip library, used for the tooltips, is not compatible with jquery v.1.x.

Thanks for your assistance, I will see what I can do.

Re: [Guide] Tooltips syndication

Posted: Fri Apr 16, 2021 2:15 pm
by Tersyguel
Hi there,
Dear Kyriak, could you add my wiki site to your whitelist.
https://bdo.guilds-europ.online
It's a dokuwiki site, I will probably need to use script via a plugin. Forgive me if there a little many test :/.
Thanks.

Re: [Guide] Tooltips syndication

Posted: Fri Apr 16, 2021 2:21 pm
by Tersyguel
My jQuery versiion is 3.1.1, hoping it will not create issues.

Posted: Fri Apr 16, 2021 5:30 pm
by Tersyguel
Apparently scripts need a little upgrade to 3.1.1. Anoying :-/ I'm eally not a java script master.

Re: [Guide] Tooltips syndication

Posted: Fri Apr 16, 2021 6:12 pm
by Kiriak
Hey, Tersyguel!
I've added your site to the whitelist. Please check if the tooltips are working. If not, give me a link to the page with tooltips, so I could take a loot at them.

Re: [Guide] Tooltips syndication

Posted: Sat Apr 17, 2021 12:41 pm
by Tersyguel
Thanks a lot, and for your really good work.
I've sadly some issues.

If I keep v2.14 min.js it works well, but I loose all article editor function button. This is not so well for wiki :/
If I switch to 3.1.1, many js function come to errors and nothing work, first because $() call are not reconize.

I change $() to jQuery() in tooltips.min.js it goes better, but to much function come to error, and well ....
I don't really know how to workaround this.

Other little point : how to change css, or where to point it. I tried a few thing, but it didn't go happily.