Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #352887

    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!

    #353115

    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

    #360717

    Thx. that worked for me.

    Best support ever here ;-)

    #360738

    Hey!

    Glad I could help you. Enjoy the theme and feel free to come back with further inquires.

    Best regards,
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove tooltip on Images on Mouseover’ is closed to new replies.