jillT
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Grid elements equal height
Started by: jillT
in: 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 | 2 years, 9 months ago | ||
How does the start rating block work?
Started by: jillT in: Toolset Professional Support |
2 | 2 | 2 years, 9 months ago | ||
CPT not all displaying in block view
Started by: jillT in: Toolset Professional Support |
2 | 8 | 3 years ago | ||
Conditional block
Started by: jillT in: Toolset Professional Support |
2 | 10 | 3 years ago | ||
Search page not always displaying buttons correctly
Started by: jillT in: Toolset Professional Support |
2 | 4 | 3 years, 1 month ago | ||
Image block, Polaroid Frame
Started by: jillT
in: 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 | 3 years, 1 month ago | ||
Search page not always displaying buttons correctly
Started by: jillT in: Toolset Professional Support |
2 | 7 | 3 years, 4 months ago | ||
Search view for taxonomy
Started by: jillT in: Toolset Professional Support |
2 | 3 | 3 years, 4 months ago | ||
Single Woocommerce product template issues
Started by: jillT in: Toolset Professional Support |
2 | 8 | 3 years, 4 months ago | ||
Display checkbox search filters in one line
Started by: jillT
in: 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 | 3 years, 4 months ago | ||
Edit CPT form
Started by: jillT in: Toolset Professional Support |
1 | 2 | 3 years, 6 months ago | ||
Editing Post Form
Started by: jillT in: Toolset Professional Support |
2 | 3 | 3 years, 6 months ago | ||
Relationship Forms
Started by: jillT in: Toolset Professional Support |
2 | 4 | 3 years, 6 months ago | ||
Displaying repeating field
Started by: jillT in: Toolset Professional Support |
2 | 7 | 3 years, 6 months ago | ||
Displaying and ordering intermediary field
Started by: jillT
in: Toolset Professional Support
Problem: I have two custom post types, Recipes and Ingredients, in a many-to-many (M2M) post relationship. In the intermediary post type, there is a custom field representing the quantity of each Ingredient in a specific Recipe. On the Recipe post template, I want to display a list of related Ingredients, the quantities of each, and I want to sort the Ingredients using a custom sort order I specify in wp-admin. Solution: In the Recipe post, add related Ingredients in the Recipe post's relationships panel, and set the quantity and sort order for each Ingredient. In the Recipe post template, create a View of the intermediary post type. You must query the intermediary post type in order to specify your own custom sort order, which must be managed in a custom number field in the intermediary post type. Use the Query Filter to filter by post relationship, where the intermediary post type is related to the post being displayed. Use the Ordering panel to order by the custom order field in the intermediary post type. Display information about the related Ingredient post and the corresponding quantity in the loop of the View. Relevant Documentation: |
2 | 9 | 3 years, 6 months ago |