The tooltip tag has no wiki summary.
1
vote
1answer
32 views
Adding a tooltip above Categories postbox in Post Editor
I'm looking to add an onmouseover tooltip link above the categories postbox/widget in the post editor screen of the Wordpress backend to help further clarify to the users on my site which is the most ...
2
votes
1answer
150 views
Change tooltip in tag cloud
How to change tag tooltip to tag Description?
I tried and my code is mentioned below.
function title_text( $description ) {
return sprintf( _n('%s topic', '%s', $description), $description );
}
...
0
votes
0answers
10 views
Post Title in tool tip next and previous posts
How to display post title in tool tip of previous and next posts. I tried using next_post_link and previous_post_link these functions. But no result.
Is it possible to display with these functions? or ...
-6
votes
3answers
60 views
similar of my posts in all over the internet sites and blogs [closed]
i asked here in WordPress first and next asked there in webmasters Stack but i think here is very useful for WordPress users but close my question.
I'm using the similar posts plugin ...
0
votes
0answers
148 views
No tooltips for WordPress tinymce (translation problem?) [closed]
I have here a Wordpress 3.2.1 with tinyMCE. If someone edits a page all tooltips are missing. E.g. if you hold your mouse above a control you get advanced.bold_desc, advanced.italic_desc and so on. I ...
1
vote
2answers
194 views
Custom metabox field help tips popups
Is there anything built-in to core that displays a little (?) icon next to admin-side input fields (custom metabox input fields, for example) that provide tooltips or a contextual help popup when ...
4
votes
2answers
832 views
WP 3.3 Tooltips API?
Does anyone have a tutorial on how to implement the new Tooltips API into a theme or plugin? I'm eager to tap into this to help first time users of my theme and plugins.
From mashable'e excellent ...
1
vote
1answer
226 views
Show user info in a hovercard [closed]
I whant to display user info in a hovercard. I use a jquery plugin to for the hovercard. I call my file like this <?php include 'includes/tooltip.php'; ?> and this is my code from tooltip.php.
...
0
votes
1answer
647 views
Retreive post thumbnail and display it as tooltip on hover?
I used a plug in to retrieve all the post from a category. The post is displayed in an unordered list <ul><li> and everything if fine, even the <a> tags to the post.
Now, for more ...
1
vote
2answers
301 views
Can I make simple global tooltips in Wordpress?
We wish to have ALL external links within a Wordpress site have a simple mouseover tooltip without having to place a title tag or rel or class tag within it. I've tried several methods using the ...