Home › Forums › WoodMart support forum › Nav menu link text
Nav menu link text
- This topic has 27 replies, 2 voices, and was last updated 10 months, 1 week ago by Hung Pham.
-
AuthorPosts
-
January 19, 2024 at 9:12 am #531399
ahsanahmedkhannParticipantHi
can you guide how can I move the text in brackets below the main link name, so it look like this:
Baby Toddler Kid (0-24 month) (2-5 years) (5-8 years)
- This topic was modified 10 months, 3 weeks ago by ahsanahmedkhann.
- This topic was modified 10 months, 3 weeks ago by ahsanahmedkhann.
Attachments:
You must be logged in to view attached files.January 20, 2024 at 11:19 am #531753
Hung PhamKeymasterHello ahsanahmedkhann,
Thanks for reaching to us.
Unfortunately, there is no such an option by default.
If you have any questions please feel free to contact us.
Best Regards,
January 23, 2024 at 10:27 am #532519
ahsanahmedkhannParticipantif not by default, then can you please provide any workaround via css?
Also please see the attached screenshot, I want to show percentage off, for example, 30%off , 60%off on area highlighted in screenshot. Please guide what need to be done.
thanks
January 24, 2024 at 6:38 am #532903
Hung PhamKeymasterHello ahsanahmedkhann,
1. It’s a fully text and cannot be done via CSS only.
2. Unfortunately, there is no such an option to display discount percentage next to normal price by default .
If you have any questions please feel free to contact us.
Best Regards,
- This reply was modified 10 months, 3 weeks ago by Hung Pham.
January 24, 2024 at 4:07 pm #533151
ahsanahmedkhannParticipantHi
I’m using below attached code snippet to show second add to cart form at the end of product description.
It’s currently displaying add-to-cart form in product section area but now description is missing also its affecting home layout. Please take a look and let me know how we can fix these.
I’m using Code snippet plugin to add this snippet.
January 24, 2024 at 7:27 pm #533241
Hung PhamKeymasterHello ahsanahmedkhann,
You can use our WoodMart WooCommerce Layouts builder to build Custom Single Product layout and place widgets anywhere you want.
More about WooCommerce Layouts builder can be found in our documentation https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/.
Regards,
January 25, 2024 at 2:49 pm #533516
ahsanahmedkhannParticipantHi
can you please guide how can I align these 3 components (variation dropdown, quantity and add-to-cart button) in one line, screenshot added. I’m creating custom layout as you mentioned in your last response.
Attachments:
You must be logged in to view attached files.January 25, 2024 at 4:42 pm #533614
Hung PhamKeymasterHello ahsanahmedkhann,
Please remove Custom CSS that you added to Theme Settings > Custom CSS and check again https://prnt.sc/qdSsqQkw_hwM
Regards,
January 26, 2024 at 9:28 am #533757
ahsanahmedkhannParticipantHi
After removing all custom css it still not appears perfectly.
What I’m trying to do is I want the first add-to-cart button which appears beside product images to look like this: screenshot
And second add-to-cart button right below the description to be appear proper inline with variation dropdowns and quantity selector: screenshot
January 27, 2024 at 5:47 am #534036
Hung PhamKeymasterHello ahsanahmedkhann,
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to Private Content area, this will allow me to thoroughly investigate and address your concerns in a more efficient.
Regards,
January 29, 2024 at 9:53 am #534353
ahsanahmedkhannParticipantPlease see attached login credentials..
January 30, 2024 at 7:52 am #534794
Hung PhamKeymasterHello ahsanahmedkhann,
Thanks for details.
I’ve fixed your issue. Please check your site again.
Regards,
January 30, 2024 at 8:59 am #534802
ahsanahmedkhannParticipantJanuary 30, 2024 at 3:23 pm #535037
Hung PhamKeymasterHello ahsanahmedkhann,
Thanks for details.
According to your question, you wanted to display second Add to cart button next to quantity box and it’s showing as you wish https://prnt.sc/My9gFdInjGPP
Regards,
January 30, 2024 at 3:41 pm #535051
ahsanahmedkhannParticipantHi
Apologies for confusion. Here’s what I’m trying to achieve:
1. I need first add to cart button to look like this, screenshot: https://snipboard.io/mFwXgc.jpg
2. On second add to cart items (variation dropdowns, quantity) are not properly inline. as you can see here: https://snipboard.io/2zAYgX.jpg
- This reply was modified 10 months, 2 weeks ago by ahsanahmedkhann.
January 31, 2024 at 8:29 am #535289
Hung PhamKeymasterHello ahsanahmedkhann,
1. First Add to cart button now showing as you wanted https://prnt.sc/5TOns8pjTSEJ
2. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.second-table-variations [class*="wd-single-"].wd-swatch-layout-inline table.variations tbody { align-items: flex-start; } .second-table-variations [class*="wd-single-"].wd-swatch-layout-inline table.variations .cell { vertical-align: baseline; }
Regards,
January 31, 2024 at 12:39 pm #535406
ahsanahmedkhannParticipantHi
Thanks for looking into this, second add to cart button and variation dropdown are good now after using your custom css. But first add to cart is still looking old way: https://snipboard.io/W1HYEK.jpg
Also please take a look at variation dropdowns in mobile view: https://snipboard.io/vdKNAq.jpg
maybe needs to do something for mobile view
- This reply was modified 10 months, 2 weeks ago by ahsanahmedkhann.
January 31, 2024 at 6:57 pm #535614
Hung PhamKeymasterHello ahsanahmedkhann,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.text-left.wd-btn-design-full.wd-design-default .woocommerce-variation-add-to-cart>*{ flex: 1 1 100%; }
Could you please what’s wrong with variations on mobile?
Regards,
February 2, 2024 at 1:27 pm #536198
ahsanahmedkhannParticipantHi
thanks for that CSS code, it worked perfectly.
As in my last message I mentioned about dropdowns of variation are a bit misaligned in mobile version here: https://snipboard.io/7kaXbt.jpg- This reply was modified 10 months, 1 week ago by ahsanahmedkhann.
February 3, 2024 at 8:19 am #536380
Hung PhamKeymasterHello ahsanahmedkhann,
The dropdown variations now showing below the labels https://prnt.sc/jAfpX3lJqn7E
Let me know if you need further helps.
Regards,
February 5, 2024 at 9:16 am #536683
ahsanahmedkhannParticipantI was talking about variation dropdowns that are showing with second add to cart button, below description.. those are a bit miss aligned. Here is screenshot: https://snipboard.io/1EzdqN.jpg
Also kindly let me know how can I hide quantity selector in second add to cart Only.
Thanks
February 5, 2024 at 12:37 pm #536780
ahsanahmedkhannParticipantThere’s one more thing that I need to discuss is that when I select variations from above add to cart form the below second add to cart form should also display same variations selected
for example if I selected variation Size: Small from above add to cart form the second add to cart form below should be displaying variation Size: Small selected.
Kindly let me know how can we do that,
Thanks a lot.
February 5, 2024 at 4:11 pm #536865
ahsanahmedkhannParticipantI just found another small issue which is very URGENT. on single type product which don’t show any dropdown for variation, the above add to cart button showing inline with quantity selector ( https://snipboard.io/Xmk3L9.jpg ) .
It should be showing below quantity selector like other variable products ( https://snipboard.io/9RS6A3.jpg ).
please let me know how to fix this asap. Thanks
February 6, 2024 at 9:21 am #537080
Hung PhamKeymasterHello ahsanahmedkhann,
I see variations dropdown is showing https://prnt.sc/mwnVENTxeM-A Did you resolve it by yourself?
Regards,
February 6, 2024 at 9:28 am #537082
ahsanahmedkhannParticipantHi Hung Pham,
Thanks for replying. I didn’t make any changes yet. The 2 main thing I’m trying to achieve right now is:
1. is on simple product which do not have any variation the add to cart button shows inline with quantity selector not on below new line just like variable products.
simple product: screenshot
variable product: screenshot2. How can I hide quantity selector for second add to cart button only
February 6, 2024 at 5:46 pm #537341
Hung PhamKeymasterHello ahsanahmedkhann,
1. I checked Simple product, Add to cart button showing inline with quantities selector as you wish https://prnt.sc/vy3V7IgVLl-n
2. Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.second-table-variations div.quantity{ display: none; }
Regards,
February 6, 2024 at 11:46 pm #537437
ahsanahmedkhannParticipantHi
you didn’t understand my 1st issue.
let me rephrase it:For both Simple Product and Variable Product please make sure my first add to cart button should look like this: https://snipboard.io/G2STfH.jpg
February 7, 2024 at 10:00 am #537491
Hung PhamKeymasterHello ahsanahmedkhann,
Please use below Custom CSS
.short-description .wd-btn-design-full form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn) { flex: 1 1 100%; }
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register