Hallo Enfold Team,
ich würde gerne auf meiner Seite (Privat Content) bei allen Bildern den Namen des Bildes ausblenden wenn man mit der Maus drüber geht.Es soll nirgend wo ein Dateiname angezeigt werden.
Vielen Dank
Gruß
Stefan
Hi Stefan,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/image/#remove-image-alt-title-on-hover :)
Cheers!
Yigit
funktoniert leider nicht.
Name kommt trotzdem weiterhin
Gruß
stefan
Hi Stefan,
– Please go to Enfold theme options > Performance and disable JS file merging and compression option, enable “Delete old CSS and JS files?” at the bottom of the page and save theme options.
– Clear browser cache and check if file names are gone
– Go back to Enfold theme options > Performance and enable JS file merging and compression options, disable “Delete old CSS and JS files?” at the bottom of the page and save theme options.
If it still does not work after that, please create temporary admin logins and post them here privately so we can look into it :)
Best regards,
Yigit
Hallo Yigit,
ich schaffe es leider nicht. bitte um Hilfe :)
Best regards,
Stefan
Hi,
I changed the code to following one
function remove_title_attr(){
?>
<script>
jQuery(window).load(function(){
jQuery('#wrap_all a').removeAttr('title');
jQuery('#wrap_all img').removeAttr('title');
jQuery('.av-masonry-image-container').removeAttr('title');
});
</script>
<?php
}
add_action('wp_footer', 'remove_title_attr');
and disabled “Disable jQuery Migrate” in Enfold theme options > Performance tab. Enfold is not fully compatible with WP5.6 yet therefore jQuery migrate needs to be disabled for now :)
Please review your website!
Best regards,
Yigit
Besten Dank
Stefan
Hi Stefan,
We’re happy to hear that :)
Let us know if you need further assistance.
Best regards,
Nikko