Hello,
Open up template_portfolio.php then find this code
<?php
/*
Template Name: Portfolio
*/
global $k_option, $more;
$k_option['custom']['bodyclass'] = "class='fullwidth'"; //$k_option['custom']['bodyclass'] = "";
get_header();
Replace it with this
<?php
/*
Template Name: Portfolio
*/
global $k_option, $more;
$k_option['custom']['bodyclass'] = "class='fullwidth'"; //$k_option['custom']['bodyclass'] = "";
get_header(); ?>
<div id="featured">
<div id="featured_image"><?php
######################################################################
# Get Images for the Basic Image Slider
######################################################################
// these are the images for the jQuery slideshow, rendered with the help of the class
// framework/theme_plugins/kriesi_menu_manager/kriesi_slider_display
if(is_object($k_option['custom']['slider'])) $k_option['custom']['slider']->display('Mainpage Slider'); ?>
</div><!--end featured_image-->
</div><!--end featured-->
<?php
Then change this bit of code
/*
Template Name: Portfolio
*/
Name it for example "Portfolio Homepage". You can now create a page then select "Portfolio Homepage" as Template.
Regards,
Ismael