Skip to main content
  Saturday, June 18 2016
  9 Replies
  2.5K Visits
  Subscribe
How is it possible to
a) have the toolip opening only if clicking on the keyword
b) keep the tooltip open until user closes by himself (even if moving mouse away)

c) optionally configure a modal popup with full glossary entryy instead of tooltip (we are using large and rich descriptions which may be full articles)
T
Hi,

Thanks for contacting us here.

a) have the toolip opening only if clicking on the keyword

This is something possible with the advanced tooltip options (see attached)

b) keep the tooltip open until user closes by himself (even if moving mouse away)

You can do that too! (see attached)

Cheers,
B
7 years ago
Thanks!

What about
c) optionally configure a modal popup with full glossary entryy instead of tooltip (we are using large and rich descriptions which may be full articles)

is it possible to configure this somehow?
B
7 years ago
I checked the options you suggested but this is not resolving the issue. Let me explain, maybe you can create a test case to reproduce.

I want tooltip to ONLY open if CLICKED. Let me explain why;

I am using a LOT of glossary entries with large articles attached to explain detailed concepts and extended info about the keyword. Often this is a small article which is inserted into sEO Glossary. Having the tooltip on mouse leave does fill the screen with inumerous tooltips if user needs to pass over with the mouse to do anything.

Best solution is to have user choose hiself when he wants to see or not the tooltip/extended info/article about the keyword, I assume the best option would be to have ability to open as modal. In fact I do have a tool like https://www.regularlabs.com/extensions/modals, maybe I could somehow switch the tooltip call into this modal popup call?
B
7 years ago
Sommething like this


var h = false;
$("#container").click(function(){
if (h == false){
$("#popUp").fadeIn();
$("#popUpText").fadeIn(function(){h = true;});
}
if (h == true){
$("#popUp").fadeOut();
$("#popUpText").fadeOut(function(){h=false});
}
});

B
7 years ago
How is it possible to have tooltip open ON Click?
T
Hi,

If you didn't succeed by using the parameters please drop us a ticket as this forum is only for pre-sale questions.

Cheers,
F
7 years ago
Dear Tristan,

where are the "advanced tooltip options" you're talking about?
I can't find it anywhere on the component!

Thank you very much,

Federica Vivarelli
F
7 years ago
Pardon, i thought this thread was about Linky Map. I assume there is no such function in Linky Map.
Thank you very much all the same.
  • Page :
  • 1
There are no replies made for this post yet.