Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #175345

    Hi,

    it’s a bit annoying: when I upload a file, for example called “slider-03” with the “Easy Slider” feature within the “Advanced Editor”, then when I hover ove this image, then it shows the file name “slider-03”.

    Screenshot

    Sure, I can access my media library and changing there the name of this image – but it’s a bit time consuming, if you use lots of images at your ENFOLD site :-(

    Isn’t there any other way to correct this?

    Thanks.

    #175442

    Hey colorit2!

    Browsers render the title attribute differently. We really don’t have any control over them. You can edit js > avia.js, find this code on line 5-6:

    $(document).ready(function()
        {

    Add this code below:

    $(".avia-slideshow li img").attr('title', '');

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    #182334

    Hi there. Has anyone been successful with this fix? It doesn’t seem to be working for me.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘EASY SLIDER: image name = file name when hovering it’ is closed to new replies.