Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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ß
    Stefan

    #1277406

    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

    #1277422

    funktoniert leider nicht.
    Name kommt trotzdem weiterhin

    Gruß
    stefan

    #1277450

    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

    #1277469

    Hallo Yigit,

    ich schaffe es leider nicht. bitte um Hilfe :)

    Best regards,
    Stefan

    #1277656

    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

    #1277793

    Besten Dank
    Stefan

    #1277847

    Hi Stefan,

    We’re happy to hear that :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.