Skip Navigation

[Resuelto] check boxes display

This support ticket is created hace 4 años, 8 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Este tema contiene 27 respuestas, tiene 2 mensajes.

Última actualización por chienN-3 hace 4 años, 8 meses.

Asistido por: Minesh.

Autor
Mensajes
#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

Idiomas: Inglés (English )

Zona horaria: 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

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Please check: enlace oculto

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:
=> enlace oculto

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

And then to your content template:
=> enlace oculto
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:
=> enlace oculto

#1573403

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

#1573407

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

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

This is your page where the gallery image is configured:
enlace oculto

#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

Idiomas: Inglés (English )

Zona horaria: 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:
=> enlace oculto

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

Idiomas: Inglés (English )

Zona horaria: 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:
=> enlace oculto

#1573517

My issue is resolved now. Thank you!