Free Blogger Templates

BTemplates, the best place for Blogger templates since 2008.

Madalyn Blogger Template

Madalyn

Free Download Live Demo

6,337 Downloads.


Mobile screenshot

Instructions

  1. How to install a Blogger template.

About Madalyn

Madalyn is a free Blogger template adapted from WordPress with 2 columns, magazine-like layout, right sidebar, ads ready, footer columns and posts thumbnails.


More Magazine Blogger templates:


Credits

Author: PBTemplates.
Designer: .


15 Questions and comments on Madalyn

Sumku 11 December 2010 at 8:52

Nice Template however the contents of the individual posts are coming as half and the user needs to click on the header of the post to read the complete article. How to display the entire content on the page itself.

Thanks in advance

Regards,
Sumku

↩ Reply
Claudia 11 December 2010 at 12:37

@Sumku: Go to Design/Edit HTML, click on “Expand widget templates” and find the following code:

<p><script type='text/javascript'>
summary_noimg = 400;
summary_img = 400;
img_thumb_height = 125;
img_thumb_width = 125;
</script>
<script type='text/javascript'>
//<![CDATA[

function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx =  s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}

function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}

var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}

//]]>
</script>
<b:if cond='data:blog.pageType != "static_page"'>
<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>

Replace it by:

<b:if cond='data:blog.pageType == "home"'><data:post.body/></b:if>

Save changes.

↩ Reply
Ryan 16 December 2010 at 21:02

@Claudia –

I followed the code above, and now nothing shows up for the story until you click the header and go to it.

Also… how do you remove the big h2. date-header from appearing?

↩ Reply
Claudia 19 December 2010 at 2:36

@Ryan: Please, leave your blog URL when you comment. I need to check what’s going wrong.

↩ Reply
dash 28 December 2010 at 0:08

When I uploaded the template it gave an XML error message that said content is not allowed in prolog and it said the template is not well-formed

↩ Reply
Steve, The Oxygen Bandit 28 December 2010 at 4:56

Hey,

Just wanted to say I Lurve this template, thankyou!
Although I’m new to this and have 2 problems. The first being that the ‘twitter’ link on the upper right hand side(text image, next to twitter screen), is broken? Also, I don’t know how to modify the menu bar and create my own links/content there. If you could help me with this or direct me to a place where i can find a ‘how to’ or ‘fix it’ guide that would be awesome!

Cheers, Oxy
(And thanks again for a stylish template)

↩ Reply
Josue 4 January 2011 at 14:19

Hi!
I am using this Template, it’s great!, but I would like to know how can I eliminate the gray bar like “Posted by XXXXXX on 14:43”

and thanks for the template! =)

↩ Reply
Claudia 5 January 2011 at 9:24

@Josue: Go to Design/Edit HTML/Expand widget templates, and remove the following code:

<div class='post-meta'>
<span class='italic'>Posted by <data:post.author/> on <data:post.timestamp/>. <b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if></b:loop></b:if> -  <b:if cond='data:post.allowComments'><a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 0'>No comments</b:if><b:if cond='data:post.numComments == 1'>1 comment</b:if><b:if cond='data:post.numComments >= 2'><data:post.numComments/> comments</b:if></a></b:if></span>
</div>

Finally save changes.

↩ Reply
Josue 5 January 2011 at 11:40

@Claudia:
Thanks Cladia!…I’d like to know how can I change the home page view. I have the same problem of Sumku

“the contents of the individual posts are coming as half and the user needs to click on the header of the post to read the complete article. How to display the entire content on the page itself.”.

I replaced the code, but it gave an XML error message. I hope you can help me with that. =)

↩ Reply
Pedro 7 January 2011 at 19:26

Hi! I’d Like to know how can I change the entry title font because I want to write in spanish and template doesn’t allow it.

↩ Reply
Claudia 10 January 2011 at 11:20

@Pedro: Ve a Diseño/Edición de HTML, y busca la siguiente línea de código:

Cufon.replace('.post-title a,.single-post-title a, .slider-post h2', { textShadow: '1px 1px 1px #E2EEF1', hover: true, });

Bórrala y guarda los cambios. Dime si funciona.

↩ Reply
claudio 26 February 2011 at 16:50

Gostaria de colocar uma opção para ir ao painel de controle no blog. E como faço pra manipular as feeds que tem no blog que estão no canto superior direito?

↩ Reply
zero-ball 23 August 2011 at 7:41

how to remove widget “joit the community”???
n how to change link bar???
thankz

↩ Reply
Zubair 20 March 2013 at 8:22

How to add advertisement in ads spaces?
How to change main menu(Top)?
because thre are dots are shown

↩ Reply

Leave a Reply to Ryan Cancel reply

Your email address will not be published. Required fields are marked *