vimalS
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 |
---|---|---|---|---|---|
wpv-conditional not working with [types item='']
Started by: vimalS in: Toolset Professional Support |
3 | 14 | 5 years, 9 months ago | ||
Custom Field Group Restricted but display in every post type
1
2
Started by: vimalS
in: Toolset Professional Support
Problem: Solution: |
3 | 24 | 5 years, 10 months ago | ||
Split: Views filter showing post IDs not names
Started by: vimalS in: Toolset Professional Support |
2 | 3 | 5 years, 10 months ago | ||
FIlter using post reference field
Started by: vimalS in: Toolset Professional Support |
2 | 7 | 5 years, 10 months ago | ||
cred_filter_field_before_add_to_form not working in PHP 7.1
Started by: vimalS
in: Toolset Professional Support
Problem: The issue here was that the user wanted an alternate solution to the validation hook for Toolset Forms. Solution: You can actually use jQuery to do this and an example can be seen below. jQuery("input[name='first_name']").prop('required',true); jQuery("input[name='last_name']").prop('required',true); |
4 | 13 | 6 years, 2 months ago | ||
What is the way to create relationship between page and post
Started by: vimalS in: Toolset Professional Support |
3 | 6 | 6 years, 2 months ago | ||
Page is loading very slow due to no of results displayed by view
Started by: vimalS
in: Toolset Professional Support
Problem: My View includes about 850 results, and this is slowing down the performance of the page. Solution: The best solution is to enable pagination for this View. You may also consider adding a caching plugin. Relevant Documentation: |
2 | 3 | 6 years, 2 months ago | ||
Custom field “in” filter with shortcode attribute parameter not working
Started by: vimalS
in: Toolset Professional Support
Problem: Customer mentioned that the "IN" comparison is not working for their view custom filter Solution: This setting is actually working. The problem was that the user was filtering for a field on a post type that doesn't have that custom field. |
2 | 4 | 6 years, 3 months ago | ||
Pagination infinite scrolling duration not working
Started by: vimalS
in: Toolset Professional Support
Problem: The issue here is that the user is saying that the duration settings for infinite scroll is not working. Solution: The duration settings here is actually not for the loading of the posts but rather the load animation. So decreasing the value won't make views load faster but will only affect the transition speed. |
2 | 7 | 6 years, 3 months ago | ||
Search by title not working
Started by: vimalS
in: Toolset Professional Support
Problem: Solution: |
2 | 8 | 6 years, 3 months ago | ||
Custom post type saves post as "Concept" status
Started by: vimalS in: Toolset Professional Support |
2 | 3 | 6 years, 3 months ago | ||
Search by parent and child posts and display parent and child posts counter
1
2
Started by: vimalS in: Toolset Professional Support |
3 | 26 | 6 years, 4 months ago | ||
Display parent post url using post reference
Started by: vimalS
in: Toolset Professional Support
Problem: I have two CPTs, "Landing Pages" and "Services". on the Landing Page CPT, I have a post reference field to link to a Service post. I have created a View of all Services, and I would like to display a link to the related Landing Page. Solution: Use the post selection tab of the post link dialog to select the reference post. Modify the shortcode to select the proper relationship reference: [wpv-post-url item="@eh-linked-service-or-service-provider.child"] |
2 | 3 | 6 years, 4 months ago | ||
Use html in autocomplete search
Started by: vimalS in: Toolset Professional Support |
2 | 9 | 6 years, 4 months ago | ||
Animation effect not working after view results update using taxonomy filters
Started by: vimalS
in: Toolset Professional Support
Problem: I would like to trigger an animation effect after the results of a View are updated with AJAX. I would also like to fix a problem where pagination reloads the page, even though I have selected AJAX pagination updates. Solution: Use the Frontend Events button in the Search and Pagination JS editor to create event listeners that will allow you to respond to search and pagination events with any custom JavaScript. The AJAX pagination issue seems to be a problem with the custom theme that should be addressed by a JavaScript developer. |
2 | 8 | 6 years, 5 months ago |