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

    (@samikeijonen)

    That’s weird. There is nothing in the update that’s related to comments. You can see the commits in here.

    https://github.com/samikeijonen/path/commits/master

    Does someone knows how that plugin works, because I don’t.

    Thread Starter acquariusoft

    (@acquariusoft)

    Yes it’s strange, but you can try simply install your theme and disquss plugin.
    You can see that comments is’s closed and it’s not possible open it.

    Theme Author Sami Keijonen

    (@samikeijonen)

    It seems that I have to sign up for use it. Can you link to your site so that I can take a look.

    Thread Starter acquariusoft

    (@acquariusoft)

    you can use also without login, also it’s free, so you can sign ;D

    my blog is http://www.telefoniablog.net and coose one post, but for now i must use old version, so i don’t know this can help.

    Theme Author Sami Keijonen

    (@samikeijonen)

    You’re right, it doesn’t help. I can try to check out this plugin but I will not promise you anything. As far as I know, theme uses WP comments right way. So you might need to ask this in their forum.

    Thread Starter acquariusoft

    (@acquariusoft)

    tnx for all!!

    Theme Author Sami Keijonen

    (@samikeijonen)

    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 acquariusoft

    (@acquariusoft)

    Tnx work very well!!

    Hi,

    Can I add this code in the main theme (live-wire) ?

    If not possible then please just guide me that to add it in child theme where I have to put the child theme i.e in wp-content/theme or indside the live-wire folder?

    Thanks,

    Asif

    Theme Author Sami Keijonen

    (@samikeijonen)

    Add code in your child theme functions.php inside setup function. Here is premade child theme for Live Wire.

    http://themehybrid.com/themes/live-wire-child

    Hi,

    I have done it by installing child theme and adding this code remove_filter( ‘comments_template’, ‘dsq_comments_template’ );
    add_filter( ‘comments_template’, ‘dsq_comments_template’, 99 ); // You can use any priority higher than ’10’

    in functions.php and then activating the child theme.

    Thanks,

    Asif

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘ver 0.2 break disqus plugin’ is closed to new replies.