Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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 :)

    #379031

    Hey 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.
    #379387

    Hi 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

    #380170

    Hey!

    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,
    Elliott

    #380423

    Yes, 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.

    #381032

    Hi!

    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!
    Elliott

    #384685
    This reply has been marked as private.
    #385288

    Hey!

    Go to Appearance > Editor panel. Look for the Theme Functions (functions.php) file.

    Best regards,
    Ismael

    #388920
    This reply has been marked as private.
    #388921
    This reply has been marked as private.
    #388922
    This reply has been marked as private.
    #389588

    Hi!

    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,
    Elliott

    #392776

    Okay, thank you Elliot :)

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Set blog post images to link to post’ is closed to new replies.