-
Author
Tagged: footer, buddypress, header, profil page
-
December 22, 2015 at 14:01 #94832groubeeParticipant
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.December 22, 2015 at 16:42 #94876sharmstrModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 22, 2015 at 16:53 #94881groubeeParticipantok, 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.December 22, 2015 at 17:02 #94885sharmstrModeratorHiding 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 22, 2015 at 17:15 #94888groubeeParticipantI 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?
December 22, 2015 at 17:21 #94891sharmstrModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 5, 2016 at 17:48 #96392kentParticipantHow 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.January 5, 2016 at 18:04 #96400sharmstrModeratorput 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.