Hi Sam,
The first tile on the home page is actually linking to your test page – it doesn’t have any content (apart from the shortcode) or images, so nothing is rendered on the tile! Try excluding that page.
Something in your theme is calling wpautop after the shortcodes have been rendered. This gives you invalid html mark up, which cause unpredictable results. This is also where your link problem comes from. If the tiles are in a widget, make sure that automatic paragraphs is turned off!
Cheers,
Mike
Mike,
Thanks for help!
I was able to fix the blank tile, but I’m not sure how to go about fixing the wpautop issue. I’ve tried a couple of php code snippets but nothing’s worked so far.
Any pointers?
Thanks!