dmarzean
Forum Replies Created
-
Forum: Plugins
In reply to: [CMB2] Select2 for Taxonomy Select fieldWent a different and much simpler route for this. I used the following to accomplish.
Forum: Plugins
In reply to: [CMB2] Add field to all metaboxesSaved me again! Thank you sir.
add_action( 'cmb2_init', 'custom_address_fields', 11 ); function custom_address_fields() { foreach( Inventor_Post_Types::get_listing_post_types() as $post_type ) { $contact_metabox = CMB2_Boxes::get( INVENTOR_LISTING_PREFIX . $post_type . '_contact' ); if ( ! empty( $contact_metabox ) ) { $contact_metabox->add_field( array( 'id' => INVENTOR_LISTING_PREFIX . $post_type . '_address', 'name' => __( 'Address', 'domain' ), 'type' => 'address' ) ); } } }Forum: Plugins
In reply to: [CMB2] wysiwyg required atributeWorks like a charm!
http://s19.postimg.org/cjzjmc1tv/Screen_Shot_2016_04_26_at_12_58_05_PM.png
Forum: Plugins
In reply to: [CMB2] wysiwyg required atributeI will give it a shot. I appreciate your help.
Forum: Plugins
In reply to: [CMB2] Select2 for Taxonomy Select fieldIt’s funny how I purchased a theme and use plugins due to the fact that I am not a WP developer and I am getting quite the developer education…
Your plugin is pretty damn amazing. I have been so sidetracked just trying to figure out everything I can do with it, I am about a week behind on getting site completed.
I noticed Pods 3 was going to integrate but not any longer. Is there much that Pods accomplishes that CMB2 doesn’t?
Forum: Plugins
In reply to: [CMB2] wysiwyg required atributeNot a problem. Small item on my list. At least I know it’s not me. Theme developer was baffled as well…
I appreciate the research on your part.
Forum: Plugins
In reply to: [CMB2] Select2 for Taxonomy Select fieldPopulating a list of taxonomy is exactly my problem…
Forum: Plugins
In reply to: [CMB2] wysiwyg required atribute$field_id = INVENTOR_LISTING_PREFIX . 'description'; $field_name = __( 'Description', 'inventor' ); $cmb->add_field( array( 'name' => apply_filters( 'inventor_metabox_field_name', $field_name, $metabox_id, $field_id, $post_type ), 'id' => $field_id, 'type' => 'wysiwyg', 'default' => apply_filters( 'inventor_metabox_field_default', null, $metabox_id, $field_id, $post_type ), 'attributes' =>array( 'required' =>'required' ), 'options' => array( 'textarea_rows' => 10, 'media_buttons' => false, ), ) );Is the contacts management plugin available somewhere? I’m watching a video from 2013 and you said up and coming but I can’t seem to find it anywhere.
here’s a screenshot http://prntscr.com/av6bym
Forum: Plugins
In reply to: [CMB2] Conditional Select FieldMichael,
Do you have a trick for adding a text field that will populate a taxonomy?
I see select, radio and checkbox but no text field.
Forum: Plugins
In reply to: [CMB2] Conditional Select FieldYour AWESOME! Amazing plugin
Forum: Plugins
In reply to: [CMB2] Conditional Select FieldAutocomplete while typing
Forum: Plugins
In reply to: [CMB2] Conditional Select FieldThank you Michael!
I am looking at the field types and I am wondering if it is possible to have an auto-populating input field for taxonomies…
Forum: Plugins
In reply to: [Multi Rating] Right Align Star Rating & shortcodesHaving an issue….
Warning: Illegal string offset ‘post_id’ in /home/preci412/public_html/oklahomainsider.com/wp-content/plugins/multi-rating/includes/class-api.php on line 718