Skip Navigation

[Resolved] Can’t find Table layout in View block – Design

This thread is resolved. Here is a description of the problem and solution.

Problem:

I need to make a table trough my Archive Loop, but i can't find on View block - Design the "Table" Style.

Solution:

If you need Bootstrap in your website, then you can try the option "Grid".

If you don't need Bootstrap in your website, please try these:
Dashboard-> Toolset-> Settings-> General, in section "Bootstrap loading", enable option "This site is not using Bootstrap CSS".

Relevant Documentation:

This support ticket is created 3 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 8 replies, has 2 voices.

Last updated by patrizioT 3 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#2074443

I need to make a table trough my Archive Loop, but i can't fine on View - Design the "Table" Style.

how can i achieve this?

Best regards

#2074451
table-layout.JPG

Hello,

The table layout mode exists in both blocks editor and classic editor, if you are using Toolset classic editor to design the Toolset WordPress Archive, please try these:
Edit the WordPress Archive you mentioned above, in section "Loop Editor", click button "Loop Wizard", this is an option "Table", see my screenshot table-layout.JPG

#2074463
Schermata 2021-06-02 alle 10.17.17.png

I'm using the block editor. But i can't found it! What i have to do?

#2074477
table2.JPG

Are you Bootstrap in your website?
If you need Bootstrap in your website, then you can try the option "Grid".

If you don't need Bootstrap in your website, please try these:
Dashboard-> Toolset-> Settings-> General, in section "Bootstrap loading", enable option "This site is not using Bootstrap CSS".

Edit the WordPress Archive again, you should be able to see the option "Table", see my screenshot table2.JPG

#2074489

Ok thx i solved this problem! Now how can i make look the table with alternate colors? There is no styling option there. THX

#2074523
table3.JPG

You can find and select "WordPress Archive Loop" block, then you will be able to see the "Style" settings in the sidebar, see my screenshot table3.JPG

#2074561

I mean for the row i can't style? I want to make first row dark grey and then second row white, and so on for the whole loop!

#2074585

As you can see, in my screenshot I mentioned above, the table row is in "lock" status, there isn't "Style Settings" for them, you can setup custom CSS codes style them, for example:

.view-table tr:nth-child(even) { 
background: #CCC
}
.view-table tr:nth-child(odd) {
background: #FFF
}

More help:
hidden link

#2074647

My issue is resolved now. Thank you!