This topic has 3 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #81945
     kshine5
    Participant

    – 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?

    #81947
     kshine5
    Participant
    This reply has been set as private.
    #81958
     kshine5
    Participant

    Addition 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”

    #82181
     Laura
    Moderator

    Hello, 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 CODE
    
    div#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 CODE
    
    div#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 solution

    Laura 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 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?