Hey guys.
How can we get the POST images to open the actual POST page, as opposed to a BIG Picture.
I know i can mess with the FEATURED IMAGE settings….however, when set as a featured image, it cuts the photo in 1/2.
Any thoughts/ways around this?
Thank you,
Justin
Hey Justin!
Whenever you use our image element then click on the “Link settings” tab and you can set the link to the post permalink.
If your inserting the images with the add media button then you can set the link that way as well. For just plain HTML then it would look like this.
<a href = "URL to your post">
<img src = "URL to your image" />
</a>
Best regards,
Elliott
Hi!
Yes, that is an option if you want to set the featured image manually. If you want to use the default featured image option and get the actual image size, you can resize the blog image thumbnail. Edit function.php, look for this code:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
Adjust the width and height and then regenerate or upload the images as featured image again.
Cheers!
Ismael