Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1304049

    Hi,
    to learn how it works, it is a good way, to import demo data.
    So I did.
    The original can be found here:

    What I did till yet, can be found here:

    I have only made a few translations so far and set a new goal for the button ‘return to shop’ via functions.php.
    But that cannot cause the problem.

    That is:
    If I go to the menu item ‘delivery’ (–> original) an click ‘add to cart’, a transparent overlay appears. It slides beginning right over the page and then the product is added to the card.

    If I do the same on the replicated website, a second scroll bar appears for a short time, the whole page ‘trembles’ a little and then the product is added to the card.

    (menu item: Lieferung nach Hause)

    That is an unsightly effect and looks a little bit like ‘I couldn’t do it’.

    What can be the reason for this? I can’t figure it out.

    Thanks a lot for supporting me.
    Stefan

    #1304438

    Hey steridhh,

    Thank you for the inquiry.

    Did you disable the Enfold > Theme Options > Page Preloading option? The preloader is the overlay that displays after clicking the add to cart button.

    Best regards,
    Ismael

    #1304491

    Hi Ismael, thanks for replying.

    It doesn’t matter whether the preloader is on or off. It’s always the same behavior.

    The overlay is never displayed, regardless of whether the preloader is switched on or off.

    I also wanted to avoid switching on the preloader as much as possible, because it delays the loading of the page very much.

    Do you want to have login data to see for yourself where the error could be.

    I have no idea.

    Thanks for supporting me.

    Stefan

    #1305047

    Hi Stefan,

    Thanks for contacting us!

    Yes, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    #1305126
    This reply has been marked as private.
    #1305185

    Hi,

    Thank you for the info.

    For some reason, the style of the loading icon is missing from the site, so we added it manually in the Quick CSS field. The loader is now displaying properly when adding a product to the cart.

    .avia_loading_icon {
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        display: none;
        z-index: 10000;
    }
    
    #top .avia_loading_icon .av-siteloader {
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -20px;
    }
    

    We also deactivated the Enfold > Performance > File Compression settings temporarily.

    Best regards,
    Ismael

    #1305308

    Hi Ismael, Yigit,
    thanks a lot for that.

    1A support.

    Stefan

    #1305509

    Hi Stefan,

    Great, I’m glad that Yigit and Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.