Hi,
I’m working through SP’s Wicked Wordpress book and am on Chapter 7, ‘Theme Options’. I’m on the ‘Adding Color Variants’ heading. I have altered the various files and although the color variants form displays correctly and I don’t get any error messages, I cannot get the color options to do anything.
I think the problem may be with this bit(have italicised for clarity):-
wp_enqueue_style(
‘wicked-blue’, // Style ID
get_bloginfo(‘stylesheet_directory’) . ‘/skins/blue.css’, // Path to stylesheet
‘’, // dependencies (empty)
‘’, // version (empty)
‘all’ // media attribute
);
Do I have to type this bit in? If so, where? Taking a wild guess I have put it in functions.php, but it hasn’t helped.
Currently whatever skin I select causes the link color to go to default, and if I tick ‘show header image’ it causes part of my original header display to disappear but does not display the appropriate skin image.
Any help would be appreciated, as I want to get through this book and am presently totally stuck.
Thanks guys.