Thread Starter
dteo
(@dteo)
Hi,
It has been few weeks and I finally got it to work! It seems like the issue between server side and client side.
I put both of my slider with this code with their coresponding button id
jQuery('button id').click(function(){
masterslider_instances[0].api.update(true);
masterslider_instances[1].api.update(true);
});
And changed my code from opacity : 0/1 to display: none/block , and the image work.
But the part that isn’t working is the thumbnail. It works exactly like the product image from above. Link But I solve it easily with CSS and it my issue is kinda solved.
Thank you very much for the help!
Thread Starter
dteo
(@dteo)
Hi,
I have tried this method. I pasted it into the second slider’s slider init, and I have set my slider setting as same as the first slider (500px width and height), but it’s still the same.
Is there any setting I have done wrong, causing the second slider to show differently?