• Hi, some images doesn’t load on pages sometimes. Perhaps it is cache issue? or shortcodes issue?

    [su_row]
    [su_column size="1/3"]
    [su_frame align="center"]
    <img src="http://victoriamua.ru/wp-content/uploads/2017/08/DSC_9987-2.jpg" />
    [/su_frame]
    [/su_column]
    [su_column size="2/3"]...[/su_column]
    [/su_row]

    http://createit.support/wp-content/uploads/2017/08/img-2017-08-09-12-06-57.png

    so I recreate this issue with developer tools console. There’s no related errors.
    I think you are right. It’s image loading error. JS code loading too fast. Here’s code refferencehttp://victoriamua.ru/wp-content/cache/minify/c59ba.js

    $('.su-frame-align-center, .su-frame-align-none').each(function () {
    
      var frame_width = $(this).find('img').width();
    
      $(this).css('width', frame_width + 12);
    
    });

    We try to set frame width but image is still loading, what do you think?
    What we can do with this issue?

    • This topic was modified 8 years, 7 months ago by danmash.

    The page I need help with: [log in to see the link]

The topic ‘empty su_frame’ is closed to new replies.