-
Author
-
March 29, 2014 at 02:34 #13740ThemeValParticipant
Hi, Please disregard my question. I have found a better solution — to use a plugin to turn off certain widgets in the sidebar for logged out users. It works great!
Thanks!
~~~~~~~~~~~~~~~~~~~~~
I have searched the internet exhaustively for information on turning off the Sidebar on the Register page of Buddypress.
Here is what I came up with… To comment out the following on the Register.php page:
From: <?php get_sidebar( ‘buddypress’ ); ?>
To: <?php // get_sidebar( ‘buddypress’ ); ?>
I did that, but it did nothing. I looked at your Register.php page, as well, but I see no reference to sidebars.
The internet forums say to ask your theme support, so that’s what I’m doing 🙂
I’m setting up a private community, so to see members’ names, photos, etc in the sidebar on the Registration page just isn’t good…
Thanks in advance!
March 29, 2014 at 14:03 #13772AbeKeymasterGlad you figured it out. Based on your question we added and extra option in the Theme options – Buddypress so you can set a different layout for the register page also, just in case you want a different layout
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.March 29, 2014 at 14:19 #13774sharmstrModeratorHey Abe,
Sorry to highjack this thread, but I am working on exactly this function. Can you explain how to do it without a plugin? I’ve tried numerous ways of creating a custom template for /register and I cant seem to get Kelo to display sidebars.
I really dont want to rely on a plugin to be updated and maintained when I know a custom page will never show them.
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
March 29, 2014 at 15:36 #13778AbeKeymasterHi sharmstr, No problem, It is my pleasure to help you.
Please take this archive that has the modified files until next update. You will see a new option in Theme options – Buddypress to change Register page template.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.March 29, 2014 at 15:37 #13779AbeKeymasterHere is the archive: https://archived.seventhqueen.com/files/kleo/kleo-buddy-register-files.zip
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.March 29, 2014 at 16:36 #13790sharmstrModeratorThis great. Thank you.
Another suggestion. It would be nice to have it also take into consideration the display settings and title section settings set at the page level. Right now you are only checking is_page and is_single. If you put a buddypress check in there, we can also control showing the footer and other things. This is important for private sites where we are showing posts and members in the footer.
Currently, I’m using a child buddypress.php file and only showing the footer for logged in users.
Thank you again though! This is helpful.
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
March 29, 2014 at 21:57 #13825ThemeValParticipantHi Sharmstr,
I’m using “Display Widgets” plugin and it is awesome! You should be able to use it in any widgetized area of the site. It let’s you decide who sees the widget – loggin in or non-logged in.
It was EXACTLY what I needed! A nice complement to this fabulous theme!!
April 1, 2014 at 18:20 #14021AbeKeymasterHi, We will do some tests with that, thanks for the suggestion.
Thanks ThemeVal for appreciating our work
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.April 1, 2014 at 18:42 #14027sharmstrModeratorI’m using display widgets as well, but I really dont want to control a bunch of things with it since it has to make a decision with EVERY widget on the page. For performance, its best to control what gets loaded via templates.
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 ‘KLEO’ is closed to new topics and replies.