-
Author
-
January 10, 2014 at 03:10 #9473csmeParticipant
i cant get the sidebar to appear on the members profile page
i choose a right sidebar layout for the /members page and select a custom sidebar from sidebar selection dropdown but after saving there is still no sidebar.
This works for blog, membership etc pages. but not for user profiles like in the demo.
January 11, 2014 at 02:08 #9540AbeKeymasterHello, Buddypress page format takes the setting from Sweetdate – Buddypress. To change Buddypress members page to have a sidebar see this topic:
https://archived.seventhqueen.com/forums/topic/members-directory-page-with-sidebarHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 11, 2014 at 08:07 #9545csmeParticipantHey Abe.
i dont want to add it to the members directory, just to the actual user profile pages.
January 12, 2014 at 21:18 #9609AbeKeymasterOh I see, add this code to sweetdate-child/functions.php
COPY CODEadd_action('wp_head', 'custom_profile_sidebar'); function custom_profile_sidebar() { if (bp_is_member()) { add_filter('kleo_buddypress_content_class', create_function('', 'return "eight";')); add_action('kleo_buddypress_after_content', 'kleo_buddypress_sidebar'); } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
You must be logged in to reply to this topic.