Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Compatible Plugins › BuddyPress Follow › BuddyPress Follow plugin.
- This topic has 11 replies, 2 voices, and was last updated 6 years, 6 months ago by
Themosaurus.
-
AuthorPosts
-
Maks RusakovičParticipant@wegosi
- 29 Topics
- 104 Posts
Hello @themosaurus.
There is not specified topic for BuddyPress Follow plugin. Please, move this topic after creating specified topic.
Is it possible to load pages for Follower and Following only for You? site.com/members/user/followers/ and site.com/members/user/following
Because following in dating site is a very sensitive theme.
And it’s proffered to be personal info.Thank you.
September 17, 2018 at 22:54 #2304@themosaurus- 1 Topics
- 1675 Posts
Hi @wegosi,
If you have already chosen a membership plugin to let you restrict some areas from other users, we advise the following:
– Paid Memberships Pro [free + paid pro version] (https://fr.wordpress.org/plugins/paid-memberships-pro/)
– WooCommerce Memberships [paid] (https://woocommerce.com/products/woocommerce-memberships/)These two plugins should work seamlessly with your theme and you should be able to set membership levels after reading the following documentation:
If you’re already using one of these or if you’re looking to specifically restrict the following and followers page, it’s best to request some code snippet from the plugin author himself. To go further, we invite you to ask for more help the BP Followers support forums:
https://wordpress.org/support/plugin/buddypress-followers/We hope that you will find answer to your concerns.
Feel free to ask more questions about the theme and how it integrates these plugins. We’ll be happy to help you. ?Best regards,
September 18, 2018 at 08:42 #2307@themosaurus- 1 Topics
- 1675 Posts
This reply has been marked as private.September 18, 2018 at 08:46 #2309Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
Hello @themosaurus
Thank you.
But the developers of BuddyPress Follow are not responding.==
Could you, please, add BuddyPress Follow icon to Swap page?==
Please, check counters on the page during following/unfollowingSeptember 18, 2018 at 17:36 #2328Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
How to follow the topic to get email notifications about new replies?
September 18, 2018 at 18:13 #2330Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
Developer of this plugin r-a-y refused to add this function
What you are wanting is not something every other site using BP Follow will need, so I’ll probably decline this. Should be easy for a plugin developer to implement in a custom plugin though.
September 18, 2018 at 19:43 #2331@themosaurus- 1 Topics
- 1675 Posts
Hi @wegosi,
Here are all our answers:
Please, check counters on the page during following/unfollowing
We are really sorry, this is a bug we introduced in the latest version of the theme (1.1.5).
We have already fixed this issue and this will be present in the next update of the theme (1.1.6, scheduled for this week).Could you, please, add BuddyPress Follow icon to Swap page?
This can be done with a CSS snippet (only if yon don’t have the friendship button):#members-index-swap #members-list .bp-card-list__item .card .action > div.follow-button { position: relative; z-index: 2; display: inline-block !important; } #members-index-swap #members-list .bp-card-list__item .card .action > div.follow-button > a { width: 75px; height: 75px; line-height: 75px; } #members-index-swap #members-list .bp-card-list__item .card .action > div.follow-button > a:before { font-size: 40px !important; } #members-index-swap #members-list .bp-card-list__item .card .action > div.follow-button > a:focus:before { font-size: 25px !important; }
Restrict follow and unfollow url
If you want you can create a feature request for this. You can detail as much as you can and then we will see what other users of our community think about this feature and especially how we can implement it on our side. Because it seems more of a plugin compatibility feature (in this case between Paid membership Pro and BP follow) than theme development.Regards,
PS : Yon can Subscribe to this topic with the top button “subscribe” or with the checkbox “Notify me of follow-up replies via email”.
September 19, 2018 at 10:19 #2350Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
Hello @themosaurus
Thank you for your code.
But I think that the icon is bigger than should be. WHat do you think?
September 21, 2018 at 08:56 #2434Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
Also, how to change correctly colors of Following and Followers counters?
Because the color effect also to Notifications counter.
CSS code I use:
/* Followers and following text color */ @media (min-width: 768px) { #buddypress #members-following-personal-li, #buddypress #members-followers-personal-li { color: #939393 !important } #buddypress #members-following-personal-li > a, #buddypress #members-followers-personal-li > a { color: #939393 !important; text-shadow: none; } /* hover text color */ #buddypress #members-following-personal-li > a:hover, #buddypress #members-followers-personal-li > a:hover { color: #909090 !important; } /* remove shadows */ #buddypress #profile-content__nav ul li > a span { text-shadow: none; color: #939393 !important; } } /* END FOLLOWERS FOLLOWING CSS */
September 21, 2018 at 09:51 #2438@themosaurus- 1 Topics
- 1675 Posts
Hi @wegosi,
The button has this size because it is part of the basic design, the main button is highlighted (cf. screenshot).
However, with this modified snippet it should be in accordance with what you want:#members-index-swap #members-list .bp-card-list__item .card .action > div.follow-button { position: relative; z-index: 2; display: inline-block !important; } #members-index-swap #members-list .bp-card-list__item .card .action { top: -55px !important; } #members-index-swap #members-list .bp-card-list__item .card .action > div.send-private-message { position: static !important; transform: none !important; margin-left: 10px !important; }
I already pasted it to your additional CSS Customizer panel.
For the bubble notification text color, I have directly modified your CSS code, here is what I added:
/* Change following/followers color only */#buddypress #profile-content__nav ul li#members-following-personal-li > a span, #buddypress #profile-content__nav ul li#members-followers-personal-li > a span { color: #939393 !important; }
Hope this is help
Best regards,
September 21, 2018 at 12:12 #2444Maks RusakovičParticipant@wegosi- 29 Topics
- 104 Posts
September 21, 2018 at 16:42 #2449 -
AuthorPosts
The topic ‘BuddyPress Follow plugin.’ is closed to new replies.