I admit to an article image, but it is not displayed in full size. The template on screen I do not want to change because it then on the home page can not be clicked.
http://www.hof-in-bayern.de/hofer-stadtpost-am-konrad-adenauer-platz/
Hi JochenBake!
You can change the image for single post entries – open up wp-content/themes/enfold/includes/loop-index.php and replace:
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
with
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
if(is_single()) $size = "full";
Cheers!
Peter
That’s an error of template and should be fixed with an update. What if a new version is released, it will be overwritten yet again?
Hi!
You can apply the fix to an child theme so you don’t have to this all over again. here is a link to how to create or use the included child theme. http://vimeo.com/67221517
Best regards,
David