Home Forums Theme support Eastend Theme : bug with Tosrus Lightbox Reply To: Eastend Theme : bug with Tosrus Lightbox

Hi,

sorry, the Tosrus plugin was only an alternative solution for the default lightbox plugin, and the touch function is unfortunately very heavy to implement.

I saw the problem with the duplicate images when you use the arrow navigation. Here is a css code to fix it:

.tos-slider .tos-slide:nth-child(2n + 2) {
display: none;
}

Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add the code, it will solve the problem.