Is there a way to "My Account" from navigation?

This topic contains 10 replies, has 3 voices, and was last updated by  Brian Lewis 8 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #335477

    Brian Lewis
    Expired Member
    Post count: 7

    I am merely making a community website that doesn’t need end users to have the ability to create a login and/or add/remove posts. It is for an informational site only.

    In doing this I’d like the ability to remove “My Account” from the navigation AND be able to remove the “member” name and info from the individual place pages.

    Is there a way to do both of these things?

    #335490

    Kor
    Moderator
    Post count: 16516

    Hi Brian,

    Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below. I’d like you to know that we can always hide anything using just custom CSS.

    Thanks!

    #335501

    Brian Lewis
    Expired Member
    Post count: 7
    This reply has been marked as private.
    #335524

    Kor
    Moderator
    Post count: 16516

    Hi Brian,

    If there is no need for user registration, you should just deactivate the “Buddypress” plugin. Then use the custom CSS below to hide the “Post Author”. Insert into GD > Design > Scripts > Custom Style CSS. Let us know if it’s what you’re looking for.

    
    
    .sd-detail-author {
        display:none;
    }

    Thanks!

    #335574

    Brian Lewis
    Expired Member
    Post count: 7

    The “post author” is fixed (removed) and I’ve removed the buddypress plug-in. However, the “my account” is still visible in the navigation… Is there another option to remove it?

    #335578

    Paolo
    Site Admin
    Post count: 31211

    With CSS:

    
    
    .sd-my-account.menu-item {
        display: none;
    }

    Thanks

    #335579

    Brian Lewis
    Expired Member
    Post count: 7

    Great, thanks!

    #335581

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    #335829

    Brian Lewis
    Expired Member
    Post count: 7

    2 more things, is there a way to remove the “write a review” button and the “send inquiry” option or individual listings?

    #335830

    Kor
    Moderator
    Post count: 16516

    Hi Brian,

    Try using the custom CSS code below and see if it’s what you’re looking for.

    
    
    .sd-detail-cta .dt-btn{
        display:none;
    }
    .geodir_more_info.geodir-company_info.geodir_email {
        display:none;
    }

    Thanks!

    #335833

    Brian Lewis
    Expired Member
    Post count: 7

    yes, that’s it!

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount