- This topic has 4 replies, 2 voices, and was last updated 10 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Tooltip over the custom "Add to Cart" button
Tagged: tooltip
Hi,
can I (and how) add a Tooltip over my custom “Add to cart” button?
Thanks!
How is the button generated?
[wp_eStore_add_to_cart id=xx]
If you examine the code for the get_input_button() function definition in the eStore_button_display_helper.php file; you will see that ALT text tooltips are already being used (in 2 places).
Try changing the ALT tag to TITLE instead.
The problem is that, by default, Windows and most browsers have the display of ALT text for images turned off (because it’s considered to be an accessibility option). And even when ALT is turned on, there is a suspected Webkit bug.
OK, thanks