Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter giladg

    (@giladg)

    Thanks! I added the upload folder, chmod’ed it and cf7 created its own folder within it. Now, the image is included within the HTML but not created by the script so only the ALT tag is displayed…
    To clarify, no files are actually created within /wp-content/uploads/wpcf7_captcha so while the HTML displays correctly, the image is broken.

    Suggestions?

    Forum: Plugins
    In reply to: comments for pages

    You need to make sure that when editing the page, under “Comments & Pings” you have comments enabled.

    Then add the following line to your page.php template wherever you wish to display the comment box: <?php comments_template(); ?>

    By default, this code is not a part of the page.php.

Viewing 2 replies - 1 through 2 (of 2 total)