Home Forums WoodMart support forum Product cats

Product cats

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #408294

    BegVK
    Participant

    Hi thehre!

    How can i move the wd-product-cats above the wd-entities-title?

    #408311

    Hello,

    Can you please share the screenshot of the issue from where do you want to move the wd-product-cats?

    Best Regards.

    #409176

    BegVK
    Participant

    Hi 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.
    #409278

    Hello,

    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

    #409290

    loptix
    Participant

    Hello, 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.
    #409327

    BegVK
    Participant

    Hi @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

    #409463

    Hello,

    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.

    #409466

    BegVK
    Participant

    sure

    #409471

    Hello,

    Please share the site URL as well.

    Best Regards.

    #409483

    BegVK
    Participant

    see attached

    #409573

    Hello,

    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

    #421629

    BegVK
    Participant

    Hi!

    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();
    	?>
    #421786

    Hello,

    Yes, this is the code. You have to hire a developer to do customization for you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘Product cats’ is closed to new replies.