• cyclosity

    (@cyclosity)


    Hey,

    I’ve been having some trouble with a theme I installed. Check out this page, for example.

    There’s the “add comment” form – which is nice – but since I’ve installed disqus, I want to get rid of it.

    I’ve tried searching all the source CSS/PHP files – can’t find anything using “Add a comment” or a comment form file – but would like to not have that comment form on the bottom of the posts and just use disqus. Anybody more familiar with carrington?

    Sorry if this isn’t the right place.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter cyclosity

    (@cyclosity)

    Hi,

    First off, thanks for taking the time to try and help with this.

    The add comment form that drops down when you click on “add a comment” is part of Carrington, the them which I am using. I have a post in their support forum requesting advice but have not had a reply there yet.

    Disqus is the system I would like to use, which you see only on individual post pages.

    Ah now I see what you mean. You’ve got a double loading issue correct?

    You have a comment here box and a diquss box.

    Simplest solution would be to ‘hide; the first one. It doesn’t fix the issue but at least it’s a work around.

    The class for the text is: .comments-link

    So all you need to do is do is

    .comments-link {display: none;}

    Add that to the CSS stylesheet.

    I don’t have access to the Carrington theme so I can’t advise much more than this.

    Thread Starter cyclosity

    (@cyclosity)

    Awesome, that got rid of the stupid comment box!

    Do you know of a way to instead turn that text that it got rid of into a link to the stand-alone post page so that the disqus comment box can load?

    That’s going to take some hacking of the theme to achieve to be honest, probably more complicated and you’d need to contact the theme creator for help with this and/or create a child theme for this page.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Comment forms’ is closed to new replies.