• Resolved Andi

    (@suwandikho)


    Hi, Thank you for your great themes.

    I would like to know. I have some description for my product categories. The problem is the description view in top of the title categories. Not in the below of title categories.

    Can you help me..? Thanks

    I wanna is this :

    <h1>Name of Product Categories</h1>
    ===here the description of the categories===
    display of product.

    Now is :
    ===description of the categories=== and than
    <h1>Name of Product Categories</h1>
    display of product.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Where do you want the result count?
    ex: Showing all 4 results

    Edit file: virtue/woocommerce/archive-product.php

    line 21 remove: <?php do_action( ‘woocommerce_archive_description’ ); ?>

    then add to line 29 or where ever you like.

    Kadence Themes

    Thread Starter Andi

    (@suwandikho)

    Many thanks for your help. 🙂

    One more question, it is possible to has a single product like this one..?
    http://www.flickr.com/photos/bali_photography/13000606014/

    This is a single product page with Big Image and the description is below the image. I am still newbie in coding.

    Thanks

    Yeah you would need to add some css and change your image sizes.
    You will need to turn the theme product image crop off in the theme options then make your product images in the woocommerce settings as wide as you want, then regenerate thumbnails.

    then add this to your custom css box in the theme options:

    .single-product .product .col-md-7, .single-product .product .product-img-case {
    width:100%
    }

    Kadence Themes

    Thread Starter Andi

    (@suwandikho)

    Wow.. It’s work.. Your support is rock. The best that I know. :d
    Many thanks. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product Categories Description..?’ is closed to new replies.