Home › Forums › WoodMart support forum › I need help to solve Translation/Edit problem
I need help to solve Translation/Edit problem
- This topic has 20 replies, 2 voices, and was last updated 6 months, 3 weeks ago by Luke Nielsen.
-
AuthorPosts
-
January 7, 2024 at 8:14 pm #527657
alphazoo.ltParticipantHi there,
I need help to solve the issue. I want to change search button text but there is no option in header search button section I also had translated the text from loco translate but it doesn’t work. please have a look.
Thanks, and Regards
Nurul IslamAttachments:
You must be logged in to view attached files.January 8, 2024 at 12:21 pm #527796
Luke NielsenKeymasterHello,
In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
January 8, 2024 at 1:15 pm #527841
alphazoo.ltParticipantI already did that
check private content area
January 8, 2024 at 3:28 pm #527888
Luke NielsenKeymasterHello,
The translation language should be the same as you use in WordPress -> Settings -> General: https://prnt.sc/58GvMpt0VByk , https://prnt.sc/cyV5DIQaQq6m
So change the WP language to Lithuanian and recheck the issue.
Kind Regards
January 9, 2024 at 8:15 am #528138
alphazoo.ltParticipantThanks Luke Nielsen,
I did that and translation is working for search button, but it is not working for sticky menu title “All Categories”. Please have a look where is option to change it.Thanks, and Regards
Nurul IslamAttachments:
You must be logged in to view attached files.January 9, 2024 at 12:40 pm #528220
Luke NielsenKeymasterHello,
Navigate to Theme Settings -> General -> Sticky navigation and change the title here: https://prnt.sc/JQ0WbOy0lHjr
Thank you fro your time.
Kind Regards
January 12, 2024 at 1:24 pm #529306
alphazoo.ltParticipantThanks Luke Nielsen,
I need help to customize single product page, I want to add some tabs like
DESCRIPTION,
INGREDIENTS,
ATTRIBUTES/ SPECIFICATIONS
INGREDIENTS & ANALYSIS
WARRANTY
DIRECTIONS
WARNINGSBut there is no option or doesn’t work the option. I edited the tab section but there was a layout for single product and there is no tab option. How can I add tab option please help me.
Please check the attached images also
Attachments:
You must be logged in to view attached files.January 12, 2024 at 1:44 pm #529310
Luke NielsenKeymasterHello,
Through the Additional Tabs area you can add those tabs.
But on your product page that is built via Layouts should be defined an appropriate element: https://prnt.sc/CTlhlzOhqoS- , so then the tabs will appear.
Kind Regards
January 12, 2024 at 6:20 pm #529416
alphazoo.ltParticipantThanks Luke Nielsen,
I want to more additional tab there are two tabs only, please let me know how can i add more additional tab. Thanks
Attachments:
You must be logged in to view attached files.January 13, 2024 at 9:10 am #529496
alphazoo.ltParticipantPlease let me know have any way to change tab sequence, I want to present the tabs according to the needs. Thanks
Attachments:
You must be logged in to view attached files.January 15, 2024 at 11:33 am #529796
Luke NielsenKeymasterHello,
1. Unfortunately, there is no option in Theme Settings available for adding additional tabs there. It requires customizations and this is beyond our limitations and support policy.
2. Use the below code for reordering the tabs, just set priority values per your needs. Paste the code into the functions.php file in your child theme.
/** * Reorder product data tabs */ add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 ); function woo_reorder_tabs( $tabs ) { $tabs['reviews']['priority'] = 5; // Reviews first $tabs['description']['priority'] = 10; // Description second $tabs['additional_information']['priority'] = 15; // Additional information third // Custom Tabs are from Product Settings // $tabs['wd_custom_tab']['priority'] = 2; // $tabs['wd_custom_tab_2']['priority'] = 3; // Additional Tabs are from Theme Settings // $tabs['wd_additional_tab']['priority'] = 4; // $tabs['wd_additional_tab_2']['priority'] = 5; return $tabs; }
Kind Regards
January 20, 2024 at 5:45 pm #531842
alphazoo.ltParticipantThanks Luke Nielsen, Code doesn’t work, I am using custom tab plugins but I have an another problem. Single product layout duplicate option doesn’t work, I need to duplicate the single product layout. Please check scrnshot and help me. Thanks
Attachments:
You must be logged in to view attached files.January 22, 2024 at 11:20 am #532057
Luke NielsenKeymasterHello,
Please update the theme to the latest 7.4.3 version and the Core plugin 1.0.42, then recheck the issue.
Looking forward to hearing back from you!
Kind Regards
January 22, 2024 at 9:35 pm #532408
alphazoo.ltParticipantThanks Luke Nielsen,
Issue has been resolved. I got a big issue, there is no attribute name weight, please check screenshot images. I have to remove it but couldn’t find any option to remove it. Please help me.
I also want to add banner image with categories on shop page, please check attached screenshot and help me to do that. Thanks
Attachments:
You must be logged in to view attached files.January 23, 2024 at 11:04 am #532546
Luke NielsenKeymasterHello,
1. I see that you were able to sort it out: https://prnt.sc/q5siSPOmoQiM
2. As for the categories, you use the Layouts for the Shop page, in this case, you need to edit the shop page layout via page builder and add the “Page Title” element: https://prnt.sc/IvbIIlhuYOPz , If you do not have the categories there, activate theme here: https://prnt.sc/piTqN146gbyR
Kind Regards
February 14, 2024 at 5:41 pm #540103
alphazoo.ltParticipantThank Luke Nielsen,
I have another problem, when I press variation, nothing changed, customer need to press “pasirinkti savybes” and only then choose variation. Is it possible to choose variation by pressing directly on it? Please check attached image.
Thanks & Regards
Attachments:
You must be logged in to view attached files.February 15, 2024 at 11:10 am #540262
Luke NielsenKeymasterHello,
Enable this https://prnt.sc/YGi9N0SSVSHH option and recheck the issue.
Thank you for your time.
Kind Regards
April 7, 2024 at 1:19 pm #555498
alphazoo.ltParticipantHi Luke Nielsen,
I got a new problem. carousel quantity doesn’t work for tab and mobile version. please check the images and help me to fix that. ThanksAttachments:
You must be logged in to view attached files.April 8, 2024 at 11:41 am #555627
Luke NielsenKeymasterHello,
On my side, it works https://prnt.sc/CYcBdfkvuhe6, please update the password so I can check this issue from your side https://prnt.sc/8QwfbSm_CxK_
Thank you for your time.
Kind Regards
April 12, 2024 at 4:54 pm #556872
alphazoo.ltParticipantThanks Luke Nielsen, that was okay.
I got a new problem. I want to show out of stock products at the end of the list. please check the link and try to understand and give me the solution. Thankshttps://www.alphazoo.lt/nesiokles-/
https://alphazoo.store/produkto-kategorija/katems/nesiokles/Attachments:
You must be logged in to view attached files.April 15, 2024 at 10:55 am #557236
Luke NielsenKeymasterHello,
Please check this article for help: https://wordpress.org/support/topic/show-out-of-stock-items-at-the-end-bottom/
Thank you for your time.
Kind Regards
-
AuthorPosts
Tagged: single product page
- You must be logged in to create new topics. Login / Register