StartBox
StartBox copied to clipboard
An incredibly powerful theme framework for WordPress. Download here: http://wpstartbox.com/startbox.zip. Get our sample child theme here: http://github.com/webdevstudios/StartBox-Child —
Saw that @gregrickaby was doing textdomain changes to "startbox" but sbx.php still loads "sbx".
Looks like the urlencode() should not be on default arg. When removed the shortcode will accept the current page permalink correctly. shortcodes.php - line 542 'url' => urlencode(get_permalink($post->ID)),
sb_nav_menu has 2 filters in it: sb_nav_menu_defaults and sb_{$menu_id}_menu. the second one seems relatively useless because just returns all of the html for the menu. My main point is to...
I've been using 2.7 in a test site (using WP 3.5.1 Multisite) and I've found that the post thumbnails that are supposed to show up on the category archive don't...
Seems like there is a bug with the slideshow in Mutlisite installs. The first site I install in the network, the slideshows work great. Every site after that in the...
Media uploads are set to be organized by month and year folders under Settings » Media, but when I upload an image, it gets saved to the oldest dated folder...
Hello, In Wordpress 5.1, the slideshow page will add a random slide to the beginning of the sildeshow when updating. Fixed by changing line 330 of /includes/extensions/startbox-slideshows/startbox-slideshows.php from if( $slide['attachment_id']...
Currently using startbox on a few different sites, and the theme options are working from some of my old installs of startbox, but any new install, the theme options won't...