google-code-export / joslider

Automatically exported from code.google.com/p/joslider
1 stars 0 forks source link

Spines showing when multiple slides use the same template (smart) #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Multiple slides using the the same template. I just tested with smart 
(/modules/mod_joslider/assets/css/template/smart/skin.js)

What is the expected output? What do you see instead?
I expect to have 3 columns with the same skin but what I get is the first slide 
working as expected and the second and third will show the spines.

What version of the product are you using? On what operating system?
Joomla 1.6
JoSlider 1.2

Please provide any additional information below.
The workaround that I use was to edit the skin.js and replace the next line:
var deck = el.find('.slidedeck').slidedeck();
With this one:
var deck = el.find('.slidedeck').slidedeck({hideSpines: true});

This was kinf of confusing cause on the smart.php we have already the 
hideSpines set to true.         

Well thanks and nice work.
Pepe

Original issue reported on code.google.com by prueba.b...@gmail.com on 20 Sep 2011 at 7:20

Attachments:

GoogleCodeExporter commented 9 years ago
Actually we are in joomla 1.7

Original comment by prueba.b...@gmail.com on 20 Sep 2011 at 8:24