Hey, where is it going wrong? Are you able to upload and it’s just not showing on the front-end or will it not upload at all? Can you post a link?
Hannah
Thread Starter
8tos7
(@8tos7)
When I edit my category, and I press the button “upgrade/add image”, the category upgrade (does not allow to upgrade the image). I can’t chose the image for my Thumbnail.
As you can see my website http://www.castleshop.it .. the category VINTAGE don’t have Thumbnail.
8tos7 – Have you tried deactivating your plugins to see if that fixes?
Kadence Themes
I just did a little looking and your issue is actually caused by the Italian translation for woocommerce, see here: https://ww.wp.xz.cn/support/topic/cant-upload-product-category-images-with-italian-translation-version-228?replies=4
Kadence Themes
Thread Starter
8tos7
(@8tos7)
Thank you so much.
I will downgrade my theme in 2.2.7 until the problem is solved!
🙂
I want to remove category,author and date from all the blogs…Any CSS for that???
Hey lobsan, please post a new topic next time. You can try adding this to your custom css box in theme options > advanced settings:
.subhead a {
display: none;
}
.postdate {
display: none;
}
Hannah