IDEA : possibility to add description at top and down (cat,..)

Posted in: Newspaper
Post count: 67

Hi,

For the Google robot having text in category is very well BUT for readers not, as here : http://www.objectifs-fitness.com/nutrition-musculation/

It could be very interesting to have a short description up as here : http://www.objectifs-fitness.com/nutrition-musculation/regime-diete/ few linges and a large description down after articles as in the first link I posted of that site.

Could you put it in a future update ? :):):)

Post count: 22421

Hello.

The description on categories is shown as long as you insert them. If you want a shorter description, you will have to edit the description and reduce the content manually. The theme has no excerpt for the category descriptions.

Thank you!

Post count: 67

..of course to have a shorter description I have to reduce the content lol
BUT by a SEO sight, it could be very interesting to enable to add a descritption up and/or down. Even if it is a Newspaper, the AIM is to be read, so to be find, so to be SEO friendly.
That’s a real reflexion, not just “for me” but for everybody success and possibilities.

Post count: 22421

Hello,

We understand but there is no solution for this yet. You can try a css trick in order for it not to take up so much space though. You can use this code in the theme panel-> custom css box:

.td-category-description{
max-height: 95px!important;
overflow-y: scroll;
overflow-x: hidden;
width:100%!important;
}

result: https://www.screencast.com/t/pcZFS4tq

I hope this helps.
Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.