WordPress Tooltips

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 78 total)
  • Author
    Posts
  • Hi Terri,

    Thanks for the message, From your description, I guess maybe there are some conflicts? Sorry because there are so many plugins in wordpress world, I can not promise there are no any conflict with other plugins, I know many plugin do not follow wordpress standard and cuased many problem, what I can promise is all of our code followed wordpress standard. Sorry just based on your simple description I don’t know how to fix the problem, but I helped many guys solved their conflict problem, in general, the most of reason is caused by the javascript/jquery part or wordpress hooks(action/filter) conflict, hope this have a little helpful. If you are not a coder, my suggestion is you can find a freelancer to help you solve the problem, if you want to hire me to solve the problem, just click contact me for details. Thanks, have a happy weekend.

    Best Regards,
    Tomas

    Hi,

    If you want to add new tooltips, you can click add new sub menu and you will open the editor at http://yourdomain.com/wp-admin/post-new.php?post_type=tooltips, the keyword of this tooltip is your “post” title and the content of the tooltips is your “post” content, when the keyword shown in your normal post, when mouse hover your post, the content of the tooltips will be shown.

    About setting, if you hope use customezation feature, you can do it like below:

    in Tooltip Style sub menu, you need select tooltip style box
    from default to customized, and click update now button. Then your setting
    in ”
    Tooltip Box Customize Setting” box will begin working.

    A example of customied setting will like this:

    Tooltip Box Customize Setting Box:
    Tooltip Box Width:350                 Tooltip Box Background: #E5FFFF
    Tooltip Font Color:#000000         Tooltip Box Postion: topMiddle
    Tooltip Text Align:Left                 Tooltip Box Padding: 10
    Tooltip Class Name:                 Tooltip Border Radius:        3
    Border Width:        3                  Tooltip Border Color:        blue
    Tooltip Show When: Mouse Over   Tooltip Hidden When:         Mouse Over
    

    Or maybe you selected a default style? If so everything is pre-setting,
    but you can change stylesheet file to control it. Or if customized options
    in tooltips style is not enough, you can control everything via Stylesheet
    File Of The Plugin too.

    Although we have many default style for our tooltips, also users can
    customize their style on customized style control panel, but we offered
    another way to help users to customize style in a stylesheet file, if you
    activated the tooltips pro plugin please check your page source you will
    find the tooltips.css is loaded on the page:

    < link rel="stylesheet"
    href="http://yourdomain.com/wp-content/plugins/tooltips-pro/tooltips.css"
    type="text/css" media="screen" />
    

    also if you open the tooltips.css, you will find some commented codes just
    as a reference, you can easy to control all of your stylesheet, just try
    to add a tooltips in plugin menu, and then you can try to add a code in
    tooltips.css, for example like this one:

    classtoolTips0 {color: red !important;}
    

    on the front end you will find the keyword of the tooltips has been
    changed the color red, by this way you can customize your all elements of
    tooltips keyword, tooltips content, tooltips box…, and so on, thanks.

    So you can control all width, color… and so on of anything.

    Please note:
    1: if you choose customization option at http://yourdomain.com/wp-admin/edit.php?post_type=tooltips&page=tooltipssettings, it means you will control all element of your style, if so you need fill all value in all fields on this sub menu and click save changes button

    2: If you hope show tooltips in menu, you need update your setting in “Optional Settings” sub menu, please note maybe it can not works with some themes, thanks.

    Best Regards,
    Tomas

    in reply to: Serious Issues #343

    Hi, New version releasted, please check https://tooltips.org/wordpress-tooltips-pro-plugin-new-version-3-2-2-relased/ , thanks,have a happy weekend.

    in reply to: Serious Issues #336

    Hi Johan,

    Thanks for the message, I had replied you some times in last days, but it seems all of my reply in your spam box, and yesterday you said you received my last mails, that’s great, I replied your new question via mail too , I hope you can receive it, if any more quesiton, please submit it to this support forum, not via contact mailbox, it seems sometimes some guy can not receive my reply mails, I’d like copy all mail in here again, please check it, thanks.

    ————————————————–
    From:Johan

    Message:
    Hi. I really hope you can help me, as your plugin (Ibough the
    multisite license) does about 90% of what we need.
    1. When we include the embed code of video it shows the video, but it
    doesn’t autoplay. Isn’t there a way that if you click on the link it
    opens the video and then you can click on play. Or worst case how can
    we enable these videos to auto play?
    2. I am a bit baffled with the styling. We need the tooltips to at
    least show up and be visible and not go off the page. And how to set
    this so it will work on mobiles. See our sample here: …

    I really hope you can help me!

    Reply:
    Thanks for the message, yes I will try my best to help you, but please
    understand I selling tool for you and I’d like help you know how to use
    this tool, but you need build your content and site by yourself.

    About “1. When we include the embed code of video it shows the video, but it
    doesn’t autoplay. Isn’t there a way that if you click on the link it
    opens the video and then you can click on play. Or worst case how can
    we enable these videos to auto play?”
    oky, I understand, this is not “issue”, this plugin can show video in it,
    but you need control the video content by yourself, because there are too
    many video site, each of them offer their unique method to control their
    video play feature like “auto play”, I found actually I have no way to
    support all of these video features, my plugin is a tooltip plugin, not a
    video plugin, for let your video auto play, for example, youtube, you need
    go to youtube site and copy their embed code, when you copy their embed
    code, please select auto play option on their site, please do not let me
    tell you how to setting auto play option on youtube site, please google
    it, there are a lot of article related about it. Help this can offer some
    thread
    for you, If you have no time to do it, please hire a freelancer do it
    for you. Our tooltip plugin do not offer auto play video feature, it is
    out of our capability, it is control by video sites side, but if you have
    any suggestion, please tell me, I’d like try to add it.

    About “I am a bit baffled with the styling. We need the tooltips to at
    least show up and be visible and not go off the page. And how to set
    this so it will work on mobiles. See our sample here:”
    In
    http://yourdomain.com/wp-admin/edit.php?post_type=tooltips&page=tooltipssettings,
    you can select preset stylesheet, or Customize tooltip box, but if you
    have complex requirement, you have way to control your style fully, you
    can find the tooltips.css in your plugin folder, also if you check your
    page source you should can find tooltips.css has been loaded on your
    post/pages:

    < link rel="stylesheet"
    href="http://yourdomain.com/wp-content/plugins/tooltips-pro/tooltips.css"
    type="text/css" media="screen" />
    

    You can easy to control all of your stylesheet, just try to add a tooltips
    in plugin menu, and then you can try to add a code in tooltips.css, for
    example like this one:

    classtoolTips0 {color: red !important;}
    

    on the front end you will find the keyword of the tooltips has been
    changed the color red, by this way you can customize your all elements of
    tooltips keyword, tooltips content, tooltips box…, and so on, thanks.

    Best Regards,
    Tomas

    ————————————————————-

    Message:
    Hi,
    I have sent a previous request as well. I bought the pro version. And
    I have some issues that I hope you can help with:

    1. If I set my styling as customised, and I change the settings,
    nothing happens. If I select a pre created theme like DARK, and I
    change the customise opacity, it changes for this theme as well. Now
    all my tooltips are wider than any screen.
    2. How can I add videos and actually have the popup video wait for me
    to click on start. It automatically disappears?
    2.Since installing this plugin all images on my site now has a tooltip
    that pops up with its title?

    Reply:
    Hi,

    Thanks for the message, I had replied your “previous request” some days
    before, but it seems you did not reveived my mail and not reply my mail?
    Could you please confirm that you received my reply? Some times I found
    maybe my reply is in someguy spam box so it wasted many time for both of
    us for the some question, pleas confirm you can receive my mail, thanks.

    Best Regards,
    Tomas

    ————————————————————-
    Messasge:

    Thanks.

    It was in spam foilder.

    One question though, all my images on my website now show a tooltip (in my
    tooltips pro design) for the image title or file name. See here:…

    Please let me know.

    Thanks!
    Johan Oosthuizen

    Reply:
    Hi Johan,

    Thanks for the reply, it is because many users asked use alt as tooltip
    for images, when users move mouse hover the image, we will show alt as
    it’s tooltip, I was planed add an option to allow users select other tag
    as tooltips for image, I will developed this into our plugin at weekend
    and publich a new version at the beginner of the next week. Thanks.

    Best Regards,
    Tomas
    ———————————

    I did not copy duplicated mails, please just submit your question in this forum so you can get my reply and save your time, of course, include my time, thank you very much.

    Just like I reported, we will publich new version next week and solve the problem that option of tooltips for image, sorry I was know this problem and I was planed developed it some days before, but I recevied some other client’s new feature request and it seems it is more important, so this feature is delayed, I will begin solve it this week and you will have option to control it next week, thanks.

    Best Regards,
    Tomas

    Hi Mogens,

    Thanks for the reply, sorry I did not reply you on time, I got a sick. I am glad to know that you had found a solution which can help you solve the problem, I am sorry you not use my plugin, I had published a new version 3.1.2 and I am try to add more features and newest version will be release soon, hope you do a simple check when you have a chance, thank you very much, have a good day. 🙂

    Best Regards,
    Tomas

    Hi Mogens,

    I checked your URL at http://www.mogens-moeller.dk/hojere-konverteringsrate-i-din-webshop, but sorry I did not found the tooltip? Could you please tell me detailed idea and requirement? So I will not waste time to check it again and guess what happened again? Please note in general my hourly rate is $35, thanks, have a happy day. 🙂

    Best Regards,
    Tomas

    Hi Jordi,

    Thanks for the message, sorry I got a pulmonary disease and super busy in last week and just come back.

    1: About “Another question: is there any limit in the number of tooltips per page?. I’m using about 10 tooltips but it appears in many places in the same page.”
    Yes, I just finished new version 3.1.2, this new version will allow your add tooltips in the first matching keyword in the same page or not, also the new version will allow you add tooltips in menu items.

    2: About “I have a problem when activate the plugin, instead of see only the tooltips, all of my images and other things have a tooltips with the name of the element. For example in the members page or in the Post’s Featured images.”
    I guess maybe I know your means, but for avoid the mistake, could you please offer a URL so I can do a quick check? Thank you very much!

    Best Regards,
    Tomas

    Hi Mogens,

    Thanks for the reply, I will try to check it tomorrow and reply you again(it is 02:18am here), have a great day.:)

    Best Regards,
    Tomas

    Hi Kino,

    Thanks for the message, sorry for the delay of the reply, I got a pulmonary disease and super busy in last week and just come back. I understand what you want, I just finished a new version 3.1.2 which support add tooltips in menu item and you can choose add tooltips for the first matching keyword in the same page or not… and so on, I think you requirement is right, I will try to add it in 3.2.x, in the current time, if you hope the links in tooltips can be clicked, you can select Double Click or Click in “Tooltip Hidden When” select box, once 3.2.x published, this problem will be solved, thanks, have a great day. 🙂

    Best Regards,
    Tomas

    in reply to: Customized #300

    Hi Susan,

    Thanks for the message, sorry for the delay of the reply, I got a pulmonary disease and super busy in last week and just come back, in your setting, Tooltip Box Width: #auto is not supported, please check F.A.Q at: https://tooltips.org/faq/ and you will find an example setting is here:

    Tooltip Box Customize Setting Box:
    Tooltip Box Width:350		 Tooltip Box Background: #E5FFFF
    Tooltip Font Color:#000000	 Tooltip Box Postion: topMiddle 
    Tooltip Text Align:Left		 Tooltip Box Padding: 10
    Tooltip Class Name:		 Tooltip Border Radius:	3
    Border Width:	3	          Tooltip Border Color:	blue
    Tooltip Show When: Mouse Over   Tooltip Hidden When:	 Mouse Over 
    

    Also if you want to do some heavy customized of any tooltips, you can find this example in FAQ page:
    —————————————–
    Although we have many default style for our tooltips, also users can customize their style on customized style control panel, but we offered another way to help users to customize style in a stylesheet file, if you activated the tooltips pro plugin please check your page source you will find the tooltips.css is loaded on the page:

    < link rel="stylesheet"
    href="http://yourdomain.com/wp-content/plugins/tooltips-pro/tooltips.css"
    type="text/css" media="screen" />
    

    also if you open the tooltips.css, you will find some commented codes just as a reference, you can easy to control all of your stylesheet, just try to add a tooltips in plugin menu, and then you can try to add a code in tooltips.css, for example like this one:

    classtoolTips0 {color: red !important;}

    on the front end you will find the keyword of the tooltips has been changed the color red, by this way you can customize your all elements of tooltips keyword, tooltips content, tooltips box…, and so on, thanks.
    —————————————–

    Please follow the example, and do more test, any more question is welcome! Have a good day. 🙂

    Best Regards,
    Tomas

    Hi Gabriel,

    Thanks for the message.

    Q: About “I got the pro version, basically in order to do the automatic positioning – but now I can’t find it. All I find under Tooltip Box Postion (customize settings) is bottomRight, bottomLeft, topRight, topLeft, topMiddle, bottomMiddle, rightMiddle, leftMiddle. Where is it?”

    A: Not sure what is your means about “automatic positioning”, could you please tell me more details of your requirement? And in your tooltip setting panel http://yourdomain.com/wp-admin/admin.php?page=tooltipssettings , in “Tooltip Box Postion” select box, there are only some preset position, but you can control it in stylesheet file, please check F.A.Q at https://tooltips.org/faq/, for example:
    —————————–
    About Stylesheet File Of The Plugin

    Although we have many default style for our tooltips, also users can customize their style on customized style control panel, but we offered another way to help users to customize style in a stylesheet file, if you activated the tooltips pro plugin please check your page source you will find the tooltips.css is loaded on the page:

    < link rel="stylesheet"
    href="http://yourdomain.com/wp-content/plugins/tooltips-pro/tooltips.css"
    type="text/css" media="screen" />

    also if you open the tooltips.css, you will find some commented codes just as a reference, you can easy to control all of your stylesheet, just try to add a tooltips in plugin menu, and then you can try to add a code in tooltips.css, for example like this one:

    classtoolTips0 {color: red !important;}

    on the front end you will find the keyword of the tooltips has been changed the color red, by this way you can customize your all elements of tooltips keyword, tooltips content, tooltips box…, and so on, thanks.
    ——————
    You can control the position in tooltips.css too.

    Q: About “Also I miss the most important option for “Tooltip Hidden When…” – is there really no “click outside of tooltip” option? That’s what people are used to with lightboxes: you just click somewhere outside of the box and the box closes. Or a “close” button in the tooltip box.”
    A: In the current, we only support methods: “Mouse Over, Double Click, Click, Mouse Leave, Mouse Enter, Mouse Out, Mouse Move, Mouse Up, Mouse Down.”, sorry, in my mind, I was think it is enough? The most of method users like is mouse over, I think it is more user friendly for “click outside of tooltip”? Why we need this option? Could you please give me a case which we must use this method? I will think about it more, thank you very much.

    Hey, I will publish a new version tomorrow, in this new version you can add tooltips in menu item, also you can setting only add tooltips for the first matching keyword in the same page or not… and so on!

    Any more question is welcome, thank you very much for use my plugin and thank you very much for your idea, I will upgrade the plugin and there are more upcoming amazing features.

    Have a happy day. 🙂

    Best Regards,
    Tomas

    Hi,

    Thanks for the message, sorry your question is not clearly, could you please tell me more details about the request? Thanks.

    Best Regards,
    Tomas

    Hi, sorry, I got a pulmonary disease and will come back next Monday, thanks.

    Hi, sorry, I got a pulmonary disease and will come back next Monday, thanks.

    Hi, sorry, I got a pulmonary disease and will come back next Monday, thanks.

Viewing 15 posts - 46 through 60 (of 78 total)