This topic has 11 replies, 3 voices, and was last updated 5 years by Laura.

  • Author
  • #218207
     mrpap
    Participant

    Hi,

    I would like to hide following:

    – Visibility informatiom for user fields

    – Breadcrumbs from profile pages (profile, messages etc)

     

    I also have this issue that user field descriptions appear twice. I would like to only show the description of each field once.

     

    On mobile screens, the reply button on messages is not there. From a computer I am able to reply to messages, but not on mobile screens.

     

    I would also like to know if the footer could be displayed below the profile sidebar or at least not appear in the middle of a page if there is not much content.

     

    Thank you!

     

    #218246
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    COPY CODE
    
    .field-visibility-settings-notoggle, .field-visibility-settings-toggle {
        display: none !important;
    }
    .profile section.container-wrap.main-title.alternate-color.border-bottom.breadcrumbs-container {
    display:none !important;
    }
    
    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 🙂

    #218250
     Radu
    Moderator

    Hi,

    For the breadcrumbs use the next css it will hide them on the buddypress

    COPY CODE
    
    .buddypress .breadcrumb {
        display: none;
    }
    

    For the visibility text use the next css to hide it

    COPY CODE
    
    .field-visibility-settings-notoggle {
        display: none;
    }
    

    I cannot reproduce the issue with the reply button it’s there for me

    I cannot see how the footer it’s on the middle of the page it asks to login

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #218264
     mrpap
    Participant

    Hi,

    Thank you for the suggestions, I will try and let you know in 10 minutes.

    Regarding the “reply” issue, here is a screenshot of my page

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #218293
     mrpap
    Participant

    Hi,

    I have now tried the solutions you proposed and I still face some issues. For some user fields, the description is still shown twice, like for birthday (see attached)

    I also am not able to get rid of the visibility choice in registration page (the one for profile name, see attached).

    Regarding the messages issue, I am not able to enter the conversation at all from phone, only from computer. Maybe that is why I am not able to reply?

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #218309
     Laura
    Moderator

    Hello, can you share access so i can check it out?

    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 🙂

    #218319
     mrpap
    Participant

    Hi again,

    I solved the messaging issue but I am still not able to hide some user field descriptions like for birthday. I am also not able to hide the “This field can be seen by: Everyone” field either.

    And now I have another issue. I did hide the activity buttons like “only friends” etc. but they are still shown in chrome browser and a bottom border is also shown although I tried to hide that as well.

    For the border, please see attached image.

    This is the CSS I am currently:

    COPY CODE
    .buddypress .breadcrumb {
    display: none;
    }
    #bpchk-place-map {
    display: none;
    }
    .item-list-tabs, .activity-type-tabs {
    display: none;
    }
    div.rtmedia-item-title {
    display: none;
    }
    #whats-new-form, form#whats-new-form {
    border-bottom: 0px;
    border-bottom-width: 0px;
    }
    .field-visibility-settings-notoggle, .field-visibility-settings-toggle {
    display: none !important;
    }
    .profile section.container-wrap.main-title.alternate-color.border-bottom.breadcrumbs-container {
    display: none !important;
    }
    Attachments:
    You must be logged in to view attached files.
    #218365
     Laura
    Moderator

    Hello, i would need access to check it out, please 🙂

    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 🙂

    #218375
     mrpap
    Participant
    This reply has been set as private.
    #218423
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    COPY CODE
    
    p.description {
        display: none !important;
    }
    
    

    I do not see the other issues, no only friends selector and no field visibility

    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 🙂

    #218494
     mrpap
    Participant

    hi, doesn’t that mean that all descriptions will be hidden? I just want to hide the duplicate ones. For some reason, you are displaying the description both before and after the fields. I just want to display it before.

    Please take a look at ny screenshots.

    Thank you

    Best regards
    Antonios

    #218576
     Laura
    Moderator

    Hello, try with this

    COPY CODE
    
    p.description:nth-child(2) {
        display: none;
    }
    
    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 12 posts - 1 through 12 (of 12 total)

The forum ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?