15 pointsStarting to get into this DEV thingI'm new here
booleanlife
Member
—
12th March 2010 20:55
after installing edu-clean theme, the front page has a side-bar with no widgets.
the message in the sidebar reads: Please log in and add widgets to this column.
and there is a "Add Widgets" link going to the widgets section. No matter how
many widgets I add nothing changes in the main page. widgets for other pages
(e.g. members) work. it is just the home page that doesn't work. I was hoping to
add at least the blog-roll.
Dean. http://www.gransar.net/learning
after installing edu-clean theme, the front page has a side-bar with no widgets.
the message in the sidebar reads: Please log in and add widgets to this column.
and there is a "Add Widgets" link going to the widgets section. No matter how
many widgets I add nothing changes in the main page. widgets for other pages
(e.g. members) work. it is just the home page that doesn't work. I was hoping to
add at least the blog-roll.
Dean. http://www.gransar.net/learning
hi Dean
the home-left and home-right widget only work if you did not used custom pages for home
or your current activity stream as homepage. coz the layout for home changed when
using custom template or activity stream.
i see the sidebar and member widget are working fine.
I see. what happens is that all the setting from the last theme (buddypress default) gets carried to the new theme. I see that reverting back to the clean-edu theme that registration invite from the home page is gone. And the whole registration page goes with it: http://gransar.net/learning/register/
(though spams still have no problem registering;)
HI. The only header.php that I can find and seems related to this
is in wp-content/plugins/buddypress/bp-themes/bp-default/header.php
It is only 107 lines and has nothing like server,request, or signup in it.
The other one is in:
wp-content/plugins/buddypress/bb-forums/bbpress/bb-template/kakumi
Responses (6)
Geeky Developer — 13th March 2010 05:49 #
hi booleanlife
please refine your link..seems error in my end.
also which version of bp, wp/wpmu and edu-clean version you're using?
cheers
Member — 13th March 2010 06:21 #
Hi Richie
Thanks for looking at my site. After uninstalling a couple of widget plugins I got
this error. I don't know what to do.
Dean.
Geeky Developer — 13th March 2010 15:53 #
hi Dean
the home-left and home-right widget only work if you did not used custom pages for home
or your current activity stream as homepage. coz the layout for home changed when
using custom template or activity stream.
i see the sidebar and member widget are working fine.
Member — 14th March 2010 00:19 #
I see. what happens is that all the setting from the last theme (buddypress default) gets carried to the new theme. I see that reverting back to the clean-edu theme that registration invite from the home page is gone. And the whole registration page goes with it: http://gransar.net/learning/register/
(though spams still have no problem registering;)
Geeky Developer — 14th March 2010 00:31 #
seem like some conflict with is_home condition..it recognize the about page as home.
try open up header.php and find line 165+
<?php if( is_home() && str_replace("/","",$_SERVER['REQUEST_URI']) != 'wp-signup.php' && str_replace("/","",$_SERVER['REQUEST_URI']) != 'register' ) { ?>
changed it to
<?php if( str_replace("/","",$_SERVER['REQUEST_URI']) != 'wp-signup.php' && str_replace("/","",$_SERVER['REQUEST_URI']) != BP_REGISTER_SLUG ) { ?>
let me know how it go ok...cheers
Member — 14th March 2010 20:22 #
HI. The only header.php that I can find and seems related to this
is in wp-content/plugins/buddypress/bp-themes/bp-default/header.php
It is only 107 lines and has nothing like server,request, or signup in it.
The other one is in:
wp-content/plugins/buddypress/bb-forums/bbpress/bb-template/kakumi
Become a member