New Landing How can we help? Themeforest Theme Support Neighborhood Images Not Loading in Mobile Gallery

Viewing 12 posts - 1 through 12 (of 12 total)
  • #134628
    MICHAELSD
    Member
    Post count: 31

    Hi,

    It seems the product gallery won’t load some images on the mobile site (at least on an iPhone) if in the zoomed in mode. It gives an error stating that the image couldn’t load. Could you take a look?

    Also, can the SKU, additional info, and/or “leave feedback” be removed?

    Thanks,
    Michael

    #134649
    MICHAELSD
    Member
    Post count: 31

    The site doesn’t seem to align properly in Chrome even when the window is maximized and the logo doesn’t appear correctly in Firefox unless the window is maximized. You can use (desktop) Safari to note how the site is intended to look.

    Thanks again.

    #134651
    MICHAELSD
    Member
    Post count: 31

    Although I’d make the initial issue the priority.

    #134692
    MICHAELSD
    Member
    Post count: 31

    Could the issue be due to the catalog resolutions I set in the WooCommerce settings? I’d really appreciate a response by the morning.

    #134746
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    We answer the topics by the oldest one, when you add replies it goes to the top of the list so we take longer to see it.

    Add the code below to your custom css option to hide the Sku and Leave Feedback

    
    .summary .product_meta {
    display: none;
    }
    

    Add the code below to the functions.php to disable the Additional Information section.

    
    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
    
    function woo_remove_product_tabs( $tabs ) {
        unset( $tabs['additional_information'] ); 
        return $tabs;
    }

    Regarding the mobile issue I tested with and Android and all the images loaded. Can you take a screenshot of that error?

    Thanks

    -Rui

    #134783
    yita33
    Member
    Post count: 27

    Hello, I have the same problem since I updated (now I have 2.03) I see the miniatures but not the big image.
    I have android 4.4.2 (latest version)

    Attachments:
    You must be logged in to view attached files.
    #134821
    MICHAELSD
    Member
    Post count: 31
    This reply has been marked as private.
    #134823
    MICHAELSD
    Member
    Post count: 31

    I added a screenshot as private, assuming support can view it. Thanks.

    #135133
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I tried in an Iphone and that doesn’t happen, got no error loading the images.
    Can you try to clear the mobile browser cache?

    If it doesn’t work will have forward to another colleague check in other IPhone

    -Rui

    #135175
    MICHAELSD
    Member
    Post count: 31

    Hi Rui,

    I’m still having the same issue on an iPhone 5S running iOS 7 even after a cache clear. I will have a 6 Plus to test in a few days but I’d like to make sure it works for all users.

    #135736
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Apologize for the delay, will forward to my colleague that also can test in a Iphone.
    My test was on an Iphone 4.

    -Rui

    #135868
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Tested on iPhone 5 here and not seeing any issues at all – did you test on the 6 plus?

    – Ed

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

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

License required for one of the following items
Login and Registration Log in · Register