Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1341034

    Hi,

    So Im using ECP and when I add in a featured image enfold pulls in the entry_with_sidebar size ((‘width’=>845, ‘height’=>321);) and it ends up being too small to fill the page like it should.

    My example in private content

    Here is the demo from ECP
    https://demo.theeventscalendar.com/event/multi-day-event/

    Giving how big the enfold theme is and how big ECP is think you could update it to use full size images for single event pages or at least an option that does not involve changing the size of entry_with_sidebar within the functions file?

    Thanks

    #1341590

    Hey acscreativenew,

    Thank you for the inquiry.

    The original image is actually displaying in the events page, not any thumbnail. Please check the screenshot in the private field.

    Best regards,
    Ismael

    #1341670

    That is a screenshot of the demo i was referring too. The link in the private data was the link you should be looking at and is not pulling in the full size image.

    #1341738

    Hi,

    Sorry about that. You can modify the themes/enfold/config-events-calendar/views/single-event.php or override it in your child theme, then edit this code around line 72.

    <?php echo tribe_event_featured_image( $event_id, 'entry_with_sidebar', false ); ?>
    

    You can replace the thumbnail “entry_with_sidebar” thumbnail with “full” or any size that you want. For more info about template customization, please check this link.

    // https://theeventscalendar.com/knowledgebase/k/customizing-template-files-2/

    Best regards,
    Ismael

    #1344653

    It does not look like template overrides are working here. I followed the directions at the top of the file and created a folder (tribe-events) and added that files in it and it does not override the file from the parent theme.

    Any thoughts on this?

    View post on imgur.com

    #1344942

    Hi,

    Please use this plugin – https://wordpress.org/plugins/simple-image-sizes/, change the size of “entry_with_sidebar” images and then regenerate them.

    You are not using a sidebar on your blog page so the changes to thumbnails would not affect your single blog posts :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.