• Hi,

    I have a website ‘infozonek.com’, Can you please tell me that Disqus can be integrated into this theme. I need special support frm Live Wire Theme support team.

    I activated Disqus plugin on Live Wire but do not work on it. Please help!

    Thanks,

    Asif Mansoor
    WebSoft

Viewing 15 replies - 1 through 15 (of 21 total)
  • Theme Author Sami Keijonen

    (@samikeijonen)

    What plugin are you using?

    In general you should ask this from plugin author and how it replaces WordPress comment form.

    Thread Starter Asif Mansoor

    (@infozonepk)

    Hi,

    I am using Disqus. Its a plugin that replaces your Comments area with most amazing and social features.

    YOu can check it at Disqus site that how it works but with LivWire Theme it is not working. Please can you check the issue by installing itat your end?

    Thanks,

    Asif

    Theme Author Sami Keijonen

    (@samikeijonen)

    I don’t mean to sound rude but can you ask this in their forum. I have now clue how this plugin works and Live Wire is using standard WP comments system like comment_form function. So I’m not gonna change anything from the theme unless there is a bug.

    And describe the problem in more detail: in what way it doesn’t work.

    Thread Starter Asif Mansoor

    (@infozonepk)

    DISQUS is an integrated Coment system

    Read more at: https://disqus.com/

    At LiveWire Themes as on my website (infozonepk.com) it does not work properly.

    Please test it once. Its enjoyable and then tell me please.

    Theme Author Sami Keijonen

    (@samikeijonen)

    You need to have a account in disqus.com to test it, so it stopped my testing.

    You just need to ask it yourself in their forum, it’s not that hard:)

    Theme Author Sami Keijonen

    (@samikeijonen)

    And describe the problem in more detail: in what way it doesn’t work?

    Theme Author Sami Keijonen

    (@samikeijonen)

    Thread Starter Asif Mansoor

    (@infozonepk)

    Hi,

    I have an Disqus account and integrated Disqus plugin into my LiveWire Theme of wordpress but at comments are no such disqus feature shows and the message shows only Comments are Closed!

    I have already enabled comments.

    Please help me to solve the issue!

    Thanks,

    Asif

    Theme Author Sami Keijonen

    (@samikeijonen)

    Have you enabled comments when you edit post? It’s disqussion metabox and there are also Allow comments-choice.

    Thread Starter Asif Mansoor

    (@infozonepk)

    Yes,

    Comments are allowed already in discussion settings. But when disqus plugin is enabled with import all comments to this then this plugin interface does not show but only “Comments are Closed” message.

    I think there is some thing being conflict.

    Theme Author Sami Keijonen

    (@samikeijonen)

    You should ask this from plugin author.

    Theme Author Sami Keijonen

    (@samikeijonen)

    Okei here is solutions for this problem.

    Add this code in your child theme functions.php inside setup function.

    remove_filter( 'comments_template', 'dsq_comments_template' );
    add_filter( 'comments_template', 'dsq_comments_template', 99 ); // You can use any priority higher than '10'

    You have to say thanks to Justin Tadlock for this.

    Basically it means that this plugin should filter comment template after theme does it.

    Thread Starter Asif Mansoor

    (@infozonepk)

    Hello,

    I am not using the child theme of Live Wire. I have worked from start on main theme and also have major changes in it. So if I add it into main theme then will not be any problem and will work or its not better to use in main theme.

    It is not possible for me to use child theme as many more changes made in main theme that’s why I can not update it.

    Please help and guide.

    Thanks,

    Asif

    Theme Author Sami Keijonen

    (@samikeijonen)

    You will loose all your modifications when you update the theme Live Wire. That’s the reason why should have used child theme in the first place.

    Theme Author Sami Keijonen

    (@samikeijonen)

    Yes that is correct.

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Disqus Integration in Live Wire’ is closed to new replies.