jillT
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
Alphabetical radio selection of custom taxonomy
Iniciado por: jillT en: Toolset Professional Support |
|
3 | 4 | 3 years, 8 months ago | |
|
Container elements of equal height
Iniciado por: jillT
en: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
|
2 | 3 | 3 years, 8 months ago | |
|
Change submit button background color on hover
Iniciado por: jillT en: Toolset Professional Support |
|
2 | 8 | 3 years, 8 months ago | |
|
Grid elements equal height
Iniciado por: jillT
en: Toolset Professional Support
Problem: How to make the Grid element the same height. Solution: Customer had border inside the inner wrapper and that is why the way to make the items same height was to add the CSS code below:
.tb-grid .tb-grid-column,
.tb-grid .tb-grid-column .wpv-block-loop-item,
.wp-block-toolset-blocks-grid{
height: 100%;
}
|
|
2 | 3 | 3 years, 8 months ago | |
|
How does the start rating block work?
Iniciado por: jillT en: Toolset Professional Support |
|
2 | 2 | 3 years, 9 months ago | |
|
CPT not all displaying in block view
Iniciado por: jillT en: Toolset Professional Support |
|
2 | 8 | 4 years ago | |
|
Conditional block
Iniciado por: jillT en: Toolset Professional Support |
|
2 | 10 | 4 years ago | |
|
Search page not always displaying buttons correctly
Iniciado por: jillT en: Toolset Professional Support |
|
2 | 4 | 4 years, 1 months ago | |
|
Image block, Polaroid Frame
Iniciado por: jillT
en: Toolset Professional Support
Problem: I am using the polaroid frame option for a Toolset Image Block. I have aligned the image to the right side using the blocks alignment features, and chosen a medium size image so it "floats" to the right of some content in the block editor. With the Kadence theme active, the frame background behind the image is too wide - it extends the full width of its parent container element, when it should be just a little bit wider than the image itself. Solution: As a workaround, you can try adding the following custom CSS:
.wp-block-image .tb-image.tb-image-frame-polaroid {
width: auto;
}
.wp-block-image .tb-image.tb-image-frame-polaroid figcaption {
display: block;
}
|
|
2 | 8 | 4 years, 1 months ago | |
|
Search page not always displaying buttons correctly
Iniciado por: jillT en: Toolset Professional Support |
|
2 | 7 | 4 years, 4 months ago | |
|
Search view for taxonomy
Iniciado por: jillT en: Toolset Professional Support |
|
2 | 3 | 4 years, 4 months ago | |
|
Single Woocommerce product template issues
Iniciado por: jillT en: Toolset Professional Support |
|
2 | 8 | 4 years, 4 months ago | |
|
Display checkbox search filters in one line
Iniciado por: jillT
en: Toolset Professional Support
Problem: I have a series of search filters displayed as checkboxes. The checkboxes are displayed in a single column with several rows. Instead, I would like to display the checkboxes in a single row with multiple columns. If I inspect the checkbox containers I can see they are set to display:inline-block; but they break to separate rows. How can I display the checkboxes in a single row? Solution: Use custom CSS to override the default layout styles for the checkbox elements. In this case, applying display:flex to the checkboxes container element is sufficient to implement the flexbox model and display the filters in a single row with multiple columns. Relevant Documentation: |
|
2 | 5 | 4 years, 4 months ago | |
|
Edit CPT form
Iniciado por: jillT en: Toolset Professional Support |
1 | 2 | 4 years, 6 months ago | ||
|
Editing Post Form
Iniciado por: jillT en: Toolset Professional Support |
|
2 | 3 | 4 years, 6 months ago |