Can't cut text in categories

Posted in: Newspaper
Post count: 3

Hello,

My website has an home page menu linking the categories. Example: “Diets” (category and menu link), then you click on this menu anchor and you are redirected to the “Diets” category page. Well, for SEO requirements, I have a very long article in this category description so I see the Diets category with this long article and THEN, way scrolling, all the related category posts.

The tag “read more” does not work and I don’t know how I can mantain the long description and also see all the posts without first reading this article

  • This topic was modified 5 years by Fmic00.
Post count: 18283

Hello !

Please provide a link to your website in order to inspect.

Thank you !

Post count: 3

Hello,

here: https://marketingprofit.it/web-marketing/strumenti-web-marketing/ – This is the category and then yuou can see there is this long text and then it shows the articles (I have zero for now but it says “no articles” in italian)

Post count: 18283

Hello !

Please try this css code: .category .td-category-description{
overflow: hidden;
display: -webkit-box!important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Let us know the result !

Thank you !

Post count: 3

It works, but now the text is truncated and the user can’t click on something to read all the text if he/she wishes

Post count: 18283

Hello !

Unfortunately there is no other option using the Newspaper Theme Features. Some of our users tried this plugin: https://www.wpbeginner.com/plugins/how-to-show-and-hide-text-in-wordpress-posts-with-the-toggle-effect/

You can give it a try and see how it works.

Thank you !

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