• Resolved Ruff9

    (@ruff9)


    Hi,

    I’m using WP Tiles for the first time, and my client ask me for something I can’t figure out how to do.

    I’m using WP Tiles for a menu, and I need to place the excerpt and the title of the article below the image tile.

    When I use the byline setting, (which is explained like this : “What to show under the title in the tiles’ ‘byline’.”) the excerpt appear on the tile, not under.

    What can I do?

    https://www.ads-software.com/plugins/wp-tiles/

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

    (@mike_cowobo)

    Hi Ruff9,

    There is currently no out-of-the-box way of achieving this. But the relation between the image and the byline is simply 2 divs with css you can edit. To give you an idea, in WP Tiles 1.0 (beta), the rendered tiles with background images look something like this:

    .wp-tiles-tile
        a
            .wp-tiles-tile-wrapper
                .wp-tiles-tile-bg
                .wp-tiles-byline

    If you set both .wp-tiles-tile-bg and .wp-tiles-byline to position: relative, they should simply stack on top of each other. The rest, as they say, is styling.

    Let me know if this works out!

    Cheers,
    Mike

Viewing 1 replies (of 1 total)
  • The topic ‘Excerpt below image tile’ is closed to new replies.