-
AuthorPosts
-
May 10, 2013 at 3:15 am #23071
Hello,
I would like to removed the featured image from the top of posts / portfolio item pages. I want to keep the featured images on the blog and portfolio pages as thumbnails, but remove them from the posts and item pages. Is this possible?
I was also wondering if it is possible to format the size of the thumbnails on the blog page when in grid view to all be the same size? I don’t mind if images get cropped, I just would like them all to be the same dimensions (as it stands, some are square, some are rectangular).
My website is http://hollenberg.tv
Thank you for your time.
May 11, 2013 at 6:46 pm #118440Hi,
How did you make this? Because this is showing up as a portfolio ( http://hollenberg.tv/blog/ ) not as a blog. Can you explain.
Also what page is set as a blog in Enfold > Theme Options ?
On Settings > Reading …. the ”Your latest posts” is set as the top option, correct?
—-
Please open up functions.php located in the base folder of the theme and find line 79 that looks like this
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 )
and change it to look like this
$avia_config['imgSize']['portfolio'] = array('width'=>248, 'height'=>186, 'crop'=>true );
As I said something is wrong with the way you are doing this because that page may say its a blog, but it is not, that’s why we are changing the size here for the portfolio. Just remember that changing this doesn’t automatically change the images. For that you will need to install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ) and regenerate the current images (or re-upload them). To test , you can just delete one of the big images that you wanted cropped and reupload it again.
=================
Please look at this video https://vimeo.com/channels/aviathemes/64996057 , as to how to add Advanced Layout Editor to Posts. Once you have it there, you can chose whether to display an image or not on your individual posts.
Thanks,
Nick
May 12, 2013 at 4:37 am #118441I’m not sure I understand. The blog page (hollenberg.tv/blog) is set as the blog page in Enfold Theme Options. ‘Your latest posts’ is selected in the Reading Settings. Is this not correct?
Other than that, I’m not sure what to say. I had a different theme installed initially, and recently switched to Enfold, I don’t know if that is causing problems? I thought it was basically showing up as a blog in the grid layout, except the thumbnails weren’t formatting to be the same size.
May 12, 2013 at 6:06 am #118442Hi,
Your current Blog main page, does it contain Blog Posts element (and not the Portfolio Grid element), and inside the Blog Posts element you have selected the Grid Layout option and ‘display blog posts’ option? http://www.clipular.com/c?5805255=Z8i7ivAWJE12HiYd55pUce7a3Y4&f=.png
Thanks,
Nick
-
AuthorPosts
- The topic ‘Removing featured image / blog grid scaling’ is closed to new replies.