Home › Forums › Theme support › Cut Theme Portfolio › Reply To: Cut Theme Portfolio
Hi,
1. Yes, the best way is with FTP, just upload the files and overwrite the existing files.
2. Sorry, my fault, replace this
.portfolio-single-details .work-details-p {
display:none;
}
with this:
.portfolio-single-details .work-date {
display:none;
}
3. This is not included in the theme, but if you want, you can open the file “posttype-client.php” in the sevenleague folder, and replace line 351:
$args = array( 'posts_per_page' => $items, 'post_type'=>'clients','post_status' => 'publish');
with this:
$args = array( 'posts_per_page' => $items, 'post_type'=>'clients','post_status' => 'publish' , 'clients-type' => $type);
Then you can use the >> Type=”logo” << part in the shortcode