New Landing How can we help? Themeforest Theme Support Joyn Pixelated iphone images

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Joyn
  • #240988
    barefootMarc
    Member
    Post count: 174

    Not sure why. The images look fine on the computer. They look fine when you shrink the screen, but on the iphone they are pixelated.

    Thoughts?

    -M

    #240995
    barefootMarc
    Member
    Post count: 174

    the designer had selected progressive when saved for output, or wordpress did. Not sure who was responsible, but a batch edit solved the problem.

    -M

    #241130
    barefootMarc
    Member
    Post count: 174

    Woops. So i thought It worked, turns out I’ve been looking at that screen so long it looked like it was sharp.

    So the header images which is a row, has a sharp image, but the images below are nested inside columns at full width. Those images do not display at High resolution on an Iphone.

    I tried uploading new versions of every image with the progressive tab turned off, but that did not fix it.

    Why would image as background be sharp, but not image as item?

    Thanks,

    Marc

    #241291
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Marc,

    WP 4.4+ started added a new output for images so they should appear better on retina devices: https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/.

    Though I have seen another case like your where this had an adverse affect.

    Are you using a child theme? You could test disabling this by adding this function to your child theme functions.php then clear your caches:

    function disable_srcset( $sources ) {
    return false;
    }
    add_filter( 'wp_calculate_image_srcset', 'disable_srcset' );

    Thanks.

    #241418
    barefootMarc
    Member
    Post count: 174

    can i drop that line of code in the themes custom js in the options panel?

    Unfortunately not a child theme.

    -M

    #241432
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You will need to use a child theme so you can add this code

    – Kyle

    #241472
    barefootMarc
    Member
    Post count: 174

    can i just create child by creating a joyn-child folder and copying the functions and style.css into it?

    #241474
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Do not copy the files from the parent theme, only the extra stuff goes in the child theme’s files. We have provided a child theme in the download files from ThemeForest

    – Kyle

    #241476
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The code above is PHP. Please use the child theme we supply in the main zip file, you can grab that from your ThemeForest account.

    Cheers,
    David.

    #241478
    barefootMarc
    Member
    Post count: 174

    There are two downloads. One thats just the wordpress files the other is like 300 mb. Is the child information in the larger file?

    #241493
    David Martin – Support
    Moderator
    Post count: 20834

    Yes, it should be in the main zip file, not within the theme zip.

    It will be called joyn-child.

    Thanks

    #241601
    barefootMarc
    Member
    Post count: 174

    So i installed a child theme and now now of the projects page display. I get 404 errors but the portfolio items themselves are editable.

    Whats going on?

    #241822
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This link is working fine for me:http://test.overdrivedesign.com/structure/portfolio/louis-vuitton

    – Kyle

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register