Skip Navigation

[Resolved] Display results comparison by column

This support ticket is created 5 years, 5 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by maroinA 5 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#1306081

Hi,
I have an issue. I am trying to display the results of a comparison in a table where :
1st column contains only the labels (row 1 : title of custom post, row 2 : name of taxo 1 etc until row 20).
and then the 3 other columns contains the value of the 3 custom post selected to be compared (on the same order of course as the order of the 1st column).

I hesitate between all the layouts, which type of layout fit for such a use ?

a normal table ? a table-base grid ? or a boostrap ? (to avoid changing code)

Is there any documentation that you are following?
Yes I am following the Product Comparison tutorial https://toolset.com/learn/create-an-ecommerce-wordpress-site/product-comparison/

And I have check the
Is there a similar example that we can see?
Maybe this one ? but I am not sure he want to do the same as me :

https://toolset.com/forums/topic/table-based-grid-add-colomn-with-description/

The client want something like that (my description should be sufficient) :
hidden link

What is the link to your site?
hidden link

#1306091

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Maroin,

Thank you for getting in touch.

I would recommend using the bootstrap grid because of its responsiveness on doing this. Were you already able to get your comparisons working?

Thanks,
Shane

#1312641

Hi,
yes, comparison is working.

I have 3 issues :

1) I want to make a table or a list group but it must be proportionnal.
For example, on this screenshot :
hidden link
You'll see that because of the value of a taxonomy, it make different size and the table is not proportionnal.

2) I want to add a column in which I'll put the title of each taxonomy. Where should I do it ? In the view ? In the Layout ?

3) How can I delete the space between each product column ?

Thank you