Title: fullbl's Replies | WordPress.org

---

# fullbl

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Getwid - Gutenberg Blocks] Template Library never loads](https://wordpress.org/support/topic/template-library-never-loads/)
 *  [fullbl](https://wordpress.org/support/users/fullbl/)
 * (@fullbl)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/template-library-never-loads/#post-18669300)
 * Same problem here. Searching into the code, it seems there is an api call to 
   [https://cgw.motopress.com/wp-json/getwid-templates-server/v1/get_templates](https://cgw.motopress.com/wp-json/getwid-templates-server/v1/get_templates),
   which returns an error
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Builder - Create highly converting, mobile friendly marketing popups.] Deprecated library](https://wordpress.org/support/topic/deprecated-library/)
 *  Thread Starter [fullbl](https://wordpress.org/support/users/fullbl/)
 * (@fullbl)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/deprecated-library/#post-13279607)
 * No problems at all, I just wanted to warn you!
 * Many thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Cleanup] Bulk delete more than 100 at a time?](https://wordpress.org/support/topic/bulk-delete-more-than-100-at-a-time/)
 *  [fullbl](https://wordpress.org/support/users/fullbl/)
 * (@fullbl)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/bulk-delete-more-than-100-at-a-time/#post-6132768)
 * I did the same using iMacros for firefox 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Promotion Slider] Thumbnails with more than 10 images](https://wordpress.org/support/topic/thumbnails-with-more-than-10-images/)
 *  Thread Starter [fullbl](https://wordpress.org/support/users/fullbl/)
 * (@fullbl)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/thumbnails-with-more-than-10-images/#post-4055572)
 * Done by myself:
 *     ```
       if (currentSlider.hasClass('thumb_nav')) { //nascondiamo le immagini troppo lontane
       		for (i = 1; i <= panels.length; i++)
       			if (i <= currentValue - 10 || i >= currentValue + 10)
       				$('.thumb_nav .' + i).hide();
       			else
       				$('.thumb_nav .' + i).show();
   
       	  }
       ```
   
 * at the end of progress function!

Viewing 4 replies - 1 through 4 (of 4 total)