Title: walkingfish's Replies | WordPress.org

---

# walkingfish

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

 *   [Profile](https://wordpress.org/support/users/walkingfish/)
 *   [Topics Started](https://wordpress.org/support/users/walkingfish/topics/)
 *   [Replies Created](https://wordpress.org/support/users/walkingfish/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/walkingfish/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/walkingfish/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/walkingfish/engagements/)
 *   [Favorites](https://wordpress.org/support/users/walkingfish/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: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Meta Slider Work-Around for CDN](https://wordpress.org/support/topic/meta-slider-work-around-for-cdn/)
 *  Thread Starter [walkingfish](https://wordpress.org/support/users/walkingfish/)
 * (@walkingfish)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/meta-slider-work-around-for-cdn/#post-4322723)
 * Thx – I just discovered how to do it:
 * Within: “\ml-slider\inc\metaslider.imagehelper.class.php
 * Line 27:
    Change from: `$this->url = $upload_dir['baseurl'] . "/" . get_post_meta(
   $slide_id, '_wp_attached_file', true);`
 * To: `$this->url = get_post_meta($slide_id, '_wp_attached_file', true);`
 * This changed the HTML output and thus now allows to pull from the CDN. 🙂
 * However the error still shows in the admin and to fix that, remove lines 269 
   thru 281

Viewing 1 replies (of 1 total)