evertiro / historical-redux2

A simple, easily extendable options framework for WordPress based on NHP Theme Options Framework.
http://reduxframework.com
Other
105 stars 43 forks source link

Possible to group together fields for "checkbox_hide_below"? #144

Closed fierceangel closed 11 years ago

fierceangel commented 11 years ago

Is it possible to use "checkbox_hide_below" to reveal more than one field when checked? Unless I'm mistaken it only reveals the first field below it, but for my options panel I would like multiple fields revealed in one click.

peter-nl commented 11 years ago

You can use 'checkbox_hide_below' together with 'next_to_hide' => '9'. Ref pull 112.

evertiro commented 11 years ago

The checkbox_hide_below might be getting phased out in favor of a complete conditional system allowing ANY field to be conditionally shown depending on the value of ANY other field.

lumberman commented 11 years ago

I'd love to see more complex login for "checkbox_hide_below" and 'select_hide_below'. As theme designers we can make it easier for users to manage settings.

evertiro commented 11 years ago

Check out folding in the v3.0.0 release coming early next week!

dovy commented 11 years ago

@fierceangel @peter-nl @pavot Please look here: https://github.com/ghost1227/Redux-Framework/issues/154

I think you'll find that post VASTLY interesting.