-
Author
-
October 12, 2015 at 22:08 #81945kshine5Participant
– Login:
• I have added the recommended CSS to redirect buddypress users to login before they can view appropriate pages. Is there a way to make this the KLEO login pop-up instead of the wp-login page?
• How do I redirect users to their account activity page after login?– Homepage:
• How can I hide/remove the words [Public Group] from the groups masonry on the homepage?
• How do I add real-time metrics to the homepage ticker?– Profile Page:
• How do I remove/hide “View” link from header area?
• How do I rename “My Articles” to “My Blogs”?
• Can I move the messaging buttons to higher up on profile page instead of below the profile pic area?October 12, 2015 at 22:41 #81958kshine5ParticipantAddition to the above list.
How do we remove the words “public group” from all instances.
Remove “public group” from group masonry.
Remove “public group” from header area on group home.Can we also hit “Group Admins”
October 14, 2015 at 03:24 #82181LauraModeratorHello, do not worry, those fields are private.
• I have added the recommended CSS to redirect buddypress users to login before they can view appropriate pages. Is there a way to make this the KLEO login pop-up instead of the wp-login page?
That would require some development, you could redirect them to homepage instead.• How do I redirect users to their account activity page after login?
May use https://es.wordpress.org/plugins/buddypress-login-redirect/
– Homepage:
• How can I hide/remove the words [Public Group] from the groups masonry on the homepage?By adding this to style.css of child theme
COPY CODE#buddypress #groups-list li div.meta { display: none !important; }
• How do I add real-time metrics to the homepage ticker?
You can add bbpress stats by KLEO shortcodes found in page edit visual section
– Profile Page:
• How do I remove/hide “View” link from header area?
By adding this to style.css of child theme
COPY CODEdiv#latest-update a { display: none !important; }
• How do I rename “My Articles” to “My Blogs”?
By translating the social articles plugin using Loco Translate plugin
• Can I move the messaging buttons to higher up on profile page instead of below the profile pic area?
By adding this to style.css in child theme
COPY CODEdiv#item-buttons { margin-top: -19%; position: absolute; margin-left: 40%; }
Hope it helped 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.