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

    Bug with images. There are two images are located within a close. When the mouse is seen as a picture is changing position. To repeat the need to reload the page.

    http://plug-test.hostenko.com/privet-mir/

    #125510

    Please open up enfold/js/avia.js and replace

    if(current.hasClass('alignleft')) link.addClass('alignleft').css({float:'left', margin:0, padding:0});
    if(current.hasClass('alignright')) link.addClass('alignright').css({float:'right', margin:0, padding:0});
    if(current.hasClass('aligncenter')) link.addClass('aligncenter').css({float:'none','text-align':'center', margin:0, padding:0});

    with

    if(current.hasClass('alignleft')) link.addClass('alignleft').css({float:'left', margin:0, padding:0});
    if(current.hasClass('alignright')) link.addClass('alignright').css({float:'right', margin:0, padding:0});
    if(current.hasClass('aligncenter')) link.addClass('aligncenter').css({float:'none','text-align':'center', margin:0, padding:0});

    if(current.hasClass('alignnone'))
    {
    link.addClass('alignnone').css({margin:0, padding:0});;
    if(!link.css('display') || link.css('display') == 'inline') { link.css({display:'inline-block'}); }
    }

    I’ll ask Kriesi to add this fix to the next update.

    #125511

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Bug with images’ is closed to new replies.