Hi there,
Id like to remove the image-tooltips on mouseover. there is displayed the imagetitel.
the customer don’t like that.(me too ;-))
thx for a quick hint!
Hey wienerpresswerk!
Thank you for using our theme.
Currently it is not possible to supress this out of the box. You have to change the following core file (this must be done after each update):
enfold\config-templatebuilder\avia-shortcodes\image.php.
Locate in line 229 the following:
$title = trim($attachment_entry->post_title) ? esc_attr($attachment_entry->post_title) : "";
Below this line write:
$title = '';
This should remove the popup.
Regards,
Günter
Thx. that worked for me.
Best support ever here ;-)