Replies
- Ravi on August 22, 2019 at 4:34 am in reply to: [Resolved] How do I only hide admin accounts with Profile Visibility Manager? #24857
Hello Kurt,
Thank you for the acknowledgement.
Regards
Ravi - Ravi on August 21, 2019 at 7:26 am in reply to: Is it possible to store the video in vimeo instead of locally? #24809
Hello Vanessa,
Sorry for the late reply. Please go the following url:
https://developer.vimeo.com/api/reference/videos#upload_videoand after login to your vimeo and try the option “try it out” with your credentials and with you video url from the server.
Give it a shot and let me know if your video is uploading correctly or not.
Please try the updated plugin code
Regards
Ravi- This reply was modified 5 years, 11 months ago by
Ravi.
- This reply was modified 5 years, 11 months ago by
- Ravi on August 21, 2019 at 6:51 am in reply to: [Resolved] How do I only hide admin accounts with Profile Visibility Manager? #24808
Hello Kurt
Thank you for purchasing the plugin. Please let me know is there any chance of more than one admin on your site.
If No,
Please enable “Only site admin can update user settings” then only site admin can set profile visibility and you can set the prefrence for the admin under profile setting Profile Privacy tab.
Regards
Ravi - Ravi on August 8, 2019 at 9:51 am in reply to: [Resolved] Design problems with the User Testimonials plugin #24536
Hello Gregg,
Thank you for the acknowledgement.
Regards
Ravi - Ravi on August 7, 2019 at 7:12 am in reply to: [Resolved] Design problems with the User Testimonials plugin #24513
Hello Gregg,
I have added some CSS code into the customizer custom css panel. Please take a look.
Regards
Ravi - Ravi on August 6, 2019 at 4:49 am in reply to: [Resolved] Design problems with the User Testimonials plugin #24498
Hello Gregg,
Thank you for posting.Please link me to your site with some testing account detail sothat I can help you with some css to fix this issue.
Regards
Ravi - Ravi on August 6, 2019 at 4:43 am in reply to: [Resolved] Altering my buddydev php restrict code to only allow access to a page type #24496
Hello Kristian,
Thank you for the kind words. I am glad that I could help.
Regards
Ravi - Ravi on August 5, 2019 at 5:33 am in reply to: [Resolved] Altering my buddydev php restrict code to only allow access to a page type #24484
Hello Kristian,
Thank you for posting. Try the following code for allow access to listing page for not loggedin users.
/** * Restrict access to BuddyPress for non logged users completely. */ function buddydev_restrict_bp_pages() { if ( ! is_buddypress() || bp_is_register_page() || bp_is_activation_page() ) { return; } if ( is_user_logged_in() ) { return; } elseif ( bp_is_current_component( 'listings' ) ) { // Replace by your component name if not works. return; } bp_core_redirect( wp_login_url() ); } add_action( 'bp_template_redirect', 'buddydev_restrict_bp_pages' );
Please let me know if works or not.
Regards
Ravi- This reply was modified 5 years, 11 months ago by
Ravi.
- This reply was modified 5 years, 11 months ago by
- Ravi on July 30, 2019 at 9:35 am in reply to: [Resolved] BuddyPress Editable Activity doesnt work well with MediaPress #24405
Hello Milan,
Thank you for the acknowledgment.
Regards
Ravi - Ravi on July 30, 2019 at 9:34 am in reply to: [Resolved] BuddyDev Moderation: Exclude specific groups from having the Report button. #24403
Hello Gregg,
Thank you for the acknowledgment.
Regards
Ravi