Title: illebas's Replies | WordPress.org

---

# illebas

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Recently an error occurred while creating the CSS / JS minify cache:](https://wordpress.org/support/topic/recently-an-error-occurred-while-creating-the-css-js-minify-cache/)
 *  [illebas](https://wordpress.org/support/users/illebas/)
 * (@illebas)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/recently-an-error-occurred-while-creating-the-css-js-minify-cache/page/3/#post-3452562)
 * Any updates on this? I am having the same issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Instagram] [Plugin: Simply Instagram] No place to set the number of photos? (Using shortcode, no widgets)](https://wordpress.org/support/topic/plugin-simply-instagram-no-place-to-set-the-number-of-photos-using-shortcode-no-widgets/)
 *  [illebas](https://wordpress.org/support/users/illebas/)
 * (@illebas)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-simply-instagram-no-place-to-set-the-number-of-photos-using-shortcode-no-widgets/#post-3125668)
 * Open wp-content/plugins/simply-instagram/simply-instagram.php
 * Find the switch statement at line 617. Depending find the feed you are using.
   Below is a snippet from the self-feed. Change 20 to the amount that you desire.
   I think 20 maybe the max.
 *     ```
       case'self-feed':
       					echo '<div id="masonryContainer" title="self-feed" class="clearfix masonry">';
       					echo sInstDisplayData( sInstGetSelfFeed( access_token() ), $atts['size'], "20", "150", $customRel );
       					echo '</div>';
       				break;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 Multiple Attachments](https://wordpress.org/support/topic/contact-form-7-multiple-attachments/)
 *  [illebas](https://wordpress.org/support/users/illebas/)
 * (@illebas)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/contact-form-7-multiple-attachments/#post-2071091)
 * I ran into the same issue. I found that specifying a size limit for each upload
   solved the issue. For example:
    In the form section: [file file-517 limit:7mb][
   file file-436 limit:7mb]
 * In the mail section:
 * [file-517][file-436]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN-ImageFlow] [Plugin: NextGEN-ImageFlow] Bug: plugin causes, that NextGen galleries always come BEFORE text](https://wordpress.org/support/topic/plugin-nextgen-imageflow-bug-plugin-causes-that-nextgen-galleries-always-come-before-text/)
 *  [illebas](https://wordpress.org/support/users/illebas/)
 * (@illebas)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-nextgen-imageflow-bug-plugin-causes-that-nextgen-galleries-always-come-before-text/#post-1741292)
 * Any updates on this????
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [NextGEN Gallery widget no shadowbox effect](https://wordpress.org/support/topic/nextgen-gallery-widget-no-shadowbox-effect/)
 *  [illebas](https://wordpress.org/support/users/illebas/)
 * (@illebas)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/nextgen-gallery-widget-no-shadowbox-effect/#post-955161)
 * I just figured this out.. probably not the best solution but it worked.
 * [http://wordpress.org/support/topic/321736?replies=2](http://wordpress.org/support/topic/321736?replies=2)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [nextgen-gallery support for video besides shadowbox](https://wordpress.org/support/topic/nextgen-gallery-support-for-video-besides-shadowbox/)
 *  Thread Starter [illebas](https://wordpress.org/support/users/illebas/)
 * (@illebas)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/nextgen-gallery-support-for-video-besides-shadowbox/#post-1246558)
 * Well I figured it out.. I am far from a developer so it’s probably not the correct
   approach but at least it’s working. I opened up widgets.php in the widgets folder
   which is located in the nextgen folder. I found this line right around 415 – 
   417:
 *     ```
       $out = '<a href="' . $image->imageURL . '" title="' . $description . '" ' . $thumbcode .'>';
       ```
   
 * and added the rel to look like this:
 *     ```
       $out = '<a href="' . $image->imageURL . '" rel="shadowbox[];player=img;" title="' . $description . '" ' . $thumbcode .'>';
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [NextGEN Gallery widget no shadowbox effect](https://wordpress.org/support/topic/nextgen-gallery-widget-no-shadowbox-effect/)
 *  [illebas](https://wordpress.org/support/users/illebas/)
 * (@illebas)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/nextgen-gallery-widget-no-shadowbox-effect/#post-955160)
 * Any updates here? Having same issue.

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