Title: sbaeder's Replies | WordPress.org

---

# sbaeder

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Error after deleting a venue in Events Organiser Plugin](https://wordpress.org/support/topic/error-after-deleting-a-venue-in-events-organiser-plugin/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-after-deleting-a-venue-in-events-organiser-plugin/#post-7115449)
 * looks like a typo in the customizr file in question. The name of the function
   should be “picker”, and not “pickerS” (i.e. the “s” is extra – I capitalized 
   it for effect!)
 * Not sure why they couldn’t duplicate it, since it looks like it is still in the
   master code on github.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] Deleting Venue causes error – cannot modify header information](https://wordpress.org/support/topic/deleting-venue-causes-error-cannot-modify-header-information/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/deleting-venue-causes-error-cannot-modify-header-information/#post-7108261)
 * looks like a typo in the customizr file in question. The name of the function
   should be “picker”, and not “pickerS” (i.e. the “s” is extra – I capitalized 
   it for effect!)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event List] Is there any way to show old events?](https://wordpress.org/support/topic/is-there-any-way-to-show-old-events/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/is-there-any-way-to-show-old-events/#post-7221769)
 * you have to make sure that the list selects the event, and the default is to 
   do future events. Look at the optional settings on the short-code to make it 
   display all of them.
 * or if this isn’t the issue – post again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Updating GCE to SC – Google API not found](https://wordpress.org/support/topic/updating-gce-to-sc-google-api-not-found/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/updating-gce-to-sc-google-api-not-found/page/2/#post-6807674)
 * I am also seeing an issue – I have MANAGED wordpress from godaddy, and it is 
   on PHP 5.4
 *  Web Server Apache
    PHP Version 5.4.42 MySQL Version 5.5.43-37.2-log Server Timezone
   UTC Display Errors Yes (1) Safe Mode No Memory Limit 256M Upload Max Filesize
   64M Post Max Size 65M Max Execution Time 30 Max Input Vars 1000 fsockopen Yes
   cURL Yes SOAP Yes SUHOSIN No WP Remote POST Yes WP Remote GET Yes
 * Did you ever figure this out more? I am seeing the same sort of errors.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] maxHeight on Justified template](https://wordpress.org/support/topic/maxheight-on-justified-template/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/maxheight-on-justified-template/#post-6579740)
 * [@bradvin](https://wordpress.org/support/users/bradvin/) …right now, the only“
   public” space is on a client sight.
 * [http://eql.co/dkb-bunderchampionate-2015/](http://eql.co/dkb-bunderchampionate-2015/)
 * If you want to explore it more, look at the github code, or let me know via email(
   same username used here but at good old AOL dot com)
 * BTW – great gallery, and lots of neat options for developers to use…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] maxHeight on Justified template](https://wordpress.org/support/topic/maxheight-on-justified-template/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/maxheight-on-justified-template/#post-6579739)
 * Unfortunately, (AFAIK) that isn’t one of the options in the underlying engine
   that is used – The whole point of this style is to maximize different aspect 
   ratio images so that “most” of the content is visible without resorting to cropping
   the image. This is why it only uses the “height” of the row to format.
 * Maybe, if you gave it a really WIDE image as the first one, you would get that
   sort of an effect??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] maxHeight on Justified template](https://wordpress.org/support/topic/maxheight-on-justified-template/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/maxheight-on-justified-template/#post-6579736)
 * I took a slightly different approach and modified the original code (and made
   it a separate plugin) to allow you to specify a specific thumbnail size to avoid
   the issue with dynamic resizing. While it is a good idea in theory, and may even
   work well in practice if you have relatively small “originals” and/or only a 
   few images, for a large gallery, it can be rather slow to display, since all 
   the images need to be re-sized.
 * While not “officially released”, anyone is free to look at / use it…(as is)
 * [https://github.com/sbaeder/foogallery-justified-infinite-scroll-template](https://github.com/sbaeder/foogallery-justified-infinite-scroll-template)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] I want to replace the automatically generated thumbnails with different images.](https://wordpress.org/support/topic/i-want-to-replace-the-automatically-generated-thumbnails-with-different-images/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/i-want-to-replace-the-automatically-generated-thumbnails-with-different-images/#post-6641908)
 * I’m not sure, but it sounds like you want one image for the thumbnail, and another
   image when they click on the thumbnail. (if not, explain what you really are 
   trying to do, not how to do it)
 * But if that is the case, have you tried creating a gallery of the images you 
   want for the thumbnails, and using a custom link to link it to the “real” image–
   and on that, sue the lightbox to display the custom link?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Limits] Error when activated](https://wordpress.org/support/topic/error-when-activated-4/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/error-when-activated-4/#post-6458155)
 * I saw this too, and it is a warning about a potential conflict. It seems to be
   mostly harmless, but if you really want to get rid of it, then all you have to
   do is to modify the code inside `custom-post-limits.php` so that it has the parameter
   declaration i.e. **$localized_heading_text = ”** (never used in the extension
   of the class) for the input parameter as shown below…
 *     ```
       /**
       	 * Outputs the text above the setting form
       	 *
       	 * @return void (Text will be echoed.)
       	 */
       	public function options_page_description($localized_heading_text = '') {
       		$options = $this->get_options();
       		$current_limit = get_option( 'posts_per_page' );
       		$option_url = '<a href="' . admin_url( 'options-reading.php' ) . '">' . __( 'here', $this->textdomain ) . '</a>';
       		parent::options_page_description( __( 'Custom Post Limits Settings', $this->textdomain ) );
       		echo '<p>' . __( 'By default, WordPress provides a single configuration setting to control how many posts should be listed on your blog.  This value applies for the front page listing, archive listings, author listings, category listings, tag listings, and search results.  <strong>Custom Post Limits</strong> allows you to override that value for each of those different sections.', $this->textdomain ) . '</p>';
       		echo '<p>' . __( 'If the limit field is empty or 0 for a particular section type, then the default post limit will apply. If the value is set to -1, then there will be NO limit for that section (meaning ALL posts will be shown). For instance, you could set your Front Page to list 5 posts, but then list 10 on subsequent pages.', $this->textdomain ) . '</p>';
       		echo '<p>' . __( 'All but the individual archive limits support a "paged (non first page)" sub-setting that allows a different limit to apply for that listing type when not viewing the first page of the listing  (i.e. when on page 2 or later).', $this->textdomain ) . '</p>';
       		echo '<p>' . sprintf( __( 'The default post limit as set in your settings is <strong>%1$d</strong>.  You can change this value %2$s, which is labeled as <em>Blog pages show at most</em>', $this->textdomain ), $current_limit, $option_url ) . '</p>';
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] Justified gallery ignoring options.](https://wordpress.org/support/topic/justified-gallery-ignoring-options/)
 *  [sbaeder](https://wordpress.org/support/users/sbaeder/)
 * (@sbaeder)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/justified-gallery-ignoring-options/#post-6631507)
 * In working on my own extension to the justified gallery, I noticed that there
   would be errors processing the gallery *IF* you used the “no link” option, since
   it requires the link to properly create the gallery.
 * Try using the full image link…
 * Also, a good thing to try is to turn on the “debug” capability in something like
   Chrome (i.e. inspect element)…It may show you some other error…
 * Note: just a user, but hope this helps.

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