Home › Forums › WoodMart support forum › Shopping cart spins in a circle when I try to place an order
Shopping cart spins in a circle when I try to place an order
- This topic has 19 replies, 2 voices, and was last updated 1 month, 2 weeks ago by
Hung Pham.
-
AuthorPosts
-
March 11, 2025 at 4:37 am #644659
kruajengParticipantI would like you to help me look at the CSS code from my previous query post.
After I applied it, the shopping cart spins in a circle when I try to place an order.
I think it needs some improvement, or not?Thanks
https://xtemos.com/forums/topic/change-the-text-inside-this-circle-to-a-shopping-cart-icon/Attachments:
You must be logged in to view attached files.March 11, 2025 at 4:38 am #644661
kruajengParticipantCould you please customize the shopping cart to be a bit larger? People over 50 years old have given feedback that it’s too small. I have to adjust the entire website to be larger for the elderly.
March 11, 2025 at 5:47 pm #644869
Hung PhamKeymasterHi kruajeng,
Thanks for reaching to us.
1. I didn’t see cart icon spins as you mentioned, please let me know if you resolved it.
2. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:
button.button.single_add_to_cart_button:after { font-size: 25px; } button.button.single_add_to_cart_button:after{ width: 25px; height: 25px; top: calc(50% - 15px); }
Best Regards,
March 11, 2025 at 6:10 pm #644875
kruajengParticipanthttps://kruajeng.com/product/pizzaroni-stick/
I tried that, but it didn’t fix the issue. The shopping cart icon is still spinning, and it looks really weird. If you try to place an order, you’ll see what I mean. How can I resolve this?
Attachments:
You must be logged in to view attached files.March 12, 2025 at 1:31 pm #645201
Hung PhamKeymasterHi kruajeng,
Please allow me to explain: The cart icon spins when the cart is loading after adding a product (https://monosnap.com/file/btHiHBDzWS4iw855rcMP8yjSjLYZfT). This happens because you created faulty custom code that merged the cart icon and the loader icon on the
Add to Cart
button (https://monosnap.com/file/H1z0oW2hnSYPMwXHzangWbOei36BaY) and you need to remove it.If you want to re-apply the custom styling, please be clearly describe the desired appearance. We will assess whether it is possible to achieve – CSS solutions.
Regards,
March 12, 2025 at 5:03 pm #645288
kruajengParticipantHello, Hung Pham
I’d like to do this, but could you make it stop rotating?March 12, 2025 at 5:13 pm #645294
kruajengParticipantSince you were the one who guided me with this CSS,
I would appreciate it if you could help me troubleshoot it. Okay?Attachments:
You must be logged in to view attached files.March 13, 2025 at 1:19 pm #645558
Hung PhamKeymasterHi kruajeng,
The code I provided above help you to make icon bigger. In order to fix rotating icon issue, please follow my latest replies to check if it works.
Regards,
March 13, 2025 at 1:32 pm #645568
kruajengParticipantHello, Hung Pham
How do I prevent the shopping cart on this page from constantly spinning?March 14, 2025 at 1:10 pm #645869
Hung PhamKeymasterHi kruajeng,
Please provide me new admin link because it has been expired.
Regards,
March 14, 2025 at 5:53 pm #645994
kruajengParticipantHello , Hung Pham
Log i n … hereMarch 17, 2025 at 10:12 am #646288
Hung PhamKeymasterHi kruajeng,
Thanks for new link and appreciate your patience.
I checked your site, and spinning issue disappeared. Please confirm me back if you resolved it.
Regards,
March 17, 2025 at 11:30 am #646344
kruajengParticipantHello, Hung Pham
I haven’t done anything yet.
I’m waiting for you to make the edits, like you did on the Shopping cart Landing pageMarch 18, 2025 at 9:17 am #646617
Hung PhamKeymasterHi kruajeng,
Please see my recorded video https://go.screenpal.com/watch/cTeF1Dni1Qc
The spinning icon is circle as default, not cart icon.
Regards,
March 18, 2025 at 9:29 am #646619
kruajengParticipantHello, Hung Pham
But I also want to make the shopping cart icon match the Landing page.
Could you please provide me with the CSS for that?Thank you.
Attachments:
You must be logged in to view attached files.March 18, 2025 at 12:00 pm #646705
Hung PhamKeymasterHi kruajeng,
Please provide URL of the Landing page, so I can take a closer look.
Regards,
March 18, 2025 at 12:28 pm #646710
kruajengParticipantI think the image I sent clearly shows what I would like you to do. Please follow the image. https://kruajeng.com/
Attachments:
You must be logged in to view attached files.March 19, 2025 at 7:49 am #647018
Hung PhamKeymasterHi kruajeng,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:
button.single_add_to_cart_button{ font-size: 0; } button.single_add_to_cart_button:before{ transform: translateY(0); opacity: 1; display: flex; align-items: center; justify-content: center; font-weight: 400; font-size: 20px; transition: opacity .15sease, transform .25sease; content: "\f123"; font-family: "woodmart-font"; } button.single_add_to_cart_button.loading:before{ opacity: 0; }
Regards,
March 19, 2025 at 8:41 am #647033
kruajengParticipantGreat, thank you.
Close TopicMarch 19, 2025 at 12:58 pm #647163
Hung PhamKeymasterHi kruajeng,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
-
AuthorPosts
The topic ‘Shopping cart spins in a circle when I try to place an order’ is closed to new replies.
- You must be logged in to create new topics. Login / Register