This topic has 8 replies, 2 voices, and was last updated 9 years by CIDesign_Media.
-
Author
-
June 4, 2015 at 20:44 #61047CIDesign_MediaParticipant
Hi,
I am having trouble with the groups on Buddypress.
1. In the back-end of WordPress editing Groups, I add a cover photo and a description. However, when I Save, it redirects me to the groups list but my changes are gone and had no effect.
2. On the front end “manage” area for the groups, I add a cover photo and profile picture, which seems to take effect. But when you navigate away from the “manage” tab the changes are gone!
3. I would also like the group name to be on the cover photo in place of the “Public Group” title.
I would appreciate it if you could help me with these issues. I love this theme so much! It is freaking amazing!
June 4, 2015 at 21:13 #61051sharmstrModeratorIt looks like your site is caching old info. I see that you have the supercacher plugin disabled in WP but I’m guessing its not disabled on your host. Log into your host and disable it. Let me know if that solves the issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 4, 2015 at 21:25 #61053sharmstrModeratorjust an fyi – The current version of Kleo has a few BP 2.3 issues, but this is not one of them. I tested it on two of my sites and cant recreate the issue. Basically, what’s happening on your site is that its trying to retrieve a previous group avatar. Again, that is usually an indication of a caching issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 4, 2015 at 22:14 #61068CIDesign_MediaParticipantI don’t understand how I would be able to disable WPSuperCache from my host. I have a cPanel, but the plugin was installed through WordPress.
Also, did you read my 3rd request? Is that possible?
Thanks!
June 4, 2015 at 22:24 #61070sharmstrModeratorI’m not saying the plugin is installed in cpanel. I’m saying look for caching at the host level. That could be any number of caching application supplied by your host. As I mentioned, I’ve tested this with two sites and its not a Kleo / BP 2.3 issue. You can try temporarily activating the WP 2015 theme and see if you still have the issue. I’m guessing you will.
for the third question, you’ll have to copy /kleo/buddypress/groups/single/group-header.php to your child theme and replace this
COPY CODE<h4 class="highlight"><?php bp_group_type(); ?></h4>
with this
COPY CODE<h4 class="highlight"><?php bp_group_name(); ?></h4>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 4, 2015 at 22:29 #61071CIDesign_MediaParticipantWow, I have to say you are by far the fastest and most amazing support theme I have talked to. And I have talked with over 50 different support teams! You guys are awesome!
I will look at my host, thanks!
There’s probably not a function I can just throw into my function.php file to do the 3rd thing right? If so that would be awesome. But in the meantime I will try doing as you have instructed.
Thanks!
June 5, 2015 at 00:01 #61076sharmstrModeratorThere’s not a function to replace the group type output.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.