Replies
- Brajesh Singh on March 6, 2020 at 8:24 am in reply to: This plugin not work with other themes? #28104
Hi Kino,
Thank you.
I will love to hear what are the missing options you think there is? Considering the framework will be constantly updated for next 5-10 years, I would love to have them.Please do know that tiny area is “WordPress Customizer”, the standard way to live customize WordPress theme.
Most of the BuddyPress theme lack this and use old style options panel where you can not see what you are changing. Since you might have used these themes mostly, this may appar different, but this is the right way(and considered better way in WordPress).
Regards
Brajesh - Brajesh Singh on March 6, 2020 at 8:13 am in reply to: This plugin not work with other themes? #28100
Hi Kino,
Thank you for the feedback.You most probably did not look at the activation notice and neither at the theme menu in the Appearance.
Please visit Appearance->Customize and see what we have got. No other BuddyPress theme offers what we have.
Neither BuddyBoss nor any premium theme comes even near to what we have provided for customization. Have a look.
Community Builder pro is the first of the 4 themes coming. It is DIY framework(Create your own theme using live customizer).
These plugins are not for Community Builder alone, They have been made specifically for our future themes(which are more design oriented).
In next 2 months, we will have themes which will be either better than any existing BuddyPress theme or will be near theme. Community Builder is not a theme, It is a framework which allows you rapid development.
So, It does not compare to the normal themes.Regards
Brajesh - Brajesh Singh on March 5, 2020 at 10:37 pm in reply to: [Resolved] POssible conflict with Snax/Bimber #28093
Hi Sigfrido,
Thank you for confirming. I am glad it works now 🙂Regards
Brajesh - Brajesh Singh on March 5, 2020 at 10:36 pm in reply to: BuddyPress Activity Shortcodes Customization #28092
Hi Andrew ,
Welcome to BuddyDev.I checked the shortcode and it is working correctly for me.
It seems your theme has some filters on activity and that is causing it. Please contact the theme authors and let them know the issue.
Regards
Brajesh - Brajesh Singh on March 5, 2020 at 10:34 pm in reply to: The 'Active' text in the span.activity has gone. #28091
Hi Carsten,
I am sorry but without checking the actual page, I can only guess.There are 2 probable reasons:-
1. CSS
2. Or translation.Regards
Brajesh - Brajesh Singh on March 5, 2020 at 10:31 pm in reply to: Branded Login for BuddyPress not working! #28090
Hi,
Thank you.I checked your site and It seems you have used another plugin now. I will get the refund issued within next 12 hours and reply.
If you still plan to use the plugin on some site, Please do let me know.
Regards
Brajesh - Brajesh Singh on March 5, 2020 at 10:30 pm in reply to: Duplicate Activity Plus Reloaded and Mediapress buttons ? #28089
Hi,
Welcome to BuddyDev.Community Builder currently only supports MediaPress. We haven’t tested it yet with Activity Plus. We do plan to add compatibility with Activity Plus in future.
My advice is:- Do not use both of these plugins together. They are not mutually exclusive and have almost common set of features.
Regards
Brajesh - Brajesh Singh on March 5, 2020 at 8:21 pm in reply to: Recent visitors – record anonymous profile visits #28082
Hi Jan,
If your goal is to count all visits(including non logged), You can do it on wp_head action by checking bp_is_user()The problem is if you count each visit, the size of table will grow exponentially.
Currently, in the plugin, we keep 1 log for the relation where x- visits y and update the visit count/last visited date. We also keep a total count of the visitors.
For your use case, if who visited is not important, you may keep a count for 30 days or so using meta instead and clean after 30 days using cron.
Personally, I think what you are looking for is more like analytics for user. I do not think I have seen any existing plugin for this purpose.
The recent visitors plugin is not suitable for the analytics job.
Regards
Brajesh - Brajesh Singh on March 5, 2020 at 8:09 pm in reply to: Branded Login for BuddyPress not working! #28081
Hi Eli,
Thank you.I checked again and the form I posted was a side effect of of one of our other code making it look good.
After disabling all plugins, I was able to see the issue.
Please visit Dashboard->Appearance->Customize->Addition css and add the following code
.bl-login-page .standard-form input[type='text'], .bl-login-page .standard-form input[type='password'], .bl-reset-page .standard-form input[type='text'], .bl-login-page .standard-form label { display: block; width: 100%; } .bl-login-page .standard-form input[type='text'], .bl-login-page .standard-form input[type='password'], .bl-reset-page .standard-form input[type='text'] { padding: .8em 1.5em; border: 1px solid rgba(0, 0, 0, 0.15); min-width: 120px; } .standard-form #wp-submit { padding: .8em 1.5em; border: 1px solid rgba(0, 0, 0, 0.15); }and let me know if it helps. If not, Please keep the plugin active and let me know. I can check the page quickly and help.
PS:- Please do not copy the code from notification mail. Copy it from the forum posts. The code in email get entity encoded and will not work.
Regards
Brajesh - Brajesh Singh on March 5, 2020 at 7:43 pm in reply to: Branded Login for BuddyPress not working! #28079
Hi Eli,
I had a look and this is what it looks to me with Divihttps://i.imgur.com/YtEy82W.png
Is it the same for you or is it something else?
Regards
Brajesh