Hello,
I created a slideshow with 5 images with respective urls as:
<p></p>
<div class="clearfix"><div class="block-left"><h3></h3><p>.</p></div></div>
<div class="clearfix"><div class="block-left"><h3></h3><p>.</p></div></div>
<div class="clearfix"><div class="block-left"><h3></h3><p>.</p></div></div>
<div class="clearfix"><div class="block-left"><h3></h3><p>.</p></div></div>
If I click on the readmore button nothing happens. So I inserted a console.log in the script.js and I found the urls array is like this: [“”, “”, “”, “”, “”].
I replaced the script.js as recommended on this post, but it doesn’t work anyway.
Is there something I can try to have the urls in the array? Or I made something wrong?
Thank you in advance for your help!