Hello,
Is there a built-in way to integrate the slider in a custom page, with a different size than the one on the home page?
Thank you.
Hello,
Is there a built-in way to integrate the slider in a custom page, with a different size than the one on the home page?
Thank you.
Hello,
You can create a new template then insert this code
<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-->
You need to edit the slider css to create a different size.
Regards,
Ismael
You must log in to post.