Kelly
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 |
---|---|---|---|---|---|
Alternative to create custom Gutenberg block
Started by: Kelly in: Toolset Professional Support |
|
2 | 4 | 3 years, 9 months ago | |
Ideas for approaching creating training plans in a much easier way
1
2
Started by: Kelly in: Toolset Professional Support |
|
2 | 18 | 3 years, 9 months ago | |
Can’t add classes to view loop in template editor
Started by: Kelly
in: Toolset Professional Support
Problem: The issue here is that the user wanted to add a class to their block, however when they tried to add the class it doesn't get saved when the page is updated. Solution: When you add a css class here you will need to press either the Enter key or the spacebar key. Once you've done this it should set the custom class that you've added. |
|
2 | 3 | 4 years ago | |
Split: Errors on viewing content templates – login template
Started by: Kelly in: Toolset Professional Support |
|
2 | 11 | 4 years, 1 month ago | |
Errors on viewing content templates
1
2
Started by: Kelly in: Toolset Professional Support |
|
2 | 19 | 4 years, 1 month ago | |
react crashes in page templates
Started by: Kelly in: Toolset Professional Support |
|
2 | 2 | 4 years, 1 month ago | |
Javascript errors on Custom Fields screens
Started by: Kelly in: Toolset Professional Support |
|
2 | 5 | 4 years, 2 months ago | |
Split: Sum data stored in custom fields – toolset_get_related_posts() broke the site without showing any error
Started by: Kelly in: Toolset Professional Support |
|
3 | 12 | 4 years, 9 months ago | |
Sum data stored in custom fields
Started by: Kelly in: Toolset Professional Support |
|
2 | 9 | 4 years, 9 months ago | |
Result ordering with views not working right?
Started by: Kelly in: Toolset Professional Support |
|
2 | 5 | 4 years, 9 months ago | |
Filtering views by date issues
Started by: Kelly
in: Toolset Professional Support
Problem: I would like to use a custom date field filter to display posts with custom field dates in the future, but it doesn't seem to be working. Solution: Be sure to use the comparison type "as a number" or "as an unsigned" instead of any date or datetime comparison types. |
|
2 | 3 | 4 years, 11 months ago | |
Display items from a repeatable field group on a grandparent template
Started by: Kelly
in: Toolset Professional Support
Problem: I am using the Block Editor to create the template for a grandparent post type. I would like to display a list of RFGs from a child post type in the grandparent post template, but the editor says I cannot create nested Views here. Solution: You must create your inner nested Views in a separate editor, then use the Classic block in your grandparent template to place that inner View using a shortcode. |
|
2 | 5 | 4 years, 11 months ago | |
View to select an associated user
Started by: Kelly
in: Toolset Professional Support
Problem: In my site there are two different user types I'm building pages for. Athletes and Trainers. Athletes have a Trainer associated. I've added a usermeta field to the athletes called "trainer_id" which has the ID of the assigned trainer. I was intending to create a view which displayed the trainer for the current logged in user, but I can't work out how as it seemed like the relationships work the wrong way. Solution: You can use Types shortcode to get current logged-in user's field value, for example: Then pass it to below user view as shortcode attribute: https://toolset.com/forums/topic/view-to-select-an-associated-user/#post-1640203 Relevant Documentation: |
|
2 | 3 | 4 years, 11 months ago | |
Not able to add shortcodes in view query?
Started by: Kelly in: Toolset Professional Support |
|
2 | 3 | 4 years, 11 months ago | |
Creating template for displaying relationship hierarchy
Started by: Kelly
in: Toolset Professional Support
Problem: I have 4 post types related in a series of one-to-many (O2M) relationships - child, parent, grandparent, and great-grandparent posts. On the single child post template, I would like to display a breadcrumb trail from all 4 levels of post relationship hierarchy. Solution: From any one level of the hierarchy, you can display information about that level and one level of hierarchy higher. So from the child post context, you can display information about the child and the parent. The idea is that you'll have to create 2 nested Content Templates to switch context up the hierarchy chain one level at a time. Delete the microcycle link and the two grandparent templates from the View for now. Create a mesocycle-breadcrumb template and a microcycle-breadcrumb template. First, the mesocycle-breadcrumb template will include the macrocycle template in the context of macrocycle from mesocycle, and the post link shortcode to display the mesocycle link. The mesocycle link shortcode needs no context because we will set the template context in the microcycle-breadcrumb template where we place the mesocycle template: ( in the mesocycle-breadcrumb template) [wpv-post-link item="@macrocycle-mesocycle.parent"] > [wpv-post-link] Then, the microcycle-breadcrumb template will include the mesocycle template in the context of mesocycle from microcycle, and the post link shortcode - again, it needs no context because we will set the template context in the View where we place the microcycle-breadcrumb template: ( in the microcycle-breadcrumb template) [wpv-post-body view_template="mesocycle-breadcrumb" item="@mesocycle-microcycle.parent"] > [wpv-post-link] Then you'll include the microcycle-breadcrumb template in the View, setting the microcycle context from the session context: (in the Session View) [wpv-post-body view_template="microcycle-breadcrumb" item="@microcycle-session.parent"] > [wpv-post-link] Relevant Documentation: |
|
2 | 3 | 5 years ago |