Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter xsit3d

    (@xsit3d)

    That’s a day I wont get back. Thanks for coming! Resolved Finally!

    Thread Starter xsit3d

    (@xsit3d)

    I checked it out and although the menu says Wow Sliders, the plugin is in fact Woo themes slider https://www.woothemes.com/flexslider/

    The code that breaks this all is the max-width. Photon changes it smaller.
    sizes="(max-width: 720px) 100vw, 720px" />
    Instead of
    sizes="(max-width: 3307px) 100vw, 3307px" />

    The srcset looks good for a responsive browser experience but I don’t think it’s working as it’s meant to. Can someone check this?

    Thread Starter xsit3d

    (@xsit3d)

    I will have a look into the code myself and try to figure out which part of the slider photon butchers. I am lost after the img tag. Not sure how the hell it ends up with the resize link in the end.

    Thread Starter xsit3d

    (@xsit3d)

    I believe so. It’s part of a theme I purchased.
    Fastsell

    Slider settings are left at the default.

    HTML of one of the slides with Photon disabled

    <div id="post-298" class="customtypewowslider fullwidth flexslider clearfix"><ul class="slides"><li style="height:;"><img width="3307" height="1775" src="https://www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg" class="thumb" alt="Spiderman header" srcset="https://www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg 3307w, https://www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header-225x121.jpg 225w, https://www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header-460x247.jpg 460w, https://www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header-1024x550.jpg 1024w" sizes="(max-width: 3307px) 100vw, 3307px" /><div class="row"><div class="flex-caption" style="top:;">
    <h3 class="slidertitle wow bounceIn" data-wow-duration="2s" data-wow-delay="1s"><span style="color:;"></span></h3>
    <h4 class="sliderdescription wow zoomIn" data-wow-duration="2s" data-wow-delay="1s"><span style="color:;"></span></h4>
    <span class="freearea" style="color:;"></span>
    </div></div>

    HTML of one of the slides with Photon enabled

    <div id="post-298" class="customtypewowslider fullwidth flexslider clearfix"><ul class="slides"><li style="height:;"><img width="3307" height="1775" src="https://www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg" class="thumb" alt="Spiderman header" srcset="https://i0.wp.com/www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg?w=3307 3307w, https://i0.wp.com/www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg?resize=225%2C121 225w, https://i0.wp.com/www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg?resize=460%2C247 460w, https://i0.wp.com/www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg?resize=1024%2C550 1024w, https://i0.wp.com/www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg?w=1440 1440w, https://i0.wp.com/www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg?w=2160 2160w" sizes="(max-width: 720px) 100vw, 720px" /><div class="row"><div class="flex-caption" style="top:;">
    <h3 class="slidertitle wow bounceIn" data-wow-duration="2s" data-wow-delay="1s"><span style="color:;"></span></h3>
    <h4 class="sliderdescription wow zoomIn" data-wow-duration="2s" data-wow-delay="1s"><span style="color:;"></span></h4>
    <span class="freearea" style="color:;"></span>
    </div></div>

    The cache is awesome but needs the resize removed from the slides
    https://i0.wp.com/www.kevincoxphoto.com/wp-content/uploads/2016/05/Spiderman-header.jpg?resize=1024%2C550

    Thanks for your time

    xsit3d

    (@xsit3d)

    I am getting hammered with wp-login.php requests. It would be great to redirect these requests using htaccess to a static page like 404.html

    I just don’t understand htaccess enough so I thought I’d ask here first.

    Thread Starter xsit3d

    (@xsit3d)

    Ok, Thumbnails work only if they are not cropped.
    Otherwise I lose my EXIF data.

    Thread Starter xsit3d

    (@xsit3d)

    It seems to be working. The Thumbnails don’t work though.

    OK, it’s not just the images that get deleted, table entries for this plugin get deleted from the mysql database as well.

    So here’s my workaround for now.

    Edit the avatar-manager.php file.
    Comment out this line of code by adding // in front of it.
    add_action( 'delete_attachment', 'avatar_manager_delete_attachment' );
    so it looks like this
    // add_action( 'delete_attachment', 'avatar_manager_delete_attachment' );
    This will stop the custom image from deleting for no reason until a fix is made.

    Sorry for hacking this code.

    I can confirm that if you delete any image from the media library, it deletes the custom sizes from the current users avatar only. 96, 64, 32, 26.

    Such a shame as this is the best plugin except for this.

Viewing 9 replies - 1 through 9 (of 9 total)