Community Forums › Forums › Archived Forums › Design Tips and Tricks › Change Thumbnail size on Outreach Pro Theme
Tagged: enlarge images, Outreach Pro, thumbnail size
- This topic has 17 replies, 3 voices, and was last updated 10 years, 6 months ago by
jackpreneur.
-
AuthorPosts
-
February 25, 2014 at 10:56 pm #92398
manager
MemberHi there,
Is it possible if we would like to enlarge the thumbnail size as default size 150 x 150 to be ie 200 x 200 or 250 x 250? If so, where can I make the change accordingly.
Thank you.
http://local environmentFebruary 25, 2014 at 11:04 pm #92402Brad Dalton
ParticipantChange the PHP code in your child themes functions file on Line 35:
//* Add new image sizes add_image_size( 'home-top', 1140, 460, TRUE ); add_image_size( 'home-bottom', 285, 160, TRUE ); add_image_size( 'sidebar', 300, 150, TRUE );
You could also change the Settings > Media.
February 26, 2014 at 6:25 pm #92579manager
MemberHi Brad,
Thank you for your solutions. I was trying the last option which changed in the Settings > Media because it should be easier than the first option.
So I changed in the Media Settings > Image Size > Thumbnail Size to width: 200 and height: 200.
But when I clicked to test the result
- "Add Media" from a Page then
- Insert Media in Media Library page and chose an image
- at Attachment Display Settings, Thumbnail size remains default at 150 x 150It seems not connect to the amendment in the Media Setting earlier made. I am sorry I couldn't paste the result here. I was trying to paste them on the post but it didn't work.
Thank you.
RegardsFebruary 26, 2014 at 9:57 pm #92590Brad Dalton
ParticipantThat will only change the size WordPress generates every time you add an image.
It won't change the size of existing images already uploaded to WordPress.
You will need to regenerate thumbnails to do that.
February 26, 2014 at 10:19 pm #92594manager
MemberHi Brad,
Brilliant....all thumbnail resizes as desired. I downloaded a regenerate thumbnails plug-in.
Thank you very much.
Regards 🙂September 1, 2014 at 9:53 am #122218jackpreneur
MemberHello Brad,
Please aligned my images to left sized 150x150px and there is a white space directly on top of the content aligned with the thumbnail.
Please can you help me on how to remove the extra white space on top of the content?
Thanks in advance.
Here is my site link for screenshot: http://worthblogger.com/
Jackson
September 1, 2014 at 10:01 am #122220Brad Dalton
ParticipantDid you resolve this already because they look left aligned already?
September 1, 2014 at 10:15 am #122221jackpreneur
MemberHello Brad,
I am not surprise at your rapid response because you have always been helpful to this forum.
Yea it's left aligned, but I am talking of the extra space on top of the content. Pls find attached a link to one of the posts on my homepage
Thanks.
September 1, 2014 at 10:36 am #122228Brad Dalton
ParticipantAre you using an CSS minification of caching as any changes i make in the browser using Firebug are not working.
September 1, 2014 at 10:59 am #122231jackpreneur
MemberNo I am not. No Cache plugin installed yet. It's still a new blog I am populating, just few genesis powered plugins for now
September 1, 2014 at 11:20 am #122238Brad Dalton
ParticipantI can't make any changes in the browser and don't have access to your installation so on this occasion i cannot help you sorry.
There must be some padding or margin there causing that which you might want to look into.
September 1, 2014 at 11:23 am #122239jackpreneur
MemberBrad,
Pls can you point me to my stylesheet where I can make the changes? Or better still I can give you my login details to help me do it.
September 1, 2014 at 11:25 am #122241jackpreneur
MemberBrad thanks so much for your effort in helping me. Please can you point me to the part in my css stylesheet where I can make the changes? Or better still can I send you my login details so you can help do it yourself?
Thanks so much
September 1, 2014 at 11:53 am #122251Brad Dalton
ParticipantNot sure where the margin or padding is added because i couldn't change any to confirm that it was the code which is causing the issue. If i could have, i would have supplied you the entire solution.
Strange your CSS cannot be altered in the browser.
September 1, 2014 at 12:05 pm #122253jackpreneur
MemberOk Brad, pls can I send you my WP login details?
September 1, 2014 at 12:06 pm #122254jackpreneur
MemberOk Brad, please can I send you my WP login details?
September 1, 2014 at 12:27 pm #122256Brad Dalton
ParticipantSeptember 1, 2014 at 12:35 pm #122258jackpreneur
MemberThanks Brad. I have sent it.
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.