wrestleclub
Forum Replies Created
-
I ran into the same problem. I did some investigating and I see where the image size is being set. In the functions.php file about line 190.
if ( ! empty( $image_atts ) ) : ?> <img src="<?php echo WPSP_Resize( $image_url[0], $image_atts[ 'width' ], $image_atts[ 'height' ], $image_atts[ 'crop' ], true, $image_atts[ 'upscale' ] ); ?>" alt="<?php esc_attr( the_title() ); ?>" itemprop="image" class="<?php echo $settings[ 'image_alignment' ]; ?>" /> <?php else : the_post_thumbnail( apply_filters( 'wpsp_default_image_size', 'full' ), array( 'itemprop' => 'image' ) ); endif;I did a quick test by downloading the simple images plugin, creating a custom image size and replacing the full size in the code with my image size and it works with my CDN and passes the serve scaled images test in google page speed.
I would recommend to change the code so that you can select a default image size instead of resizing the image.
- This reply was modified 7 years, 8 months ago by wrestleclub.
- This reply was modified 7 years, 8 months ago by wrestleclub.
Forum: Plugins
In reply to: [Plugin Organizer] Strange auto deactivationsame thing happened to me. I had to disable the PO plugin. Please let me know when this issue is fixed.
Forum: Plugins
In reply to: [Pricing Table by Supsystic] PHP 7 Compatibilitylesson learned for the future.
Forum: Plugins
In reply to: [Pricing Table by Supsystic] PHP 7 Compatibilityi tried to edit it in the first 35 minutes, but there was not a link. i would appreciate it if i could edit the paths.
Forum: Plugins
In reply to: [Pricing Table by Supsystic] PHP 7 CompatibilityI need to remove some sensitive info. how do i edit my original post?
Forum: Plugins
In reply to: [Pricing Table by Supsystic] PHP 7 CompatibilityHow do i edit this post? I need to make some minor changes
I set that option and will keep an eye on it for the next couple of days.
Forum: Plugins
In reply to: [Social Media Widget by Acurax] Css sprites for iconsI agree this would be a useful feature.
Forum: Plugins
In reply to: [Social Media Widget by Acurax] Css sprites for iconsbump
Forum: Plugins
In reply to: [WP Popular Posts] Move to VPS and Images Not Workingi installed gd and it works now. is imagmagic better than gd?
Forum: Plugins
In reply to: [WP Popular Posts] Move to VPS and Images Not Workingdo i need to install imagemagic and gd?
Forum: Plugins
In reply to: [WP Popular Posts] Move to VPS and Images Not WorkingI installed imagemagic 3.3.0. it now shows up under phpinfo, but when go to the widget, click display thumbnails and click save, the checkbox is still unchecked.