Home › Forums › WoodMart support forum › Product cats
Product cats
- This topic has 12 replies, 3 voices, and was last updated 2 years, 3 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 24, 2022 at 12:38 pm #408294
BegVKParticipantHi thehre!
How can i move the wd-product-cats above the wd-entities-title?
September 24, 2022 at 3:28 pm #408311
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the screenshot of the issue from where do you want to move the wd-product-cats?
Best Regards.
September 29, 2022 at 10:01 am #409176
BegVKParticipantHi there!
there was an upload issue..
so sry for my late response!
Image is now attached.
Attachments:
You must be logged in to view attached files.September 29, 2022 at 2:56 pm #409278
Aizaz Imtiaz AwanKeymasterHello,
Sorry but there is no option in Theme Settings available for that.
It requires customization and this is out of our theme support scope.
Best Regards
September 29, 2022 at 3:13 pm #409290
loptixParticipantHello, just passing there.
You can achieve that by copying the related theme file in your child’s theme. This is bit simple as you just need to replace the code where you want.
Required documentation : https://xtemos.com/docs-topic/setup-child-theme/
Important note from Woodmart :
Support information: Since child themes allow you to customize any part of the theme, we are not responsible for any changes you make there. Our support service doesn’t include fixing any issues related to the child theme. Your customizations may not be compatible with newer versions of the parent theme, so they may require further maintenance from your side.
You can see an exemple below (screenshot).
If its can helps,
Best regards
Attachments:
You must be logged in to view attached files.September 29, 2022 at 3:52 pm #409327
BegVKParticipantHi @loptix!
Thank you for your response 🙂
Yeah i know that but it will be more easyler if i can change it with a snippet in the functions.
@aizaz
it will be very helpfull if you can me help in this case i ve more then 10 bought licenses for Woodmart.
KR
September 30, 2022 at 9:33 am #409463
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the WP admin login details of your site so I will check and and give you the possible solution for this.
Best Regards.
September 30, 2022 at 9:43 am #409466
BegVKParticipantsure
September 30, 2022 at 9:48 am #409471
Aizaz Imtiaz AwanKeymasterHello,
Please share the site URL as well.
Best Regards.
September 30, 2022 at 10:28 am #409483
BegVKParticipantsee attached
September 30, 2022 at 4:22 pm #409573
Aizaz Imtiaz AwanKeymasterHello,
You can edit the file woodmart/woocommerce/content-product-quick.php and move the categories function to any desired location in that file
Please see the screenshot: https://ibb.co/HF3YDcp
Best Regards
November 16, 2022 at 4:28 pm #421629
BegVKParticipantHi!
Is this an example like i need in my case?
<?php /** * woocommerce_shop_loop_item_title hook * * @hooked woocommerce_template_loop_product_title - 10 */ woodmart_product_categories(); //Added on 16.11 if not work then simply remove !! do_action( 'woocommerce_shop_loop_item_title' ); ?> <?php woodmart_product_categories(); woodmart_product_brands_links(); woodmart_product_sku(); woodmart_stock_status_after_title(); ?>
November 17, 2022 at 11:16 am #421786
Aizaz Imtiaz AwanKeymasterHello,
Yes, this is the code. You have to hire a developer to do customization for you.
Have a wonderful day.
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Product cats’ is closed to new replies.
- You must be logged in to create new topics. Login / Register