-
AuthorPosts
-
January 12, 2015 at 9:29 pm #378531
Hi Guys!
How can I set the images to link directly to my post and no open in a shadow box. I’d like the size of my images to be larger (the standard post setting is too small for images right now)
Thanks a million in advance :)
January 13, 2015 at 7:15 pm #379031Hey Courtney!
I checked your link but your image is already linking to the post and it’s size is already set to full width of the area so I’m not sure how your wanting to make it bigger. Are you wanting to just increase it’s height?
Go ahead and take a screenshot and highlight what is going on so we can get a better idea.
Best regards,
Elliott- This reply was modified 9 years, 10 months ago by Elliott.
January 14, 2015 at 1:24 pm #379387Hi Elliot :)
Can I get the full image to show on the post preview (right now it defaults to a smaller version of the pic), I know that when you set the post to image the full size image shows for the post preview but the image doesn’t link to the post it just opens in a lightbox.
Hoping to have the full size image show on the post preview but the image link directly to the post.
Hope my description makes sense haha
January 15, 2015 at 5:39 pm #380170Hey!
Open up /enfold/functions.php and change lines 109 – 110 from this.
$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
To this.
$avia_config['imgSize']['entry_with_sidebar'] = 'full' // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= 'full' // images for fullsize pages and fullsize slider
As for the lightbox your blog images are already linking to the post. Do you mean you wish to make it so the single post view featured image does not open in lightbox?
Best regards,
ElliottJanuary 15, 2015 at 8:55 pm #380423Yes, you got it Elliot, I’d like to have it set up like this: When someone clicks on the image on the FAQ page, it takes them directly to the post. I’d like the full image to show rather than the smaller version that it currently defaults to.
January 16, 2015 at 7:21 pm #381032Hi!
Did you do the edit in my last post? That will have the featured image display in it’s full image dimensions instead of being resized.
Cheers!
ElliottJanuary 23, 2015 at 10:30 pm #384685This reply has been marked as private.January 26, 2015 at 9:07 am #385288Hey!
Go to Appearance > Editor panel. Look for the Theme Functions (functions.php) file.
Best regards,
IsmaelFebruary 1, 2015 at 5:02 am #388920This reply has been marked as private.February 1, 2015 at 5:07 am #388921This reply has been marked as private.February 1, 2015 at 5:14 am #388922This reply has been marked as private.February 2, 2015 at 7:43 pm #389588Hi!
We are still talking about your featured images correct? You can see how to change their height in my first post, https://kriesi.at/support/topic/set-blog-post-images-to-link-to-post/#post-380170. But if you change the sizes to full like in the instructions then they should be displaying bigger anyway.
You can use some CSS like so.
.big-preview img { height: 400px !important; }
But it would be best to edit the image sizes like explained in my first post.
Best regards,
ElliottFebruary 8, 2015 at 8:49 pm #392776Okay, thank you Elliot :)
-
AuthorPosts
- The topic ‘Set blog post images to link to post’ is closed to new replies.