This topic contains 19 replies, has 3 voices, and was last updated by 7Theme Support 10 years, 2 months ago.
You must be logged in to reply to this topic.
Home › Forums › Theme support › Eastend Theme : bug with Tosrus Lightbox
This topic contains 19 replies, has 3 voices, and was last updated by 7Theme Support 10 years, 2 months ago.
That works for the thumbnails. Isn’t TOSRUS made so you can swipe through the photos on a mobile device? I’m not able to swipe the photos on any device.
Normally the drag function is not included in the tosrus plugin, you need to extend it with the hammer.js touch framework and another add on for the plugin
I don’t suppose you’d be so kind as to offer instructions on how to implement the drag function? I really need to have this function available and I assumed it would be available with your theme, since it offered tosrus.
Also noticed that although the thumbnails are no longer duplicated, the images themselves are duplicated when you’re scrolling through them.
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.
You must be logged in to reply to this topic.