Category: Wordpress Tooltip Plugin Document

Sometimes, wordpress tooltips shortcode not working?

Hi Dears,

We received an amazing user’s ticket, in which told us a shortcode not working more, We checked shortcode problem, we are using tooltips pro 7.8.0, and we found wordpress tooltips works well, we make the shortcode demo at https://tooltips.org/how-to-use-wordpress-tooltip-shortcode-tooltips-to-add-tooltips-manually/ , I guess a maybe reason is, when you using wordpress editor or some page editor editing your posts, some of them will change “‘” and “”” in post content, I mean, if you are using shortcode like this:

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

when you edit the post again, some wordpress editor or page builder will change it as:
[tooltips keyword="lovely girls" content='< img src="https://mydomain.com/wp-content/uploads/2017/02/screenshot.png" >']

In this case, it can not work, what you need is when you editing a post which have tooltip shortcode, be care of this, just change back it to something like:
[tooltips keyword="lovely girls" content="< img src='https://mydomain.com/wp-content/uploads/2017/02/screenshot.png' >"]

then it will works well just like our demo at https://tooltips.org/how-to-use-wordpress-tooltip-shortcode-tooltips-to-add-tooltips-manually/ , it is driving by tooltips shortcode 🙂

Thanks, have a blessings day with your family 🙂

Best Regards,
Tooltips Support Team

Tagged with: , ,

WordPress Tooltips Pro Plugin 7.8.0 Released,each wordpress tooltip term have unique pretty style now, you can build a colorful and varied and graceful tooltips site

Hi Dears,

We just released wordpress tooltips plugin 7.8.0, in this version, based on a few amazing users’ requests, we added a few amazing tooltips feature:

* Each wordpress tooltip will have their own unique tooltips style:
By default, all tooltips have same style which generated by your global customized tooltips style in “Tooltips Style Settings” panel, but you can have unique customized tooltips style for each tooltips, in tooltips editor, when you add new tooltips or edit existed tooltips, at the bottom of the tooltips editor, you will find a new metabox which allow users custom your unique for this tooltips, for example, “Tooltip Box Background”,”Tooltip Box Width”, “Tooltip Font Color”,”Tooltip Text Align”, “Tooltip Box Padding:”, “Tooltip Class Name”, “Tooltip Border Radius”, “Border Width”, “Tooltip Border Color”, “Tooltips Border Bottom”, “Tooltip Underline Color”, “Tooltips Shadow”, “Tooltip Font Size”, “Tooltips Line Height”, “Tooltip Term Color”, “Tooltips Popup Animation”, “Title Background Color”, “Tooltip Title Font Size”, “Title Font Color”, “Close Button Background”,
“Close Button Radius”, “Close Button Font Color”… and so on, by this way, each tooltips will have different style and you can build a colorful and varied and graceful tooltips site.

* New option to setting Tooltip z-index Value, in tooltips global settings panel, you will find a new range slider to setting z-index Value:
Some plugins or themes have a very high z-index value, it caused the tooltip hidden behind their flyout, you can increase tooltips z-index to solve this kind of problem.

* New optionto setting tooltip Hook Priority Value,in tooltips global settings panel, you will find a new range slider to setting tooltip Hook Priority Value:
If you want tooltips can support functionality of other wordpress plugins better, and show content which generated by other plugins in tooltips popup window, you need let other plugins(which followed WP the_content API) run first. You can try to change tooltip hook priority in here, heigher value means lower tooltip hook priority and that means let more WP plugins run first, if there are any plugin conflicts, you can just try to change tooltip hook priority lower or higher, then check result in the front end.

* Avoid conflict with another tooltip plugin

* Fixed conflcits with Gravity Forms

* Improved [tooltips] shortcode

* Improved [tooltip_by_id] shortcode

* Fixed the how to use shortcode tips in shortcodes

* Improved tooltips js code, robustness

* Fixed tooltip javascript conflic with other 3rd plugin

* Improved tooltips for menu to support more themes

* Based on users’ request, can add tooltips effect on tooltips term in glossary too

* Speed up page load, move all tooltips javascript function to the footer

* Generate tooltips css file, not only add inlice css codes in the browser page, to improve page load speed

* Fixed toolTipPostID bug when load style,

* Improved advance tooltips shortcode.

* New wordpress tooltips language package

I had to say, this is a hard work, we tested many method to realize these features, and full of conflicts and troubles, finally, we are happy we really realized it! 🙂

Thanks, have a blessings weekend with your family 🙂
Best Regards,
Tomas

Tagged with: , , , , ,

Tooltips.org upgraded to 5.0.3

Hi Dears,

We get a Pre-Sales question which ask us does wordpress tooltip plugin support wordpress 5.0.3. We have upgraded our site https://tooltips.org to wordpress 5.0.3 and we upgraded all plugins and themes too, you can see all of our wordpress tooltip demos works well with wordpress 5.0.3

Thanks, have a blessings day with your family.

Best Regards,

WordPress Tooltip Support Team

Lists of How to Use WordPress Tooltip Shortcode

Hi Dears,

We received an amazing client’s question of how to use wordpress tooltip shortcodes, please just check this wordpress tooltip plugin shortcode posts tag: Tag: tooltip shortcode, and you will find all shortcode tutorials like this:

How to add multimedia tooltip to an image using tooltip shortcode

How to add Video Tooltip using tooltip shortcode

How to add Audio Tooltip using tooltip shortcode

How to diable the other tooltip and only display your specially designated tooltip in a certain post

How to disable wordpress tooltip for a specific page

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

WordPress Tooltips Video Tutorial 10: Import WordPress Tooltips From csv

