Forum Replies Created
-
This reply has been marked as private.in reply to: WPBakery Page BuilderThis reply has been marked as private.in reply to: Issue with email sendingThis reply has been marked as private.in reply to: MailChimp errorThis reply has been marked as private.in reply to: Issue with email sending
Dear, That use WooCommerce image size ‘woocommerce_gallery_thumbnail’
If your theme support options to change it, please go to theme options to change it. If no, please read document to change it.
Best regards.
in reply to: Set thumbnail size for image gallery in product pageThis reply has been marked as private.in reply to: MailChimp errorDear. We’re tested DHVC Form plugin with WordPress latest version and it still working. Please kindly give more details problem on your site when use DHVC Form plugin with WP latest version. We’re will check to help you.
Best regards.
in reply to: WordPress 6.3.2 compatibilityThis reply has been marked as private.in reply to: MailChimp errorDear, Please kindly update DHVC Form plugin on your site to latest version 2.4.1 from CodeCanyon then check your site again. Your problem is fixed in plugin latest version.
Best regards.
in reply to: MailChimp errorThis reply has been marked as private.in reply to: MailChimp errorDear, I check your product template but I not see file ‘Tabla and Tabla características’ on your product template. Please kindly give me more details. I will check to help you
Best regards.
in reply to: Advanced Custom Fields not workingDear, To create ‘Single Product Page template’ please go to admin menu ‘Product -> Product Template’ and create new template. Please see Video Tutorial to use plugin.
Best regards.
in reply to: No more show element in Guntenberg editorDear.
I see the ACF Custom Field image with name ‘icono_1’, ‘icono_2’, ‘icono_3’Now, to display it with image in DHWC Page. Please go to edit ACF image filed and change setting ‘Return Format’ to ‘Image URL’ .
Then install and switch your site to use child theme, then add custom code in file functions.php of child theme
add_filter('dhvc_woo_product_page_acf_field', function($value, $field){ if($field=='icono_1' || $field=='icono_2' || $field=='icono_3'){ return '<img src="'.$value.'" >'; } return $value; },10,2);
Best regards.
in reply to: Advanced Custom Fields not workingThis reply has been marked as private.in reply to: Advanced Custom Fields not workingDear. You can use shortcode ‘WC ACF Custom Fields Settings’ to display ACF Custom field in product page.
Best regards.
in reply to: Advanced Custom Fields not working