Chris
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Disabling toolset maps on some post types
Started by: Chris
in: Toolset Professional Support
Problem: I would like to disable Toolset Maps on specific post types. Solution: You can use the Field Group editor to suppress Address fields in any post type, but there isn't a way to disable the plugin per post type. |
2 | 3 | 5 years, 3 months ago | ||
Trying to display custom posts in taxonomy view by cat then sub-cat
Started by: Chris in: Toolset Professional Support |
2 | 6 | 5 years, 3 months ago | ||
Toolset and WPDM no longer working as per your support doc
Started by: Chris in: Toolset Professional Support |
2 | 4 | 6 years ago | ||
link to post of other type not working
Started by: Chris in: Toolset Professional Support |
2 | 5 | 6 years, 2 months ago | ||
CRED notifications not being sent on submit
Started by: Chris in: Toolset Professional Support |
2 | 3 | 6 years, 6 months ago | ||
CRED form does not show all parent post options
Started by: Chris
in: Toolset Professional Support
Problem: I have a CRED form on my site that has been in use for a while. After a recent update, a parent post select field does not include all options that were previously shown. I have the filter cred_get_potential_parents_post_status in place in my theme. Solution: Return an empty string in this filter if you wish to show parent posts of all statuses. add_filter('cred_get_potential_parents_post_status', '_pr_belongs_post_status'); function _pr_belongs_post_status($statuses) { return ''; } |
2 | 9 | 6 years, 9 months ago | ||
Duplicating post field data to a user field
Started by: Chris in: Toolset Professional Support |
2 | 4 | 7 years ago | ||
Suggestions as to how to move data from post fields to user fields
Started by: Chris in: Toolset Professional Support |
2 | 3 | 7 years, 1 month ago | ||
CRED filling up php error log
Started by: Chris
in: Toolset Professional Support
Problem: [19-Aug-2017 20:14:09 UTC] PHP Warning: scandir(/): failed to open dir: Operation not permitted in /var/www/vhosts/doula.org.uk/httpdocs/wp-content/plugins/cred-frontend-editor/application/submit.php on line 25 [19-Aug-2017 20:14:09 UTC] PHP Warning: scandir(): (errno 1): Operation not permitted in /var/www/vhosts/doula.org.uk/httpdocs/wp-content/plugins/cred-frontend-editor/application/submit.php on line 25 [19-Aug-2017 20:14:09 UTC] PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/doula.org.uk/httpdocs/wp-content/plugins/cred-frontend-editor/application/submit.php on line 26 [19-Aug-2017 20:14:09 UTC] PHP Warning: scandir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/var/www/vhosts/common:/var/www/vhosts/doula.org.uk/httpdocs:/var/www/vhosts/doula.org.uk/statistics:/tmp) in /var/www/vhosts/doula.org.uk/httpdocs/wp-content/plugins/cred-frontend-editor/application/submit.php on line 25 Solution: 1. Please Delete and re-install latest version of CRED v1.9.2 plugin from here and see if it resolves the issue: https://toolset.com/download/toolset-cred/ 2. If error still continues, please check file and folder permissions -- typically Folders should have 755 permission and Files have 644. Please also contact hosting support and ask them to confirm file and folder permissions and that opendir() function is enabled on the server. They might have more info on this error. |
2 | 3 | 7 years, 2 months ago |