If you are using the free version of the plugin, please, apply the following changes:
In the file
\wp-content\plugins\slider-image\templates\front\style\style.css.php
Line 2100
.huge-it-wrap {
opacity: 0;
write height:auto !important;
before the opacity: 0;
Thus, it should look like:
.huge-it-wrap {
height:auto !important;
opacity: 0;
-
This reply was modified 7 years, 3 months ago by hyperlincs.