Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Pages › BuddyPress Follow Directory Page
- This topic has 4 replies, 2 voices, and was last updated 4 days, 23 hours ago by Manathan.
-
AuthorPosts
-
KatrineParticipant@gyziiedk
- 45 Topics
- 174 Posts
Hello! 🙂
I noticed that the directory for the following/followers pages are missing some content.
I would like for it to at least show the same content as the friend list.The directory dosen’t show username or name at all – only an empty block with profile image.
How do I fix this?
Thank you! 🙂
October 29, 2024 at 09:31 #48752@themodactyl- 0 Topics
- 6641 Posts
Hi Katrine! 🙂
My best guess is that your issue might probably be caused by some conflicting third party plugin or some extra code snippet as we don’t encounter this issue with our demos.
Could you deactivate all plugins that have not been installed with your theme during its setup and all existing custom PHP code snippets please? And then, could you confirm me that the issue is still persisting, please?
Please also make sure that you have the latest theme version and that all recommended plugins are up-to-date. Finally, you could also consider clearing all activated caching system as well as your browser cache before investigating any further. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
Thank you.
October 29, 2024 at 10:29 #48755KatrineParticipant@gyziiedk- 45 Topics
- 174 Posts
Hello again
You’re right! – After troubleshooting it turns out that the missing text was from a snippet code.
I was trying to hide the page-headers on the follow pages but the snippet I used removed the “headers” within the cards too.Not sure on how to remove the page header, without removing the card headers too.
I was using the following snippets:
/* CUSTOM: Remove header from follow-pages */ div#members-dir-list.dir-list.members.follow.following h2 { display: none; } div#members-dir-list.dir-list.members.follow.followers h2 { display: none; }
I want to remove the marked header in the image attached – thanks! 🙂
October 29, 2024 at 12:05 #48757KatrineParticipant@gyziiedk- 45 Topics
- 174 Posts
Found it lol ..
Turns out I had to use the .text-capitalize and not the h2.. So seems to be working now with the following snippet.
Thanks! 🙂
/* CUSTOM: Remove header from follow-pages */ div#members-dir-list.dir-list.members.follow.following .text-capitalize { display: none; } div#members-dir-list.dir-list.members.follow.followers .text-capitalize { display: none; }
October 29, 2024 at 12:11 #48758 -
AuthorPosts
You must be logged in to reply to this topic.