-
AuthorPosts
-
February 3, 2021 at 4:16 pm #1277405
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ß
StefanFebruary 3, 2021 at 4:17 pm #1277406Hi Stefan,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/image/#remove-image-alt-title-on-hover :)
Cheers!
YigitFebruary 3, 2021 at 5:07 pm #1277422funktoniert leider nicht.
Name kommt trotzdem weiterhinGruß
stefanFebruary 3, 2021 at 8:22 pm #1277450Hi 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,
YigitFebruary 3, 2021 at 9:51 pm #1277469Hallo Yigit,
ich schaffe es leider nicht. bitte um Hilfe :)
Best regards,
StefanFebruary 4, 2021 at 11:18 am #1277656Hi,
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,
YigitFebruary 4, 2021 at 9:22 pm #1277793Besten Dank
StefanFebruary 5, 2021 at 6:16 am #1277847Hi Stefan,
We’re happy to hear that :)
Let us know if you need further assistance.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
