Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Mathieu Viet

    (@imath)

    You need to click on a link to open the text box ?
    I think you commented on my blog, i’ll check the link you used there.

    Plugin Author Mathieu Viet

    (@imath)

    Apparently, the link you posted on my blog : https://www.tisystem.com.br/meubrasilmelhor.com.br/ideastream/ is not active anymore. But seeing your theme their might be a javascript my plugin is not aware of that is required to be loaded so that clicking on the link displays the comment form.

    A way to solve this is to put a regular page template in your theme making sure the comment form is include and call the file ideastream.php

    Thread Starter adilson.costa

    (@adilsoncosta)

    Hi Imath,

    I change the link, you can use this: https://www.meubrasilmelhor.com.br

    On click in link to enter the comment, the text box do not open!

    Plugin Author Mathieu Viet

    (@imath)

    I see what the problem is and the solution is what i’ve explained in my latest comment. Your theme is not including the comments template in its page.php template. As WP Idea Stream is using by default this template to inject its content, you don’t see the comment form.

    You need to get the template “page.php” of your active theme, then copy its content into a new file you will call single-ideastream.php to be used only when viewing a single idea or ideastream.php to be used for each page of the plugin. Once you’ve copied the content, make sure to include the comment form just after the closing </article> tag :

    <?php comments_template( '', true ); ?>

    Thread Starter adilson.costa

    (@adilsoncosta)

    Thanks for your help!

    I did as you asked, but unless the single-ideastream.php file which folder?

    Thread Starter adilson.costa

    (@adilsoncosta)

    I copied the files changed in the folder:

    /public_html/meubrasilmelhor.com.br/wp-content/themes/hueman/wp-idea-stream

    But it did not work!

    If I change directly in the page.php file works, but activates the comments for all pages!

    Plugin Author Mathieu Viet

    (@imath)

    sorry single-ideastream.php will only be available when 2.1.0 will be released (in a few actually).

    You can use ideastream.php instead. Only my plugin will use this template. Put it at the root of your theme, just like the page.php template

    Thread Starter adilson.costa

    (@adilsoncosta)

    Excellent! Now work perfect!

    Thanks for your help.

    This plugin is really special and very good implemented, congratulations!

    Plugin Author Mathieu Viet

    (@imath)

    Thank you ??

    I’m having the same problem and I’m much more new at this. Wasn’t able to find the page.php file for my active theme. I am very just I’m just looking in the wrong place, I was hoping for some tips or suggestions please.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Idea comments’ is closed to new replies.