Replies
- Brajesh Singh on September 1, 2022 at 9:54 am in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #46272
Hi Tosin,
The hook you are using is no longer available in the plugin. I will have another look next week before publishing and will add the hook back and update you.Regards
Brajesh - Brajesh Singh on September 1, 2022 at 9:53 am in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #46271
Hi Cristi,
We will be looking at the attachment issue in general(BuddyBlog Pro) next week. It seems to have no co-relation with the Pay Per Post.Regards
Brajesh - Brajesh Singh on August 31, 2022 at 5:04 am in reply to: buddyblog medium editor not displaying embeds #46262
Hi Tosin,
That’s strange. For me, It is showing the video correctly for me.https://ibb.co/d6cYVXx
https://ibb.co/jRXPmMxPlease try switching theme to check.
Regards
Brajesh - Brajesh Singh on August 30, 2022 at 7:04 pm in reply to: [Resolved] Default value in custom fields are not saved after updating #46258
Hi Carsten,
We will need to report the issue to BP track and get it into the core to have it fixed in future.Regards
Brajesh - Brajesh Singh on August 30, 2022 at 7:01 pm in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #46257
Hi Cristi, Tosin
Please upgrade to 1.0.2 and then add the following code// clear cart before adding the product add_action( 'bblpro_ppp_before_add_to_cart', function () { WC()->cart->empty_cart( true ); } );Regards
Brajesh - Brajesh Singh on August 30, 2022 at 6:59 pm in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #46256This reply has been marked as private.
- Brajesh Singh on August 30, 2022 at 6:28 pm in reply to: [Resolved] Default value in custom fields are not saved after updating #46254
Done. Please check.
- Brajesh Singh on August 30, 2022 at 6:07 pm in reply to: [Resolved] Default value in custom fields are not saved after updating #46252
Hi Carsten,
Thank you.your issue is persistent cache. You have some plugin/utilities active(either by you or your hosting provider) that provides persistent object caching. I checked the value for
wp_cache_get( '0:4749', 'bp_xprofile_data' )and it is set to ‘male’. To be honest, this is partially a bug in BuddyPress where it should have checked for availability of a valid user id before checking cache.
This is causing the issue. I will be posting on BuddyPress trac about this shortly. I am still not sure how the value for this was set in the cache.
Should I update the BuddyPress function to avoid checking the cache when user id is 0 on your server. This is probably causing issue with your other select/radio field as well.
Regards
Brajesh Hi Nik,
It will be available this week for sure.Yes, users are able to post from group page( post type based tab) and it will be posted in that specific group.
Regards
Brajesh- Brajesh Singh on August 30, 2022 at 4:39 pm in reply to: [Resolved] BuddyPress Notify Post Author on Blog Comment , modification possible? #46249
You are welcome.