Best way to show an article index

3 replies · opened Oct 10, 2021

CCarlosOct 10, 2021

I searched the demos and examples, but could not find something that fit this request...
I need to build an article's index page, listing the article title, date, number of views and average rating. It would need to be responsible: for medium-large screens, it would show all the 4 information, but for small screens, it would show just the titles.

SSemicolon WebSTAFFOct 11, 2021

Hello,

We have an Article Layout available here: https://themes.semicolonweb.com/html/canvas/demo-forum.html . You can also create one easily by using the Bootstrap Grid and List Groups using the following code:
[ch_pre]

		[This is an Article Title](#)
		31st Dec 2021
		200 Views
		4.5/5
		[This is an Article Title](#)
		31st Dec 2021
		200 Views
		4.5/5
		[This is an Article Title](#)
		31st Dec 2021
		200 Views
		4.5/5
		[This is an Article Title](#)
		31st Dec 2021
		200 Views
		4.5/5
		[This is an Article Title](#)
		31st Dec 2021
		200 Views
		4.5/5

[/ch_pre]

This should definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

CCarlosOct 15, 2021

I'm using the suggested solution in https://novo.firebase.com.br/artindex.php, and it works fine in desktop browsers, but in a smartphone, the "date" column overflows the screen area. How can this be fixed?

SSemicolon WebSTAFFOct 16, 2021

Hello,

You will need to change the Columns of the Title and Date according to your needs. You can consider using the following code for the Title and Date Columns:
[ch_pre]This is an Article Title
31st Dec 2021[/ch_pre]

This should definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard