-
AuthorPosts
-
July 15, 2015 at 3:51 pm #473803
How to I enable display of Woocommerce product-category Title and Description? They only appear on the products plages.
July 15, 2015 at 8:14 pm #473959Hi Christine!
If you have set a description for the product category then it should be displaying in your archives. Send us a link to one of your product categories where you have set the description and we’ll take a look.
Be sure your using the latest version of Enfold, 3.2.3, and all plugins are deactivated while testing.
Best regards,
Elliott- This reply was modified 9 years, 4 months ago by Elliott.
July 24, 2015 at 12:42 pm #478151Hi Elliott,
Please see an example here: http://www.speedrite.dk/product-category/spaendingsgivere/kombi-stromgivere/
Regards,
ChristineJuly 27, 2015 at 3:01 pm #479096Hey!
It’s displaying fine on my end. If you want a title as well then just add a heading element in front of the text.
If I am misunderstanding then take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottJuly 28, 2015 at 3:08 pm #479744Hi Elliott, how do I attach the screenshot?
July 29, 2015 at 9:14 am #480075Hi!
You can upload them to for instance imgur.com or to a public dropbox folder and then link to them here.
Cheers!
RikardJuly 29, 2015 at 10:31 am #480108Thanks Rikard, have added the link to the Private Content
July 30, 2015 at 11:38 am #480623Hi!
Thank you for the screenshot.
I checked the screenshot and the link but I don’t see any connection between the two. What is the actual url of the category in the screenshot?
Regards,
IsmaelJuly 30, 2015 at 12:09 pm #480636July 31, 2015 at 5:59 pm #481499Hi!
You just have to add a heading element in the description.
<h2>Your title</h2> Your regular description text goes here..
Best regards,
ElliottOctober 11, 2017 at 12:15 pm #862837Hello,
this is the code in your child theme style.css or shortcode:
.template-shop .page-title {
display: block;
}woocommerce seems to “clean” the code after saving. The following happens:
“<h2>Your title</h2>
Your regular description text goes here.. ”
becomes to:
“Your title
Your regular description text goes here..”
Kind regards Axel
- This reply was modified 7 years, 1 month ago by PixxAgentur.
October 13, 2017 at 8:45 am #863787 -
AuthorPosts
- You must be logged in to reply to this topic.