-
@mercime replied to the topic Time When User was Active in the forum How-to & Troubleshooting 11 years, 7 months ago
@binutz re time active -> use UTC +/- in Settings rather than city name and change to BP Default theme. Are you using a cache plugin by any chance? If so, which one?
re members count -> What do you mean that it’s wrong? Is this an installation which had registered members prior to installing BuddyPress? Then members have to log in at least once…[Read more]
-
@mercime replied to the topic Hiding / Removing sidebar from registartion page in the forum How-to & Troubleshooting 11 years, 7 months ago
@binutz sure, modifications should be done in child theme. And yes, you can just delete get_sidebar from the register.php file. No problem.
-
@mercime replied to the topic Hiding / Removing sidebar from registartion page in the forum How-to & Troubleshooting 11 years, 7 months ago
@binutz can’t imagine what went awry. site url?
-
@mercime replied to the topic Hiding / Removing sidebar from registartion page in the forum How-to & Troubleshooting 11 years, 7 months ago
@binutz replace
<div class="padder">
with<div class="pad-registration">
in your register.phpThen in your child theme’s stylesheet add:
div.pad-registration { padding: 19px; }
-
danbpfr replied to the topic Hiding / Removing sidebar from registartion page in the forum How-to & Troubleshooting 11 years, 7 months ago
no need to modify your css.
in /child-hteme/registration/register.php
simply comment the line:218 (1.6.5) at the end of the file // get_sidebar( ‘buddypress’ );
If needed you can do the same thing in activation.php, in the same folder.
-
@mercime replied to the topic Hiding / Removing sidebar from registartion page in the forum How-to & Troubleshooting 11 years, 7 months ago
I tried editing style.css and register.php in my child theme but failed to see any result.
@binutz what theme are you using?
@binutz
Active 4 years, 7 months ago