Hello,
I found bug in file /wp_content/themes/wp_hot_chameleon/functions.php around line 75. Please change this part:
Code:
array( “name” => “Background Image”,
“desc” => __(“Select one of eight prepared images”,”hot_chameleon”),
“id” => $shortname.”templateStyle”,
to this:
Code:
array( “name” => “Background Image”,
“desc” => __(“Select one of eight prepared images”,”hot_chameleon”),
“id” => $shortname.”backgroundImage”,
After that, go to Appearance > Themes > Hot Chameleon Options. On that page, under the Template Style tab, you can select one of 8 predefined template styles.