Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 8 posts - 1 through 8 (of 8 total)

remove comments as the default

Home Forums Misc. General Forums remove comments as the default

  • #12322

    beckett

    subscriber

    I don’t want comments on my Triton pro site. I been into settings > discussion> Default article settings> unchecked Allow people to post comments on new articles . but i don’t think has worked.

    Any ideas?

    #16655

    Towfiq I.

    administrator

    it should work. You can also remove this lines from single.php and page.php files:

    <div class="comments_template"><?php comments_template('',true); ?></div>

    #16656

    beckett

    subscriber

    It works , in as much as no one can comment but it shows “0 comments” on the post when read by the viewer. Can you point me in the direction of help in adding in code as you have suggested? I have never done that before. Is there a you tube vid?

    I am also having a problem with making the text on my posts only appear on the right of the pictures. I want to have several pics per post and comment on the right. If often wraps around to the bottom of the post. And finally the spacing between pictures when they are posted in a column is not the same between all pics. What should I do?

    I know in akin you many questions but once I’ve masted these few things I will not be so needy

    #16657

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “single.php” from right and find this line and remove it:

    <div class="comments_template"><?php comments_template('',true); ?></div>

    Then do the same for page.php.

    Then Select “stylesheet” from right and add this line to the very bottom:

    .lay1 .block_comm, .lay2 .block_comm, .lay3 .block_comm{display:none!important;}

    I dont understand your 2nd question.

    #16658

    beckett

    subscriber

    No , taking out those lines of code and adding in the last one doesn’t work

    #16659

    beckett

    subscriber
    #16660

    Towfiq I.

    administrator

    what are you talking about? it should work. Are you doing it right? Did you install any cache plugin?

    #16661

    beckett

    subscriber

    I have worked out why it wasn’t working. But it does now . thanks