The data-url only for open the link with template in our template, it can't open hyperlink as your wish. If you want use hyperlink, it will look like that:
Im solved insert complete url:
<a class="cover open-disc" href="http://www.google.it"></a>
but the rollover in your solution does not work.
The image with play is not displayed.
Hi,
The link will need use a tags not div tags. So it will need look like this:
Best Regards,
Jelly Team
I would like that when you click on "ascolta", open the link that I choose
<div class="col-xs-12 col-md-6 item-disc">
<div class="info-album">
<div class="cover open-disc" data-url="discs/disc-03.html">
<img src="images/demo/albums/renegade-master.jpg" alt="Jamis Renegade Master">
<div class="rollover"> <i class="plus"></i>
<p>Ascolta</p>
</div>
</div>
<p class="album">Renegade Master</p>
<p class="artist">Dimitri Vegas Like Mike # Jamis # Mad Mac</p>
</div>
</div>
Hi,
The data-url only for open the link with template in our template, it can't open hyperlink as your wish. If you want use hyperlink, it will look like that:
I hope it's clearly for you now.
Best Regards,
Jelly Team
Even inserting the suggested code the link does not work.
Not Found
The requested URL /JAMIS/www.google.com was not found on this server.
At our default template if you want to use rollout you need to use div:
Otherwise you'll have to change CSS styling by yourself if you want to use:
Now about rollout. If you want to use hyperlinks
your server should send you data like this http://www.jamis.it/JAMIS/discs/disc-01.html (take a look at the source code).
Best Regards,
Jelly Team