Home › Forums › WoodMart support forum › Customize AJAX Products tabs
Customize AJAX Products tabs
- This topic has 19 replies, 3 voices, and was last updated 1 year, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
September 9, 2023 at 6:10 pm #494662
bsthang7aParticipantHello!
I need help with customize AJAX Products tabs.I want to customize it so that when I hover over the product, all of the product’s attributes will be displayed, not a part like in the image.
Please guide me where I can edit it.
Thank you!
Attachments:
You must be logged in to view attached files.September 10, 2023 at 3:45 pm #494724
bsthang7aParticipantCan anyone assist?
September 11, 2023 at 2:23 am #494806
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Please provide the page URL with the issue.
Best Regards
September 11, 2023 at 2:30 am #494810
bsthang7aParticipantHi!
September 12, 2023 at 3:23 am #495145
Elise NoromitMemberHello,
I have checked you have properly configured: https://gyazo.com/646c3d14391721629c705d15f2327898 and https://gyazo.com/59bc8cb4f9406b2d4d03ad57ddc444a5
As soon as you press three dots, all the content shows up.
You can replace the attribute table with the content from the short description.
You can configure that in the Theme Settings > Single Product > Elements.
If you have any questions please feel free to contact us.
Best Regards
September 12, 2023 at 6:05 am #495172
bsthang7aParticipantHello!
I want all the content to appear immediately without having to click on the three dots.
Is there any way to customize like that?September 13, 2023 at 1:54 am #495459
Elise NoromitMemberHello,
This is not a bug, it how it works by default.
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .product-element-top:hover .hover-img { transform: none; -webkit-transform: none; }
Best Regards
September 13, 2023 at 3:53 am #495478
bsthang7aParticipantThank you!
I want to ask more.
I want to replace the shopping cart icon with another icon, what should I do? Or is it possible to remove that icon?
Best regards!Attachments:
You must be logged in to view attached files.September 13, 2023 at 4:01 am #495482
bsthang7aParticipantI did it your way: add this code to the Theme Settings > Custom CSS > Global.
But it doesn’t work.Attachments:
You must be logged in to view attached files.September 13, 2023 at 7:36 am #495498
bsthang7aParticipantPlease help me with the problem of where to change the text color of order by on the phone.
Best regards!Attachments:
You must be logged in to view attached files.September 13, 2023 at 3:30 pm #495643
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
September 13, 2023 at 3:53 pm #495664
Elise NoromitMemberHello,
Please replace the code in the Theme Settings > Custom CSS > Global:
.website-wrapper .wd-hover-base .wd-more-desc-btn { display: none; } .website-wrapper .wd-hover-base .wd-more-desc { max-height: 100%; }
Best Regards
September 13, 2023 at 7:00 pm #495724
bsthang7aParticipantThank you!
This problem has been resolved with the code you provided.I want to ask more.
I want to replace the shopping cart icon with another icon, what should I do? Or is it possible to remove that icon?
Best regards!Attachments:
You must be logged in to view attached files.September 13, 2023 at 8:47 pm #495746
bsthang7aParticipantAnd I want to ask one more thing:
How to prevent product names from appearing on WooCommerce breadcrumbs (on mobile)?Attachments:
You must be logged in to view attached files.September 14, 2023 at 3:03 am #495802
Elise NoromitMemberHello,
What icon do you want to show instead?
You can hide the breadcrumbs with custom CSS, please provide the page URL.
Best Regards
September 14, 2023 at 3:41 am #495815
bsthang7aParticipantHello!
– First problem: I want to replace the shopping cart icon with eye icon (first image).
– Second problem: I want to customize the product Navigation and WooCommerce breadcrumbs as shown in the theme’s demo (second image).
Best Regards!
Attachments:
You must be logged in to view attached files.September 18, 2023 at 9:25 am #496859
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix these issues:
1.
body .wd-add-btn-replace .add-to-cart-loop:before { content: "\f11a"; }
2.
.wd-single-breadcrumbs .breadcrumb-last, .wd-single-breadcrumbs .breadcrumb-link-last:after{ display: none; } .wd-single-breadcrumbs .breadcrumb-link-last { margin-right: 0; color: var(--color-gray-800); font-weight: 600; }
Kind Regards
September 18, 2023 at 1:08 pm #496959
bsthang7aParticipantThank you!
Your code helped me solve the problem on the computer device.
But it doesn’t seem to work on mobile devices.Hope you support me!
Appreciation and thanks!
September 18, 2023 at 1:09 pm #496960
bsthang7aParticipantThank you!
Your code helped me solve the problem on the computer device.
But it doesn’t seem to work on mobile devices.Hope you support me!
Appreciation and thanks!
Attachments:
You must be logged in to view attached files.September 19, 2023 at 2:30 am #497172
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-add-cart-icon>a:before { content: "\f11a"; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register