A Few Basic Questions - by Martin_D - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Robert Hall

  • Avatar: Martin_D
    Martin_D
    Participant
    February 11, 2015 at 10:09

    Hi there,

    I’m currently setting up the theme and there are a few problems I’m encountering.

    1. How can I reduce the size of the single products photo(shown on the single product page-attachment 1a) I tried to decrease the pixels but I still get the same sized image.
    (http://pdht3.com/wp-content/uploads/2015/02/1a.jpg)

    2. From where and how can I move the positions of the tabs on the single products page. For example, I’d like the reviews tab to be in last place. How can I do that? ( attachment 2) (http://pdht3.com/wp-content/uploads/2015/02/2.jpg)

    3. How to remove the products subtitle, where it displays the category/path information?
    (attachment 3) http://pdht3.com/wp-content/uploads/2015/02/3.jpg

    4. I’d like to remove the titles shown within the tab(5) and also change the name on the actual front name(4). How can I do that? (attachment 4)

    5. How can I add new fields to the products. I’m developing a site for shoes, so I have to include a size field, a color field and fields for foot measures(width etc). How can I add such fields? (attachment 6) http://pdht3.com/wp-content/uploads/2015/02/6.jpg

    Thank you for taking the time.

    Regards,
    Martin Gatev

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 11, 2015 at 10:37

    Hello,

    1. Please take our apologies but image dimensions can’t be changed on a single product page in theme options as they can be distorted. It can be edited only in the theme files legenda/woocommerce/single-product/product-image.php and legenda/woocommerce/single-product/product-thumbnails.php. Also changes in custom.css need to be made.

    2. Please refer to Woocommerce documentation:
    http://docs.woothemes.com/document/editing-product-data-tabs/

    3. Please add this code in custom.css file:

    .woocommerce-breadcrumb, #breadcrumb {
     display: none;
    }

    How to create custom.css you can watch in this tutorial.

    4. There is no attachment 4. Could you please resend it?

    5. You need create variations for your products
    http://docs.woothemes.com/document/product-variations/

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Martin_D
    Martin_D
    Participant
    February 11, 2015 at 11:25

    Thank you for the lightning fast response and clear answers. Oh I apologize for the missing attachment. It is here: http://pdht3.com/wp-content/uploads/2015/02/4-5.jpg

    a) When it comes to the image size, if I change the pixels of the actual image, would that change the size of the frame in which it’s shown (single products page)?

    b) Also, since I’m a novice in programming, what am I looking for in the legenda/woocommerce/single-product/product-image.php and legenda/woocommerce/single-product/product-thumbnails.php. Also changes in custom.css need to be made? Can I use “Firebug” for this?

    Regards
    Martin Gatev

    Avatar: Eva
    Eva Kemp
    Support staff
    February 11, 2015 at 12:40

    Hello,

    a) Unfortunately the image frame size won’t be changed. You need edit the files as I said in the previous post.

    b) In the file legenda/woocommerce/single-product/product-image.php you need change image width and height (lines 46, 47) and in the file legenda/woocommerce/single-product/product-thumbnails.php – lines 42, 43.

    Concerning your 4th question, it’s also related to Woocommerce documentation:
    http://docs.woothemes.com/document/editing-product-data-tabs/

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Martin_D
    Martin_D
    Participant
    February 11, 2015 at 15:20

    I appreciate your help, thank you very much for addressing all of my question! Have a great day! 🙂

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 11, 2015 at 15:34

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘A Few Basic Questions’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.