dlittle800
Sophomore
Just Getting Started
Member Likes (0)
Hi,
I have the Edublogs themes installed and am quite happy with it, but there are some features on the display model here at WPMUDev.org that I would like to add to mine:
WPMUDev.org version
http://premium.wpmudev.org/project/the-edublogs-homepage-theme
My site
http://netppl.biz
First, on the display model here on your site there are 2 boxes at the top right. Currently, I only have one on my site - but would like to have two.
1. Get started in seconds for Free
2. Edublogs campus, the school solution.
Second, at the bottom right of your display model, it show "Edublog Supporters." These look like they are displayed in a grid format. Is there a way to change from a "list" to "grid" display format?
Thank, Derek
How can I add a second one and where would I edit it?
Thanks, Derek

Responses (6)
Member (joined April 2009) Likes (0)
Hiya Derek,
The screenshots are from an early version of the Edublogs theme. You can still grab it if ya like. Go for version 1.3 or so. Probably you're best bet is to grab the small portions you like from the old version and integrate them into the latest so that you don't lose any of the customization options and updates to the code.
Link to older versions:
http://premium.wpmudev.org/project/the-edublogs-homepage-theme/download
Thanks!
Geeky Developer (joined June 2009) Likes (0)
hi derek
first open up _inc/css/base.css and find this css
#list-benefits {float:left;
margin:0;
padding:0.5em 0 0;
width:650px; /*change this to 430px*/
}
secondly open header.php and go to 197+ and edit this line (you can edit the
text later on)
http://pastebin.com/M6LpE0Bv
after that open _inc/css/base.css again and find this css
#edublog-corp { }
change to
#edublog-corp {float: right; margin-left: 10px; height: 111px; width: 219px; padding: 10px; background: #FFFFFF url(../images/top-shades.png) repeat-x top; border: 1px solid #333333; -moz-border-radius: 10px;}@grid to list style for supporter
open _inc/css/base.css and find this css and edit to similiar below
.supporter ul li {color:#000000;
float:left;
font-size:11px;
height:35px;
line-height:16px;
list-style-type:none;
margin:0 10px 10px 0;
overflow:hidden;
padding:0;
width:94%;
}
thats it...:)
Member (joined July 2010) Likes (0)
Awesome! Thanks Richie.
Member (joined July 2010) Likes (0)
One more question about Edublogs homepage theme (which I guess is also Edu-clean),
How do I control the "Latest News" category in the new version - 2.7.1?
http://netppl.biz
Any thoughts?
Member (joined July 2010) Likes (0)
Success!
http://netppl.biz
Thanks again, Derek.
Geeky Developer (joined June 2009) Likes (0)
great..sure..no problem:)
Become a member