Forums

Double Coloum after disqus installtion (5 posts)

  1. eyashwant
    Member
    Posted 2 years ago #

    http://www.digitechnix.co.cc/

    Herein the home page it shows like 2 boxes for comments
    1st one is blank and 2nd one has "0 Comments"
    So I want to remove 1st one
    I tried a lot and failed
    I was fine. But when I installed disqus it gave me like this.
    Please help me fix it

  2. dsdeur
    Member
    Posted 2 years ago #

    Ok what you need to do is modify the index.php file. Search for the post div, within that div is the date dive with the comms div. There are to links witch are the comment boxes. The first one is the empty one, so try to delete it.
    Please make sure you have a backup so you don't delete anything by exident.

    Hope this will help.

    Greetz,

    Durgé
    Dimics.com

  3. eyashwant
    Member
    Posted 2 years ago #

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
            <div class="date">{ Posted on <?php the_time('M d Y'); ?> by <?php the_author(); ?> }<div class="comms"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></div></div>

    This is what I found in templates index.php and I think it is perfectly ok. The problem came only after installation of disqus

    Any help?

  4. alchymyth
    The Sweeper
    Posted 2 years ago #

    just a hack:
    add this at the end of the style.css of your theme:
    .dsq-comment-count {margin-top:-28px;}

    seems to work in IE7, Safari, Chrome and Firefox.

    you also have quite a few validation errors

  5. eyashwant
    Member
    Posted 2 years ago #

    Thanks for solving the problem
    It worked easily...
    So will this cause any problem in SEO?
    More over how to solve these validation errors?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.