FuChan
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é |
---|---|---|---|---|---|
module for messaging system
Commencé par : FuChan in: Toolset Professional Support |
|
2 | 2 | Il y a 5 années et 1 mois | |
limit submission from post form
Commencé par : FuChan in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 1 mois | ||
shortcodes to change post status
Commencé par : FuChan in: Toolset Professional Support |
|
2 | 3 | Il y a 5 années et 1 mois | |
How to let the comments go to the account page automatically based on the same post author?
Commencé par : FuChan
in: Toolset Professional Support
Problem: How to let the comments go to the account page automatically based on the same post author? Solution: It needs custom codes, for example: Relevant Documentation: |
|
2 | 3 | Il y a 5 années et 1 mois | |
Access to comments
Commencé par : FuChan in: Toolset Professional Support |
|
2 | 7 | Il y a 5 années et 1 mois | |
access control
Commencé par : FuChan in: Toolset Professional Support |
2 | 3 | Il y a 5 années et 1 mois | ||
field value in the search form
Commencé par : FuChan
in: Toolset Professional Support
Problem: Solution: However, the case is different here, in this case, you want to filter post type view using a user field, that's not possible natively. You can check an example on this article - how you can create a custom search for the user. Relevant Documentation: |
|
2 | 3 | Il y a 5 années et 1 mois | |
load user fields into archive
Commencé par : FuChan in: Toolset Professional Support |
1 | 2 | Il y a 5 années et 2 mois | ||
How to update post excerpt field by custom field when I submit form?
Commencé par : FuChan
in: Toolset Professional Support
Problem: Solution: Excerpts are built using the Post Body and are part of the Post, hence you will need to manipulate that content with wp_update_post(), which is a WordPress API Function. To do this when submitting a Toolset Form, you can update your post within a cred_save_data() hook, where you should define a $variable with the content of the Custom Field from which you want to pull the data to update the Excerpt with. TIPP: Then, the $variable holding the value set in the Custom Field on the Form, can be used to update the Post Excerpt using wp_update_post() within the Toolset Forms Hook Here is an example of such custom code that takes a custom field value and updates the Post Title with it: To use it for Post Excerpt, you'd just target post_excerpt, instead of post_title, which is used in the example linked Relevant Documentation: https://developer.wordpress.org/reference/functions/get_post_meta/ https://www.php.net/manual/en/reserved.variables.post.php https://developer.wordpress.org/reference/functions/wp_update_post/ https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data |
|
2 | 3 | Il y a 5 années et 2 mois | |
Testimonials – Three Cell Slider
Commencé par : FuChan in: Toolset Professional Support |
|
2 | 3 | Il y a 5 années et 3 mois | |
date format
Commencé par : FuChan in: Toolset Professional Support |
|
2 | 5 | Il y a 5 années et 3 mois | |
How to display the repeatable fields in the view inside view.
Commencé par : FuChan in: Toolset Professional Support |
|
2 | 2 | Il y a 5 années et 3 mois | |
Further question to your reply #1448801
Commencé par : FuChan
in: Toolset Professional Support
Problem: Filter view by taxonomy terms using shortcode attribute. Solution: You can try taxonomy filter in to your post view, for example: Relevant Documentation: https://toolset.com/documentation/user-guides/filtering-views-by-taxonomy/ |
|
2 | 4 | Il y a 5 années et 4 mois | |
plugin conflict
Commencé par : FuChan
in: Toolset Professional Support
Problem: Fix the issue concerning the conflict of astra theme and Blocks plugin Solution: For Toolset Blocks plugin, you just need to replace the same file inside Blocks plugin. Relevant Documentation: https://toolset.com/errata/php-warning-when-using-astra-pro-plugin-and-toolset-views-or-blocks/ |
|
2 | 5 | Il y a 5 années et 4 mois | |
product visibility to specific user
Commencé par : FuChan in: Toolset Professional Support |
|
2 | 8 | Il y a 5 années et 4 mois |