PiotrO586
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é |
---|---|---|---|---|---|
Reseting password and notification language
Commencé par : PiotrO586 in: Toolset Professional Support |
2 | 5 | Il y a 6 années | ||
Customizing login / password reset form fields labels
Commencé par : PiotrO586 in: Toolset Professional Support |
2 | 2 | Il y a 6 années | ||
Accordion broken after latest update
Commencé par : PiotrO586 in: Toolset Professional Support |
2 | 3 | Il y a 6 années | ||
Custom post missing in yoast
Commencé par : PiotrO586
in: Toolset Professional Support
Problem: Custom post type with slug "profile" does not work in Yoast Search Appearance > Content Types. Solution: You can change post type slug to something else, for example "profile-slug". Relevant Documentation: |
2 | 8 | Il y a 6 années et 2 mois | ||
User registration and editing forms issue on submitting
Commencé par : PiotrO586 in: Toolset Professional Support |
2 | 3 | Il y a 6 années et 2 mois | ||
Display Search form for archive on different page
Commencé par : PiotrO586
in: Toolset Professional Support
Problem: I can see how to split the custom search form for a View apart from the results, and display them on separate pages. I would like to do the same but with an archive instead of a View. Solution: There isn't a built-in way to split the search and results for an archive. You could do something similar with a View, or you could use custom code to build your own search form that submits to the archive page with URL parameters as needed. |
3 | 5 | Il y a 6 années et 2 mois | ||
Clicking on Accordion tabs and scrolling a page
Commencé par : PiotrO586 in: Toolset Professional Support |
2 | 4 | Il y a 6 années et 2 mois | ||
Search for post ID
Commencé par : PiotrO586 in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 3 mois | ||
force_type="field"
Commencé par : PiotrO586 in: Toolset Professional Support |
2 | 2 | Il y a 6 années et 3 mois | ||
« wpcf_ » added to the image filename, resized image not deleted from library
Commencé par : PiotrO586
in: Toolset Professional Support
Problem: I was using a Types field to display a resized custom field image. I can see the file name includes "wpcf_" by inspecting the uploads directory. When I attempt to delete the image from the Media Library using the "Delete Permanently" link, the resized image remains in the uploads directory. Solution: Update to Types 3.0.7 to get the fix for this issue. |
2 | 4 | Il y a 6 années et 5 mois | ||
JS Editor: added "\" characters everytime I save the form
Commencé par : PiotrO586 in: Toolset Professional Support |
2 | 4 | Il y a 6 années et 5 mois | ||
Notifications issue with Edit forms
Commencé par : PiotrO586
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 6 | Il y a 6 années et 6 mois | ||
Layouts not visible
Commencé par : PiotrO586 in: Toolset Professional Support |
1 | 2 | Il y a 6 années et 6 mois | ||
Checking status of the parent post
Commencé par : PiotrO586 in: Toolset Professional Support |
2 | 4 | Il y a 6 années et 6 mois | ||
Moving child posts to trash upon parent is sent to trash
Commencé par : PiotrO586
in: Toolset Professional Support
Problem: 1. what hook can be used to trigger a function to send child posts to trash? Apparently wp_trash_post doesn't work here? 2. Upon upgrading Types to the latest release the following fragment wouldn't work (_wpcf_belongs is not part of the meta_key anymore?): Solution: Q1) Toolset form plugin is also using function wp_trash_post() to trash the post, so the wordpress action hook "wp_trash_post" should work too, more help: https://developer.wordpress.org/reference/hooks/wp_trash_post/ Fires before a post is sent to the trash. Q2) Yes, for the new post type relationship, please try the new Typers API function toolset_get_related_posts(): Query related posts by a set of conditions. Relevant Documentation: |
2 | 4 | Il y a 6 années et 6 mois |