We’ll need to have a link to your site in order to provide further assistance.
http://www.happydownbelow.com
The category pages are on the top menu, or in the widget on the bottom right handside.
Currently the category description is at the top of the page. I don’t mind it being at the top as I’ve been informed that it’s best at the top for SEO purposes.
But what I don’t like is that I can’t format it at all. I can’t even add paragraphs.
I did try two plugins eg CategoryTinymce, and that allowed me to justify the text and upload and image, but it still looked pretty terrible.
I’d like to know how to add paragraphs, bullet points, images, etc to make it look a bit less off putting.
Thanks you.
OK, let’s confirm what all is going on:
- Canvas theme with no child theme, right?
- Includes a Custom CSS feature via Jetpack I believe, right?
- Disable both the category-description-editor plugins, OK?
- How appears the text within the category descriptions when you edit the category? Any line breaks?, double-spacing?, Or is it all just one “paragraph”?
thanks for your reply.
1. It is a child theme.
2. It does include a custom CSS feature.
3. Both the category description editor plugins are disabled
4. When I edit the category if I hit the return button, it will take the next sentence of text to the line below (a line break?), but it won’t put a double space in, ie no paragraph.
So for example, with some random text, it looks like this:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
You are welcome. Bottom line right now, there’s some inline styling that controls the appearance of your category description and we need to figure out where it comes from so we can override it with the styling you want.
<div class="archive-description">
<p style="text-align: justify;">Kegel balls blah blah</p>
<p style="text-align: justify;">So why the big secret? blah blah</p>
</div>
The Super Cache plugin may be complicating the issue, I would say clear its cache and then disable while troubleshooting.
The theme author(s) likely are most qualified to be of most assistance.
I’m out of time for a while. Good luck!
I found a plugin called Allow HTML in Category Descriptions. If I combine that with CategoryTinymce, it seems to work.
Thanks for your help.