Title: MeowAttack's Replies | WordPress.org

---

# MeowAttack

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox Plus Colorbox] Bumped Inline from 5 to 10, Then All Images No Longer Load](https://wordpress.org/support/topic/bumped-inline-from-5-to-10-then-all-images-no-longer-load/)
 *  Thread Starter [MeowAttack](https://wordpress.org/support/users/meowattack/)
 * (@meowattack)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/bumped-inline-from-5-to-10-then-all-images-no-longer-load/#post-4247072)
 * Follow up, the issue where moving from the default 5 to any more inline boxes
   is also the reason for my navigation menu to stop working.
 * Tried this plugin with two different themes and experienced this inline lightbox
   issue with both.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lightbox Plus Colorbox] Bumped Inline from 5 to 10, Then All Images No Longer Load](https://wordpress.org/support/topic/bumped-inline-from-5-to-10-then-all-images-no-longer-load/)
 *  Thread Starter [MeowAttack](https://wordpress.org/support/users/meowattack/)
 * (@meowattack)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/bumped-inline-from-5-to-10-then-all-images-no-longer-load/#post-4247071)
 * Found this problem to be some kind of incompatibility with BJ’s Lazy Load plugin.
   Also now noticed that Lightbox ColorBox causes my dropdown submenu’s to stop 
   working. Wont be able to use this plugin if I cant figure that issue out because
   I’m committed to my theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Warning: Cannot modify header information](https://wordpress.org/support/topic/warning-cannot-modify-header-information-118/)
 *  Thread Starter [MeowAttack](https://wordpress.org/support/users/meowattack/)
 * (@meowattack)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/warning-cannot-modify-header-information-118/#post-4154986)
 * This function in pluggable is:
 *     ```
       function wp_redirect($location, $status = 302) {
       	global $is_IIS;
   
       	$location = apply_filters('wp_redirect', $location, $status);
       	$status = apply_filters('wp_redirect_status', $status, $location);
   
       	if ( !$location ) // allows the wp_redirect filter to cancel a redirect
       		return false;
   
       	$location = wp_sanitize_redirect($location);
   
       	if ( !$is_IIS && php_sapi_name() != 'cgi-fcgi' )
       		status_header($status); // This causes problems on IIS and some FastCGI setups
   
       	header("Location: $location", true, $status);
       }
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_
 * I’m thinking this error has something to do with how I have my wordpress install
   and .htaccess setup….

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