Hi, Im looking to replace the slider thumbnails in the feature stripe with text.
I really like the way Elemtia and Cleancut demos have the company overview directly below the main slider image, is this possible within Avisio.
Big Thanks
Hi, Im looking to replace the slider thumbnails in the feature stripe with text.
I really like the way Elemtia and Cleancut demos have the company overview directly below the main slider image, is this possible within Avisio.
Big Thanks
Hey,
Yes you can change the thumbnails to text, but we can't officially support it and updates to the theme will overwrite this change. Open up index.php and replace:
<?php
$slideshow->setSlideshowSize('S');
$slideshow->showThumbnails();
if($k_option['mainpage']['buttonText'])
{
echo '<a href="'.get_permalink($k_option['mainpage']['buttonLink']).'" class="big_button heading ie6fix">';
echo '<strong class="ie6fix">'.$k_option['mainpage']['buttonText'].'</strong><span class="buttonBg dynamicBg"></span></a>';
}
?>
with your text to display.
James
Thanks very much James. That did the trick.
I left the main page button in and with some, H2 tags and a <br looks exactly as I wanted.
Easy enough to repeat for theme updates too.
Cheers for your help today.
Ben
Glad that James could help you.
You must log in to post.