modified CSS, added fancybox to required plugins in functions.php, added button colors

This commit is contained in:
Mickey Kay
2013-10-10 11:35:15 -07:00
parent af8523ac3b
commit d9933a52d5
4 changed files with 83 additions and 16 deletions
+7 -1
View File
@@ -93,6 +93,12 @@ function trestle_register_required_plugins() {
'required' => true,
),
array(
'name' => 'FancyBox for WordPress',
'slug' => 'fancybox-for-wordpress',
'required' => true,
),
array(
'name' => 'Genesis Featured Widget Amplified',
'slug' => 'genesis-featured-widget-amplified',
@@ -277,7 +283,7 @@ add_action( 'init', 'trestle_nav_modifications' );
* Footer
===========================================*/
function trestle_custom_footer($output) {
return $output . '<p>[footer_childtheme_link before=""] by <a href="http://mightyminnow.com">MIGHTYminnow</a></p>';
return $output . '<p class="mm">[footer_childtheme_link before=""] by <a href="http://mightyminnow.com">MIGHTYminnow</a></p>';
}
add_filter( 'genesis_footer_output', 'trestle_custom_footer' );