Hey,
This is great theme. I am wondering how to add comments to portfolio post so the visitors will be able to comment my own design work?
Thank you so much
Hey,
This is great theme. I am wondering how to add comments to portfolio post so the visitors will be able to comment my own design work?
Thank you so much
Hi, open single.php and move line 36 under line 37, this will make the comments look weird but is only solution.
Thank you so much. I will try that...if you figure out something else please let me know.
PS Is it possible to add some comment plug-in and do it on portfolio item section?
Thanks
zoran, an alternative might be to setup a forum with a link from each portfolio item to a thread where people can place comments?
I went to zoran's website and I noticed he has fixed the issue of getting the comments to work under portfolio posts as you can see here. Is there anyone here who can tell me how to do what he did? If you know please let me know.
And Omar, I didn't try your "move line 36 under line 37" because I unfortunately have no idea what that means.
Haha, awesome! Thank you Omar, I fixed the issue! :)
For everyone else download the simple.php file onto your computer and open it in whatever you use, then scroll down the the 36 line and paste that one small line of code right under the next line of code (line 37) and your good to go.
Issue resolved, look here: http://www.slimmity.com/forum/topic/74?replies=7#post-478
Another way, in case that way does anything odd as Omar suggested it might, is to change the code in single.php so that it does not call up template-portfolioitem.php at all, and portfolio items will just look like normal blog posts with comments and widgets.
To do this change line 6 from
$category = sf_get_category_id(get_option('sf_portfolio_category'));
TO
$category = 99999;
This will make only posts in category 99999 use the full width template with no comments.
Thank you labradesigns, that should work as well. Again thank you!
I uploaded the edited single.php file for anyone having the same issue. http://www.mediafire.com/file/nnj2nkzumzy/single.php.zip
You must log in to post.