Replies
- Brajesh Singh on July 18, 2018 at 1:02 pm in reply to: [Resolved] Xprofile Field Types – upload txt files #16371
Thank you Frank 🙂
- Brajesh Singh on July 18, 2018 at 1:01 pm in reply to: [Resolved] BuddyPress Activity ShortCode Bug #16370
Thank you. I am going to test it today and get back to you with my findings/solution.
Regards
Brajesh - Brajesh Singh on July 18, 2018 at 12:59 pm in reply to: BuddyPress Activity Shortcode: after load more tab, issue with filters #16369
Hi Tiziano,
Thank you for reporting.Can you please check the BP Activity Shortcode version and let me know here. It should have been fixed in the last release.
Regards
Brajesh Hi Ben,
Please Visit Profile->Change Cover screen. It should be available from the account menu as well as under profile edit page.Please let me know if the link is present or not?
Thank you
Brajesh- Brajesh Singh on July 18, 2018 at 12:30 am in reply to: [Resolved] Sitewide notice disabling admin bar for users? #16362
HI Audiomonk,
That sidewide notice simply is keeping a track that the admin bar is off. It is not doing anything to hide it.try something like this
add_action( 'template_redirect', function () { show_admin_bar(true); });See if it restores. Something is filtering on the adminbar and hiding it. It could be the theme or any of the plugin(For example, WooCommerce does it by default).
- Brajesh Singh on July 18, 2018 at 12:27 am in reply to: [Resolved] BP Ajax registration – Ajax Login #16361
Hi David,
Please allow me 10-15 days. It has been a long overdue features and even after planning we could not add it earlier.I am going to add this now.
Thank you
Brajesh - Brajesh Singh on July 18, 2018 at 12:23 am in reply to: [Resolved] BuddyPress Activity ShortCode Bug #16360
Hi David,
I am sorry but I am not sure of the issue.Can you please post me the shortcode that you are using?
Thank you
Brajesh - Brajesh Singh on July 17, 2018 at 7:05 pm in reply to: [Resolved] Xprofile Field Types – upload txt files #16354
Hi Frank,
Thank you.
I am assuming that it works with the above condition for you now? - Brajesh Singh on July 16, 2018 at 7:22 pm in reply to: [Resolved] Xprofile Field Types – upload txt files #16350
Hi Tarod,
Thank you for posting.1. Please make sure that the file size is greater than 1 KB(We have a rounding function that rounds to zero and causes the above message if file is less than a KB). In next update, we will remove the rounding from testing file validity.
2 You will still get security error. Please install WP ADD Mime Types plugin and add the following two types(as shown in red)
https://i.imgur.com/UELQYh9.pngAfter that, you will be able to upload text file.
Regards
Brajesh Hi Daniel,
Yes, you have found the right way. In case of any issue, you can go to the original site and can see the list of staging sites.Delete the staging site having issue and re-create one to proceed.
Regards
Brajesh