Mukesh
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
Does WP Sheet Editor plugin trigger Form API Hooks?
Iniciado por: Mukesh en: Toolset Professional Support |
2 | 3 | hace 9 meses | ||
Need a description / Database schema for the toolset tables and how they relate
Iniciado por: Mukesh en: Toolset Professional Support |
2 | 5 | hace 10 meses | ||
Is there a way to change the Display type selected on an existing View?
Iniciado por: Mukesh en: Toolset Professional Support |
2 | 3 | hace 2 años, 1 mes | ||
Split: Toolset Forms is causing not found error with _tt param in URL
Iniciado por: Mukesh en: Toolset Professional Support |
2 | 6 | hace 3 años, 5 meses | ||
Dynamically select value of a Select Field based on the selection of another fie
Iniciado por: Mukesh
en: 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 | hace 4 años, 4 meses | ||
Displaying value from a Repeatable Field Group in a View listings
Iniciado por: Mukesh
en: 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 | hace 4 años, 10 meses | ||
Run custom SQL Query and attach or pass to View
Iniciado por: Mukesh
en: 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 | hace 4 años, 11 meses | ||
Steps to Rename Custom Field – Best Practice
Iniciado por: Mukesh en: Toolset Professional Support |
2 | 4 | hace 5 años, 1 mes | ||
Post Form that has Dropdowns using JQuery Select2, the field is not highlighted
Iniciado por: Mukesh en: Toolset Professional Support |
2 | 5 | hace 5 años, 6 meses | ||
Tabbing thru Select2 Inputs in a Toolset Form resets Tab Focus to last item on the page
Iniciado por: Mukesh
en: 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 | hace 5 años, 7 meses | ||
Post Form that has Dropdowns using JQuery Select, the tabbing order is lost
Iniciado por: Mukesh en: Toolset Professional Support |
1 | 2 | hace 5 años, 7 meses | ||
Changing a Date type for Custom field to Single Text
Iniciado por: Mukesh en: Toolset Professional Support |
2 | 5 | hace 5 años, 7 meses | ||
Shortcode toolset-edit-post-link
Iniciado por: Mukesh en: Toolset Professional Support |
2 | 3 | hace 5 años, 7 meses | ||
What best way can you suggest to debug/troubleshoot query performance for a View
Iniciado por: Mukesh
en: 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 | hace 5 años, 8 meses | ||
Question: I’ve set cached=»off» on all of my views, is that recommended?
Iniciado por: Mukesh
en: 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 | hace 5 años, 8 meses |