Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1161096

    it is an ever-present problem and I cannot understand why it is not possible to activate the possibility of commenting for a page that does not use the enfold editor, can anyone explain me why ???

    the possibility of commenting is enabled both in the discussion section and in the single page…

    thanks

    #1161296

    Hey ptolda,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1161477

    ok

    #1162549

    Hi,

    Thank you for the update.

    The comments template is not included in pages by default. If you want to add it, edit the page.php file, look for this code around line 35..

    get_template_part( 'includes/loop', 'page' );
    

    .. and below add this code.

    //wordpress function that loads the comments template "comments.php"
    comments_template();
    

    Best regards,
    Ismael

    #1162567

    I’m sorry, I’m not talking about the comments of the template but the wordpress default comments…

    #1162852

    Hi!

    Thank you for the update.

    about the comments of the template

    What do you mean? The modification above should render the comments including the comments form in the pages post type. Did you try it?

    Cheers!
    Ismael

    #1162915

    yes I’ve tried, everything is ok, but it’s something that needs to be resolved, it’s not normal that in order to use the comments I have to modify the files.

    thanks for support

    #1163285

    Hi,

    Thank you for the update.

    You can override the page template in the child theme. It’s not updated frequently, so you can just ignore it after adding the comments template or doing the modification suggested above.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.