• Resolved bobbyau

    (@bobbyau)


    Howdy πŸ™‚

    I’ve moved over to interface with no problems accept the comments area is not showing up at all on any post. http://cuptaste.com/coffee-roasters/south-australian-coffee-roasters/ (this post does have a few comments but not currently showing up)

    Not sure what to do?

    Also, the titles of pages/posts use the colour #63c6ae, actually I mean the colour strip that runs through it uses that colour – how can we change the colour?

    ALso, dates, authors at the top of pages/posts – can we remove that?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi , i have found solution to that problem go to inc > structure
    then open file content-extensions.php and search for this :
    interface_theloop_for_single
    or directly scroll into line 261
    then scroll down until you see closing tag of article and section, like this :
    </articele>
    </section>
    then between or after them add this code :
    <?php
    comments_template( get_template_directory() . ‘/comments.php’, true );
    ?>

    keep in mind this is not the best solution but resolved my problem

    Thread Starter bobbyau

    (@bobbyau)

    The theme owners are aware of the problem. Hopefully it wont be too long before they fix it.

    Thanks for your suggestion @f.n174

    Theme Author Theme Horse

    (@themehorse)

    Hi @bobbyau

    Please update your theme we have fixed the comment issue.
    Also To change the page/post title background color and to remove dates, authors at the top of pages/posts Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .page-title-wrap {
        background-color: #63C6AE;
    }
    .entry-meta .by-author,
    .entry-meta .date,
    .entry-meta .comments {
        display: none;
    }

    Note: Change above HEX color code 63C6AE to your own color code.

    Thank you all for using our theme and reporting the issue.

    Regards,
    Theme Horse

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comment section not showing’ is closed to new replies.