Tagged: mini-cart, woocommerce
-
AuthorPosts
-
September 14, 2021 at 6:29 pm #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 againI have uploaded those two screenshots that you can see what i mean:
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! :)
September 16, 2021 at 4:06 am #1321115Hey 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,
RikardSeptember 16, 2021 at 7:13 am #1321145Hey 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
September 21, 2021 at 3:54 pm #1321793Hi,
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,
YigitSeptember 23, 2021 at 11:12 pm #1322082Hi 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
September 27, 2021 at 12:25 pm #1322469 -
AuthorPosts
- The topic ‘woocommerce-mini-cart buttons refresh not working’ is closed to new replies.