New Landing How can we help? Atelier Mobile cart crash

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Atelier
  • #185857
    serieux
    Member
    Post count: 112

    Hi,

    Whenever you add an item to the cart and you click the cart, the cart overlay opens and then crashes.

    i have tried deactivating and finding out if a plugin is causing the issue but it does not seem to be a plugin issue.

    thanks

    #185959
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you check the error log files to see if it’s there any addityional information?
    Couldn’t replicate it in chrome.

    What browser are you using? try to clear the cache.

    -Rui

    #186053
    serieux
    Member
    Post count: 112

    I’ve tried it both on safari and chrome on my iPhone. They both crash even after clearing the cache. Can you get someone else to attempt it as well.

    How do I view the error log?

    #186054
    serieux
    Member
    Post count: 112

    A photo of the cart crashing and disappearing

     

    Attachments:
    You must be logged in to view attached files.
    #186270
    contemascetti
    Member
    Post count: 66

    Hi,

    I can confirm this exact issue too in the mobile cart slide out menu.

    I reproduced it on atelier demo site both on chrome (osx and android) and safari osx.

    Oddly, only on the latest firefox osx (with window shrinked to mobile viewport)  I don’t see the issue.

    #186277
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It’s not easy to debug in Android, you should have Android SDK and connect with the USB and change several settings on the phone.

    Will do that to see if I can catch the error before it crashes.

    -Rui

    #186291
    serieux
    Member
    Post count: 112

    Hi,

    The problem lays within the theme.

    ive changed mobile menu display type from slide out to Overlay and it works fine.

    Must have been something within the update.

    Attachments:
    You must be logged in to view attached files.
    #186293
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks for that additional info.
    -Rui

    #186632
    dbrowny
    Member
    Post count: 18

    Hello,

    This problem is still occurring. I like the slide out better, could an admin look into this issue?

    With kind regards,

    dbrowny

    #186633
    innsi
    Member
    Post count: 40

    I got the same problem when i use slide out as Mobile Menu Display Type,

    when i click cart icon, it just show 0.5 second and disappeared, but the menu is fine.

    #186673
    yorick007
    Member
    Post count: 3

    Same problem here 🙁

    #186692
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Found an issue in the file atelier/js/functions.js

    In the line 2225 you should replace it
    from this
    'opacity': 0

    to this one
    'opacity': 1

    Also it will be necessary to add this code below to your custom css option

    
    #mobile-cart-wrap ul {
      overflow: auto;
    }
    .mobile-cart-open #mobile-cart-wrap {
      overflow-y: auto;
    }

    To the changes in the js be effective, it’s necessary to disable the minified theme script in General options-> Performance. Don’t forget to clear the cache.

    We will include the necessary changes in the next theme update.

    -Rui

    #190428
    purekarting
    Member
    Post count: 42

    Thanks for the fix Rui. It is working now.

    Can we update the JS in functions.min.js and leave the minified performance setting enabled?

    Also, the CSS colors on the CART slideout are perfect, but on the CART portion of the MENU slidout they are not correct. The text color is same as background, and the button colors are not good. Can it be made to match the same CSS as the CART Slideout? See images attached.

    Attachments:
    You must be logged in to view attached files.
    #190631
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Yes you can use the minified one if you are ok with minifying the modified js that I sent. We would do that in the next theme update.

    Regarding the color try to add this one that is specific for the mobile menu.

    
    .alt-mobile-menu .bag-buttons a.bag-button, .alt-mobile-menu .bag-buttons a.wishlist-button {
      color: #FFF!important;
    }

    -Rui

Viewing 14 posts - 1 through 14 (of 14 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