Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Gerkin

    (@gerkin)

    Hi Rikengct,
    Tooltip size was limited in the early versions because of unexpected behavior with large tooltips. What size would you like? I’ll see what I can do for you
    Custom link targets for anything else than glossary tip is a feature I am currently working on.

    But, unfortunately, I can’t give you an estimated time of release, as my WP plugins are not my most important work

    Thread Starter rikengct

    (@rikengct)

    thanks,

    i guess i was hoping that there could be the normal default as it is now, plus an option to manually override for each tip. if it’s an image, sometimes i’d want it to be the same size as the original, but other times it wouldn’t need to be that big. It sort of depends on how much detail needs to be seen in the image, so that’s why i’d like to go case by case.

    Thread Starter rikengct

    (@rikengct)

    but, in the mean time, if I wanted the default max width to be 500 pixels, where in the code would I change that?

    Plugin Author Gerkin

    (@gerkin)

    Hmmm, it seems that this is one of the limits of the plugin for now. Some updates are required to allow this modification on a single tooltip. If you want to change it globally, you could add the following CSS:

    .qtip {
        max-width:500px!important
    }

    Thread Starter rikengct

    (@rikengct)

    great, thanks for that.
    do you have any ideas when your next update will be? I know you’re busy, just curious πŸ™‚

    Plugin Author Gerkin

    (@gerkin)

    Hi there,

    Well, I’ve pushed that task in my stack. I have another project to bring in V1, and then, I’ll do an update on each WP plugins that requires it. What do you need for the next update?

    Thread Starter rikengct

    (@rikengct)

    hmm. good question.

    in an idea world …
    1) more customizability for individual tips
    2) set the direction of the tip (right, left, below, etc.) for each tip
    3) allow links that can be clicked within the tips
    4) allow mediatips to be large or else zoomable via a double tap. I wish images could be zoomed with a gesture like normal pics on an iphone.
    5) i’ll think of more πŸ™‚

    Thread Starter rikengct

    (@rikengct)

    Actually, it seems that all of my tips are disabled but i don’t know when it happened. I just noticed. I have not changed anything for a while.
    are they disabled for you?

    can you try “cyclostomes” here?
    http://itaintmagic.riken.jp/whats-up-with-us/evolutionary-morphology-godzilla/

    Thread Starter rikengct

    (@rikengct)

    hi. actually, maybe they only stopped working on mobile devices?

    Plugin Author Gerkin

    (@gerkin)

    I’ll have to check it longer, but you have a huge lot of errors on your website. I can’t say for now if this is because of them that the plugin stopped to work. However, I suggest you to start a new support thread. I’ll debug it after dinner haha

    Plugin Author Gerkin

    (@gerkin)

    Can you please enable scripts debug while I check for what is going bad? Just add this in wp-config.php for some days…

    define('SCRIPT_DEBUG', true);

    Thread Starter rikengct

    (@rikengct)

    ok, I’ll try. I don’t know if I have access to the wp-config.php file. security here is a bitch.
    they seem to work on the desktop, but not on my phone. although they used to. so it must be something I’ve done that is messing it up.

    Plugin Author Gerkin

    (@gerkin)

    Yeah, I know. In the worst case, ask your technical manager or sysadmin to talk to me directly, I’ll explain what I will do, and how he can solve the bunch of errors you got now.

    Plugin Author Gerkin

    (@gerkin)

    Hey there,

    Good news: my work stack is empty. I’m back on WordPress for a couple of weeks.

    Plugin Author Gerkin

    (@gerkin)

    Yo! Everything you suggested is in the box, tested &, AFAIK, fully functionnal. I have some more features to set up and fix broken old code, then I’ll be ready to deploy πŸ˜€

    I’ve added a new feature for tooltips: in & out animations.

    I keep you in touch πŸ˜‰

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