Hi,
thanks to your help in this forum and your YouTube channel I build a beautiful grid with your new Pro grid feature which looks like this:
But I need the background-images to be clickable so I used a solution from this forum where you can wrap them in links. I used the following JS with your old standard columns before with great success:
jQuery(".link-trendbox").wrap("<a href='/trendbox/'></a>");
jQuery(".link-themenboxen").wrap("<a href='/themenboxen/'></a>");
jQuery(".link-geschenkbox").wrap("<a href='/produkt/geschenkbox/'></a>");
jQuery(".link-trendprodukte").wrap("<a href='/bestellen/'></a>");
But when using this with the brandnew cells it’s causing the layout to display wrong:
Any idea what to do to achieve linked cells/backgrounds without breaking the grid layout?