Forum Replies Created
-
Dear,
You want edit well come email when a custom subscribe to your Mailchimp ? it’s well come email of mailchimp, you want edit it. please read more in HEREin reply to: Unsubscribe text on emailsYou can deactivate plugin to check but the link http://gooto.enter-design.pl/produkt/romantic-lublin-prod-1/ still not working, i think you site not have page ‘romantic-lublin-prod-1’ you can send for me link edit in admin of it ?
in reply to: Product Page not foundDear, we’ll update plugin on CodeCanyon to fix it.
best regards.
in reply to: Sale badgeDear,
I go to check your form, i see you use form with AJAX, sorry, in current version not support upload file with AJAX form, if you want use form upload, you only on normal form submit.Best regards.
in reply to: Attachments not recieved…Dear,
For your problem, please go to file ‘wp-content/plugins/dhvc-woocommerce-page/includes/shortcode.php’ and search code:public function dhvc_woo_product_page_images_shortcode($atts, $content = null) { global $product; extract ( shortcode_atts ( array ( 'el_class' => '' ), $atts ) ); ob_start (); if (! empty ( $el_class )) echo '<div class="' . $el_class . '">'; if(function_exists('dhwcpl_single_product')){ dhwcpl_single_product(); dhwcpl_product_sale(); dhwcpl_product_out_of_store(); } woocommerce_show_product_images (); if (! empty ( $el_class )) echo '</div>'; return ob_get_clean (); }
change to:
public function dhvc_woo_product_page_images_shortcode($atts, $content = null) { global $product; extract ( shortcode_atts ( array ( 'el_class' => '' ), $atts ) ); ob_start (); if (! empty ( $el_class )) echo '<div class="' . $el_class . '">'; if(function_exists('dhwcpl_single_product')){ dhwcpl_single_product(); dhwcpl_product_sale(); dhwcpl_product_out_of_store(); } add_filter('single_product_large_thumbnail_size', array(&$this,'single_product_large_thumbnail_size')); woocommerce_show_product_images (); remove_filter('single_product_large_thumbnail_size', array(&$this,'single_product_large_thumbnail_size')); if (! empty ( $el_class )) echo '</div>'; return ob_get_clean (); } public function single_product_large_thumbnail_size(){ return 'portfolio_wide'; }
in reply to: Custom Image SizeDear, i have check plugin again, i see a issues in plugin, it not show sale flash, i have edit plugin and add custom code to show sale please, now, it’s working, please check again.
in reply to: Sale badgeDear, i go to check your site, and have check product categories list in admin, i not see category ‘romantic-lublin-prod-1’ , so, when you go to page ‘http://gooto.enter-design.pl/produkt/romantic-lublin-prod-1/’ your site will return 404 page, please check your site again.
in reply to: Product Page not foundDear, please kindly send for me admin account via private reply, i will check details to help you.
in reply to: Product Page not foundDear. i go to check your site, i have deactivate plugin to check default single product page, but in default, single product page still not show sale badge, i think this problem in your theme or your plugin have remove action show sale badge of WOO. please check again.
in reply to: Sale badgeDear, please kindly send for me admin account and your problem URL via private reply, i will check details to help you.
in reply to: Sale badgeDear, the plugin not support view form with form page link. you need display form with form short code, please copy form short code and paste to paste you want display form.
Best regards.
in reply to: Form is not showing upYes, if you need support, please contact with us whenever, we’re very happy to help you.
Best regards.
in reply to: Woo Product Page Builder = BLANK PAGEDear @cequilibria you please tell for me more details your problem and your problem URL . i will check details to help you.
in reply to: Issue with image selectionThis reply has been marked as private.in reply to: Hide some category with Masonry gridDear, i have go to check your form, when i uncheck ‘Enable Double Opt-In’ i see it’s working, i think this problem because you use ‘Enable Double Opt-In’ . please check your site again.
in reply to: Form Data no longer saving or being sent