oriolc
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 |
---|---|---|---|---|---|
I have problems with pagination
Started by: oriolc in: Toolset Professional Support |
3 | 10 | 6 years, 10 months ago | ||
Video mp4 problems
Started by: oriolc in: Toolset Professional Support |
2 | 5 | 6 years, 11 months ago | ||
Post and product woocommerce relationship and user change
Started by: oriolc in: Toolset Professional Support |
2 | 5 | 6 years, 11 months ago | ||
Password won’t appears in message send to the user
Started by: oriolc
in: Toolset Professional Support
Problem: |
2 | 4 | 7 years ago | ||
Show all post status
Started by: oriolc in: Toolset Professional Support |
2 | 7 | 7 years ago | ||
Woocommerce product child price
Started by: oriolc
in: Toolset Professional Support
Problem: I have created a custom post type and made it a parent of the WooCommerce Product post type. When I create or edit my parent post, I would like to be able to manage the WooCommerce Product price directly from the Post Relationship editor. Solution: Unfortunately this is not currently possible, and you must manage the price from the Product editor area. |
2 | 11 | 7 years ago | ||
Flexslider and Elementor problem
Started by: oriolc
in: Toolset Professional Support
Problem: I have a problem displaying a Flexslider in a Layout Visual Editor cell when Elementor is active. Solution: There is a known issue when working with shortcodes in a Visual Editor cell with Elementor active. Place your Flexslider code in a Content Template cell instead of a Visual Editor cell. |
2 | 3 | 7 years ago | ||
Upload problem
Started by: oriolc in: Toolset Professional Support |
2 | 6 | 7 years ago | ||
Custom post join with a product
Started by: oriolc in: Toolset Professional Support |
2 | 9 | 7 years, 1 month ago | ||
Modal with map view
Started by: oriolc in: Toolset Professional Support |
2 | 18 | 7 years, 1 month ago | ||
Different address one map
Started by: oriolc in: Toolset Professional Support |
1 | 2 | 7 years, 2 months ago | ||
Elementor Builder + Layout
Started by: oriolc
in: Toolset Professional Support
Problem: Solution: |
2 | 7 | 7 years, 3 months ago | ||
I would like to access to a custom field
Started by: oriolc
in: Toolset Professional Support
Problem: I have a CRED form that creates Post Type A. I have placed this CRED form on Page B. There is a custom field on Page B that I would like to use in my CRED form email notifications. How can I capture the information from the current Page B inside the email notification for Post A? Solution: Add a generic field to your CRED form. Set the "default" value of this field using the wpv-post-field shortcode, referencing current Page B with the id attribute "$current_page". [cred_generic_field field="fecha-fin" type="date" class='' urlparam=""] { "required":0, "validate_format":0, "persist":1, "default":"[wpv-post-field id='$current_page' name='wpcf-fecha-final']" } [/cred_generic_field] Use the cred_save_data hook to add the value of this generic field to a custom field in Post Type A. Then you can display the value of this custom field in your CRED notifications. add_action('cred_save_data', 'save_parent_fecha_fin',10,2); function save_parent_fecha_fin($post_id, $form_data) { // if a specific form if ($form_data['id']==550) { if (isset($_POST['fecha-fin'])) { update_post_meta($post_id, 'wpcf-fecha-fin', $_POST['fecha-fin'], true); } Relevant Documentation: |
2 | 11 | 7 years, 3 months ago | ||
cred_success_redirect
Started by: oriolc in: Toolset Professional Support |
2 | 7 | 7 years, 3 months ago | ||
Notifications empty
1
2
Started by: oriolc in: Toolset Professional Support |
2 | 18 | 7 years, 4 months ago |