Template Name : Techtive | |
Original Designer : Ngejunk | |
Bloggerize by : Free Blogger Template | |
Demo Url : CLICK HERE | |
Download : Release Page |
Showing posts with label 2 Columns. Show all posts
Showing posts with label 2 Columns. Show all posts
Saturday, 1 October 2011
Techtive Free Premium Blogger Template
Hybrid News Blogger Template
Template Name : Hybrid News | |
Original Designer : Hybrid | |
Bloggerize by : Free Blogger Template | |
Demo Url : CLICK HERE | |
Download : Hybridnews.zip |
Instalations Guide :
Because of most user of my template have a same problem with file hosting, so I places all javasript code in this template. No need to use file hosting anymore. But, be careful when editing this template, use CTRL+F to find the code for the right search.
Open Edit HTML, and lets begin.....
1. Top Navigations
Search this code
blue/# = link anchor
red = text anchor
bold code = adding new menu
<ul class='menu sf-menu'>
<li class='current_page_item'><a href='/'>Home</a></li>
<li class='page_item'><a href='#' title='About'>About</a></li>
<li class='page_item'><a href='#' title='Archives'>Archives</a></li>
<li class='page_item'><a href='#' title='Blog'>Blog</a></li>
<li class='page_item'><a href='#' title='Elements'>Elements</a></li>
<li class='page_item'><a href='#' title='New menu'>New Menu</a></li>
</ul>
<li class='current_page_item'><a href='/'>Home</a></li>
<li class='page_item'><a href='#' title='About'>About</a></li>
<li class='page_item'><a href='#' title='Archives'>Archives</a></li>
<li class='page_item'><a href='#' title='Blog'>Blog</a></li>
<li class='page_item'><a href='#' title='Elements'>Elements</a></li>
<li class='page_item'><a href='#' title='New menu'>New Menu</a></li>
</ul>
2. Second Navigations
Search this code
<ul class='menu sf-menu'>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
</ul>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
<li class='cat-item'><a href='#' title='Edit Title'>Edit</a></li>
</ul>
3. Slide Feature [Automatic update for post summary and image thumbnail]
NOTE : SLIDE FEATURE OF HYBRID NEWS BLOGGER TEMPLATE USING LIMITED ATOM FEEDS SCRIPT AND IT'S STATIC MODE. IN THE XML OF THIS TEMPLATE, INCLUDING 2 ATOM SCRIPT FOR 2 PAGE OF SLIDE SHOW. SO, FOR TESTING THIS TEMPLATE/FOR NEW BLOG, YOU NEED MINIMUM 2 BLOG POST. YOU CAN TRY WITH 1 BLOG POST AND SEE THE EFFECT.
PLEASE FOLLOW THE INSTRUCTIONS CAREFULLY.
Find this code
Change red text with your blog feeds or blog feed by category/label like this
http://yourblogname.blogspot.com/feeds/posts/default/-/yourbloglabel
=> In Script 1
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
=> In Script 2
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
How to add more slide page?
Full code of slide feature for 2 page is like this
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
To add more page for slide feature, just copy the code from <div class='feature'> until </div>, paste it under previous code, then change the "startposts" and "numposts", example like below.
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 2;
numposts = 3;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 0;
numposts = 1;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 1;
numposts = 2;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
<div class='feature'>
<script language='JavaScript'>
bla....
bla....
bla....
startposts = 2;
numposts = 3;
home_page = "http://hybridnews-fbt.blogspot.com/feeds/posts/default";
</script>
<script type='text/javascript'>
//<![CDATA[
bla....
bla....
bla....
//]]>
</script>
</div>
4. Change default image
Search this url : http://i584.photobucket.com/albums/ss289/hemingways-studio/Have_Images_TEXT.png
Replace with your own image url.
Monday, 19 September 2011
Gray Stone Template
- Template Name: gray stone
- Properties :
- 2 Column
- Right Sidebar
- gray stone
- Magazine Style
- Slider Gallery
Thursday, 11 August 2011
Cozy Hotel Blogger Templates
Cozy Hotel Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes |
Detail : | Cozy Hotel is free blogger templates with minimalist desain related about hotel with white background, if you need minimalist desain with hotel categories you can try using this themes. This themes very compatible on all browser and with 2 column, left sidebar, gradient red color as background title on sidebar. |
Compatible : | ie firefox chrome |
Properties : | Buy My Themes, Fixed, Left Sidebar, Two Column, White |
Categories : | Travel |
Memoir Blogger Templates
Memoir Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes & Elegant Themes |
Detail : | Memoir is premium blogger templates for free, very elegant blogger templates with garden or natural desain as background, two column, right sidebar, gray color for main post, jQuery menu, fixed with, compatible on all browser is main feature this themes. This themes very good for personal blog and your can try using this themes. |
Compatible : | iefirefoxchrome |
Properties : | Buy My Themes, Elegant Themes, Fixed, Gray, Right Sidebar, Two Column |
Categories : | Natural |
Elegant Dinner Blogger Templates
Elegant Dinner Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes |
Detail : | Elegant Dinner is free blogger templates with categories food, two column, left sidebar, and compatible on all browser. Very elegant and professional blogger templates with combination black and yellow as main background. |
Compatible : | ie firefox chrome |
Properties : | Black, Buy My Themes, Fixed, Left Sidebar, Two Column |
Categories : | Food |
Blue Press WordPress Themes
Blue Press WordPress Themes
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes |
Detail : | Blue Press is free wordpress themes with two column design, right sidebar, top ads, three column footer, jQuery menu, custom field, feature post, admin option and compatible on all browser is some feature added on this wordpress themes. Very elegant themes with blue background with combination gray and very good for personal blog. |
Compatible : | ie firefox chrome |
Properties : | Ads Ready, Blue, Buy My Themes, Fixed, Right Sidebar, Slider, Two Column, Wordpress |
Categories : | Personal |
Ice Cream World Blogger Templates
Ice Cream World Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes |
Detail : | Ice Cream World is free blogger templates with two column, right sidebar, feature content and very red blogger templates with combination gray and good for blog related about food like ice cream, cool drink and more. Very beautiful themes with three feature content on header. |
Compatible : | ie firefox chrome |
Properties : | Buy My Themes, Fixed, Red, Right Sidebar, Two Column, White |
Categories : | Food |
Elegant Blog Blogger Templates
Elegant Blog Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes |
Detail : | Elegant Blog is professional blogger templates with two column, right sidebar, slider with jQuery, small picture on bottom slider, ads spot, PageList and compatible on all browser is some feature for this themes. 4 column footer with social bookmark icon make this themes very complete for business sites. |
Compatible : | ie firefox chrome |
Properties : | Ads Ready, Buy My Themes, Fixed, Purple, Right Sidebar, Slider, Two Column |
Categories : | Elegant |
Winter Weather Blogger Templates
Winter Weather Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes |
Detail : | Winter Weather is free blogger templates with brown color, wooden style and natural categories, build with many feature like two column, right sidebar, pagelist menu, social icon, compatible on all browser and this themes very good for personal blog. |
Compatible : | ie firefox chrome |
Properties : | Brown, Buy My Themes, Fixed, Right Sidebar, Slider, Two Column |
Categories : | Natural, Wood |
Vintage Stripes Blogger Templates
Vintage Stripes Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes & WpThemesFree |
Detail : | Vintage Stripes is free blogger templates with design vector very good for themes related about personal blog and art sites. Very simple blogger templates with vector on top right header as main design. |
Compatible : | ie firefox chrome |
Properties : | Brown, Buy My Themes, Fixed, Right Sidebar, Two Column, WpThemesFree |
Categories : | Vector |
T Shirt Blogger Templates
T Shirt Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes |
Detail : | T Shirt is very good themes for business and this themes have two column, right sidebar, video widget and special jQuery and javascript to make navigation menu. Nice themes for sell something, clothing, shoes, product and more, if you want find themes with categories business you can try using this themes for you sites. |
Compatible : | ie firefox chrome |
Properties : | Ads Ready, Black, Buy My Themes, Fluid, Right Sidebar, Slider, Two Column |
Categories : | Business |
Wall Shelf Blogger Templates
Wall Shelf Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes & TemplateMo |
Detail : | WallShelf is free blogger templates special for personal page sites, this themes not have post to publish and just using page with slider javascript. This themes with design wood and vector for background, design menu and more. If you want find personal page sites for your sites. This themes is good for you choice. |
Compatible : | iefirefoxchrome |
Properties : | Blue, Buy My Themes, Fixed, Right Sidebar, TemplateMo, Two Column |
Categories : | Vector, Wood |
USA Civil War WordPress Themes
USA Civil War WordPress Themes
Features:
Instructions : | How to install this template |
Coder & Designer : | Buy My Themes |
Detail : | Usa Civil War is free wordpress themes with two column very good for blog related about war themes and i make this themes for two type themes as blogger and wordpress themes. You can try using this themes for you sites and if you like war themes, this themes very suitable for your blog. |
Compatible : | iefirefoxchrome |
Properties : | Ads Ready, Brown, Buy My Themes, Fixed, Right Sidebar, Slider, Two Column, Wordpress |
Categories : | Education |
Hi Marijuana WordPress Themes
Hi Marijuana WordPress Themes
Features:
Instructions : | How to install this template |
Coder & Designer : | BloggerTricksAndToolz |
Detail : | Hi Marijuana free wordpress themes with two column, right sidebar, feature post, compatible on all browser, fixed width and very good wordpress themes with categories adult because this themes have marijuana design and icon as main background for this themes. |
Compatible : | IE Firefox chrome |
Properties : | Ads Ready, BloggerTricksAndToolz, Fixed, Gray, Right Sidebar, Two Column, Wordpress |
Categories : | Adult |
Hello Spring Blogger Templates
Hello Spring Blogger Templates
Features:
Instructions : | How to install this template |
Coder & Designer : | BlogTemplate4u & WpThemesFree |
Detail : | Hello Spring is free good blogger templates with vector design at header, two column layout, left sidebar and very good for personal blog and texture wood background make this themes very beautiful. |
Compatible : | iefirefoxchrome |
Properties : | BlogTemplate4u, Brown, Fixed, Left Sidebar, Two Column, WpThemesFree |
Categories : | Vector |
Wednesday, 4 May 2011
Scarlett Adsense Template
Scarlett Adsense Template
- Magazine Blogger Templates
- Blue color, Black background.
- Fixed width, 2 sidebar.
- This template for Magazine, Personal ,blogs
- 3 colums, Right sidebar
- It’s very good template with two top navigation bar, Search box ready..
ProDreams Adsense Template
ProDreams Adsense Template
- Fantastic Blogger Templates
- White background, Right sidebar.
- Red color, Fixed width
- 2 colums, 1 sidebar
- This template for Love, Simple, Personal , blogs
- You’ll love this template, best header, best menu links, Right sidebar..
Adsense Video Template
Adsense Video Template
- Premium Video Blogger Templates
- Dark gray color, top menu bar, adsense ready.
- Featured videos slider, Auto posts thumbnails, footer columns.
- Free Premium blogger template for video blogs.
Illusion of Beauty
Illusion of Beauty
- Movies Blogger Template
- social icons ready, Search box.
- 2 column, right sidebar , colorful design.
- this template for movies blogs.
Subscribe to:
Posts (Atom)