Adjusting thumbnail + changing date/time size

Home Forums Calendar Products Events Calendar PRO Adjusting thumbnail + changing date/time size

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1239136
    Kelly
    Participant

    Hi, I just purchased this plugin and am trying to replicate some of the showcase examples. The attached screenshot shows the calendar in list view on my homepage, using a shortcode.

    Basically, I just want the featured image to be a small thumbnail inside the box, and the date/times to be larger. I have minimal knowledge of code. Thanks!

    #1240438
    Geoff B.
    Member

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

    Thank you for reaching out to us.
    I would love to help you with this topic.

    As you might guess, these showcase examples are using a variety of themes with very different CSS rulesets.

    With that in mind, I am pretty sure I can help you accomplish what you are looking for.
    But, to be able to do that, I would need to be able to view your actual website.

    From what I gather, your site is currently password protected.
    Would it be possible to gain temporary access (using a private reply) ?

    Have a good weekend,

    Geoff B.

    #1240770
    Kelly
    Participant

    This reply is private.

    #1241189
    Kelly
    Participant

    I also wanted to note – I’m placing a smaller calendar on the home page (newsite.colonialchurch.org), you can see side by side comparisons of myeventOn (left) vs The Events Calendar (right). I much prefer the look of myeventOn, and am having trouble customizing TEC.

    #1242523
    Geoff B.
    Member

    Good evening Kelly,

    Thank you for writing back and for the credentials.

    I can’t really speak for myeventOn, as you can imagine.
    But I would absolutely love to help you get closer to your goal while using our plugin.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-events-list .tribe-events-event-image {
    border: 0px !important;
    width: 30%;
    }

    .events-list .tribe-events-loop .tribe-events-event-meta {
    font-size: 16px !important;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1247844
    Kelly
    Participant

    That works great for the list on /events page. Thanks so much!

    Ok, I am also wondering if it’s possible to reformat the calendar on the home page to look like the attached image (basically replacing the date box with featured image). Thank you!

    #1248205
    Geoff B.
    Member

    Good evening Kelly,

    I am glad that helped.

    The short answer to your other question is yes.

    Since I am not sure how you setup your home page in the backend (which shortcode or widget), it’s a little difficult to say for sure. Would it be possible to get a screenshot of your Edit page screen ?

    But here are different ways to achieve that:

    1. Using a Pro widget or Pro widget shortcode (try the Advanced List Widget one if you have not already): https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/
    2. Try our full view shortcodes with arguments: https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/
    3. Tweak any of these views (structure and elements) using template overrides. You might want to read our Themer’s guide to get a sense of how that works.
    4. Use some CSS specific to the home page to tweak things to your liking.

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1251906
    Kelly
    Participant

    Thanks so much Geoff. It looks like I was using the wrong list shortcode, so now I have images, but it’s still not quite how I’d like.

    Is it possible to mimic either of the attached images from your showcase? (ideally with the image on the left)
    (found https://theeventscalendar.com/showcase/chicago-area-yoga/ and https://theeventscalendar.com/showcase/santa-cruz-museum-of-art-history/)

    I’d prefer the image to be to the left of all of the text.

    #1253330
    Geoff B.
    Member

    Good afternoon Kelly,

    Thank you for your answer.

    I apologize for the delay answering. As it turns out, we are experiencing a much larger volume of requests than usual.

    Is it possible to mimic either of the attached images from your showcase? (ideally with the image on the left)

    The showcase examples are actually using the photo view. Not the list view.
    So the easy way to get the almost exact same result would be to use the photo view shortcodes.

    But, the attached images are indeed using the list view.
    Normally, the layout should look a lot like that by default.

    In fact, from what I can see on the home page, http://newsite.colonialchurch.org/, the display is very similar to the attached images (except for your newsletter sidebar).

    If you want to remove the sidebar, you can simply experiment with different settings under Events -> Settings -> Display

    If you are not talking about the home page, would it be possible to send me a link to the page where you have used the shortcode ?

    Best regards,

    Geoff B.

    #1253946
    Kelly
    Participant

    Thanks Geoff, I am wanting the image to be to the left of everything, so the text would not be above the image, but to the right of it, like the earlier attached example.

    Currently on our home page, the event title and date/venue are displayed above the thumbnail image, but we’d like it to show/float to the right of the thumbnail.

    #1253961
    Geoff B.
    Member

    Good afternoon Kelly,

    Thank you for writing back and clarifying.

    On my end I am seeing the image floating to the left of everything (not to the top – see screenshot)

    In any case try slightly tweaking the following CSS rule to your style.css file or in your Custom CSS metabox by adding the last line (float: left) to make sure it sticks on all browsers:

    .homecal .tribe-events-list .tribe-events-event-image {
    border: 0px !important;
    width: 30%;
    float: left !important;
    }

    You could also make it float right with the following code

    .homecal .tribe-events-list .tribe-events-event-image {
    border: 0px !important;
    width: 30%;
    float: right !important;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1259162
    Kelly
    Participant

    Thanks for the response! That didn’t solve it, but I was able to compromise and get a better look with the photo view, which I’m happy with now. However, when the screen is resized to mobile/smaller size, the title text now sits on top of the image (see attached). Is there a way to resolve this?

    #1259163
    Kelly
    Participant

    This reply is private.

    #1259360
    Geoff B.
    Member

    This reply is private.

    #1270183
    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 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Adjusting thumbnail + changing date/time size’ is closed to new replies.