0
Welcome Guest! Login
0 items Join Now

Comment form not showing

  • Comment form not showing

    Posted 12 years 7 months ago
    • Hi, I set up a dev site last night at http://j2studio.com/spe2 .

      Using WordPress 3.4.1 and Gantry 1.25.

      All seems to work great except for the commenting abilities. The form to leave comments is not showing in Safari, and only the name, email and web site input elements are showing in FireFox, but not the comment field. (both on Mac).

      Has anyone experienced this before and perhaps have a solution?
    • Last Edit: 12 years 7 months ago by JJ Spelman.
    • Shazdeh's Avatar
    • Shazdeh
    • Elite Rocketeer
    • Posts: 4984
    • Thanks: 29

    Re: Comment form not showing

    Posted 12 years 7 months ago
    • The problem may be with the CKEditor For WordPress plugin. Please disable this plugin see if it fixes the problem.
    • Please don't PM unless requested ;)
      Consider using the custom stylesheet for all your CSS customizations: gantry-framework.org/documentation/wordp...custom_stylesheet.md .
      Please provide the URL to the issue.
      And please mark the thread as solved if the issue is resolved.
  • Re: Comment form not showing

    Posted 12 years 7 months ago
    • Thank you. Outstanding! That was the issue.

      This was the first time I used that editor, and now the last. lol
  • Re: Comment form not showing

    Posted 12 years 6 months ago
    • I was hoping I could get some help with this same thing. I've gone through all the settings that I could and I'm still not getting a comments form to show up anywhere.

      The dev site is h55.zootzone.net and it's running the momentum theme. Wordpress 3.4.1.

      Thanks you.
    • Shazdeh's Avatar
    • Shazdeh
    • Elite Rocketeer
    • Posts: 4984
    • Thanks: 29

    Re: Comment form not showing

    Posted 12 years 6 months ago
    • Please make sure that the Comments Form for post views is enabled. In the theme settings page -> Content tab, select Post View from the tabs on the left and see if the Comments Form option is enabled.
    • Please don't PM unless requested ;)
      Consider using the custom stylesheet for all your CSS customizations: gantry-framework.org/documentation/wordp...custom_stylesheet.md .
      Please provide the URL to the issue.
      And please mark the thread as solved if the issue is resolved.
  • Re: Comment form not showing

    Posted 12 years 6 months ago
    • Hi, thanks very much for the help. That, and the slider on the 'Style' page did help. But for some reason the comments form still does not show up on the home page. I actually have to be in the actual post before it'll show the comments form.

      As in, I have to go here: h55.zootzone.net/index.php/caveman-gets-2nd-at-1st-rev3/
      While I need the comment form to show up on that same post (any new post), while it's located on the home page: h55.zootzone.net

      Perhaps this isn't possible? On the content tab > Blog View...there is no option for a comment form.
    • Shazdeh's Avatar
    • Shazdeh
    • Elite Rocketeer
    • Posts: 4984
    • Thanks: 29

    Re: Comment form not showing

    Posted 12 years 6 months ago
    • The theme doesn't support this by default, but you can easily add this functionality. Open up html/home.php file and add this snippet which loads the comments form:
      <?php if(comments_open() && $gantry->get('post-comments-form')) : ?>
           <?php echo $gantry->displayComments(true, $gantry->get('comments-style'), $gantry->get('comments-style')); ?>
      <?php endif; ?>
    • Please don't PM unless requested ;)
      Consider using the custom stylesheet for all your CSS customizations: gantry-framework.org/documentation/wordp...custom_stylesheet.md .
      Please provide the URL to the issue.
      And please mark the thread as solved if the issue is resolved.
  • Re: Comment form not showing

    Posted 12 years 6 months ago
    • Awesome, thank you. That worked really great. Thank you so much for your help.

Time to create page: 0.056 seconds