Title: E's Replies | WordPress.org

---

# E

  [  ](https://wordpress.org/support/users/episen/)

 *   [Profile](https://wordpress.org/support/users/episen/)
 *   [Topics Started](https://wordpress.org/support/users/episen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/episen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/episen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/episen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/episen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/episen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Native Lazyload] Also an issue with Recent Posts FlexSlider by WooThemes](https://wordpress.org/support/topic/also-an-issue-with-recent-posts-flexslider-by-woothemes/)
 *  [E](https://wordpress.org/support/users/episen/)
 * (@episen)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/also-an-issue-with-recent-posts-flexslider-by-woothemes/#post-11990559)
 * I’m not quite as versed in WordPress and its plugins as Matt is, but the problem
   does seem to be the order in which things get loaded.
 * If I add “skip-lazy” to the img class in the flexslider, nothing happens. Safe
   assumption: The native lazyload does its thing first.
 * If I change your hard-coded variable (const SKIP_LAZYLOAD_CLASS = ‘skip-lazy’)
   to one of the classes on the images (like (const SKIP_LAZYLOAD_CLASS = ‘wp-post-
   image’ — which would be useless, since I imagine all images get that class), 
   then it works.
 * I’m open to any and all suggestions. Thanks!

Viewing 1 replies (of 1 total)