Revolution Church is originally a magazine style WordPress theme designed by Brian Gardner, now converted for blogger.
Top Menu Configuration
To customize Top Menu , find the following code and edit with your own link:<div id='NavbarMenuleft'>
<ul id='nav'>
<li><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li>
<a href='#'>Sample Page</a>
<ul>
<li>
<a href='#'>Sub Page #1</a>
<ul>
<li><a href='#'>Sub Sub Page #1</a></li>
<li><a href='#'>Sub Sub Page #2</a></li>
<li><a href='#'>Sub Sub Page #3</a></li>
</ul>
</li>
<li><a href='#'>Sub Page #2</a></li>
<li><a href='#'>Sub Page #3</a></li>
<li><a href='#'>Sub Page #4</a></li>
<li><a href='#'>Sub Page #5</a></li>
</ul>
</li>
<li><a href='#'>Sample Post</a></li>
<li><a href='#'>Blog Page</a></li>
</ul>
</div>
Sub Menu Configuration
To customize Top Menu , find the following code and edit with your own link.But if you are a Google Adsense user then i suggest you to use long Link unit here:<div id='subnavbar'>
<ul id='subnav'>
<li>
<a href='#'>Community Events</a>
<ul>
<li>
<a href='#'>Sub Category #1</a>
<ul>
<li>
<a href='#'>Sub Sub Category #1</a>
</li>
<li>
<a href='#'>Sub Sub Category #2</a>
</li>
<li>
<a href='#'>Sub Sub Category #3</a>
</li>
</ul>
</li>
<li>
<a href='#'>Sub Category #2</a>
</li>
<li>
<a href='#'>Sub Category #3</a>
</li>
</ul>
</li>
<li>
<a href='#'>Conferences</a>
</li>
<li>
<a href='#'>Get Connected</a>
</li>
</ul>
</div>
To fix "Post a Comment" form issue in IE, just add "<div class='clear'/> " below:<b:if cond='data:post.embedCommentForm'<
<div class='clear'/<
<b:include data='post' name='comment-form'/<
To show "Older Posts" and "Newer Posts" navigation, replace "none" in code below to "true":#blog-pager-newer-link {
float: left;
display: none;
}
#blog-pager-older-link {
float: right;
display: none;
}
#blog-pager {
text-align: center;
display: none;
}
Fix for search box:
Search for the following line <div id='NavbarMenuright'> . Remove all code between that line and next </div>
and replace it with<form action='/search' id='searchform' method='get' style='display:inline;'>
<input id='searchbox' maxlength='255' name='q' onblur='if (this.value == "") {this.value = "Search this website...";}' onfocus='if (this.value == "Search this website...") {this.value = ""}' type='text' value='Search this website...'/>
<input id='searchbutton' type='submit' value='GO'/>
</form>
Revolution Church BLOGGER Theme
Posted by Planeta Srbija | 17.6.09 | Blogger templates | 19 comments »
Subscribe to:
Post Comments (Atom)
Take a look on my other postings:
- Blogger templates (6)
- Blogspot - How to (14)
- CSS (1)
- HTML (6)
- Photoshop (1)
- Tricky (12)
- Uncategorized (1)
- Widgets (3)
- Wordpress (6)
- Wordpress Themes (11)
thx 4 ur help...
Thank you, really usefull...
thx 4 ur help.
Really useful... Finally fixed my search box. Thanks! :)
i still can,t fix the search box...
Do we need to fix that search box before preview..please help..
You have to put the code right there where I told you to do, in your template code and then save it! Without saving it there is no change.
If you're still having trouble give me the link to your site so I can take a closer look.
this was so useful. thanks a lot!
In fact I do have just one question. The nav bar by defualt displays the text in lowercase, is there any way around this? As I would ideally like a capital at the beggining of each word. Thanks
Hi Chris,
it's easy one: find in code the line containig following string:
text-transform: lowercase;
and just delete it!!!
If you want to have it automatically change to uppecase change that string to: text-transform: uppercase;
Ah that was so simple, right in front of my eyes the whole time! ha
Cheers :)
I guess I'm stupid because I managed to do everything you said to do (plus I deleted the search box and the ads in the header) but I can't find the code for the ads below the posts. Please help!
he nav bar by defualt displays the text in lowercase, thnak you
Great template..Thankyou i will use it on my blog game dan aplikasi handphone
Hi, I deleted the ads in the header but I can't find the code for the ads below the posts. Could you help please?
Thanks! Wondering how I can get my entire template to center align? For some reason, it automatically aligns to the left and I can't figure out why. Help please!
Huggies Coupons
What's your blog address, dear? I would take a look...
I've got it: delete your newest (aned only) post, and everything is gonna be fine! You've used some strange html formating within the body of that post which makes that problem!
much happier now, thanks
Thank u so much