Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #335504

    Hello,

    I have problem with Full Width Easy Slider I see name of image in IE and firefox.
    How to remove that?
    http://revenuestables.com
    Regards

    #335868

    Hi Zaccc!

    Thank you for using Enfold.

    You can remove the title of the actual image on Media > Library panel or add this on functions.php:

    function remove_slide_title(){
    ?>
    <script>
    jQuery(window).load(function(){
    	var slidewrap  = jQuery('.avia-slide-wrap');
    		jQuery(slidewrap).each(function(index, element) {
                jQuery(this).removeAttr('title');
            }); 			
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_slide_title', 10);

    Regards,
    Ismael

    #337214
    This reply has been marked as private.
    #337295

    Hi!

    It does work fine on my local installation. Please try copying the code from here – http://pastebin.com/22tZg5ar

    Cheers!
    Yigit

    #337341
    This reply has been marked as private.
    #337346

    Hi!

    Please do so and post it here privately

    Best regards,
    Yigit

    #337432
    This reply has been marked as private.
    #338418

    Hey!

    Please review your website now

    Cheers!
    Yigit

    #338904
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Full Width Easy Slider’ is closed to new replies.