WordPress Tooltips Pro Plugin New Feature: Allow Shadow For Tooltip Box

Hi Dears,

14 hours before, a client requested a feature — add a shadow under the wordpress tooltips box. It is a great idea, this will make our tooltips more user-friendly, I re-developed our tooltips pro version and I am happy to report you, in the new version of wordpress tooltip pro — version 4.5.2, you can setting to show a shadow for tooltip box. It looks like this:

Tooltips Style Customization Panel

Tooltips Style Customization Panel

Thanks for the respected client requested this pretty feature, if you have any great idea, please don’t hesitate to tell us, we will finish them quickly.

Dears, please download wordpress tooltips pro 4.5.2 plugin at download wordpress tooltip.

Thanks, have a blessings day with your family.

Best Regards,
Tomas

Tagged with: , , , , ,

Question: How do you change font size and line height in Tooltips Pro

Update: you do not need insert css codes in tooltips.css manually, now you can just open tooltips customization panel and select font size and line high just via a few clicks and types, please check our video tutorails at https://tooltips.org/wordpress-tooltips-pro-video-tutorials-how-to-custom-tooltips-box-color-font-underline-and-more/, it is very easy to do. 🙂

Question:”How do you change font size and line height in Tooltips Pro”:

Answer: Yes you can change it, in our plugin folder: tooltips-pro, there are style file: tooltips.css,
if you want to change font size for tooltips keyword, please add font-size and line height for the class tooltipsall in tooltip.css, for example:
.tooltipsall
{
font-size:12px;
}

if you want to change font size for text in tooltips content, you can add font size for the class qtip-content in tooltips.cssm for example:

.qtip-content
{
font-size:12px;
}

Hope this will help to solve the problem, thanks, have a happy day with your family. 🙂

Best Regards,
Tooltips Support Team

Tagged with: , , , ,

Tooltips For Pricing Table

Add Tooltips For Table

This demo show how wordpress tooltip plugin add tooltips on table cell and table title, this table generated by tablepress:

Title 1Title 2Title 3Title 4Title 5
Cell A1Cell B1Cell C1Cell D1Cell E1
Cell A2Cell B2Cell C2Cell D2Cell E2
Cell A3Cell B3Cell C3Cell D3Cell E3
Cell A4Cell B4Cell C4Cell D4Cell E4

Also some amazing users told us they want to use our tooltips in other plugins generated element too, for example in tables which generated by table plugin — tablepress. Now you can insert your tooltips to pages which is generated by plugin, for example, in tablepress plugin, when you insert element to a cell, you can add our tooltip in it and you can show tooltips in this table.

It is very easy to add the tooltips to the table cells in tablepress plugins, please just go to admin -> Tooltips -> Addons, in “Tooltips Addon Settings” panel, you will find there are a few addons, please enable tooltips for tablepress and click update now button

Image

Then our tooltips plugin will auto scan content in table cells and add tooltips effect on tooltips terms, it looks like this:

Image

Please note, because there are too many plugins — nearly 50,000 plugins, they realized in different methods, so we have no way to support “any” plugins or themes, but we are try to support more and more famous plugins, for example woocommerce, tablepress, MaxButtons, Easy Pricing Tables… and so on, we are still adding features to support more famous plugin.

We are happy to add more functionality for the wordpress tooltip plugin, any feature request is welcome. 🙂

Thanks, have a happy day with your family. 🙂

Tagged with: , ,

How to use wordpress tooltip shortcode [tooltips] to add tooltips manually?

It is very easy to add wordpress image / video / audio tooltips, form element tooltip… in wordpress automatically or manually via a few clicks, just in one minute. Please check our wordpress tooltip video tutorials at below or Try WordPress Tooltip Demo:

Since wordpress tooltip 4.2.8(current version is 20.9.8, at 2023-05-18), based on user requested, we added a new wordpress tooltip shortcode [tooltips].

