kamstein
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Unable to save changes – MC plug in for WPHi Harish
And thanks for the advice.
I disabled all plug ins except mailchimp for wp. No avail.
Also disabled avast anti-virus. No avail.Any help is appreciated
Kam
Forum: Fixing WordPress
In reply to: Default thumbnail cropping out edges (headache!)Hahaha, of course Artur!
Thanks for your help.Forum: Fixing WordPress
In reply to: Default thumbnail cropping out edges (headache!)Artur,
I checked the Blask theme and images are showing scaled, exactly as I wanted.
Unless there is any way to show scaled thumbnails in media library, I guess this is resolved.
Thanks for your help and patience
Kam
Forum: Fixing WordPress
In reply to: Default thumbnail cropping out edges (headache!)Hi Artur
Thanks for your message again. I have returned to an earlier backup, so the issue is sorted and I am back up and running. I’ll try to stay away from function.php for now and start learning how to develop a child theme instead.
I am slowly learning.
The previous theme (mynd) did not have any other code
add_image_size
(Only what I showed you above)I have now changed the theme to a Blask and will look again later today.
However, the issue still remains that the thumbnails are showing in cropped in media library (which I assume is WP, not theme).
Forum: Fixing WordPress
In reply to: Default thumbnail cropping out edges (headache!)oh oh!
Parse error: syntax error, unexpected ‘)’ in /home/content/n3pnexwpnas02_data03/32/3066732/html/wp-content/themes/mynd/functions.php on line 16
That’s where blind proactivity gets you.
Forum: Fixing WordPress
In reply to: Default thumbnail cropping out edges (headache!)plus these are not thumbnails : (
Forum: Fixing WordPress
In reply to: Default thumbnail cropping out edges (headache!)Only issue with that is I can’t find the code relating to the three standard sizes (s/m/l), only:
add_image_size( ‘gallery’, 95,95, true );
add_image_size( ‘port2’,230,150, true );
add_image_size( ‘advertise’, 235,130, true );
add_image_size( ‘homeProduct’, 280 ,180, true );
add_image_size( ‘homePort’, 393 ,300, true );
add_image_size( ‘homePortBig’, 393 ,600, true );
add_image_size( ‘shop’, 280 ,180, true );
add_image_size( ‘widget’, 90,60, true );
add_image_size( ‘postBlock’, 370,260, true );
add_image_size( ‘blog’, 800, 490, true );
add_image_size( ‘port2’, 570,450, true );
add_image_size( ‘port3’, 380,300, true );
add_image_size( ‘port4’, 280,220, true );
add_image_size( ‘related’, 180,110, true );
add_image_size( ‘homepost’, 1180,490, true );
add_image_size( ‘blogMini’, 400, 245, true );Forum: Fixing WordPress
In reply to: Default thumbnail cropping out edges (headache!)maybe as my first delve into code, I will give this a try:
https://wordpress.org/support/topic/featured-images-being-cropped?replies=16Forum: Fixing WordPress
In reply to: Default thumbnail cropping out edges (headache!)Hi Artur, thanks for getting back to me so quickly, really appreciated
The thumbnails are cropped everywhere, including in the media library, all f which I would like to change if possible.
Thanks again
Kam