Viewing 4 posts - 1 through 4 (of 4 total)
  • #138652
    ballisticone
    Member
    Post count: 103

    Hi

    I want to ask you few questions,
    1. i tried to update theme online from wordpress, but it shows time out and couldnt complete, can you tell me how to manual update ?

    2. i need the product display page to display larger size photo like this
    http://kithnyc.com/collections/kith-apparel/products/kith-washington-hoody-black-off-white , how can i change that ?

    3. in product display page, i need information to be like that website, i mean right side of product photo , display product title , product description , size (drop down for size information) , price .

    Thank you so much.

    #138655
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Here’s the updated theme: https://www.dropbox.com/s/acuot0hz5m2fvs5/neighborhood.zip?dl=0 which you can upload via FTP

    2) That size isn’t possible with our theme, however you can increase the size of the product images by adding this to your Custom CSS:

    @media only screen and (min-width: 768px) { 
    /* IMAGE AREA */
    .woocommerce div.product div.images {
    width: 60%;
    }
    /* DETAILS AREA */
    .woocommerce div.product div.summary {
    width: 37%;
    }
    }

    3) Unfortunately that’s not possible, you will just have to add into the description area

    – Kyle

    #138709
    ballisticone
    Member
    Post count: 103

    Thanks Kyle,

    About the theme update, i just replace the old one with this ?
    im quite clear on 2nd question,

    about 3rd question, do u think we can just automatically show the description, and remove all the addition information , review, and sku ?

    Thanks.

    #138904
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Yes you can 🙂

    3) You can, add this to your custom css:

    #product-accordion, .product_meta {
      display: none;
    }

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register