Themis Template - How To Hide The Article Content In The Category List? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Themis Template - How To Hide The Article Content In The Category List?

J

John

Template 1 year ago

Hi,

In the article category view, all articles display everthing: intro image, title and contents. How to hide the content but only display the article intro image and title in the template "Themis" category view?

Thank you. John

0
14 Answers
Pavel
Pavel
Accepted Answer
1 year ago #143219

I am using the build-in Joomla Editor, so didn't find the "Insert Read More"

Hi John.

Here is

One more question: I find the 1st article Intro Image is on the top, and 2nd article Intro Image is on the bottom, how can I adjust them to the same, all on the top?

By default, image order should be the same in all articles. Your site is closed, so I can't see

0
J
John
Accepted Answer
1 year ago #143356

Hi Pavel,

Thank you a lot. I opened the site, thanks again.

Happay New Year! John

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #142889

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
J
John
Accepted Answer
1 year ago #142892

Hi Mehtaz,

The site is still under construction, please check the hidden information. You can see all the article details are showing in the category view link.

Thanks.

0
Pavel
Pavel
Accepted Answer
1 year ago #142893

Hi. Add "read more" button to the each article. This applies to the general knowledge of Joomla, but not to the JoomShaper

0
J
John
Accepted Answer
1 year ago #142894

Hi,

Thanks, I tested that many times, but it seems don't work.

John

0
Pavel
Pavel
Accepted Answer
1 year ago #142898

Check the general settings of articles or settings of the blog menu item so that the Read More is turned on.

0
J
John
Accepted Answer
1 year ago #143007

Thank you Pavel, I have set as below, but still not work, anything elso I missed?

https://prnt.sc/CJYn-NJl_hGd

0
Pavel
Pavel
Accepted Answer
1 year ago #143049

Hi. Without access to your site, I no longer have ideas. But I'm not an employee of support.

0
J
John
Accepted Answer
1 year ago #143101

Hi Pavel, may site is:

https://www.hnpav.com/index.php/news

Thanks.

0
Pavel
Pavel
Accepted Answer
1 year ago #143117

Thanks, I tested that many times, but it seems don't work.

Hi. Judging by your site I assume that you add it manually as a simple link. Right?

It doesn't work like that. You must add Read More by means of the editor.

Example (JCE editor)

0
J
John
Accepted Answer
1 year ago #143124

Hi Pavel,

Thank you very much, you helped me a lot. I am using the build-in Joomla Editor, so didn't find the "Insert Read More". https://prnt.sc/kyIdWSolZqY9

But I managed to do that by adding below code: <hr id="system-readmore" />

One more question: I find the 1st article Intro Image is on the top, and 2nd article Intro Image is on the bottom, how can I adjust them to the same, all on the top?

Thank you. John

0
Pavel
Pavel
Accepted Answer
1 year ago #143480

Hi. Happy New Year!

Try this CSS

.col-md-6.item-even .article.type-intro {
    display: grid;
}
.col-md-6.item-even .article.type-intro .article-intro-image {
    order: -1;
}
0
J
John
Accepted Answer
1 year ago #143616

Hi Pavel,

It works, thank you so much.

Have a nice day!

John

0