-
Author
-
February 19, 2015 at 17:50 #46736PixMParticipant
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
FlagHi,
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!
February 19, 2015 at 17:52 #46737PixMParticipantOops wrong quote:)
This it the correct one.
sq_support Author Team
1 hour ago
FlagUnfortunately, 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
February 26, 2015 at 14:44 #47748AndreiModeratorHello,
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 CODEadd_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.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.April 6, 2015 at 20:57 #53449sharmstrModeratorJust 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 CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 17, 2015 at 01:18 #54873labdesignbrasilParticipantone 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
April 17, 2015 at 01:31 #54876sharmstrModeratorNo. 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 17, 2015 at 01:32 #54877sharmstrModeratoralso, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 17, 2015 at 03:13 #54895labdesignbrasilParticipant🙁 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?
April 20, 2015 at 05:51 #55186AndreiModeratorYou will have to add the file using a ftp file manager.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.