Mukesh
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
Status | Sujet | Supporter | Voix | Publications | Nouveauté |
---|---|---|---|---|---|
Does WP Sheet Editor plugin trigger Form API Hooks?
Commencé par : Mukesh in: Toolset Professional Support |
2 | 3 | Il y a 9 mois | ||
Need a description / Database schema for the toolset tables and how they relate
Commencé par : Mukesh in: Toolset Professional Support |
2 | 5 | Il y a 10 mois | ||
Is there a way to change the Display type selected on an existing View?
Commencé par : Mukesh in: Toolset Professional Support |
2 | 3 | Il y a 2 années et 1 mois | ||
Split: Toolset Forms is causing not found error with _tt param in URL
Commencé par : Mukesh in: Toolset Professional Support |
2 | 6 | Il y a 3 années et 5 mois | ||
Dynamically select value of a Select Field based on the selection of another fie
Commencé par : 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 | Il y a 4 années et 4 mois | ||
Displaying value from a Repeatable Field Group in a View listings
Commencé par : 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 | Il y a 4 années et 10 mois | ||
Run custom SQL Query and attach or pass to View
Commencé par : 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 | Il y a 4 années et 11 mois | ||
Steps to Rename Custom Field – Best Practice
Commencé par : Mukesh in: Toolset Professional Support |
2 | 4 | Il y a 5 années et 1 mois | ||
Post Form that has Dropdowns using JQuery Select2, the field is not highlighted
Commencé par : Mukesh in: Toolset Professional Support |
2 | 5 | Il y a 5 années et 6 mois | ||
Tabbing thru Select2 Inputs in a Toolset Form resets Tab Focus to last item on the page
Commencé par : 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 | Il y a 5 années et 7 mois | ||
Post Form that has Dropdowns using JQuery Select, the tabbing order is lost
Commencé par : Mukesh in: Toolset Professional Support |
1 | 2 | Il y a 5 années et 7 mois | ||
Changing a Date type for Custom field to Single Text
Commencé par : Mukesh in: Toolset Professional Support |
2 | 5 | Il y a 5 années et 7 mois | ||
Shortcode toolset-edit-post-link
Commencé par : Mukesh in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 7 mois | ||
What best way can you suggest to debug/troubleshoot query performance for a View
Commencé par : 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 | Il y a 5 années et 8 mois | ||
Question: I’ve set cached= »off » on all of my views, is that recommended?
Commencé par : 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 | Il y a 5 années et 8 mois |