reduxframework / redux-framework

Redux is a simple, truly extensible options framework for WordPress themes and plugins!
http://redux.io
Other
1.73k stars 583 forks source link

Metaboxes cfg #2378

Closed RM29 closed 9 years ago

RM29 commented 9 years ago

Hi, i'm using a theme that use redux framework and i'm willing to add a post association with a post_type of my own. So i've done it with page like that : 'fields' => array( array( 'id' => 'post_association', 'type' => 'select', 'multi' => true, 'title' => __( 'Post Association', 'gp_lang' ), 'desc' => __( 'blabla bla.', 'gp_lang' ), 'data' => 'page', 'default' => '' ),

but when i replace 'page' to 'my_custom_posttype' i doesnt work, how should i do ?

kprovance commented 9 years ago

Please post all Redux extension issues to the extensions issue tracker. This issue tracker is for the Redux core only. Thanks. https://github.com/reduxframework/redux-extensions/issues

kprovance commented 9 years ago

Also, if you are NOT the theme author, but rather a user of the theme, you need to contact the theme author for support. We do not support themes that use Redux, that is the theme author's responsibility.

RM29 commented 9 years ago

So... i'm a developpeur, i'm working on a theme a friend use. I cant have infos on the framework ? Well nice, i dont think i'll use it again. Maybe remove it from the wp of my friend will be easier for me since i dont get infos.

kprovance commented 9 years ago

Okay, not a problem. All I'm asking is you post your issue in the appropriate forum. I supplied you with the link. Thanks!

RM29 commented 9 years ago

its done...