Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ClevelandWebDeveloper

    (@clevelandwebdeveloper)

    Hey,

    The link you sent takes me to a ‘page not found’.

    You can change the tooltip opacity but you would need to enter custom css in order to do this. I could help you with the css code if need be.

    Thread Starter wt85

    (@wt85)

    Hi,

    thanks for your reply. I set up the page again. If you hover over the icon besides “Adriano…” your tooltip should appear. But the image doesn’t fit into the frame. As is the case also for a lot of other tooltip plugins, I have to preload the image in a hidden img tag (see source code). If I wouldn’t do this, the tooltip would be broken even more.

    Plugin Author ClevelandWebDeveloper

    (@clevelandwebdeveloper)

    Go into the index.php file within the plugin folder. Find the tooltip_data() function. Add a comma after the color parameter, and then add the following two parameters:

    'max_width':  400, //whatever max width you want in pixels, default is 250
    'opacity':    .5,  //whatever opacity you want, default is .85

    If you make these changes to the plugin code, you would lose them in the future if you ever update the plugin when a new version comes out. However I will try to include the ability to set these options from within the plugin settings page in the next release, so if you do update and lose the changes you would just have to set them again from within the plugin settings page and you would be good to go.

    Thanks for calling this to my attention and good luck.

    Plugin Author ClevelandWebDeveloper

    (@clevelandwebdeveloper)

    FYI,

    I just released version 1.1 which allows you to set max width and opacity for the tooltip. You can set this via WordPress admin > Settings > Simple Tooltips

    Thread Starter wt85

    (@wt85)

    Thanks!

    Thread Starter wt85

    (@wt85)

    Here you can see your plugin in action.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Images again’ is closed to new replies.