Closed tomhermans closed 10 years ago
theme threw some errors when I tried it
had to do with the quotes on functions.php -line 16 // Add widget live previews support add_theme_support(‘widget-customizer’);
should be: // Add widget live previews support add_theme_support('widget-customizer');
Kudos on the great work guys.
Thanks for spotting that. I've just uploaded the fix.
theme threw some errors when I tried it
had to do with the quotes on functions.php -line 16 // Add widget live previews support add_theme_support(‘widget-customizer’);
should be: // Add widget live previews support add_theme_support('widget-customizer');
Kudos on the great work guys.