ButlerWeb
Forum Replies Created
-
Nevermind! Totally figured it out!
Edited the em-bookings-table.php file.
– added meta slug to list of values in the array for $cols
– added meta column title in array for $this->cols_template
– added value grab in the get_row() function with another elseif() bracket, using the following code:elseif($col == 'custom-usermeta-slug'){ $val = esc_html(get_user_meta($EM_Booking->get_person()->ID, 'custom-usermeta-slug', true)); }
I put that right after the last_name section for ease of access.
Just in case anyone else wanted to know how to do it in PHP ??
Forum: Plugins
In reply to: [WooCommerce] Admin 'New Order' emails not sendingWhat do you mean by fix WordPress email? If you mean change the main WP email, we changed both the WordPress email AND WooCommerce email to his two different emails and neither work for the WooCommerce ‘New Order’ email, though contact form emails get sent out just fine.
Forum: Plugins
In reply to: [Clone] Images not uploading properlyGo to Settings -> Media and delete the path in the text field. Once you update the settings uploads should start being uploaded to the default path. Hope this helps
Forum: Plugins
In reply to: [Facebook Plugin: WP Social] Newest feeds not showingI am having the same problem
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Buddypress Profile Integration?Nevermind I got it haha ?? Had to select “Other Question” from dropdown. That’s a bit confusing…
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Buddypress Profile Integration?Sure thing! However, I can’t seem to fill out the form? Do you have to be a member of WPMUdev? My client purchased the plugin without registering for the site and I’m simple the developer, so I don’t personally have an account.
For a site I’m working on, this would be a feature we need. Either if this could be incorporated into the plugin, or if there’s a way with PHP/JavaScript/jQuery that this could be done.
I’ve noticed users could change the field in their profile after they register, and it will auto add them into the new group, but it doesn’t remove them from the old group.
This doesn’t help when you’re trying to only allow them into one group at a time.