Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1320950

    Hello,

    im creating a online shop with woocommerce and an additional plugin wich let’s people order food.
    I have installed it and everything, except one thin works perfectly:

    The Food ordering Plugin has its own “show cart button” wich is flowing on the right side of the screen.
    It also has its own style for it. For Example those Buttons to add more, or reduce the amount of a product in the cart.

    But There are shown 4 Buttons. 2 Buttons with “+” and 2 Buttons witch “-”
    One pair is looking like its from Enfold, the other button pair should be from the food ordering plugin.

    The problem occours if you do following:
    1. Visit the shop wich i have linked in the private content
    2. Add any product to the cart
    3. Check the cart on the right side of the screen (it should look good)
    4. reload the page
    5. Check the cart again (it should look buggy)
    7. Additional: Try to press one of the “+” and “-” Buttons. Then it looks good again

    I have uploaded those two screenshots that you can see what i mean:

    wrong:
    Wrong

    right:
    right

    For me it seems that one script only plays, if a button is pressed.
    After that script, the website looks normal again.

    I found found out, that it moust something hast to do with the so called “woocommerce-mini-cart”

    Is there any fix you can provide me for this?
    For me it looks more like a Enfold issue than an issue of the Food ordering Plugin.

    Thank you very much! :)

    #1321115

    Hey Igitt23,

    Thanks for the screenshots and link. I’m not sure how to reproduce the wrong results though, could you give us further instructions on that please?

    Best regards,
    Rikard

    #1321145

    Hey Richard,

    thanks for your reply!

    Im getting this bug after doing excactly the steps i mentioned above.
    I get them on google Chrome (Desktop and mobile).
    Ive also tried on multiple PC’s so it shouldnt be a client side problem.
    Can you try the steps out to reproduce, or does ist still not work?

    Best regards

    #1321793

    Hi,

    Sorry for the late reply and thanks for your patience!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .exwf-con-quantity .minus, .exwf-con-quantity .plus {
        display: none !important;
    }
    .exfd-cart-mini .woocommerce-mini-cart-item a:nth-child(2) {
        position: unset !important;
    }
    

    Best regards,
    Yigit

    #1322082

    Hi Yigit,

    thank you so much for this special fix!
    It works perfectly!

    You are really my favorite mod here. Your Code snippets are always the best one.

    Thank you so much!!

    best regards

    #1322469

    Hi,

    You are welcome! I am always happy to help. Thank you so much for your kind words :)

    Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘woocommerce-mini-cart buttons refresh not working’ is closed to new replies.