[Guide] Tooltips syndication
Re: [Guide] Tooltips syndication
Here an exemple page with 2.14 disabled. ( before you ask )
https://bdo.guilds-europ.online/doku.ph ... en_debuter
https://bdo.guilds-europ.online/doku.ph ... en_debuter
Re: [Guide] Tooltips syndication
Try to include the jquery script as a usual .js file, not as the jquery.php. Tooltip script can't find jquery at all, and that's why it's not working.
I suggest to you to make a simple page with one link and only necessary scripts to see if it works and then move to the actual page.
I suggest to you to make a simple page with one link and only necessary scripts to see if it works and then move to the actual page.
Re: [Guide] Tooltips syndication
Solved. At least for the script loading.
After a few research in dokuwiki forum, I add this at the top of tooltips.min.js :
jQuery.noConflict();
Still now have to figure how to change css. I will very appreceate your help on this?
Thanks !
After a few research in dokuwiki forum, I add this at the top of tooltips.min.js :
jQuery.noConflict();
Still now have to figure how to change css. I will very appreceate your help on this?
Thanks !
Re: [Guide] Tooltips syndication
Good job fixing the problem!
As for the css, it's loaded from the site by the script and appended to your page. You can download it, change as needed, save it locally and just comment the line beginning with "$('head').append" text.
As for the css, it's loaded from the site by the script and appended to your page. You can download it, change as needed, save it locally and just comment the line beginning with "$('head').append" text.
Re: [Guide] Tooltips syndication
CSS solved too.
Just need a copy tooltips.min.css from brownser inspection style sheets and point it in the <head> :
<link type="text/css" rel="stylesheet" href="[where_is_the_dir_root]/tooltips/toolips.min.css">
Didn't see your answer, I will look at this solution too.
Thanks for all !
Just need a copy tooltips.min.css from brownser inspection style sheets and point it in the <head> :
<link type="text/css" rel="stylesheet" href="[where_is_the_dir_root]/tooltips/toolips.min.css">
Didn't see your answer, I will look at this solution too.
Thanks for all !
Re: [Guide] Tooltips syndication
Hi Kiriak,
The domaine name of my wiki is going to change at 11/23, could you add it to your host conf please ?
From :
https://bdo.guilds-europ.online
to :
https://bdo.archive.noneltd.net/
Thank per advance
The domaine name of my wiki is going to change at 11/23, could you add it to your host conf please ?
From :
https://bdo.guilds-europ.online
to :
https://bdo.archive.noneltd.net/
Thank per advance
Re: [Guide] Tooltips syndication
Hi Kiriak!
Could you please also add my horse wiki to your whitelist too? It will be very helpful.
Link: http://bdo.horse/
Thank you!
Could you please also add my horse wiki to your whitelist too? It will be very helpful.
Link: http://bdo.horse/
Thank you!
Re: [Guide] Tooltips syndication
Добавил.