Joomla Tutor

IconFree Tutorial, Download,Install Templates, Component, Module, Mambots, Customize CMS Joomla ...

Fix Overlapping Comments Problem Blogger template : Halo 01


This posting is out of content about Joomla, this blog is using template blogger Hallo 01 from Amanda (BloggerBuster). It's very minimalist and good design template.

More features of this template include:

* Navigation links beneath the header
* Icon to the right of the header (which can be replaced with your own photo or avatar if preferred)
* Fully widgetized sidebar
* Three column footer section
* Styling (and code) to display your own Flickr photostream
* Fonts and colors can be customized through your Blogger dashboard

But any problem with comment template, Overlapping Comments.

How to fix it

1. Copy this code CSS and paste before ]]></b:skin>

/* Comments
----------------------------------------------- */
.commentlistdiv {
margin-top: 10px;padding:10px;
background: #FFF;border:
1px dotted #000;font-size: 0.75em;color: #666;}
.commentlistdiv h1 {font-size: 1.3em;
color: #366799;border-bottom: 1px solid #eee;
line-height: 1.5em;}
.commentlist li {background: #fff;
border-bottom: 1px solid #000;padding: 20px;list-style-type:none;}
.commentlist li.alt {background: #fff;}
.pane_l {float: left;display: inline;
width: 160px;min-width: 160px;max-width: 160px;
border-right: 1px solid #000;padding-right: 20px;margin-right: 20px;}
.pane_r {display: block;line-height: 1.5em;margin-left: 201px;}
.c_author {font-size: 0.9em;font-weight: bold;margin: 0px 0px 7px 0px;}
.c_avatar {display: block;margin: 0px 0px 7px 0px;}
.c_date {color: #aaa;font-size: 0.9em;margin: 0px 0px 7px 0px;}
.c_approved {color: #aaa;font-size: 0.9em;}


2. Find Code


<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<b:if cond='data:comment.author == data:post.author'>
<div class='comment-blog-author'>
<dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
<a expr:name='data:comment.anchorName'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/><br/>
</dt>
<dd class='comment-body prop min50px'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
<p>
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</p>
</dd>
</div>
<div class='clear' style='clear: both;'/>
<b:else/>
<div class='comment-general'>
<dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
<a expr:name='data:comment.anchorName'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/><br/>
</dt>
<dd class='comment-body prop min50px'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
<p>
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</p>
</dd>
</div>
<div class='clear' style='clear: both;'/>
</b:if>
</b:loop>
</dl>


3. And Replace All With


 <ul class='commentlist'>

<b:loop values='data:post.comments' var='comment'><li>

<div class='pane_l'>

<div class='c_author'>

<b:if cond='data:comment.authorUrl'>

<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>

<b:else/>

<data:comment.author/>

</b:if>

<data:commentPostedByMsg/>

</div>

<div class='c_avatar'/>

<div class='c_date'><data:comment.timestamp/></div>
<div class='c_approved'/>

</div>

<div class='pane_r'>

<data:comment.body/>

</div>

<div class=' clear'/></li>

</b:loop>

 </ul>


4. Save Your Template

Related Posts ...

 
 
 
 

Post a Comment 14 comments:

  • . Anonymous
    said...
    December 21, 2008 at 4:54 PM

    Wow, great modification and everything look OK...


  • . Ir. hydir
    said...
    December 24, 2008 at 12:13 PM

    thanks for the info...
    I'll try first with this blog
    to look if anything is okay
    after I post more than two lines :)


  • . Anonymous
    said...
    January 7, 2009 at 8:49 PM

    You've made my day big brother. I've been looking around to find answers or this problem until i found your link today.

    More power and God Bless!

    SAMMY_D3marketers


  • . Jessica
    said...
    January 17, 2009 at 9:42 AM

    Wow!! It worked! I've been looking for this fix for soo long. I wrote to Amanda, to a lot of other web designers, and nada.

    The link you wrote in Amanda's Blogger Buster doen not lesd here, so I had to look and look, but I found you!

    Thanks!!!!!!


  • . Nichole
    said...
    January 28, 2009 at 1:39 PM

    YAY! Thanks for help fixing this.

    Small problem, my blog has a dark background and now I cannot read comments because the comments are yellow on a white background. How do I change the color of the comment font?


  • . Antonio
    said...
    January 31, 2009 at 6:54 AM

    Thank you you've saved my day!


  • . Anonymous
    said...
    June 4, 2009 at 7:32 PM

    Thanks a ton. With your support my blog looks superb. Cheers


  • . driftglass
    said...
    September 21, 2009 at 10:09 AM

    Thanks a ton: This one has been bugging me (and my readers) for months.


  • . Hendi Surya Lubis
    said...
    February 10, 2011 at 4:04 AM

    very helpfull
    thanks mate


  • . ashley
    said...
    July 28, 2011 at 3:23 PM

    This is the right blog for anyone who wants to find out about this topic. You realize so much its almost hard to argue with you (not that I actually would want…HaHa). You definitely put a new spin on a topic thats been written about for years. Great stuff, just great!dating sites


  • . Anonymous
    said...
    May 17, 2013 at 6:39 AM

    Hey there! Do you know if they make any plugins to help with Search Engine Optimization?
    I'm trying to get my blog to rank for some targeted keywords but I'm not seeing very good gains.

    If you know of any please share. Many thanks!

    Here is my web site ... Order Trimextrin


  • . Anonymous
    said...
    May 27, 2013 at 7:39 PM

    Pretty! This has been an incredibly wonderful post.
    Thank you for providing this information.

    my webpage: Green coffee reviews


  • . Anonymous
    said...
    May 29, 2013 at 3:32 AM

    Wonderful blog! I found it while browsing on Yahoo News.

    Do you have any suggestions on how to get listed in Yahoo News?
    I've been trying for a while but I never seem to get there! Appreciate it

    Feel free to visit my site :: Levela And Auravie


  • . Anonymous
    said...
    June 7, 2013 at 12:42 PM

    These mutations somewhat diminish, but do not nearly completely inhibit, the normal function of alpha-glucosidase.
    If you only lift ten pounds routinely, your muscles will grow to
    meet that need and no more. One mistake that people who want to build muscles quickly but have
    no information is the lack of information regarding how much
    they should eat in order to grow muscles.

    Feel free to surf to my website Power Pump XL Muscle Building


Post a Comment

Give your comment or question about joomla