Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jamel.Z

    (@lebleut)

    Hello Morghoot
    yes it is possible, you only have to change this line in the “assets/kttg-tooltip-functionsv2.6.1.js” file:
    line 39 :

    jQuery(inlineClass).mouseover(function(){

    by this one :

    jQuery(inlineClass).click(function(){

    then reload the front page (Shift+F5) the shift to empty the cache for that page

    Thread Starter Morghoot

    (@morghoot)

    Thank you a lot.
    Keep up your great work =)

    Plugin Author Jamel.Z

    (@lebleut)

    you welcome ??

    please note that change you made will be overwritten by the next update
    any way I will implement this feature in the next version so anyone can change the trigger method (click or mouseover) from the settings.

    Thread Starter Morghoot

    (@morghoot)

    Ok thx.
    I still have another question. When my tooltip is located at the bottom of this page he not display completely , the scroll will not go lower . You should have a solution?

    Here a screen of my problem :
    https://www.hostingpics.net/viewer.php?id=142951Sanstitre.jpg

    Plugin Author Jamel.Z

    (@lebleut)

    ok

    Generally tooltips should contain a brief description and eventually a link to the concerned post, it is better

    if instead you want to add a big content on the tooltip you can change the tooltip width from the settings to make it larger

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘tooltip on click’ is closed to new replies.