No tooltips on hover
-
After installing WP Glossary 3.1 on WP 3.6 and setting up 2 test items
I didn’t get any tooltips. No js errors in console ..After research (qTip API) I found out that this lines have to be changed:
wp-glossary-qtip2.js:
// not working show: { event: WPG.qtiptrigger, solo: true // Only show one tooltip at a time } // working show: { when : { event: WPG.qtiptrigger }, solo: true // Only show one tooltip at a time }
Maybe somebody needs that information ..
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘No tooltips on hover’ is closed to new replies.