This topic has 4 replies, 4 voices, and was last updated 8 years, 10 months ago by Alvis002.
Tagged: slider
Viewing 5 posts - 1 through 5 (of 5 total)
I tried what you said but all I see is this.
if( get_option('atp_layoutoption') == "stretched"){ $width='1920'; $height = '600'; }else{ $width='1000'; $height = '500';}
$postlinktype_options = get_post_meta($post->ID, "postlinktype_options", true);
$postlinkurl = atp_generator('atp_getPostLinkURL',$postlinktype_options);
$img_alt_title = get_the_title();
$slidercaption = get_post_meta($post->ID, "slidercaption",true);
echo'<li>';
if ( $postlinkurl != 'nolink' ) {
echo'<a href="'.$postlinkurl.'">';
}
echo atp_resize($post->ID,'',$width,$height,'',$img_alt_title);
if ( $postlinkurl != 'nolink' ) {
echo '</a>';
Any idea how to change the slider height?
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.