recurro a ustedes porque ya se me acabaron las ideas de porque esta pasando este error.
Lo que sucece es que en el slider de la galeria de imagenes de esta url:
http://dev01.kinexo.com/new_rbm_elun...iat-Palio-2010
cuando se hace click en el botón "Siguiente" (>) para ver de la 5ta a la 8va foto las pasa por alto y no para.
Ya no se que puede hacer el scrip esta bien configurado:
Código Javascript:
Ver original
$('#advice-details-frame .gallery').createGallery({ controls: 'gallery-navigator', leftButton: 'gallery-navigator-button-left', rightButton: 'gallery-navigator-button-right', withPreview: true }); $(document).ready(function() { var current_index = 0; var gallery_items = $('#advice-details-frame .gallery-item .thumb-preview'); var fancy_items = $('#advice-details-frame [rel=gallery]'); var preview_image = $('#advice-details-frame #big-preview').not('.ignore'); gallery_items.each(function(i, element){ var current = $(this); current.data('index', i); current.click(function(){ current_index = $(this).data('index'); }); }); $("a[rel=gallery]").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none', 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return '<span id="fancybox-title-over">Imagen ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' ' + title : '') + '</span>'; } }); preview_image.click(function(){ fancy_items.eq(current_index).click(); }); });
si alguien me puede dar una mano esteré muy agredecido