Themosaurus
Forum Replies Created
-
Forum: Plugins
In reply to: [Member Swipe for BuddyPress] Verified badge not showing on profile headerHi @krumpculture,
Thank you for reaching out to us.
Can you please make sure that the “Display in Fullname” feature is checked in Dashboard > Settings > BuddyPress > Verified Members > Profiles Settings?
Best,
Hi @michaelabf,
Thank you for reporting this issue to our attention. We’ll investigate to find from where exactly this issue is coming from and how could solve this.
We’ll be back to you as soon as we found the solution.
Best,
Hi @lesliex,
Thank you for reporting this issue to us. We’ll investigate to fix this in the next update. 🙂
We’re glad to read our plugin suits your needs! Thank you for your kind words. 🙏🏼
We thank you for your patience.
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] popper.min.js.map is missingHi,
Thank you for the feedback, and glad to hear you found a solution !
We’ll make sure to include the .map file when we deploy a new update in the future.
However please note that this type of warning is harmless to your site and shouldn’t create any kind of misbehaviour, so it can be safely ignored.
Best regards,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Display all verified members on a pageYou’re welcome @supportccbill.
Cheers,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] BuddyBoss compatible?Hi @lumyser,
Thank you reaching out to us.
At this point, this feature is not available. However, it would be very nice to have the possibility to receive an email when users send a request to be verified.
As your idea could be a nice addition to our plugin, we will implement this feature if other members upvote your request.
Concerning the check mark, I’m afraid you’ll need to require customization work to achieve this. However, note that several options to customize the badge are available in Settings > BuddyPress > Verified member.
We’ll keep you informed. Thank you very much for contributing to this plugin!
Best regards,
Hi @taraknathgorai,
Thank you reaching out to us.
At this point, this feature is not available. However, it would be very nice to have the possibility to receive an email when users send a request to be verified.
As your idea could be a nice addition to our plugin, we will implement this feature if other members upvote your request.
We’ll keep you informed. Thank you very much for contributing to this plugin!
Best regards,`
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Verified badge show with UsernameCan you please make sure that the “Display Verified Badge in Profile Fullname” feature is well checked in Settings > BuddyPress > Verified members ?
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Display all verified members on a pageHi @supportccbill,
Sorry for the late reply. Here are some answers to your questions:
- To display all verified members, you’ll have to use BP Profile Search plugin. I suggest you to report the issue you’re facing directly to the plugin authors on their support.
- I’m afraid by default it is not possible to create two directory with BuddyPress. To achieve that, I think you’ll need to require customisation work.
- Could you please post the url of the topic where you read about this issue? Then, I suggest you to continue this discussion about this issue on the related topic to allow us to better manage your topics. When too many issues are reported in one topic, it’s besoming difficult to keep track of the issues. 🙏🏼
At the moment, I’m afraid there is no other alternative to BP Profile search that is compatible with our plugin. In case you find another plugin that might suits your needs, please don’t hesitate to share it with us. If other members mark their interest in this alternative plugin, we’ll consider to make it compatible. 🙂
Best,
Forum: Plugins
In reply to: [Verified Member for BuddyPress] Access via APIHi @jtrigsby,
We didn’t expose the verified flag to the json API, however since the flag is stored as a boolean user meta called
bp_verified_member, in theory you should be able to expose it to the json API by using register_meta(). Once exposed, you should then be able to update it using the Users enpoint.Hope this sets you on the right path !
Regards,
- This reply was modified 4 years, 2 months ago by Themosaurus.
It happens with just any color field that has a suffix in the output. Here’s an example of a field to replicate the issue :
new \Kirki\Section( 'section_id', array( 'title' => 'My Section', ) ); new \Kirki\Field\Color( array( 'settings' => 'color_setting', 'label' => 'Color Control', 'section' => 'section_id', 'default' => '#0008DC', 'output' => array( array( 'element' => '.my-element', 'property' => 'color', 'suffix' => '!important', ), ), ) );With that example field the CSS is correctly printed except the
!importantsuffix is missing.If that can help, I’ve dug a little bit in the code and noticed that the method
process_output()in kirki/packages/kirki-framework/control-react-colorful/src/Field/CSS/ReactColorful.php doesn’t seem to account forsuffixat all, which could be the issue here.Hope this helps !
Best regards,
- This reply was modified 4 years, 3 months ago by Themosaurus.
Hi @dantravelsph,
Thank you for reaching out to us.
Our best guess is that your theme is not compatible with our plugin, as all seems to work fine on our side. Can you please tell us which theme you’re using?
Can you please make sure that all plugins are up to date on your site?
Best
Hi @miffedlyric559,
Thank you for reaching out to us.
Our best guess is that your theme is not compatible with our plugin, as all seems to work fine on our side.
Can you please make sure that all plugins are up to date on your site?
Best,
Forum: Plugins
In reply to: [WP Popular Posts] Breaks Gutenberg columnsHi @hcabrera !
I’ve stumbled upon the same issue and after inspecting the code for a bit I believe I’ve found where the closing
</div>is missing.If you take a look inside src/Block/Widget/Widget.php at line 460 there is an early
returnstatement, but it doesn’t close the<div>tag that was open at the beginning of the function on line 350.Hope this helps !
- This reply was modified 4 years, 4 months ago by Themosaurus.
Thank you for sharing your opinion.
We still think that this feature requires custom development work as only the Name field will be generated by BuddyPress and allowed to be edited. In consequence, our recommendation is to hire a freelancer to do this job for you because this feature will not be added to this plugin.
Thank you for understanding.