• Resolved samjolley

    (@samjolley)


    I’m using the Magazine Pro theme on Genesis on WP 4.1.1. Here’s the site.

    Ok, so I created a custom shortcode:

    [wp-tiles grids=”Leigh” gallery tiles=”yes” ids=”725,744,743,742″]

    It’s showing up great on this test page but the first large tile image isn’t showing up on the home page (Scroll down to “Leigh Grid”).

    The featured page and text widgets below the text widget with the shortcode also have a link somehow attached to them. This is the link: http://vcs.samjolley.com/page/2/#wp_tiles_1.

    It seems I need to add some kind of container or something to the text widget grid.

    Any suggestions?

    Thanks!

    https://ww.wp.xz.cn/plugins/wp-tiles/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    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

    Thread Starter samjolley

    (@samjolley)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widget Shortcode – Image not Showing Up’ is closed to new replies.