Home › Forums › Legacy Support › Support queries › Styling issues › Removing Default Sidebar
- This topic has 11 replies, 3 voices, and was last updated 8 years, 9 months ago by H.K. Latiyan.
Viewing 12 posts - 1 through 12 (of 12 total)
-
AuthorPosts
-
January 20, 2016 at 4:11 am #19293mas6ceSpectatorHi! I've been searching through forums for a way to remove the default sidebar on my members page to no avail - I would like to remove the upper sidebar on the left of this page: http://culturecorners.com/modern/members/ so that the only sidebar is the bottom bit under "search" - I am using the modern child theme of WPLMS. I really appreciate any help with this! Thanks! MeganJanuary 20, 2016 at 6:12 am #19330H.K. LatiyanParticipantIt seems like you have used widget. Please go to your wp-admin->appearance->widget->buddypress sidebar: and remove the widget above the search widget. If you do not find any widget above the search widget then may be its coming from from third party plugin, deactivate it.January 20, 2016 at 1:37 pm #19472mas6ceSpectatorThanks for your reply! There wasn't anything but the profile search widget in the Buddypress sidebar - I uninstalled my profile search plugin and that got rid of part of the mess, but also the bottom part that I wanted to keep. The options to search for instructors or create a course are still there - is there a way I could get rid of those options?January 21, 2016 at 7:12 am #19593Anshuman SahuKeymasterWell those are hardcoded in the memebrs page in wplms . Of you do not want to show that you can hide it by using the css : For that please add the given css from wp-admin -> appearnac e-> customize -> custom css : .directory.members .col-md-3.col-sm-4 div.item-list-tabs,.directory.members .col-md-3.col-sm-4 div#member-dir-search,.directory.members .col-md-3.col-sm-4 > ul { display: none !important; }January 21, 2016 at 9:45 pm #19735mas6ceSpectatorThank you so much for your help! That got rid of everything but the "create a course button" - is there a way to get rid of that too?January 22, 2016 at 6:12 am #19757H.K. LatiyanParticipantPlease use this custom css instead of the above css, it will get rid of everything present in the left. .members.directory section#content>div#buddypress div.padder .col-md-3.col-sm-4 { display:none; }January 22, 2016 at 8:55 pm #19901mas6ceSpectatorSo that got rid of the create a course button, but I would still like to keep the search feature I had in the beginning... is there a way to only allow my sidebar and not the default buddypress sidebar? Thank you! Sorry for being a pain! :/January 23, 2016 at 7:07 am #19933H.K. LatiyanParticipantYou want only the search feature and nothing else. And you are calling widget a sidebar, actually buddypress is sidebar and that search feature is a widget. And you want to remove all other widgets and keep only search widget in buddypress sidebar. If this is the case then, first remove the above css and then please go to wp-admin->appearance->widgets->buddypress: and remove all the widgets except the search widget, refer: http://prntscr.com/9tof5a If I am misunderstanding and you have your own custom sidebar then please let me know.January 23, 2016 at 7:57 pm #20098mas6ceSpectatorThat's exactly what I want to do, however, I followed your recommendation and when I remove everything except the search widget, the above part that I want to get rid of is still there. http://culturecorners.com/modern/members/January 25, 2016 at 12:34 pm #20704H.K. LatiyanParticipantWhen I tried opening your site, its blank. Please check all your plugins and theme is updated and try deactivating third party plugins. Also share the credentials, mark your message as private while sharing the credentials.January 25, 2016 at 2:47 pm #20823mas6ceSpectatorSorry about that I installed the theme update incorrectly - the site should be up now.January 27, 2016 at 6:40 am #21468H.K. LatiyanParticipantPlease share the admin credentials also. PS: Please mark your message as private while sharing the credentials.
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
- The topic ‘Removing Default Sidebar’ is closed to new replies.