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.
Also, why is there no space between these to category titles like the previous? How can I fix this layout issue? See screenshot
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
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.
http://higbees.com/wp-content/uploads/2014/12/ShopBasketball-150x200.jpg I upload an image 200x200 and it makes a new image http://higbees.com/wp-content/uploads/2014/12/ShopBasketball-150x200.jpg What is causing this. I tried about all I could.
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.
Hello, We have got your concern, please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details. Your website link: WordPress username: WordPress password: This thread link: http://www.inkthemes.com/community/threads/category-image-thumbnail.15042/ Note: When your issue get resolved, you can change your password. Thanks & Regards Yogesh Bhade