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 2,013Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudioMladena 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Thank youuu
Thank youu