[Guide] Tooltips syndication

Here you can ask your questions and post suggestions about site's development.
User avatar
Kiriak
Site Admin
Posts: 499
Joined:Wed Sep 11, 2013 10:30 am
Discord:Kiriak#5590

Re: [Guide] Tooltips syndication

Post by Kiriak » Wed Jun 17, 2020 3:45 pm

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.

bdfoundry
Posts: 3
Joined:Tue Jun 16, 2020 11:04 am
Discord:Tansie#8775

Re: [Guide] Tooltips syndication

Post by bdfoundry » Thu Jun 18, 2020 2:13 am

Thank you :)

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

User avatar
Eques3n
Posts: 2
Joined:Tue Dec 03, 2019 4:22 pm
Discord:198993016826888192

Re: [Guide] Tooltips syndication

Post by Eques3n » 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

User avatar
Kiriak
Site Admin
Posts: 499
Joined:Wed Sep 11, 2013 10:30 am
Discord:Kiriak#5590

Re: [Guide] Tooltips syndication

Post by Kiriak » 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.

User avatar
Eques3n
Posts: 2
Joined:Tue Dec 03, 2019 4:22 pm
Discord:198993016826888192

Re: [Guide] Tooltips syndication

Post by Eques3n » Sun Sep 06, 2020 12:18 am

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.

Tersyguel
Posts: 10
Joined:Fri Apr 16, 2021 2:08 pm
Discord:ParadisPerdu

Re: [Guide] Tooltips syndication

Post by Tersyguel » Fri Apr 16, 2021 2:15 pm

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.

Tersyguel
Posts: 10
Joined:Fri Apr 16, 2021 2:08 pm
Discord:ParadisPerdu

Re: [Guide] Tooltips syndication

Post by Tersyguel » Fri Apr 16, 2021 2:21 pm

My jQuery versiion is 3.1.1, hoping it will not create issues.

Tersyguel
Posts: 10
Joined:Fri Apr 16, 2021 2:08 pm
Discord:ParadisPerdu

Post by Tersyguel » Fri Apr 16, 2021 5:30 pm

Apparently scripts need a little upgrade to 3.1.1. Anoying :-/ I'm eally not a java script master.

User avatar
Kiriak
Site Admin
Posts: 499
Joined:Wed Sep 11, 2013 10:30 am
Discord:Kiriak#5590

Re: [Guide] Tooltips syndication

Post by Kiriak » Fri Apr 16, 2021 6:12 pm

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.

Tersyguel
Posts: 10
Joined:Fri Apr 16, 2021 2:08 pm
Discord:ParadisPerdu

Re: [Guide] Tooltips syndication

Post by Tersyguel » Sat Apr 17, 2021 12:41 pm

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.

Post Reply