Description
Femalezine blogger template, dedicated for female business blog such as fashion, lifestyle, trend etc. Built ads ready suits your business blog
Designer
Bie Templates
Installation Setting
Header Right
You can put your 468x15 banner ads here. Click on HTML gadget, paste your code
Navigation Menu
This navigation menu using Label gadget. Edit Label gadget, leave title empty and remove tick mark on Show number of posts per label. Navigation menu filled by post label/category automatically . You can customize which label that shown up.
You also can use LinkList gadget instead of Label Gadget, so you can put your own link.
How to?
- Open Page Element
- Delete Label gadget on navigation menu layout
- Add LinkList gadget (you can use Add a Gadget from sidebar) drag new LinkList gadget to Navigation Menu Layout. Drag it under date
- Save
Click on Search Gadget, copy paste these code, then save.
<div id="search"> <form id="searchform" action="/search" method="get"> <input id="s" value="" name="q" type="text"/> <input id="searchsubmit" value="Search" type="submit"/> </form>
</div>
Dont want to use search menu? Simply click remove button and you can use default search blogger gadget, or adsense for search
125x125 Ads Banner
Click on ads banner gadget, copy paste these code
<div id="adspot">
<!-- Ad1 start -->
<a class="ad1" href="http://yourURL.com"><img src="http://4.bp.blogspot.com/_sunpK_FtO1E/SmLcNLRnB4I/AAAAAAAAAI8/T31xo25DqCQ/s1600/themeforest.jpg"/></a>
<!-- Ad2 start -->
<a class="ad2" href="http://yourURL.com"><img src="http://4.bp.blogspot.com/_sunpK_FtO1E/SmLcNLRnB4I/AAAAAAAAAI8/T31xo25DqCQ/s1600/themeforest.jpg"/></a>
<!-- Ad3 start -->
<a class="ad3" href="http://yourURL.com"><img src="http://4.bp.blogspot.com/_sunpK_FtO1E/SmLcNLRnB4I/AAAAAAAAAI8/T31xo25DqCQ/s1600/themeforest.jpg"/></a>
<!-- Ad4 start -->
<a class="ad4" href="http://yourURL.com"><img src="http://4.bp.blogspot.com/_sunpK_FtO1E/SmLcNLRnB4I/AAAAAAAAAI8/T31xo25DqCQ/s1600/themeforest.jpg"/></a>
<div class="clearer">
</div></div>
Change http://yourURL.com to your URL, and http://yourURL.com"><img src="http://4.bp.blogspot.com/_sunpK_FtO1E/SmLcNLRnB4I/AAAAAAAAAI8/T31xo25DqCQ/s1600/themeforest.jpg to your image URL
Twitter Update
You can put this wherever, but I suggest to put on right lower section (view demo site)
Copy and paste these code below
<div id="twitter_div">
<ul id="twitter_update_list"></ul>
<a id="twitter-link" style="display:block;text-align:right;" href="http://twitter.com/bietemplates">follow me on Twitter</a>
</div>
<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
<script src="http://twitter.com/statuses/user_timeline/bietemplates.json?callback=twitterCallback2&count=1" type="text/javascript"></script>
Change to your twitter ID







21 comments:
I don't understand it my friend, did you get angry because I tested the comment section oon one of your templates?
Why would you visit my blog just to write "test"?
Best regards from Brazil.
CHINFRAS e TALS
No I dont angry... :) I dont understand what you mean
Hehe Good blog
Muchas Gracias ;)... esta excelente la plantilla ^^!!!
thanks for alll
Hi, thanks for designing this very simple yet interesting template..may I know how should I change the main wrapper so it can nicely fit my picture from flickr with the width 500
I've tried adjusting the width of the main wrapper, header wrapper and etc like I usually do but somehow your template makes the HOme, older posts link relocated in between the main and the sidebar wrapper
oh..I got it..need to change the width under .post section..if anyone is trying to change the width like me
thanks
Oi, adorei este template!Já estou usando em meu blog.Muito obrigada pelas instruções,tudo está funcionando bem.Abraços.
Bie,
Thank you for this template. It's beautiful. I am having some trouble with the posts though. I'm wondering if I should just use the background (instead of the full template). Is there somewhere I could download just that portion?
Thanks again,
Tracy
hi tracy
I dont get it. Please explain me what do you want to use? That girl image?
Bie
Hi there, thanks for the lovely template just a couple of things I would like to ask. How do you add the date on the posts? I would like to replace that with the time stamp. Also, how do you change it when you add tags, that they don't come up on the nav bar?
Thanks :o)
Actually, dont worry about the nav bar bit, I sorted it out. Just the timestamp thing please :o)
@amanda: can you leave your URL? you can change your timestamp format to date. Go to Setting>formatting>timestamp format. Pick date format
Hi,
how do you take out the girl image in the header portion? It's cute but I wanna put my header instead..Thanks..
@eezy: open Edit HTML
find this
#header-wrapper{
background:url(http://2.bp.blogspot.com/_sunpK_FtO1E/Swo3KgWPUYI/AAAAAAAAAXk/0GJWiypJg78/s1600/header.png) no-repeat left bottom;
width: 980px;
height:198px;
margin: 30px auto 0;
padding: 0px;
overflow: hidden;
}
just delete
background:url(http://2.bp.blogspot.com/_sunpK_FtO1E/Swo3KgWPUYI/AAAAAAAAAXk/0GJWiypJg78/s1600/header.png) no-repeat left bottom;
how to delete another post box up original post??
this my blog url http://eumora2010.blogspot.com
do you edit any code? just remember what you have edited, because my template is normal
Is it possible to remove the Automatic thumbnail feature? It distorts some of the pictures.
Question, how would I change the blog entries so you don't have to click on them to read the full entry?
thanks for the template... I like this template..
@sabrina:
Open edit html, tick mark on expand widget template
Replace these
<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<data:post.body/>
</b:if>
with
<data:post.body/>
Post a Comment