I would like to use a picture with type in the GK Grid (its a page not a post thats why i have to do this work-around). Somehow I can't get the image to be a link. If I use the code snippet of "posts" it crashes the Grid.
Here is what I have done so far. I am sure I am blind again, but there you go …
- Code: Select all
<div>
<figure class="gk-grid-title-overlay active" data-textcolor="light" data-textpos="top">
<figcaption style="padding: 20px;"><a title="symposium" href="http://www.internetofcars.org.uk/talks/symposium/"><h3 style="text-transform: none; color: #fff;">Symposium</h3></a></figcaption>
</figure>
</div>
<a href="http://www.internetofcars.org.uk/talks/symposium/"><img style="border:0;" src="http://www.internetofcars.org.uk/wp-content/uploads/2014/02/FE03.jpg" alt="Symposium"></a>
Would be grateful for help!!