Title: empty su_frame
Last modified: August 16, 2017

---

# empty su_frame

 *  [danmash](https://wordpress.org/support/users/danmash/)
 * (@danmash)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/empty-su_frame/)
 * 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](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](https://wordpress.org/support/users/danmash/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fempty-su_frame%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [WP Shortcodes Plugin — Shortcodes Ultimate](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [danmash](https://wordpress.org/support/users/danmash/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/empty-su_frame/)
 * Status: not resolved