Themosaurus
Forum Replies Created
-
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Adjust Size of SVG and PositioningHi @o0s0o,
It depends on your theme, but assuming the markup “#item-header” is present in the page the code to change the size only on the profile should be :
#item-header .bp-verified-badge { width: 17px; height: 17px; background-size: 40%; }Regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Let user to ask for verificationHi @iamdev,
Yes, we are. Unfortunately, we have a lot to work on and this is not at the top of our task list.
You can rest assured that we’ll change the priority for this task if people keep expressing interest for this feature, just like you did.
Thank you for great feedback and for contributing to Verified Members for BuddyPress!
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] No Frontend Verify Member ShowingForum: Plugins
In reply to: [Verified Member for BuddyPress] Change User Role When VerifiedHi @bmcconach,
It would be indeed nice but we think that this kind of feature is for a specific case and should not be included in a generic plugin like this one. In our opinion, it should require some custom work.
Moreover, since it is the site’s admin who manages the user verification, this same admin can very well change the role of the user with BuddyPress built-in feature.
Regards,
- This reply was modified 6 years, 2 months ago by Themosaurus.
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Let user to ask for verificationHi @imborx,
It would be indeed very nice!
We will consider implementing this feature if many other members request it.
Regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] No Frontend Verify Member ShowingHi @shonty,
Could you provide us with a public link of your website please? So we can make a quick check.
Best regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Issue after updating to WP 5.3Hi @marbaque,
Thank you for bringing this to our attention. We will investigate further to find from where this issue is coming from.
We will be back to you ASAP.
Thank you for your patience.
Regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Adjust Size of SVG and PositioningHi @mpcd108,
Unfortunately, we do not yet have an option to easily change the badge size depending on where the badge is located.
To change the size, you can simply add the following CSS code snippet to your website:
.bp-verified-badge, .bp-verified-member .member-name-item > a:after, .bp-verified-member .item-title > a:after, .bp-verified-member > .author > a:after, .bp-verified-member .member-name > a:after { width: 35px; /* Bigger size */ height: 35px; /* Bigger size */ background-size: 40%; /* Change icon ratio : 0-100% */ }However, the position of the badge depends on your specific project and most certainly on several cases. We can’t provide a code snippet because it seems to us to be custom development.
We recommend that you hire a competent developer who can help you customize your project.
Regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Change BadgeHi @yodel2001,
Unfortunately, we do not yet have an option to easily change the badge icon.
To change this, you can simply add the following CSS code snippet to your website:
.bp-verified-badge, .bp-verified-member .member-name-item > a:after, .bp-verified-member .item-title > a:after, .bp-verified-member > .author > a:after, .bp-verified-member .member-name > a:after { background-image: url("ABSOLUTE_URL_TO_YOUR_SVG_OR_PNG"); background-size: 60%; /* Change icon ratio : 0-100% */ }Regards,
Hi @ghoush,
Yes, this is most likely because of the bbPress 2.6 compatibility patch that we did.
bbPress 2.6 is a major update that changed a lot of things in the bbPress code, so it is not surprising that this doesn’t work anymore with version 2.5.14.
I will discuss this with the team to see how we can approach it and add backwards compatibility with bbPress 2.5.14.
Thank you for your feedback.
Regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Profile Field VisibilityHi @schwarzaufweiss,
We have tried with the bp-nouveau template pack and the Twenty Nineteen theme.
This plugin is using standard BuddyPress hooks to add the badge after user names, so I don’t see how this could affect the profile tabs.
I still believe this is most likely an issue within the theme, or with another plugin installed on your site.
I’d suggest that you contact your theme support as they might be able to help you better with this: https://generatepress.com/support/
If you want to find out yourself if this is a theme issue, you can try to switch to the Twenty Nineteen theme and see if the issue still happens for you. If it still happens, try to disable your plugins one by one until there’s no more issue, at that point you know that the last plugin you disabled is the culprit.
Hope this helps.
Regards,
Hi @ghoush,
Can you please tell us what version of bbPress you are using?
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Issue after updating to WP 5.3Hi @per4mance,
We have just released update 1.1.1 which should fix this issue.
Don’t hesitate to tell us if this issue still happens after the update.
Regards,
Hi @ghoush,
We have just released update 1.1.1 which should fix this issue.
Don’t hesitate to tell us if this issue still happens after the update.
Regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Latest Update Cuts Off Name in Page TitleHi @tastimarketing,
We have just released update 1.1.1 which should fix this issue.
Don’t hesitate to tell us if this issue still happens after the update.
Regards,