Jump to content

Incompatibilité des modules type SlideShow sous PSv1.3 ?


Recommended Posts

Bonjour,

Je suis à la recherche d'un slide-show Jquery simple comme sur ce site: http://www.paperandco.com/.
Les 3 modèles que j'ai testés jusqu'à maintenant ne sont pas opérationnels chez moi (compatible 1.2): jcarrousel, jqueryslider v1.2 et editorial-reload ...
Quelqu'un connait-il un module type carrousel qui fontctionne sous PS v1.3 ?

Merci

Link to comment
Share on other sites

Effectivement il est très bien, je vais essayer mais je pense avoir trouver la source de mon problème: une erreur js au chargement de la page d'accueil: "tb_pathToImage is not defined" dans le fichier /js/jquery/thickbox-modified.js
Cela provient de la ligne suivante:

$.browser.msie6=$.browser.msie&&/MSIE 6\.0/i.test(window.navigator.userAgent)&&!/MSIE 7\.0/i.test(window.navigator.userAgent);$(document).ready(function(){tb_init('a.thickbox, area.thickbox, input.thickbox');imgLoader=new Image();imgLoader.src=tb_pathToImage;});function tb_init(domChunk){$(domChunk).click(function(){var t=this.title||this.name||null;var a=this.href||this.alt;var g=this.rel||false;tb_show(t,a,g);this.blur();return false;}).removeClass('thickbox');} 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...