This topic has 8 replies, 4 voices, and was last updated 9 years by Andrei.

  • Author
  • #46736
     PixM
    Participant

    Hi,

    I posted a question on themforest and someone from kleo support pointed to me that I needed to post it over here, see quote below.

    sq_support Author Team

    2 hours ago
    Flag

    Hi,

    Unfortunately for now you won’t have the ability to filter post categories as you do in the portfolio page, but this feature is already on our TO DO list and it will come in one of our future updates.

    Cheers.

    I almost got all the solutions for my community but need one more thing and that is user comment below and portfolio post.

    Thanx!

    #46737
     PixM
    Participant

    Oops wrong quote:)

    This it the correct one.

    sq_support Author Team

    1 hour ago
    Flag

    Unfortunately, not in an easy way. We will add a setting in the future to enable portfolio comments.

    If you really need this feature now then I would kindly ask you to join our dedicated support forum and open a thread there and we’ll try to give you a temporary solution.

    Let me know if I can help you with something else. Cheers

    #47748
     Andrei
    Moderator

    Hello,

    Here are the steps to enable portfolio comments:

    1. You will need to add the following code snippet inside our “kleo-child/functions.php”:

    COPY CODE
    
    add_action('init', 'kleo_add_portfolio_comments_support');
    function kleo_add_portfolio_comments_support() {
        add_post_type_support( 'portfolio', 'comments' );
    }
    

    2. You will need to add the single-portfolio.php file in your “kleo-child” folder, which you’ll find it attached below.

    3. Because comments support was disabled until now, under the edit page of a portfolio item you will find a meta box called “Discussion”, and you’ll have to edit each of your previous portfolio posts and enable the comments. All new posts will automatically be enabled by default.

    Hope this helped you out, and sorry for the late reply.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #53449
     sharmstr
    Moderator

    Just a quick udpate. The above code will not work if you have changed the slug to something other than Portfolio. To work in all cases, please use this code

    COPY CODE
    
    add_action('init', 'kleo_add_portfolio_comments_support');
    function kleo_add_portfolio_comments_support() {
        add_post_type_support( 'portfolio', 'comments' );
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #54873
     labdesignbrasil
    Participant

    one question…by “add the single-portfolio.php file in your “kleo-child” folder” meaning import the zip file single-portfolio.php from dashboard/theme options/ import/export?

    cheers

    #54876
     sharmstr
    Moderator

    No. It means copy the file located on your server from /kleo/single-portfolio.php to /kleo-child/single-portfolio.php

    Theme Options > import/export is for saving and reloading your kleo settings.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #54877
     sharmstr
    Moderator

    also, you should read this https://codex.wordpress.org/Child_Themes

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #54895
     labdesignbrasil
    Participant

    🙁 I could only hope…Im working with Managed WP by Godaddy and dont know how to access (or if it even possible) those folders.

    Any sugestion?

    #55186
     Andrei
    Moderator

    You will have to add the file using a ftp file manager.
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?