01.29.2009
Toughpress
1 Star2 Stars3 Stars4 Stars5 Stars (11 votes, average: 4.09 out of 5)
Loading ... Loading ...
Score: 80% Bronze
Theme Author: Jinsona Design
Converted By: Alvaris Falcon (Falcon Hive)

Full Test of Toughpress (View Test Demo)
 no.Tested CriteriaPointPassFail
1Template Support Available2 
2Compatible with IE71 
3Compatible with Firefox1 
4Floating Content within post area1 
5Auto adjustment within the post area1 
6Proper Image Alignment1 
7Proper Display of Commenting System1 
8Proper Display of Links and Quick Editing1 
9Proper Display of Blog Archive and Followers Gadget1 
 Total 10 pts8 pts 
 Theme Score80% 

For the details of each of the tested criteria above, click here

Additional Info
Navigation Bar: Yes
Search Bar: Yes
Welcome Message: No
RSS: Yes
Ads space: Yes
Footer Widgets: No

Toughpress Template Layout

Set up the Top Navigation
Go to Layout -> Edit HTML, press [CTRL+F3] to find the code below and replace it with your link.

<li><a href=’#'>Edit</a></li>

For example,

<li><a href=’#'>Edit</a></li> to
<li><a href=’http://www.bloggerstyles.com’>Toughpress Blogger Template</a></li>

Set up the Ads link
Go to Layout -> Edit HTML, press [CTRL+F3] to find the code below and replace it with your own link.

<li><a class=’kwick ad1′ href=’#'><span>Ad1</span></a></li>
<li><a class=’kwick ad2′ href=’#'><span>Ad2</span></a></li>
<li><a class=’kwick ad3′ href=’#'><span>Ad3</span></a></li>
<li><a class=’kwick ad6′ href=’#'><span>Ad6</span></a></li>
<li><a class=’kwick ad5′ href=’#'><span>Ad5</span></a></li>
<li><a class=’kwick ad4′ href=’#'><span>Ad4</span></a></li>
For example,
<li><a class=’kwick ad1′ href=’#'><span>Ad1</span></a></li> to
<li><a class=’kwick ad1′ href=’http://www.bloggerstyles.com/ads’><span>Toughpress Ad</span></a></li>

Set up the Ads image
Go to Layout -> Edit HTML, press [CTRL+F3] to find the code below and replace it with your image URL.

#kwick .ad1 {background: #25241E url(http://i36.photobucket.com/albums/e2/alvaris924/Toughpress%20Project/ad1.gif);}
#kwick .ad2 {background: #25241E url(http://i36.photobucket.com/albums/e2/alvaris924/Toughpress%20Project/ad2.gif);}
#kwick .ad3 {background: #25241E url(http://i36.photobucket.com/albums/e2/alvaris924/Toughpress%20Project/ad3.gif);}
#kwick .ad4 {background: #25241E url(http://i36.photobucket.com/albums/e2/alvaris924/Toughpress%20Project/ad4.gif);
border-right: 0;}
#kwick .ad5{background: #25241E url(http://i36.photobucket.com/albums/e2/alvaris924/Toughpress%20Project/ad5.gif);}
#kwick .ad6 {background: #25241E url(http://i36.photobucket.com/albums/e2/alvaris924/Toughpress%20Project/ad6.gif);}

For example,

#kwick .ad1 {background: #25241E url(http://i36.photobucket.com/albums/e2/alvaris924/Toughpress%20Project/ad1.gif);} to
#kwick .ad1 {background: #25241E url(http://i36.photobucket.com/albums/e2/alvaris924/Elegance%20Project/logo.png);}

Set up the RSS feed
Go to Layout -> Edit HTML, press [CTRL+F3] to find the code below and replace it with your own RSS link.

<a href=’http://hive-toughpress-demo.blogspot.com/feeds/posts/default’>

Set up the Javascript for Ads
This template is originally designed with Javascript code, which gives an interesting hover effect for the ads. Although the Blogger cannot host the Mootools Javascript, you can still use the Mootools Javascript imported from other WordPress theme hosting site, with the risk that it might not work on sometime.

To achieve this, go to Layout -> Edit HTML, press [CTRL+F3] to find the blue highlighted code below and add the yellow highlighted Javascript code inside it.

]]></b:skin>
</head>
<script type=”text/javascript” src=”http://test.wpthemesfree.com/wp-content/themes/toughpress/mootools.js”></script>
<script type=”text/javascript”>
var Site = {
start: function(){
if ($(‘kwick’)) Site.parseKwicks();
},
parseKwicks: function(){
var kwicks = $$(‘#kwick .kwick’);
var fx = new Fx.Elements(kwicks, {wait: false, duration: 200, transition: Fx.Transitions.quadOut});
kwicks.each(function(kwick, i){
kwick.addEvent(‘mouseenter’, function(e){
var obj = {};
obj[i] = {
‘width’: [kwick.getStyle('width').toInt(), 185]
};
kwicks.each(function(other, j){
if (other != kwick){
var w = other.getStyle(‘width’).toInt();
if (w != 105) obj[j] = {‘width’: [w, 105]};
}
});
fx.start(obj);
});
});
$(‘kwick’).addEvent(‘mouseleave’, function(e){
var obj = {};
kwicks.each(function(other, j){
obj[j] = {‘width’: [other.getStyle('width').toInt(), 125]};
});
fx.start(obj);
});
},
jinsona: function(){ }
};
window.addEvent(‘load’, Site.start);
</script>
<body>

  • Digg
  • del.icio.us
  • Technorati
  • StumbleUpon
  • email
  • Twitter
  • Google Bookmarks
  • Facebook
  • Mixx
  • RSS
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
4 Responses
  1. Fernando says:

    Hey,
    awesome template. question, what do i do to change the “Posted by ___ under ____” text. Can i make is just say “posted by ____”

  2. Dave says:

    I want to use your toughpress template for my blogger blog, but when I download from here and try to upload this template it seems like the compressed folder is empty and I get errors.

    In blogger do I not just have to upload the template. What am I doing wrong.

    Your help would be much appreciated as your template looks awesome.

  3. Pushp Ranjan says:

    how install this templete in my blogger blog??????

  4. pustakaemas says:

    Hi, I’ve try to follow your advice for ads link & image…but the image doesn’t appear

Read this first...
  • For templates designed by BloggerStyles, we'll try to solve your functionality issues within 3 business days.
  • For templates designed by other authors, please seek support directly from the author. You can also post your issues here but solution is not guaranteed.
  • If you find any discrepancy in any of the tested item, please specify which items and the reasons.
Find out the full details of the templates support here. All comments will be moderated to avoid any malicious or offensive comments.
Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

The sites below are the proud partners of BloggerStyles. Are you a good template designer/converter? Become our partner now!
You will get support for the templates designed/converted by the following partners. Also a template designer
 

About Our Templates

All the Blogger templates listed on this site went through a series of tests. Discover how we rate the templates below:

Recent Comments

  • Karen: 1st time using Brownline template and have 2 unsolved myster...
  • Emman: this template looks good but some images are missing....
  • jacobon: please can someone help me out 1- the drop down menu is s...
  • Linda: I downloaded the Caribbean Pirate template but it does not s...
  • HOLLA: Indonesia? Hey creator, that Twin Tower on the header is at ...

About Us

Our goal for this site is to make Blogger a better place when it comes to Blogging.

We provide thousands of template downloads and ratings on each of the blogger templates.

© 2012 All Rights Reserved. BloggerStyles.com.
Terms of use | About Us
Home | My Blogger Templates | Wordpress to Blogger | Contact Us