This topic has 8 replies, 3 voices, and was last updated 8 years by kent.

  • Author
  • #94832
     groubee
    Participant

    Hi

    I have a frontend – public homepage and a closed extranet where you have to login.

    I have one header and footer for the public homepage, one menu, and another header and footer design/menu for the extranet.

    – http://www.skisme.dk/members/user/

    http://www.skisme.dk/members/skisme/profile/

    http://www.skisme.dk/groups/skiskole/

    I cant change or remove the topmenu? or change header or footer on the extranet?

    I hope you can help me?

     

    best regards

    Tonny

    Attachments:
    You must be logged in to view attached files.
    #94876
     sharmstr
    Moderator

    You can use the following plugins to hide/show menu items and widgets based on the users logged in status.

    https://wordpress.org/plugins/dynamic-widgets/
    https://wordpress.org/plugins/menu-items-visibility-control/

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #94881
     groubee
    Participant

    ok, but is there not a way to manage the design of the buddypress pages? like there is for all other pages? see attachment.

    Attachments:
    You must be logged in to view attached files.
    #94885
     sharmstr
    Moderator

    Hiding the footer works on buddypress pages like activity and groups, but not on member profile pages because they arent actually pages. They are created in the backend using templates. However, you can use css to hide the footer on the profiles.

    .bp-user #footer {
    display: none;
    }

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #94888
     groubee
    Participant

    I am trying to create a good UX – by showing one header before you log in, and another header when you are logged in. That means a option to manage the header and footer on buddypress pages are needed.

    This is pretty basic!! I come from the Theme Razor where this is basic functionality. And you write:

    Extremely flexible, Fully customizable WordPress Multi-Purpose theme to fit your demanding needs?

    how can I customize the buddypress pages – header and footer? plz?

    #94891
     sharmstr
    Moderator

    You can change the menu and the footer content with the plugins I’ve linked you to. To have completely different layouts depending on a guest or logged in user, you would have to custom code that. If you want help with this, you can ask for a quote by contacting dev@seventhqueen.com.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #96392
     kent
    Participant

    How do i remove the footer on the picture for all pages?

    Where do i apply a code to the templates to control this?

    The copyright-line I want…

    Attachments:
    You must be logged in to view attached files.
    #96400
     sharmstr
    Moderator

    put this in your quick css

    COPY CODE
    
    #footer {
    display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #96405
     kent
    Participant

    Thanks, worked great 🙂

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

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

Log in with your credentials

Forgot your details?