Comments Mladena Ristic started the conversationJuly 10, 2019 at 8:37amHi,Well I have succeded to place little image instead of white line, but image should be different for every slide. How can I do that? Mladena Ristic repliedJuly 12, 2019 at 11:58amPleaseee 1,974Support repliedJuly 15, 2019 at 10:32amHi Mladena,This is a bit difficult because the element does not belong to each slide is displayed separately as fixed element.if you look into /js/scripts.js you will see in function Portfolio() { ... } the following code that deals with changing active/current slides:$('.swiper-slide').on('mouseenter touchstart', function() { ...}for split slider or centered slider and this is where you want to change the image for the external caption.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyMladena Ristic repliedJuly 16, 2019 at 7:25amThank youuu Mladena Ristic repliedJuly 16, 2019 at 7:44amThank youu Sign in to reply ...
Hi,
Well I have succeded to place little image instead of white line, but image should be different for every slide. How can I do that?
Pleaseee
Hi Mladena,
This is a bit difficult because the element does not belong to each slide is displayed separately as fixed element.
if you look into /js/scripts.js you will see in function Portfolio() { ... } the following code that deals with changing active/current slides:
$('.swiper-slide').on('mouseenter touchstart', function() {
...
}
for split slider or centered slider and this is where you want to change the image for the external caption.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank youuu
Thank youu