First of all I have to say:
what a phantastic piece of software!
Well designed, implemented and documented, and many, many cool features.
Tanks a lot for giving that away as Open Source!
Now I have made a slider implementation for the “Gambio GX”-shopsystem (a very advanced osCommerce fork.)
You can see it here in action: http://marmorkamin-shop.de/Test/
I have used all image transformations (377) and caption animations (438) available, both are randomly selected for each slide…
(Resulting in 163,618(!) different ways to change slides….)
The slider is dynamically generated with PHP, based on slide-information in the shops database….
As inline-styles are very inflexible in such an environment, I have moved the styling to a stylesheet.
It already works like a charm, almost….
Two problems I am encountering:
The caption area is sometimes clipped
(see 1st caption in this picture: screenshot)
Only bullets 1, 2 and 3 in the bullet navigator are active, the others do not respond.
Any idea what could be the reason for this??
Thx again for this great software!
Edit:
The caption area is sometimes clipped (see 1st caption in this
picture: screenshot)
Found a quick and dirty solution for this meanwhile:
Assign a clip: auto !important;
CSS direktice for the caption elements…
But I am sure there must be a better solution 🙂
2
Answers
Re: caption clipped
Please always specify width and height for caption.
You can specify width and height in css file,
And you can specify inline style as well,
Re: bullet problem
Style for ‘mousedown’ of bullet navigator not specified.
Given class of navigator item prototype is ‘jssor_navigator_entry’, the class name for ‘active’ state is ‘jssor_navigator_entryav’, the class name for ‘mousedown’ state is ‘jssor_navigator_entrydn’
So, please add following css code in slideshow.css file.
Here is an example to define bullet navigator in a simple way,