Hi, on a 3rd party mediawiki site I have installed the script as per the instructions (as far as I can tell) but I am not able to get the pop-up functionality working. I would really appreciate some assistance please.
I have installed both manually (according to the instructions) and via export and special page import from here: https://en.wikipedia.org/wiki/Special:Gadgets/export/ReferenceTooltips
In total I now have relevant script on all the following pages:
https://www.domain.com/x/User:Yair_rand/ReferenceTooltips.js
https://www.domain.com/x/User:Yair_rand/ReferenceTooltips.css
https://www.domain.com/x/User:Louisa/common.js
[On the above page have tried: importStylesheet('User:Yair rand/ReferenceTooltips.css');
and:
/* Reference Tooltips. Version for testing before adding to gadget */
/* See en.wikipedia.org/wiki/User:Yair_rand/ReferenceTooltips */
/* Discussion: en.wikipedia.org/wiki/User_talk:Yair_rand/ReferenceTooltips */
importScript('User:Yair rand/ReferenceTooltips.js'); importStylesheet('User:Yair rand/ReferenceTooltips.css');
]
https://www.domain.com/x/User:Louisa/monobook.js
contains: importScript('User:Yair rand/ReferenceTooltips.js');
https://www.domain.com/x/MediaWiki:Common.js (just in case required)
[The following two urls contain the same code as their matching pages above.]
https://www.domain.com/x/MediaWiki:Gadget-ReferenceTooltips.js
https://www.domain.com/x/MediaWiki:Gadget-ReferenceTooltips.css
https://www.domain.com/x/MediaWiki:Gadgets-definition
The script appears as a gadget in preferences > gadgets.
I have cleared the browser cache by various methods.
The "Navigation popups" script is not installed on the server.