josephQ
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 |
---|---|---|---|---|---|
Undefined post type archives error message
Started by: josephQ
in: Toolset Professional Support
Problem: This means we also cannot delete the layout in question because it is still assigned. |
3 | 6 | 6 years, 1 month ago | ||
Question about configuring Bootstrap columns on mobile devices
Started by: josephQ
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
3 | 5 | 6 years, 5 months ago | ||
Speeding up pageload times
Started by: josephQ in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
Adding a link in the body field for a specific post type prevents body appearing
Started by: josephQ
in: Toolset Professional Support
Problem: The issue here is that when a user uses a conditional on a WYSIWYG field, the results return empty if there is a link in the field. Solution: This was because the user was doing the conditional statement incorrectly. The correct way can be seen in the link below |
2 | 5 | 6 years, 5 months ago | ||
Can't set the value of a custom field when adding a new page
Started by: josephQ in: Toolset Professional Support |
2 | 5 | 6 years, 5 months ago | ||
Can Toolset Types display custom field information on the WP indexical listings?
Started by: josephQ
in: Toolset Professional Support
Problem: The issue here is that the user wanted to know if it was possible to display his custom fields on the Admin screen that lists all the posts. Solution: Yes this is possible to do and can be done by following the instructions here. |
2 | 3 | 6 years, 5 months ago | ||
Question about query filters on Views
Started by: josephQ
in: Toolset Professional Support
Problem: Add a specific post to Views query: Solution: There is a workaround without any custom codes, you just need two post views: 1) First view query the post, filter by: Include only posts with the following IDs: 3499 2) Second view query all alumni posts Then display above two views one after another. Relevant Documentation: |
2 | 7 | 6 years, 5 months ago | ||
Query filters aren't working as expected
Started by: josephQ in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
Horizontally centering the pagination links
Started by: josephQ in: Toolset Professional Support |
2 | 4 | 6 years, 5 months ago | ||
Saving a parent page yields an error “Field [field] not updated”
Started by: josephQ
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 4 | 6 years, 5 months ago | ||
Question about using Views to “filter” based on an attribute of a parent post
Started by: josephQ
in: Toolset Professional Support
Problem: There is a one-to-many relationship between Author and Essay; Author is the parent post of Essay. The Author CPT has a field named Person Type. Person Type has a couple possible values: student, faculty, and alumni. I am trying to use a View to display a list of Essay posts whose Authors are alumni.Is this possible? Solution: Unfortunately, there isn't such a built-in feature within Views plugin, Views is using WordPress class WP_Query to query the posts, if you are querying "Essay" posts, Views can only filter the view by custom fields of "Essay" posts, it can not filter by fields of other post type, this is a limitation of WordPress. Currently, I suggest you use [wpv-conditional] shortcode to check field "Person Type" value of related "Author" post, if the value is "alumni", then display the "Essay" post. Relevant Documentation: https://toolset.com/documentation/user-guides/conditional-html-output-in-views/ |
2 | 5 | 6 years, 6 months ago | ||
Setting the width of the embedded video player
Started by: josephQ
in: Toolset Professional Support
Problem: The issue here is that the user wanted to set the width of his embedded video player. Solution: This can be done by using the Width attribute for the types shortcode. For more information you can take a look at the link below. |
2 | 7 | 6 years, 6 months ago | ||
On a page with a slider, content temporarily slides up
Started by: josephQ in: Toolset Professional Support |
2 | 9 | 6 years, 6 months ago | ||
Creating a relationship yields an error message (but succeeds)
Started by: josephQ in: Toolset Professional Support |
3 | 4 | 6 years, 6 months ago | ||
Test if one item has been checked in a set of checkboxes
Started by: josephQ
in: Toolset Professional Support
Problem: Solution: For example: [wpv-conditional if="( '[types field="filed-name" option="0"][/types]' eq 'checkbox_value' )"] Content [/wpv-conditional] [wpv-conditional if="( '[types field="filed-name" option="1"][/types]' eq 'checkbox_value' )"] Content [/wpv-conditional] Another way is: [types field="field-name" option="0" state="checked"] option 0 is checked[/types] [types field="field-name" option="1" state="checked"] option 1 is checked[/types] You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | 6 years, 6 months ago |