Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1234595

    Hello,

    Portfolio not showing comments even if I added comments elements and allowed discussion

    Please check more details in the private content area.

    Thanks

    Chenny

    #1235580

    Hey heartvsmind,

    Thank you for the inquiry.

    You may need to add this filter in the functions.php file to enable the comments on portfolio items.

    add_filter('comments_open', function() {
        return true;
    }, 9999);
    

    Best regards,
    Ismael

    #1235588

    Hi Ismael

    But my other portfolio items are working fine with comments, why these three portfolio items not working and need to add extra code?
    I added comments elements and allowed discussion, that’s not enough?

    Thanks,

    Chenny

    #1236246

    Hi, may i know if you have any news?

    #1236359

    Hi,

    Sorry for the delay. We actually thought that the comment section is not displaying for all portfolio items. Unfortunately, the login token above has expired, so we were not able to check the portfolio items again. Please generate another token and extend its expiry, or post a login account in the private field so that we can check it again.

    Best regards,
    Ismael

    #1236369

    Please check private contents and solve it.

    Three product links not showing comments, I included links in the private content area.

    #1237202

    Hi,

    Thank you for the update.

    We added the filter in the functions.php file to enable the comments section on portfolio items that were created using the Advance Layout Builder (ALB).

    Best regards,
    Ismael

    #1237226

    Hi Ismael

    Thank you, now it’s showing the comments

    #1237360

    Hi heartvsmind,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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