Skip Navigation

[Resolved] check boxes display

This support ticket is created 4 years, 8 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 27 replies, has 2 voices.

Last updated by chienN-3 4 years, 8 months ago.

Assisted by: Minesh.

Author
Posts
#1573257

how do i make it show 2 columns for the bullet points cause if i did that field and text then I will have it do on 2 columns but it will repeat itself since its all on one field. also is there a online class that i can take that will teach me how to use toolset since i am trying to also use toolset layout for the bottom since it uses tabs and i cant get it to display on the post page but just a normal website page.

#1573259

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

You need to add the CSS to display it in two columns:
=> https://stackoverflow.com/questions/42613350/how-can-i-create-multi-columns-from-a-single-unordered-list
[check the code snippet available under title "Consider using CSS3 Multi-column Layout for that:"]

Toolset offers the following course if you would like to take it:
=> https://toolset.com/training-course/custom-types-from-novice-to-expert/

Another way to learn Toolset is you can subscribe to our free test platform discover-wp.com which will allow you to create a test site using our readily available reference sites:
=> https://discover-wp.com/site-templates/

#1573285

the challenging part for me is where do i put these codes?

#1573287

Toolset offers the following course if you would like to take it:
=> https://toolset.com/training-course/custom-types-from-novice-to-expert/

I have already watched this whole video and its all outdated. the layout is different from today so this does not help me at all.

#1573305

maybe you can do do it for me and show me where you put the code for the multi column for the check boxes.

#1573395

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Please check: hidden link

I've created a new content template that holds the HTML and shortcode and to this content template's CSS box, I've added the CSS as well:
=> hidden link

.chk2column {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}

And then to your content template:
=> hidden link
I've added the above content template that holds the HTML and shortcode using the content template block.

I can see now the checkbox list is displayed as two-column:
=> hidden link

#1573403

what happened to the gallery image, why is it not displaying any more?

#1573407

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - the page you are looking was created by me to demonstrate only checkboxes issue:
=> hidden link

This is your page where the gallery image is configured:
hidden link

#1573435

ok I have seen you added a new content template with the css code, so how do i add this to the content template that I was currently building,
also I want to know how to add a full background image to the post. where do i do that with toolset

#1573437

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - the content template I created is already added to the content template you are building using the content template block:
=> hidden link

As your original issue is resolved, May I kindly ask you to resolve this ticket and please kindly open a new ticket with your every new question you may have. This will help other users searching on the forum as well as help us to write correct problem resolution summery.

Thank you for understanding.

#1573503

one last question, what is a content template that i have seen you used for this feature check box

#1573509

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

I already shared that with my previous reply.
=> https://toolset.com/forums/topic/check-boxes-display/page/2/#post-1573395

But let me that that again. here is that content template:
=> hidden link

#1573517

My issue is resolved now. Thank you!