zaheer01
Forum Replies Created
-
I think that is the perfect solution, so this is the code.
$term_args = array(
‘taxonomy’ => ‘product_cat’,
);$terms = get_terms( $term_args );
$term_ids = array();
foreach( $terms as $term ) {echo "ID: ".$term->term_id."<br>"; $key = get_term_meta( $term->term_id, '_wc_facebook_google_product_category', true ); echo "Key:".$key."<br>";
}
- This reply was modified 11 months ago by zaheer01.
HI Garret L,
Thanks for your quick response, I did that setting multiple times but it is not affecting you can see the recorded video in the below link.https://drive.google.com/file/d/1bI8Ydyou8JyNtEWuYBsGoXh23dYueDyZ/view?usp=sharing
Thanks
Zaheer AbbasForum: Plugins
In reply to: [WooCommerce] Menu order option in quick edit?I already achieved that but the issue was to update the menu options field when someone fills the custom field in a quick edit. I did not find any way so I start checking the database of the website, there I found the table wp_posts, every post has its menu order here I did the code below and everything starts working.
<?php add_action( 'wp_ajax_update_menu_order', 'update_menu_order' ); add_action( 'wp_ajax_nopriv_update_menu_order', 'update_menu_order' ); function update_menu_order() { global $wpdb; $table_name = $wpdb->prefix."posts"; $menu_order = $_POST['menu_order']; $data = $_POST['post_id']; $post_id = substr($data, strpos($data, "-") + 1); $result = $wpdb->query($wpdb->prepare("UPDATE $table_name SET menu_order='$menu_order' WHERE ID=$post_id")); echo $result; wp_die(); // this is required to terminate immediately and return a proper response }
Forum: Plugins
In reply to: [BP Event Manager] Not Show event pageGo to settings > Permalinks and click save button. You’ll not see that issue again. Thanks
Forum: Plugins
In reply to: [BP Event Manager] featured image unaccessibleI tested, the plugin is not disturbing the posts or pages featured images. The issue might be on another plugin on your site. or can you provide me your site access so I can see what the issue is there?
Forum: Reviews
In reply to: [BP Event Manager] Promising but too buggySorry about that. Can you please tell me what bugs you are facing? as I try I can’t see anything wrong.
Forum: Plugins
In reply to: [BP Event Manager] featured image unaccessibleIs it showing any error on your site ? I had tested the plugin it is working at my side. send me your website link or access to check.
Forum: Plugins
In reply to: [BP Event Manager] Cant’ submiting EventsSorry for late rply
I had launched latest version of plugin try with it.Forum: Reviews
In reply to: [BP Event Manager] Promising but not usable yet– You can translate plugin from here in french
https://translate.www.ads-software.com/projects/wp-plugins/bp-event-manager/– This plugin is made to create event from front-end and for particular group you can go to the group and create event for group.
– The plugin is tested you may be made mistake in events dates that’s why it’s showing in past dates.
– You can check documentation of plugin if page not found! You just have to go to permalink options and click save event start working.
We are working on plugin to make it work perfectly thanks for your suggestions.
Forum: Plugins
In reply to: [BP Event Manager] Feedback and Suggestions@georgio-1 GDPR-compliant added
Forum: Plugins
In reply to: [BP Event Manager] Feedback and SuggestionsI had created GDPR-compliant i’ll upload it later for now i stuck in something will come back.
Forum: Plugins
In reply to: [BP Event Manager] Feedback and SuggestionsFor now i don’t know what it requires to make my plugin GDPR-compliant but i am searching for it. I think I just have to add checkbox to take permission from user that they allow to give there information to website the plugin is installed in it.
Forum: Plugins
In reply to: [BP Event Manager] Feedback and SuggestionsThanks for your feedback again.
I tried to create sub-navs such as
Events
— Create Event
— Event List Such as Upcoming and Past Posts
— Event Calendar
with buddypress built in sub-navs but it is not working I am thinking I might create my custom sub-navs.and google maps require monthly paid subscription here in Pakistan/India so I am unable to add google maps.
I had read all your above messages carefully so i am working on your feedback thanks again.
Forum: Plugins
In reply to: [BP Event Manager] Feedback and SuggestionsDear @georgio-1 60% of above requirements has been done and uploaded successfully, working on remaining requirements.
ThanksForum: Plugins
In reply to: [BP Event Manager] Feedback and Suggestionshats off dear you are awesome. I’ll complete all the things you mention earlier and in this feedback.