vikicool100
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Memcached Object Cache] Fatal error on multisite setup when network enabled.i have mulitsite network on my localhost for testing .
Use this one
https://ww.wp.xz.cn/plugins/batcache/
its work perfect .
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] disable reszie in Photonactually Wp resize into 80KB . but CW Image Optimizer plugin reduced the size .
my question is how to get links like this
http://i1.wp.com/madwallpaper.com/wallpapers/2013/09/leaf-wide-304×294.jpg.
nothing else .
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] disable reszie in Photoni resize images using this function .
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 304, 294, true ); add_image_size( 'portfolio-thumb', 304, 294, true); add_image_size( 'blog-thumb', 300, '', true); add_image_size( 'w1', 1152,864, true); add_image_size( 'w2', 1024,768, true); add_image_size( 'w3', 1280,960, true); add_image_size( 'w4', 1600,1200, true); add_image_size( 'w5', 1920, 1440, true); add_image_size( 'w6', 1280,800, true); add_image_size( 'w7', 1440, 900, true); add_image_size( 'w8', 1680, 1050, true); add_image_size( 'w9', 1280, 1024, true); add_image_size( 'w10', 1280,720, true); add_image_size( 'w11', 1366, 768, true); add_image_size( 'w12', 1600, 900, true); add_image_size( 'w13', 1920,1080, true); }so there is any way to stop that. i mean dont use photon on png images .
Viewing 4 replies - 1 through 4 (of 4 total)