Brian Richards

Results 11 comments of Brian Richards

posts-to-posts and CMB2 are my go-to libraries when building nearly any site. @scribu Thanks for putting in so much effort across such a large body of work over so many...

Ah, yes! @danhefferan can you confirm that your StartBox dir was named something other than /startbox/? This is a most curious bug simply because the handling of options is driven...

Could you provide us with real working URLs so we can test your implementation by chance? It's hard to follow imaginary links to see what's going on :)

Hm, I think there might be something up with your network setup... http://demo.wpstartbox.com/ is a 3.5.1 network, running SB 2.7, with no issues on the thumbnails. Can you tell me...

Interesting. http://demo.wpstartbox.com is a multisite install, as is http://playground.wpstartbox.com, and both of them render slideshows perfectly well across all sites. Are you attempting to display a slideshow from 1 site...

AH! It's a timthumb issue (and possibly combined with the slideshow having no specific width or height). To that, I have good news: timthumb has been eradicated in the forthcoming...

Alright, we'll do some testing and see what we can come up with. Standby!

Yes it is! Just use this code in your child theme and they'll be gone: ``` php // Disable StartBox's native slideshow feature disable_startbox_slideshows() { remove_theme_support( 'sb-slideshows' ); } add_action(...

Sounds logical, and pull request is welcome :) In fact, opening an issue and the immediately following with a PR is totally okay (preferred, even). GitHub makes it super easy...

Fascinating! What version of WordPress are you using, and which version of StartBox?