In general, you do not need a tooltip shortcode, because wordpress tooltips plugin will add tooltips effect for post’s content/title/tag/excerpt/gallery/menu automatically, based on wordpress standard APIs. By this way, wordpress tooltip plugin will save your time to manage tooltips, for example, when you want to change tooltips content, you will not need to read all posts to find which page has a specified tooltip and change it one by one manually, what you need to do is just editing your tooltips in wordpress standard WYSWYG editor, then tooltip content in all posts will be updated automatically.

Some amazing users told us they want to use tooltip shortcode to add tooltips in wordpress posts, with a lot of reasons, for example: homonym tooltip(homonym tooltip means same word but different meanings); for example, use tooltip shortcode in Divi page builder, elementor page builder, VC page builder… and so on, we are happy to report you that we have built a powerful wordpress tooltip shortcode [tooltips] to help you add pretty tooltip in anywhere 🙂

The wordpress tooltip shortcode [tooltips] is very easy to use:

[tooltips keyword="wordpress tooltips" content="Wordress Tooltips is a rich featured wordpress tooltip plugin. "]

It looks like this: wordpress tooltips

Also you can add image tooltip in wordpress tooltip popup box, for example:

[tooltips keyword="lovely girls" content="<img src='https://mydomain.com/wp-content/uploads/2017/02/screenshot.png'>"]

It looks like this: lovely girls

Our WordPress tooltip short codes support many more amazing features, for example, add video tooltip on an image, use another image as image tooltip for images… and so on:

WordPress Tooltip Pro support to add multimedia tooltips to an image, you can insert many different multimedia format elements in the tooltip, which is anything you can hear and see, including text, images, sound, music, film, animation, video, audio recorders, etc.

Let’s try it, when you hover over the image, a wordpress multimedia tooltip appear with a description of the image, you can see a combination of different multimedia content forms, text, link, image, audio and video in the tootlip.

Image

How to use wordpress tooltip shortcode

We add the wordpress multimedia tooltip to an image using tooltip shortcode [tooltips].

[tooltips keyword = "<img src='Source of image' />" content = "Alternative Multimedia content will be displayed as a tooltip"]

NOTE:

1. Input the wordpress tootlip shortcode in the wordpress text editor. This editing mode makes you write your wordpress multimedia tooltip content of HTML.

2. Select the option “Enable Advance Tooltips Shortcode” in “Tooltip Settings for this page, or wordpress tooltip shortcode will not work.

Image

Usage example

Usage example 1

Input the wordpress tootlip shortcode in the wordpress text editor.

