I purchased the slider as a stand-alone javascript plugin to my site. I wanted to have the thumbnails as controls for the slideshow like your demo page (http://www.kriesi.at/themes/avisio/). I've got the slideshow to work, but I can't quite figure out the thumnail/navigation. The url for the page in question is http://realslickdesigns/portfolio Any advice?
Aviaslider thumbnail issue
4 posts from 2 voices-
Posted 1 year ago #
-
Hey,
the thumbnail navigation is a unique feature of Avisio. The integration in the standalone script is beyond the scope of this support forum. However Kriesi used following function in avisio for the thumbnail navigation:
(function($) { $.fn.aviaSlider_externalControlls = function(options) { var defaults = { slideControlls: 'a', newControlls: '.slideThumb' }; var options = $.extend(defaults, options); return this.each(function() { var container = $(this).css('display','none'), controlls = $(options.slideControlls, container), newControlls = $(options.newControlls).css('cursor','pointer'); newControlls.each(function(i){ $(this).click(function() { $(controlls[i]).trigger('click'); return false; }); }); }); } })(jQuery);Posted 1 year ago # -
This portfolio display feature was the main reason I bought this script. Is it possible to receive support for the thumbnails if I bought the whole theme package? I'd really like to use this script to display my work.
Thanks,
-Eric
Posted 1 year ago # -
Hey,
no I'm sorry - we provide support for each product individually.Posted 1 year ago #
Reply
You must log in to post.














