davidZ-4
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 |
---|---|---|---|---|---|
CRED 1.9.4 brake the functionality of cred_save_data
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: I am trying to: update cred to 1.9.4, I expected to see: the calculation and chart display correctly as before CRED update to version1.9.4 nnstead, I got: the calculation that worked perfectly before updating cred, (ung the cred_save_data api) ow cause the calculation to malfunction. I have tested this in the following manner. Solution: Here are what I found, the problem is in your custom PHP codes, plugin file functions.php, line 639!797: // calculate education need function calculate_education($post_ID) { ... } It triggers the PHP warning message, for example: Warning: number_format() expects parameter 1 to be float, string given in \wp-content\plugins\functions.php on line 1451 Warning: number_format() expects parameter 1 to be float, string given in \equi\wp-content\plugins\functions.php on line 1451 $parent_assump_post_id = wpcf_pr_post_get_belongs(get_the_ID(), 'assumption'); Relevant Documentation: |
2 | 17 | hace 6 años, 10 meses | ||
delete all custom post a user created when deleting the user from the users list
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: Solution: But it will only consider content as belonging to the user if the custom post type is registered with the 'supports' option set to include author. When registering a post type with Types at Toolset > Post Types you must specify "author" under the "Sections to display..." section. |
2 | 3 | hace 6 años, 10 meses | ||
create a memmbership with more than two user roles
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 5 | hace 6 años, 10 meses | ||
Choose from previously created fields dont show in view filter
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: Solution: |
2 | 6 | hace 6 años, 10 meses | ||
Use WP REST API to create and view custom post from another website
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: Solution: However I've mentioned few useful links with the following reply: Relevant Documentation: |
2 | 7 | hace 6 años, 10 meses | ||
use cred to register users, charge client with woocomerce for suscriptions
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 8 | hace 7 años | ||
create a list of users that is filtered and searchable
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 5 | hace 7 años | ||
calculate parent post after child post was deleted
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 16 | hace 7 años | ||
urlparam in cred form submit dont redirect to the right post
1
2
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 22 | hace 7 años | ||
automatically update child calculated values when parent values change using PHP
1
2
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 24 | hace 7 años | ||
CRED plugin will not updated – error while trying to update CRED
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: Automatic plugin updates are failing on my site. Solution: Please try again. If the automatic updates continue to fail, download the latest plugins directly from wp-types.com/account/downloads, delete the plugins from your server using FTP, then reinstall them from scratch. |
2 | 3 | hace 7 años | ||
sum child posts values and save into parent post every time child is updated
Iniciado por: davidZ-4 en: Toolset Professional Support |
1 | 2 | hace 7 años | ||
error 503 Service Temporarily Unavailable when trying to save / update post type
Iniciado por: davidZ-4 en: Toolset Professional Support |
3 | 8 | hace 7 años, 1 mes | ||
Parent post information does not render PHP
Iniciado por: davidZ-4 en: Toolset Professional Support |
2 | 3 | hace 7 años, 1 mes | ||
date picker convert to wrong year using php
Iniciado por: davidZ-4
en: Toolset Professional Support
Problem: $post_ID = 1666; $cld_bd = get_post_meta($post_ID, 'wpcf-child-birth-date', true); $cld_str_schl_age = get_post_meta($post_ID, 'wpcf-start-school-at-age', true); $cld_age = floor((time() - $cld_bd)/(365*24*60*60)); $cld_birth_year = date (Y, floor ($cld_bd/(365*24*60*60))); echo '<p>The BD year for the child is ' . $cld_birth_year . ' age: ' . $cld_age . ' and the start school age is' . $cld_str_schl_age .'</p>'; Solution: ... $cld_bd = get_post_meta($post_ID, 'wpcf-child-birth-date', true); $cld_birth_year = date ('Y', $cld_bd); ... Relevant Documentation: |
2 | 6 | hace 7 años, 1 mes |