Category Image Thumbnail

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by knotsinherhiar, Dec 8, 2014.

  1. knotsinherhiar

    knotsinherhiar New Member

    Joined:
    Nov 17, 2014
    Messages:
    14
    Likes Received:
    0
    The default category thumbnail is a great size. When I upload a square image it makes it a rectangle. When I tried to upload a rectangle image it distorts it.
    How do I control the style on this shop page and the category icons I upload?
    I have attached a screen capture.
     

    Attached Files:

  2. knotsinherhiar

    knotsinherhiar New Member

    Joined:
    Nov 17, 2014
    Messages:
    14
    Likes Received:
    0
    Also, why is there no space between these to category titles like the previous? How can I fix this layout issue? See screenshot
     

    Attached Files:

  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    height: 209px;
    }
    .content-bar .site-content ul.products li:nth-child(3n+3) {
    margin-right: 3.8% !important;
    }
    .content-bar .site-content ul.products li:nth-child(4n+4) {
    margin-right: 0 !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  4. knotsinherhiar

    knotsinherhiar New Member

    Joined:
    Nov 17, 2014
    Messages:
    14
    Likes Received:
    0
    U r the man. Thanks. Worked perfectly. Thanks so much.
     
  5. knotsinherhiar

    knotsinherhiar New Member

    Joined:
    Nov 17, 2014
    Messages:
    14
    Likes Received:
    0
    Another Issue with the Shop page. It keeps resizing the 200x200 image I assign to a category and makes a resized image 200x150. http://higbees.com/shop/
    What is resizing and saving a new image from the one I upload that is 200x200. I corrected content_produect.php. I regenerated all images.
     
  6. knotsinherhiar

    knotsinherhiar New Member

    Joined:
    Nov 17, 2014
    Messages:
    14
    Likes Received:
    0
  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    In which size do you want to show that category images ?

    Thanks & Regards
    Yogesh Bhade
     
  8. knotsinherhiar

    knotsinherhiar New Member

    Joined:
    Nov 17, 2014
    Messages:
    14
    Likes Received:
    0
  9. knotsinherhiar

    knotsinherhiar New Member

    Joined:
    Nov 17, 2014
    Messages:
    14
    Likes Received:
    0
    It seems like a script is resizing the images I upload and making a new image at the size of 200x150. I need to tell the script to not resize or resize to 200x200 for the shop page cat image icons.
     
  10. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41

Share This Page