Plugin Author
Gerkin
(@gerkin)
Hello,
I’m really busy right now. I will do all of that as soon as I can, I promise.
About shortcode into tooltips, I think (I dont tested it, but in theory) that shortcode into glossary will work, but shortcodes into standalone tooltips won’t, or it can have unexpected results. Thanks for the tip, I add it on my todo list for next release.
Plugin Author
Gerkin
(@gerkin)
Hello,
I think I’ve found the issue on iOS. Unfortunatelly, I don’t have devices on which to test. Will you be able to test with me? Or even apply patch on your site’s script and tell me if that worked?
Thank you
Plugin Author
Gerkin
(@gerkin)
Ps : I’ve found a workaround to test by myself
thank you so much and understand you’re busy.
I can work with the wordpress files I can access through the admin panel.
I do not have access to other files.
do you have any idea why I cannot get glossary items to work?
Plugin Author
Gerkin
(@gerkin)
About glossary terms, I hope that recent refactoring have solved the problem. But I still don’t understand why…. And iOS issue is successfully reproduced here, and that means that it is half solved.
awesome, thanks.
your diligence is much appreciated
Plugin Author
Gerkin
(@gerkin)
Yes! I got it! Nasty iOS specific behavior! They try to do things better than the whole world, and it result in bugs or unexpected behavior that mess up everything only for them lol.
I have just to check if my changes didn’t mess everything. I really don’t want to do toxic updates again. With a bit of luck, if I’m not too tired tonight, the release will be shipped in 4-5h max, or it will be ready tomorrow
Plugin Author
Gerkin
(@gerkin)
Patch ready. I just have to make a diff list to force reloading for new resources and list fixes/improvements/new functions. See you in 1 or 2 hour π
I hope that the time I needed to do those fixes didn’t harm you.
Plugin Author
Gerkin
(@gerkin)
Release done ! I hope that most of your problems will be solved
hi!
Everything is working well now I think. Thank you so much.
One question: how to disable the new underline and topline that appear around the terms in the maintext?
no problem on iphone = thank you thank you.
I will check everything else once I get my site back up (white page of death right now).
Plugin Author
Gerkin
(@gerkin)
Hi! I’m glad to read! I hope that I’m not the cause of the blank page haha
For links, I had some feedbacks about this style modification. I’ll add more customizing options in version 2.0 that will also release custom tooltip style. Until this release, I’ve set the following CSS rule that you should override in your child theme CSS
.ithoughts_tooltip_glossary-glossary > a,/* for term */
.ithoughts_tooltip_glossary-glossary > a:hover,
.ithoughts_tooltip_glossary-glossary > a:visited,
.ithoughts_tooltip_glossary-glossary > a:active,
.ithoughts_tooltip_glossary-mediatip > a,/* for mediatip */
.ithoughts_tooltip_glossary-mediatip > a:hover,
.ithoughts_tooltip_glossary-mediatip > a:visited,
.ithoughts_tooltip_glossary-mediatip > a:active,
.ithoughts_tooltip_glossary-tooltip > a,/* for inline tooltip */
.ithoughts_tooltip_glossary-tooltip > a:hover,
.ithoughts_tooltip_glossary-tooltip > a:visited,
.ithoughts_tooltip_glossary-tooltip > a:active
{
text-decoration: overline underline;
}
It is line 160 in css/ithoughts_tooltip_glossary.css file.
The version 2.0 is half done, but I got a lightbox plugin to deploy before that, as you suggested me some time before π
Oh, and, I added new cool stuff that can be useful to you. See my dedicated plugin page. I hope it will help
thanks, that helped a lot.
I did my own white page, don’t worry. One missing period. But, I have to wait for the IT staff to change it because I don’t even have permissions …. ugh. Anyway, thanks. Looking forward to the lightbox feature!
Hi Again.
It looks like I spoke too soon.
Everything was working when I was previewing my draft. But when it went live all of the tips stopped working. Here is the page
http://itaintmagic.riken.jp/learn-some-science/black-smokers-and-electroecosystems/1968/
for example, here is the text around the word hydrothermal
[ithoughts_tooltip_glossary-tooltip tooltip-content=”<p>Hot water, usually heated by magma under the earth’s crust.</p>”]hydrothermal[/ithoughts_tooltip_glossary-tooltip]
I’m totally confused now
Plugin Author
Gerkin
(@gerkin)
Interresting, it does not affect your previous tooltips.
Well, i’ll dig it soon. But right now I’m preparing Christmas.
Can you just post the resulting HTML code generated on your webpage at the same place ?