Themosaurus
Forum Replies Created
-
Thank you @pijag. I think this issue might be related to the theme, as it seems this issue only occurs with yours. I suggest you to report this BuddyBoss theme authors, they might be able to find out from where exactly this issue is coming from.
Don’t hesitate to keep us up to date. 🙂
Best,
Hi @pijag,
Thank you for reporting this to us.
I can’t reproduce this issue. Can you please tell us which theme you’re using?
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Verification Request Button – BugHi @danielehrat,
Thank you for your interest in our plugin.
This is not a bug, there is no feature to decline a verification request (yet). This feature request has already been addressed. Don’t hesitate to mark your interest: https://wordpress.org/support/topic/request-cancellation/
If users mark their interest in this request, we will consider implementing this feature.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Badge not showing on activityI’m sorry @shydevil.
Hope they will be able to help you soon!
In case you want to consider changing theme, don’t hesitate to look at our premium themes:
- gwangi-theme.com – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme
- cera-theme.com – Intranet Community Theme
- gorgo-theme.com – Multi-Purpose Collaborative Blog & Community BuddyPress Theme
Best,
- This reply was modified 3 years, 4 months ago by Themosaurus.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Verified Member + Woocommerce MembershipsHi,
Unfortunately we do not provide custom code services or support so we won’t be able to fix this code for you.
I can however give you a piece of advice to send you in the right direction. Instead of creating a new field (the one you called
membership_status), you can directly change the verified status of a member by updating thebp_verified_memberuser meta :// true for verified, false for unverified update_user_meta( $user_id, 'bp_verified_member', true );Best regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Badge not showing on activityHi @shydevil,
I’m sorry to read that. Is it a free theme? When a theme or a plugin is free, the support is provided on the authors’ free time. Therefore, it might be difficult to allow time to answer to all support requests.
I hope they’ll be able to help soon!
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Badge not showing on activityWhich theme are you using @shydevil ? Can you please try with a standard theme like Twenty-Twenty? If it’s working, it means it is related to your theme. In that case, it might be best to report this to your theme authors. They will be better suited to help you.
Please keep us up to date. 🙂
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Badge not showing on activityHi @shydevil,
Thank you for reaching out to us.
Can you confirm me you activated this feature in Dashboard > Settings > BuddyPress > Verified Members > Activities Settings? You have to check “Display Verified Badge in Activity Stream”.
Then, the badges should be displayed, like illustrated on this demo: https://dark-mode.cera-theme.com/activity/
Best,
Forum: Plugins
In reply to: [Member Swipe for BuddyPress] Verified badge not showing on profile headerHi @krumpculture,
I’m glad to read that you’ve been able to use our plugin with Youzer. Thank you for buying our theme. Thank you for sharing this with us! It might help other users.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] various colors in ferificationHi @maicolcol,
Thank you for sharing this idea. It might be very useful to define different colors for badges regarding the member specification.
If other members upvote your feature request, we will consider to add this feature.
Thank you for contributing to our plugin!
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Screen names with icons, further issues?Hi @michaelabf,
Thank you for reporting this to us.
We investigated. Unfortunately, it seems this issue is not related to our plugin. Can you please try to deactivate Verified Member for BuddyPress? You’ll see that you can still face this issue. My best guess is that this issue is related to WordPress core.
Don’t hesitate to reach us if you have other questions. 🙂
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Badge descriptionHi @lnpytofficial,
Thank you for reaching out.
You can’t display a pop-up window. However there is a tooltip that is displayed when hovering the badge. You can set the text you like in this tooltip in Dashboard > Settings > BuddyPress > Verified Member. Then, change the texte in these fields: Verified Badge Tooltip Content and Unverified Badge Tooltip Content.
Hope this will help you.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Request cancellationIndeed @rider2006007. 🙂
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Request cancellationHi @rider2006007,
Sorry, I didn’t understood your request.
It is indeed not possible. However, it might be a nice feature to add to our plugin. If other users mark their interest in this request, we will consider implementing this feature.
Thank you for contributing to Verified Member for BuddyPress!
Cheers,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Change icon sizeHi @1404iran,
This snippet might be not strong enough. I used severals selector to customize the badge only in profile pages. Here is the updated version:
#buddypress:not(.youzer) #activity-stream.grimlock-buddypress-activity-list .activity-item .bp-verified-badge, #profile-header .user-nicename-small .bp-verified-badge{ width:12px; height:12px; background-size:45%; }Best,