Hello good day. I want to create a carousel of images but that is vertical. By paying for the pro version of the ZZ Image Slider plugin can I have a vertical image carousel that also behaves well in responsive?
]]>Is your pro version a once up lifetime payment or a yearly payment?
]]>Hi
On the free version the use custom styles option does not appear to be working.
The default styles are still inserted into the page so they override anything I put in my stylesheets.
]]>How to add alt and title tag for images in the slider
]]>Hello,
there was a question from Alex.
He asked how to center the slider in the page?
To center slider in the middle of the page, somewhere in your theme style.css you must place this code:
/* for all sliders */
.zzis_container {
margin:0 auto;
}
or this code (3779 is an id of specific slider, must be replaced by your own):
/* for the slider id=3779 */
#zzis_container_3779 {
margin:0 auto;
}
By the way Alex, you have specified incorrect email, so I could not reply to you directly.
]]>