WordPress Audio Tooltips Demo

WordPress Image Tooltips Demo

WordPress Video Tooltips Demo

We are adding more wordpress tooltip plugin shortcodes, also we are adding more guide and video for how to use wordpress tooltip shortcode,we will update this list once we have new updates 🙂

Thanks, have a nice new year, have a rich new year, have a health new year! With your family! 🙂

Best Regards,

WordPress Tooltip Support Team

Tagged with: , ,

How to diable the other tooltip and only display your specially designated tooltip in a certain post

Presentations for wordpress tooltip shortcode [tooltip_by_id]

WordPress tooltip shortcode [tooltip_by_id] is a new feature since wordpress tooltip plugin 7.5.0, why to design the shortcode and how to use it?

A tooltip user told us he wanted to display a certain tooltip and disable other tooltip in a post. We believe this is an very useful function to help user to display a focus for a certain post and attract the reader’s attention. So we add the new feature for wordpress tooltip plugin 7.5.0.

How to use?

In the image, we can see many tooltips appearing in the post.

1. Diable all the tooltip

Access the WordPress Dashboard, and go into the post editor, you can see “Tooltip settings for this page” in the sidebar, checked ” Disable all tooltips”.

You will find the tooltip disppear in the post.

2. Display your specially designated tooltip with wordpress tooltip shortcode [tooltip_by_id]

The shortcode looks like this: [tooltip_by_id tooltip_id='323'], ‘323’ is tooltip id.

How to know the tooltip id?

You can find tooltip id at all tooltips panel — http://yourdomain.com/wp-admin/edit.php?post_type=tooltips, when you mouse hover the link edit under each tooltip post, you will find links like this:
http://yourdomain.com/wp-admin/post.php?post=323&action=edit, the 323 is your tooltip id

Input wordpress tooltip shortcode [tooltip_by_id] in your text editor

Your specially designated tooltip display in the post

Tagged with: , , ,

Tooltips.org Support System Upgraded

Hi Dears,

We just re-developed our support system, for help users create wordpress tooltip support ticket more easier, now when you logged in tooltips.org, you will be redirected to tooltip my account page, in the left hand of my account page, you will find a few tabs to help you manage Orders, Downloads, Addresses, Account details, or Logout, also you will find wordpress tooltip “Support Ticket” link in my account tabs, once you clicked the Support Ticket, you can create a new support ticket or manage your tickets 🙂

We are developing a new version based on users’ amazing feature requests 🙂

Thanks, have a blessings day with your family 🙂

Best Regards,
Wordpress Tooltip Support Team

Tagged with: , ,

WordPress Tooltips Document Update: New wordpress video tooltip usage and demo

Hi Dears,

We have updated wordpress Tooltips Plugin Documents, we update WordPress Video Tooltips Demo, add more content on how to add video tooltip, including embed YouTube video code and upload local video files to the server and embed the video in your web page.

We also update How to add multimedia tooltip to an image using tooltip shortcode, introduce more examples on how to add video and audio in a multimedia tooltip and show the demo and code.

Thanks, have a blessings weekend with your family 🙂

Best Regards,
WordPress Tooltips Support Team

Tagged with: , , , ,

WordPress Tooltips Document Update: New wordpress audio tooltip usage and demo

Hi Dears,

We have updated wordpress Tooltips Plugin Document, we build a new wordpress audio tooltip demo, you can find more details about how to insert wordpress audio tooltip using tooltip shortcode, we are still adding new features for wordpress tooltip and new document for how to use wordpress tooltip plugin, also a new wordpress tooltip plugin is developing, you will see it soon 🙂

Thanks, have a blessings weekend with your family 🙂

Best Regards,
Wordpress Tooltips Support Team

Tagged with: , , ,

How to add multimedia tooltip to an image using tooltip shortcode

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 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.


How to use it

We add the 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 make you write your multimedia tooltip content in HTML.

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

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/2018/08/002.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.
  • Demo 1

    The example present video and text in an multimedia tooltip.


    Usage example 2

    Input the wordpress tootlip shortcode in the wordpress text 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.
  • Demo 2

    The example present audio music and text in an multimedia tooltip.


    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.
  • Demo 3

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

    We are still adding more amazing effects for wordpress tooltip plugin based on users requests, any feature request is super welcome 🙂

    Tagged with: , , , ,

    How to add Video Tooltip using tooltip shortcode

    WordPress Tooltips Pro supports to add Video Tooltip with the shortcode [tooltips]. The feature helps you to display your YouTube videos in the tooltip very easily.

    Let us create a simple Video Tooltip using with the Tooltip shortcode [tooltips]. The code should look like below:

    [tooltips keyword = "trigger text" content = "Alternative video content will be displayed as a tooltip"]

  • Trigger Text is the anchor text similar to a hyperlink.
  • The Content text entered will be shown on the popup tooltip box.
  • Usage example 1

    1. Input the tootlip shortcode content in the wordpress text editor.
    [tooltips keyword = "This is Video Tooltip" content = "<video controls = 'controls'><source src = 'http://localhost/wp-content/uploads/2018/08/002.mp4' type='video/mp4'>Your browser does not support the HTML5 Video element.</video>"]
    

  • source src specifies the URL of your video file to play
  • 2. Note: Select the option “Enable Advance Tooltips Shortcode” in “Tooltip Settings for this page”, or tooltip shortcode will not work.

    Demo 1

    The Video Tooltip should look like below when you mouse over the trigger text:

    This is Video Tooltip More amazing wordpress tooltip plugin document can be found at here
    Tagged with: , , ,
    Top