Numerto Magazine Blogger Template

Numerto Magazine Blogger Template is a clean-looking template that is two-column with 4 footer columns available. Here are some of the features:
- Banner ready
- Has a built-in slider
- Has social bookmarks widget
- Thumbnail is displayed on homepage if image is available
- Compatible with Firefox, Safari, Chrome, IE9, IE8, IE7
- Uses Google Web Fonts
SPECIAL NOTES:
To edit the slider, do the following:
1. Go to DESIGN. Click EDIT HTML and check EXPAND WIDGET TEMPLATES.
2. Search for HTML898. Below it, there’s <ul> tag. Inside it are the <li> tags. That’s the place to edit the sliders.
Replace the one in red with the link and title of your blog post, respectively.
<a href='http://numerto-magazine-blogger-template.blogspot.com/' title='sed nunc augue'>
Replace the one in red with the link of your image. You can adjust the width by replacing the value of width=”39″
<img alt='sed nunc augue' class='slimage full alignleft' height='198' src='http://www.simplewpthemes.com/demo/theme/wp-content/uploads/2010/07/22.jpg' width='398'/>
Replace the one in red with the link and title of your blog post, respectively. The texts inside the <p> tag should be replaced with a short description / summary of your blog post.
<h2 class='titlesl'>
<a href='http://numerto-magazine-blogger-template.blogspot.com/' title='sed nunc augue'>Sed nunc augue</a>
</h2>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non...</p>
If you want to remove the slider, look for the following code and delete:
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<!-- Slider -->
<div id='sliderw'>
<b:section class='slider' id='slider' maxwidgets='1' showaddelement='no'>
<b:widget id='HTML898' locked='true' title='Slider' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'>Bookmark Us</h2>
</b:if>
<ul>
<li>
<a href='http://numerto-magazine-blogger-template.blogspot.com/' title='sed nunc augue'>
<img alt='sed nunc augue' class='slimage full alignleft' height='198' src='http://www.simplewpthemes.com/demo/theme/wp-content/uploads/2010/07/22.jpg' width='398'/>
</a>
<h2 class='titlesl'>
<a href='http://numerto-magazine-blogger-template.blogspot.com/' title='sed nunc augue'>Sed nunc augue</a>
</h2>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non...</p>
</li>
<li>
<a href='http://numerto-magazine-blogger-template.blogspot.com/' title='mauris euismod rhoncus tortor'>
<img alt='mauris euismod rhoncus tortor' class='slimage full alignleft' height='198' src='http://www.simplewpthemes.com/demo/theme/wp-content/uploads/2010/07/1.jpg' width='398'/>
</a>
<h2 class='titlesl'>
<a href='http://numerto-magazine-blogger-template.blogspot.com/' title='mauris euismod rhoncus tortor'>Mauris euismod rhoncus tortor</a>
</h2>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non...</p>
</li>
<li>
<a href='http://numerto-magazine-blogger-template.blogspot.com/' title='why is it needed'>
<img alt='why is it needed' class='slimage full alignleft' height='198' src='http://www.simplewpthemes.com/demo/theme/wp-content/uploads/2010/07/3.jpg' width='398'/>
</a>
<h2 class='titlesl'>
<a href='http://numerto-magazine-blogger-template.blogspot.com/' title='why is it needed'>Why is it needed</a>
</h2>
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non...</p>
</li>
</ul>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
</div>
<!-- End Slider -->
</b:if>
Tags: blogger template, two sidebars, with slider
09Sep
I am using this theme for my blog (http://newyorkslim.blogspot.com/) but when you click on the “pages” links at the top it does not work – they show up blank. Please help! My email is – s.hohenshil@gmail.com
09Sep
I like the clean layout of this template. Thank you for creating it!
Is there a way to have the slider speed of images slowed downed/changed?
09Sep
@Michelle – yes, you can make the slider slower:
in your template in edit template, expand widget templates, then search for “$(document).ready(function()”. you can add a speed and pause property like this:
$(document).ready(function(){
$(“#slider”).easySlider({
auto: true,
continuous: true,
speed: 3000,
pause: 6000
});
});
The higher the values for speed and pause, the longer the delay and the slower the scrolling.
09Sep
How does the slider works?
I can’t see nothing
09Sep
@Fulvio – It will work if there are two or more different items in the slider. It seems that you only have one item in your slider that’s why it isn’t rotating.
09Sep
Hi! I love this template. It’s sooo beautiful. Thanks a lot
09Sep
Love the Numerto template. Beautiful. Thanks much for this. I’m a complete novice so please excuse my ignorance but I need help with the slider. Can someone point me to a tutorial I can understand or help me with:
1. I have the slider code text file. How do I add my images/text? Where should they be filed? What size do images need to be – is it 398Wx198H pixels?
2. Then where do I file the code and how do I link or insert it into the template?
3. Are you happy to recommend the new Blogger editor to work with this template? What do you think of Live Writer as a post editor?
Appreciate your assistance.
09Sep
Hi there!
I love this clean and no-nonsense template! Thanks for sharing!
I do have some questions though, regarding customising it. Is is possible to change the fonts and the colours of the text ? (I’d like to have ‘Just another hand’ for all the titles, and ‘Josephine slab’ for the regular text)
Also, somehow the date of my posts are not being show, and I’m not sure how to fix it. Normally I customise templates through the editor but I don’t really know my way in HTML
One last question, about the slider. I’m maybe stupid but I don’t know how to insert my own pictures. And is it possible to insert a picture covering the whole size of the slider, and have no side text to it? (almost like a header)
Sorry for all these questions! I’ve been trying to figure it out on my own first, but now after 3 days I really don’t seem to get any further
Natalina.
09Sep
How to make the slide works?
09Sep
I have updated the post on how to edit the slider.
09Sep
It work. thank you
.
09Sep
Hi Purple,
I want to know how can make changes FOR DATE present on top right side,its showing undefined, and its not within the box.Please do tell how to write description of the blog if possible explain me with few example , plz help as I am new to this html thing.
09Sep
When I put “insert jump break” in the text why size picture suddenly changed? how do I fix this? thanks.
09Sep
Hello. I love this template a lot and now I am using it. But the option “read more” doesnt appears, and people see full notes to read. please help me how to put this option
Thank you.
09Sep
@Iogla – the picture gets resized to insert a thumbnail whenever there’s a image in you post.
09Sep
nice template. thanks a lot…. very very very beautiful, elegance, clear, two thumb up…..
09Sep
Hello, nice template. I have a question: How can I insert an image in the background? I’m a bit newbie.
Thanks a lot.
09Sep
Hi…
I need help with this template. I want to change the background.
I looked for many tutorials, but I didn’t find any that can help me. I need to change the background, putting a image, but I don’t know how I can do it…
Thanks.