Mukesh
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
Does WP Sheet Editor plugin trigger Form API Hooks?
Gestartet von: Mukesh in: Toolset Professional Support |
2 | 3 | vor 9 Monaten, 2 Wochen | ||
Need a description / Database schema for the toolset tables and how they relate
Gestartet von: Mukesh in: Toolset Professional Support |
2 | 5 | vor 10 Monaten, 2 Wochen | ||
Is there a way to change the Display type selected on an existing View?
Gestartet von: Mukesh in: Toolset Professional Support |
2 | 3 | vor 2 Jahren, 2 Monaten | ||
Split: Toolset Forms is causing not found error with _tt param in URL
Gestartet von: Mukesh in: Toolset Professional Support |
2 | 6 | vor 3 Jahren, 5 Monaten | ||
Dynamically select value of a Select Field based on the selection of another fie
Gestartet von: 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 | vor 4 Jahren, 4 Monaten | ||
Displaying value from a Repeatable Field Group in a View listings
Gestartet von: 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 | vor 4 Jahren, 10 Monaten | ||
Run custom SQL Query and attach or pass to View
Gestartet von: 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 | vor 4 Jahren, 11 Monaten | ||
Steps to Rename Custom Field – Best Practice
Gestartet von: Mukesh in: Toolset Professional Support |
2 | 4 | vor 5 Jahren, 1 Monat | ||
Post Form that has Dropdowns using JQuery Select2, the field is not highlighted
Gestartet von: Mukesh in: Toolset Professional Support |
2 | 5 | vor 5 Jahren, 6 Monaten | ||
Tabbing thru Select2 Inputs in a Toolset Form resets Tab Focus to last item on the page
Gestartet von: 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 | vor 5 Jahren, 7 Monaten | ||
Post Form that has Dropdowns using JQuery Select, the tabbing order is lost
Gestartet von: Mukesh in: Toolset Professional Support |
1 | 2 | vor 5 Jahren, 7 Monaten | ||
Changing a Date type for Custom field to Single Text
Gestartet von: Mukesh in: Toolset Professional Support |
2 | 5 | vor 5 Jahren, 7 Monaten | ||
Shortcode toolset-edit-post-link
Gestartet von: Mukesh in: Toolset Professional Support |
2 | 3 | vor 5 Jahren, 7 Monaten | ||
What best way can you suggest to debug/troubleshoot query performance for a View
Gestartet von: 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 | vor 5 Jahren, 8 Monaten | ||
Question: I’ve set cached=“off“ on all of my views, is that recommended?
Gestartet von: 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 | vor 5 Jahren, 8 Monaten |