• Hi,

    I noticed today that all my images have disappeared from my grid.. I have no idea when it happened or why so I hope someone can help me figure out how to get them back..

    Here’s a link to the grid:
    https://tineathome.com/?qmt[course][]=8

    As you can see, it’ll only show the title of the post (teasers).

    Thanks for the help!

    https://www.ads-software.com/plugins/genesis-grid-loop/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tinevdh

    (@tinevdh)

    Edit, the link I posted didn’t work, simply go to www.tineathome.com/recipes and chchk one box (for instance, desserts) and you’ll end up on the grid without images ??

    <a href="https://tineathome.com/?qmt[course][]=9"></a>

    Thread Starter tinevdh

    (@tinevdh)

    Fixed it! I once read a post here that suggested adding:
    .teaser .entry-content,
    .teaser .post-info,
    .teaser .entry-meta {
    display: none;
    visibility: hidden;
    }

    to only show images and titles, but by doing so it also hides the image so I changed it and added a p on the first line, so it’ll hide the text of the post, but not the image:

    .teaser .entry-content p,
    .teaser .post-info,
    .teaser .entry-meta {
    display: none;
    visibility: hidden;
    }

    looks good now. I’m trying to do this on the archive pages and I’m using the grid plugin.

    How were you able to get the headline under the image?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images gone’ is closed to new replies.