Photo View shows tiny thumbnails instead of Tiles

Home Forums Calendar Products Events Calendar PRO Photo View shows tiny thumbnails instead of Tiles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1186440
    William
    Participant

    Hi, purchase PRO for Photo View but my photo view shows tiny thumbnails instead of the Tile view shown on your website.

    Also my events, some may have lots of content and some little, is there a way just to use an excerpt so it doesn’t look out of whack when next to each other. Currently showing all content.

    #1186790
    Geoff B.
    Member

    Good evening William and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.

    We are sorry to hear about the images being so tiny in your photo view.
    I would love to help you with this topic.

    I did a bit of digging, and I have found the culprit.
    There is a CSS rule that is doing this on your site

    @media and (min-width: 750px) {
    .post-type-archive-tribe_events .tribe-events-event-image {
    width: 25%;
    }
    }

    You could either remove that rule or create a new one to offset its effects:

    @media and (min-width: 750px) {
    .post-type-archive-tribe_events .tribe-events-event-image {
    width: 100% !important;
    }
    }

    Also my events, some may have lots of content and some little, is there a way just to use an excerpt so it doesn’t look out of whack when next to each other.

    Absolutely, you will simply need to activate the “excerpt metabox in your events pages

    excerpt

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1197092
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Photo View shows tiny thumbnails instead of Tiles’ is closed to new replies.