[tooltips keyword = "<img src='https://tooltips.org/wp-content/uploads/2018/08/girl.png' />" content = "<video controls='controls'><source src='https://tooltips.org/wp-content/uploads/2023/05/003.mp4' type='video/mp4'>Your browser does not support the HTML5 Video element.</video><h3>Multimedia Tooltip</h3>"]

  • Tooltips keyword is the anchor image similar to a hyperlink.
  • Img src specifies the URL of your image.
  • The Content text entered will be shown on the popup tooltip box.
  • WordPress Tooltip Shortcode Demo 1: Add Video Tooltip on Image

    The example present video and text in a wordpress multimedia tooltip.

    Image

    Usage example 2

    Input the wordpress tootlip shortcode in the wordpress texts editor.

    [tooltips keyword = "<img src='https://tooltips.org/wp-content/uploads/2018/08/fruit.png' />" content = "<audio controls = 'controls'><source src='https://tooltips.org/wp-content/uploads/2018/08/001.mp3' type='audio/mpeg'>Your browser does not support the audio element.</audio><h3>Multimedia Tooltip"]
    

  • Tooltips keyword is the anchor image similar to a hyperlink.
  • Img src specifies the URL of your image.
  • The Content text entered will be shown on the popup tooltip box.
  • WordPress Tooltip Shortcode Demo 2: Add Audio Tooltip on Image

    The example presents audio music and text in a wordpress multimedia tooltip.

    Image

    Usage example 3

    Input the wordpress tootlip shortcode in the wordpress text editor.

    [tooltips keyword = "<img src='https://localhost/wp-content/uploads/2017/02/girl2.gif' />" content = "<img src='https://localhost/wp-content/uploads/2017/02/girl2.gif' /><h3>Multimedia Tooltip</h3><div><a style='text-decoration: underline;' href='https://tooltips.org/'>tooltips Pro </a> support any multimedia content. Hover the trigger, you'll see a tooltip that contains text, image, audio, vedio and much more.</div>"]
    

  • Tooltips keyword is the anchor image similar to a hyperlink.
  • Img src specifies the URL of your image.
  • The Content text entered will be shown on the popup tooltip box.
  • WordPress Tooltip Shortcode Demo 3: Add Image Tooltip On Another Image

    The example present image, text and link in a wordpress multimedia tooltip.

    Image

    [tooltips] shortcode is a powerful tool, [tooltips] support Self-Closing Shortcode and Enclosing Shortcode, with Enclosing Shortcode, you can use [tooltips] shortcode to add icon tooltip

    How to use WordPress Tooltip Shortcode to Create Icon Tooltip?

    It is very easy to create icon tooltip from wordpress tooltip plugin, Please mouse hover this icon tooltip -> 🙂

    Please check codes:

    [tooltips keyword=’good’ content = ‘you are very welcome!’]:)[/tooltips]

    or

    [tooltips content = ‘you are very welcome!’]:)[/tooltips]

    Both of them will works well, please use your icon replace the “:)”

    Also we offer another method to add icon tooltip more easier, you do not need add your content, you can just use conent from existed tooltip terms, it works like this:

    Please check codes:

    [icon_tooltip_by_id tooltip_id=’308’]your icon here[/icon_tooltip_by_id]

    You can find more icon tooltip demos at:

    [tooltips] shortcode icon tooltip demo

    [icon_tooltip_by_id] shortcode icon tooltip demo

    How to Reference the Content from an Already Existing Tooltips Term in Tooltip Short Code?

    1: Click “Tooltips” menu item, in “All Tooltips” Panel, search the existed tooltip term which you want to reference.

    2: Click Editor button of the tooltip term, it looks like this:

    edit button of tooltip term

    edit button of tooltip term

    3: Then you will open “Edit Tooltip” panel.

    4: In “Edit Tooltip” panel, you will find the tooltip id in browser URL bar, it looks like this:

    find tooltip term which you want to reference

    find tooltip term which you want to reference

    You will find the in the browser URL bar, the URL is: tooltips.org/wp-admin/post.php?post=3107&action=edit&classic-editor, and the tooltip id is 3107.

    5: Now you can insert this tooltip id in your tooltip_by_id shortcode [tooltip_by_id tooltip_id='3107'] in any wordpress page or post

    6: The result looks like this:

    Tooltip For Forms Demo - Message Field
    In the current time, wordpress shortcode mechanism have many flaws yet, by this way, you can easily push the limits of the wordpress shortcode. You can achieve many complex effects in wordpress tooltips standard WYSWYG editor, and then use tooltip_by_id shortcode to reference the content of the tooltip term into any wordpress post or page. 🙂

    About WordPress SVG Icons Tooltips:

    SVG stands for Scalable Vector Graphics, SVG is an XML-based vector graphics format used to display a variety of graphics on the Web and in other environments, SVG is becoming more and more popular, most major browsers already support SVG, but wordpress do not support SVG yet, our wordpress tooltip plugin have an addon, in which we can support WordPress SVG Images Tooltip, you can find detailed step by step wordpress SVG Tooltip document at How to Build a SVG Tooltip?

    Some amazing users told us they want to use our wordpress tooltip in other plugins generated content too, for example add tooltip in tables which generated by table plugins, add tooltip in form plugins, add tooltip in price tables, add tooltip in Divi page builder… and so on, now you can insert wordpress tooltips to pages which is generated by those 3rd plugins very easy, for example, in tablepress plugin, you can add wordpress tooltip shortcode in table title, table cell… and so on, when users mouse hovers the table cell, they can see video, image, audio, text, html links, google map, QR code related with this table cell in tooltip popup box.

    you can find more wordpress shortcode guide at Lists of How to Use WordPress Tooltip Shortcode.

    We are working hard to let WordPress tooltip plugin support more and more famous plugins, for example woocommerce, tablepress, MaxButtons, Easy Pricing Tables… and so on, if you have any feature request for wordpress tooltip plugin, please don’t to hesitate to tell us, we are happy to integrate our wordpress tooltip plugin with famous plugins.

    We are happy to add more amazing wordpress tooltip function for our wordpress tooltips shortcode, any feature request is very welcome. 🙂

    WordPress Tooltip features can be found at features of WordPress Tooltips Plugin . Please check WordPress Tooltip Demos of video tooltip, image tooltip, audio tooltip, tooltip for button, tooltip for title, tooltip for tag, woocommerce tooltip, table tooltip, pricing table tooltip, … Try Demo

    Thanks, have a happy day with your family. 🙂

    WordPress Tooltips Plugin demos:

    Add tooltips in Table Cell

    Add tooltips in Pricing Table

    WordPress Image Tooltips Demo

    WordPress Audio Tooltips Demo

    Add tooltips in wordpress post title

    Add tooltips for your WooCommerce Product

    Add tooltips on Button

    Add wordpress tooltips in wordpress post tag

    Show Tooltips In F.A.Q

    Add wordpress tooltips on tag

    Add wordpress tooltips on title demo

    use Video as wordpress tooltips demo

    Demo of add tooltips manually so you can add many different tooltips content for the same tooltips term

    Have fun!
    Wordpress tooltips plugin team

    Tagged with: , , , , , , , , , , ,

    WordPress Tooltips Pro 4.2.8 Released

    Hi Dears,

    We are happy to report you that we released a new wordpress tooltips pro version — wordpress tooltips pro 4.2.8, in the version we added a few new features based on users request:

    1: We Added new shortcode [tooltips] for our wordpress tooltips plugin, You can add any tooltips which is not in content of post, or not in wordpress database.
    It is very easy to using:
    [tooltips keyword="wordpress" content="Wordpress is great system"]

    Also you can add image in “content”, for example:
    [tooltips keyword="Sample" content="<img src='https://mydomain.com/wp-content/uploads/2017/02/screenshot.png'>"]

    A demo page can be found at here: demo of shortcode [tooltips]

    By this way, you can use this plugin to insert tooltips to plugin generated page, for example, in a table plugin — tablepress, when you insert element to a cell, you can add our tooltip shortcode in it and you can show tooltips in this table… and so on. Please note, because there are too many plugins — nearly 50,000 plugins, they realized in different methods, so we have no way to support “any” plugins or themes, but we are try to support more and more famous plugins, for example woocommerce, tablepress, MaxButtons, Easy Pricing Tables… and so on.

    Also for avoid users typed error tooltip parameter which will caused tooltips not work, when you entered error usage in the wordpress tooltips shortcode [tooltips], instead of not working, we will show you the correct usage in tooltip popup box which will tell you how to use the shortcode [tooltips].

    We are adding new functionality for the shortcode [tooltips], any request is welcome. 🙂

    2: New feature: Only Add Tooltips For Specified Post Types, for example, you can setting to add tooltips only for post, page, and do not show tooltips for woocommerce product post type, and so on.

    3: Now we can disable tooltips for specified pages, when you add / edit posts / pages / products, in the top right of the wordpress standard editor, you will find
    a meta box: “Disable tooltips for the page”, if you checked the “Disable tooltips for the page” check box, in this post, we will not add tooltips content from tooltips database automatically, even there are tooltips keyword in the post content.
    By this way, you can choose show tooltips automatically in some pages and disable tooltips in other pages.
    However, if you want to add tooltips manually in this page, we keeped this option for you, you can still use shortcode [tooltips] to add your customized tooltip in this page manually.

    4: Improved Internationalization

    5: Tweaked style of admin control panel, it looks more modern and stylish.

    We are adding new features based on user requesting now and you will see it soon, any feature request is welcome. 🙂

    Best Regards,
    Tomas

    Tagged with: , , , , , , , ,

    WordPress Tooltips Pro 4.1.6 Released

    Hi Dears,

    We just released the newest tooltips pro version 4.1.6, in this version:

    1:We have upgraded tooltip pro javascript core to the newest version.

    2: Since pro 4.1.6, our tooltip will auto detect tooltip position, all tooltips will not out of screen now, for example, if the tooltip word’s position
    is on the head of the page and some section of tooltip content is out of screen, our tooltip will shown on the bottom center of the tooltip word and tooltip content will be truncated or out of screen.

    3: improve tooltip’s style, our tooltip have tip arrow now, have shadow, rounded corners, default color is changed as black now, and in next version will have more colors for chosen

    4:We improved our tooltips box position settings, for example, if you select “topMiddle” as tooltip box position, our tooltips box will shown at top center of the tooltip keyword in front end, or let’s say if you select “bottomMiddle” as tooltip box position, our tooltips box will shown at the bottom center of the tooltip keyword.

    5: fixed a conflict with a theme which reported image tooltip alt ‘undefined’.

    More new features is on the road now, any feature request is welcome. 🙂

    Best Regards,
    Tomas

    Tagged with: , ,

    Tooltips.org Upgraded at 2016 11 23

    Hi Dears,

    We have upgrade our wordpress tooltips pro site:

    1: Based on user requested, we support HTTPS on tooltips.org now.
    2: We upgraded our ticket support system for more quickly and more user-friendly.
    3: We upgraded our theme for more pretty UI.

    A new version is on the road and will released soon, any feature is welcome, just shoot us a message. 🙂

    Thanks, have a good day. 🙂

    Best Regards,
    Tomas

    WordPress Tooltips Pro 3.8.6 Released

    Hi Dears,

    We just released new version 3.8.6 of wordpress tooltips pro, in this version, we improved the user experience of wordpress tooltips plugin.

    1:Users can choose the color intuitively from color picker, support tooltips box backgroud color, tooltips font color, tooltips border color.
    It looks like this:
    tooltips-style-settings

    2: If users changed customized fileds value in customize setting panel, we will setting tooltips style as customized style automatically, so users do not click twice

    3: In tooltips style settins panel, we added html required attribute, if users forget to enter the values in input box, we will give a notice, so users will not need multiple submit form

    4: In tooltips style settins panel, we added placeholder tips as example of each input fields of tooltips customized style

    5: Optimised tooltips panels’ style to make it looks more comfortable and generous for users

    6: Tweaked tooltip words and tooltips style of tooltips admin setting panel

    7: Support finnish for glossary, a salute to the people of Finland.

    In the current time, I am add more options to help control more elements of the tooltips, also I was get request a few times about hope to know what is the popular tooltip additions, I am coding for this too. I hope I will publish the new version soon, thanks, enjoy.

    Best Regards,
    Tomas

    Tagged with: , , ,

    WordPress Tooltips Pro 3.6.4 Released

    Hey Guys,

    We released wordpress tooltips pro 3.6.4 today, new version of WordPress tooltips pro plugin if tested up to wordpress 4.6.1. In this version, we support translate wordpress tooltips plugin in content and launch localized versions, .po files can be found in languages folder, if you translated the tooltips as your language, please send back a .po file to us, we are happy to added it into our tooltips plugin. 🙂

    In the current time, I am thinking change our codes to help our users more easier to customize style, for example, add color pick box in color options, also allow user import the default setting into “Tooltip Box Customize Setting” panel, once I finished this we will release a new version asap, thanks, have a good day. 🙂

    Best Regards,
    Tomas

    Top