StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-17-2010, 10:43 AM
newshoremedia newshoremedia is offline
Registered User
Genesis Member
 
Join Date: Mar 2010
Posts: 4
Default Featured boxes option visible yes/no

Hi,

I've added some additional "featured boxes" to the three default ones on the homepage – no problem there, everything works fine.

But now I want to give the user the possibility to choose for every box wether or not it should be visible on the homepage.

I've added
Code:
'featured_top_left_visible' => 1
to the $defaults array in theme-options.php. Then I added a checkbox to the "postbox" with
Code:
<p>Show box?<br/><input type="checkbox" name="<?php echo $settings; ?>[featured_top_left_visible]" value="<?php echo get_theme_mod('featured_top_left_visible'); ?>"
				<?php if(get_theme_mod('featured_top_left_visible')) : ?>checked="checked"<?php endif; ?>><?php echo get_theme_mod('featured_top_left_visible'); ?> </p>
When I reset the default settings the box is checked (as should be) and get_theme_mod('featured_top_left_visible') is 1. But once I unchecked the box the first time the box stays unchecked and get_theme_mod('featured_top_left_visible') stays empty, no matter if the checkbox is checked or not (of course I click 'save settings' every time).

It seems that the value is somehow erased from the database once I uncheck the checkbox. Any hints or ideas?

Thanks
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
featured boxes thewahm General Discussion 1 11-02-2009 08:48 PM
Text Boxes in place of Featured Content Boxes IconicImagery General Discussion 5 08-05-2009 11:24 AM


All times are GMT -5. The time now is 11:56 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.