Tagged: events calendar PRO
-
AuthorPosts
-
February 17, 2022 at 4:54 am #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
February 21, 2022 at 9:38 am #1341590Hey 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,
IsmaelFebruary 21, 2022 at 3:51 pm #1341670That 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.
February 22, 2022 at 4:03 am #1341738Hi,
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,
IsmaelMarch 15, 2022 at 8:04 pm #1344653It 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?
- This reply was modified 2 years, 8 months ago by acscreativenew.
March 17, 2022 at 4:02 pm #1344942Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.