Running 1.2.0
I see that this problem existed before. I tried the fix but it's still not working
In a single post, I can see the beautiful gallery but on the main index page it doesn't work.
I added this
/* index page fix */
.flexslider {float: left;}
.flexslider li, .flexslider ul {padding:0px !important;}
.flexslider .slides li .flex-caption {padding:10px 4px !important;}
.slides, .flex-control-nav, .flexslider .flex-direction-nav {margin: 0 !important; padding: 0 !important;}
in wp-content/plugins/gpp-slideshow/css/style.css but it didn't do the trick.
Can anyone help ?