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.
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/
the challenging part for me is where do i put these codes?
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.
maybe you can do do it for me and show me where you put the code for the multi column for the check boxes.
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
what happened to the gallery image, why is it not displaying any more?
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
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
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.
one last question, what is a content template that i have seen you used for this feature check box
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
My issue is resolved now. Thank you!