24×24 and 24X24, this is breaking the link, thanks to Jon who posted a comment on my website.
I addressed this and re-submitted the theme and some other points were picked up, these have now been addressed and a new version submitted for review.
When you upgrade the theme the existing setting will be lost and you will need to re-enter these, this was a security issue.
The updated theme is available from my website if it is urgent, if not when accepted the theme will show as an update.
Feel free to contact me if you need to.
David
]]>Starting with themes for my own blog a year ago using Artisteer, I now have a theme at WordPress.
It started life as twenty ten, has a theme options page, and supports many of the latest WordPress functions.
The new theme Atmosphere 2010 is now available to the public, and any feedback welcomed!
I am already working on the next offering Rottweiler which will offer lots more control.
Regards
David
]]>(My site is https://www.thecrazyentrepreneur.com )
Notice: Undefined index: page in /home/mypage/public_html/blog/wp-content/themes/3624/atmosphere/functions.php on line 54
function mytheme_add_admin() {
$themename = “Atmosphere”;
$shortname = get_var_preffix();
$options = get_my_theme_options();
#echo “
"; #print_r($_REQUEST); if ( $_GET['page'] == basename(__FILE__) ) { if ( 'save' == $_REQUEST['action'] ) { foreach ($options as $value) { update_option( $value['id'], $_REQUEST[ $value['id'] ] ); } foreach ($options as $value) { if( isset( $_REQUEST[ $value['id'] ] ) ) { update_option( $value['id'], $_REQUEST[ $value['id'] ] ); } else { delete_option( $value['id'] ); } } header("Location: themes.php?page=functions.php&saved=true"); die; } else if( 'reset' == $_REQUEST['action'] ) { foreach ($options as $value) { delete_option( $value['id'] ); } header("Location: themes.php?page=functions.php&reset=true"); die; } AND... when I try to mark the comments as spam, I get this: Warning: Cannot modify header information - headers already sent by (output started at /home/mypage/public_html/blog/wp-content/themes/3624/atmosphere/functions.php:54) in /home/mypage/public_html/blog/wp-includes/pluggable.php on line 890 Yes, I tried to reach the creator of the theme but there is no way to get a hold of them... I get redirected to a webpage that only has their name. I am not familiar with PHP. Any help you could give would be fabulous.]]>