• Resolved christof_schelfhout

    (@christof_schelfhout)


    Good morning to all. It seems like I have a cosmetic problem on my website. Please take a look at MeteoFlash home page and navigate to below, where you can find the comment list. Then take a look at the second comment: it is definitely visible that there are black ‘boxes’ around all the text.

    I have changed the default font of my theme to Arial, and have uploaded a custom background image which I hacked through a #yui-main CSS line of code.

    <div id="comment-4">
            <div class="comment-author vcard">
                <div class="raindrops-comment-avatar">
     </div>
                    <div class="raindrops-comment-author-meta">
    <cite class="fn">General Lee</cite>  <span class="says">says:</span>                </div>
                    <div class="comment-meta commentmetadata clearfix">
                        <a href="https://www.meteoflash.be/frontend/comment-page-1/#comment-4">29/04/2014 at 21:46</a>
     <a class="comment-edit-link" href="https://www.meteoflash.be/frontend/wp-admin/comment.php?action=editcomment&c=4"> Edit </a>                </div>
                </div>
        <!-- .comment-author .vcard -->
        <!-- .comment-meta .commentmetadata -->
                <div class="comment-body">
    <p>System test succesfull. <img src="https://www.meteoflash.be/frontend/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"> </p>
    			</div>
    			<div class="reply">
    <a class="comment-reply-link" href="/frontend/?replytocom=4#respond" onclick="return addComment.moveForm(&quot;comment-4&quot;, &quot;4&quot;, &quot;respond&quot;, &quot;56&quot;)">Reply</a>            </div>
        <!-- .reply -->
    </div>
    <div class="comment-body">
    <p>System test succesfull. <img src="https://www.meteoflash.be/frontend/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"> </p>
    </div>

    The chunks of code don’t really make sense to me, and as the number at <div id="comment-4">... keeps incrementing as comments are posted, I don’t really see a solution to this strange behavior.

    Maybe someone in here knows what can be done about this? I’ve tried several times to fill the comment unit with a background by CSS code, but it doesn’t really pay off.

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi christof_schelfhout

    Please open raindrops / lib / csscolor.css.php

    line:45 find below

    legend,
    #sidebar,
    div[id^="doc"],
    #hd,
    h1,
    div[id="yui-main"],
    .entry ol ol ,.entry ul,
    .entry ul * {
    %c_5%
    }

    Try chenge below

    legend,
    #sidebar,
    div[id^="doc"],
    #hd,
    h1,
    div[id="yui-main"],
    .entry ol ol ,.entry ul/*,
    .entry ul * */{
    %c_5%
    }

    ( .entry ul * comment out or remove )

    Thank you.

    Thread Starter christof_schelfhout

    (@christof_schelfhout)

    That’s the piece of code I’ve been looking for the past 20 minutes. The one and only solution, a million, no, a zillion thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Raindrops] Paragraphs in comments are boxed’ is closed to new replies.