Mukesh
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 |
---|---|---|---|---|---|
Does WP Sheet Editor plugin trigger Form API Hooks?
Started by: Mukesh in: Toolset Professional Support |
2 | 3 | 8 months, 4 weeks ago | ||
Need a description / Database schema for the toolset tables and how they relate
Started by: Mukesh in: Toolset Professional Support |
2 | 5 | 10 months ago | ||
Is there a way to change the Display type selected on an existing View?
Started by: Mukesh in: Toolset Professional Support |
2 | 3 | 2 years, 1 month ago | ||
Split: Toolset Forms is causing not found error with _tt param in URL
Started by: Mukesh in: Toolset Professional Support |
2 | 6 | 3 years, 5 months ago | ||
Dynamically select value of a Select Field based on the selection of another fie
Started by: Mukesh
in: Toolset Professional Support
Problem: Setup post type relationship filters in Toolset post form. Solution: There isn't such kind of built-in feature within Toolset Forms plugin. But there is a workaround here: Relevant Documentation: |
2 | 7 | 4 years, 3 months ago | ||
Displaying value from a Repeatable Field Group in a View listings
Started by: Mukesh
in: Toolset Professional Support
Problem: I have a post type - "Referrals", and a Post Type "Attorneys". Within Attorney's Custom Fields, I have an RFG "Attorney Communication Settings". I would like to show the a field from the Attorney Communication Settings. Solution: It require nested views. For example: Relevant Documentation: |
2 | 3 | 4 years, 10 months ago | ||
Run custom SQL Query and attach or pass to View
Started by: Mukesh
in: Toolset Professional Support
Problem: I would like to know if it is possible to create my own mysql query to query posts and postsmeta tables and generate the proper output. Solution: I suggest you try with filter hook wpv_filter_query: https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query For example, 1) Setup a post view, query posts, without any filter. 2) use "wpv_filter_query" to trigger a custom PHP function, in this PHP function, use your custom SQL query to get those specific post IDs, then pass the value as parameter "post__in" of query Relevant Documentation: https://developer.wordpress.org/reference/classes/wp_query/#post-page-parameters |
2 | 5 | 4 years, 11 months ago | ||
Steps to Rename Custom Field – Best Practice
Started by: Mukesh in: Toolset Professional Support |
2 | 4 | 5 years, 1 month ago | ||
Post Form that has Dropdowns using JQuery Select2, the field is not highlighted
Started by: Mukesh in: Toolset Professional Support |
2 | 5 | 5 years, 6 months ago | ||
Tabbing thru Select2 Inputs in a Toolset Form resets Tab Focus to last item on the page
Started by: Mukesh
in: Toolset Professional Support
Problem: This means after selecting the option in Select2, pressing TAB will not lead to the next input but back to the top of the page. Solution: |
2 | 6 | 5 years, 7 months ago | ||
Post Form that has Dropdowns using JQuery Select, the tabbing order is lost
Started by: Mukesh in: Toolset Professional Support |
1 | 2 | 5 years, 7 months ago | ||
Changing a Date type for Custom field to Single Text
Started by: Mukesh in: Toolset Professional Support |
2 | 5 | 5 years, 7 months ago | ||
Shortcode toolset-edit-post-link
Started by: Mukesh in: Toolset Professional Support |
2 | 3 | 5 years, 7 months ago | ||
What best way can you suggest to debug/troubleshoot query performance for a View
Started by: Mukesh
in: Toolset Professional Support
Problem: What best way can you suggest to debug/troubleshoot query performance for a View? What can I look into or do to see why some of my Views are taking 15 seconds to run. Our Posts database is just over 3,700 posts so it shouldn't be data volume. But could be something I am doing. For most of my views, I use the Query Filter and then within the loop I have IF statements to filter out more records from the view. For some complex Queries that can't be done via the QUery Filter, I'm using the wpv_filter_query FILTER. Solution: You can enable Views Debug mode here: Dashboard-> Toolset-> Settings-> Front-end Content in section "Debug mode", enable option "Enable Views debug mode" Relevant Documentation: |
2 | 3 | 5 years, 8 months ago | ||
Question: I’ve set cached=”off” on all of my views, is that recommended?
Started by: Mukesh
in: Toolset Professional Support
Problem: Is it recommended that for a dynamic web application, we set the cached attribute to off (cached="off") or can we leave it on to gain performance? Will record updates be reflected immediately on the views or retrieve cached data? Solution: You can set the cached attribute to on by removing attribute cached="off", it will gain performance. Relevant Documentation: |
2 | 7 | 5 years, 8 months ago |