Forum Replies Created
-
Dear, i go to check your site, i see your problem because you not setting reCaptcha in your site, please go to menu “Forms -> Settings” and setting reCaptcha public and private key.
in reply to: where to put ReCaptcha infoDear,i go to check again, the reCaptcha filed is working http://sitesao.com/dhvcform/register-form/ i do not understand why it not work with you. Please give for me your problem URL, i will check detail to help you.
in reply to: where to put ReCaptcha infoDear, i go to your FTP and custom code in file “/wp-content/themes/enjooy/woocommerce/content-product.php” change :
<?php /** * woocommerce_before_shop_loop_item_title hook * * @hooked woocommerce_show_product_loop_sale_flash - 10 * @hooked woocommerce_template_loop_product_thumbnail - 10 */ do_action( 'woocommerce_before_shop_loop_item_title' ); ?>
to:
<a href="<?php the_permalink(); ?>"> <?php /** * woocommerce_before_shop_loop_item_title hook * * @hooked woocommerce_show_product_loop_sale_flash - 10 * @hooked woocommerce_template_loop_product_thumbnail - 10 */ do_action( 'woocommerce_before_shop_loop_item_title' ); ?> </a>
Now. it’s working. please check your site again.
in reply to: Featured images clickable?Dear, please send for me admin account and your problem URL via private reply. i will check detail to help you.
in reply to: Can't send emailThis reply has been marked as private.in reply to: Featured images clickable?Dear, if you want use reCaptcha in your form. you can use Form reCaptCha field to display recaptcha in your form
in reply to: where to put ReCaptcha info@pujoljulia yes, please send for me admin account in your site and your problem URL via private reply. i will check detail to help you
@vargau : yes, i will wait to help you.in reply to: Long Time Response & Admin (BO) Freeze@pujoljulia please tell for me more details your problem . i will see details to help you
in reply to: Long Time Response & Admin (BO) FreezeThis reply has been marked as private.in reply to: Featured images clickable?Dear, if you want display “Extra Product Options” in custom single product template, you need use “Woo Single Product Add to Cart” short code, the “Extra Product Options” plugin auto display with hook of add to cart button.
Also, You want display product author ? you can tell for me position you want display it ?
in reply to: Extra Product OptionsDear,
Please send for me your problem URL. i need check details to help you!in reply to: fatal errorSorry, i checked “Forms: 3rd-Party Integration” plugin i see the plugin only support: Gravity, CF7, Ninja Forms . It not support my plugin, so , my plugin not working with it. you can contact with “Forms: 3rd-Party Integration” plugin author to help you
in reply to: form actionyes, please change custom code to :
function dhvc_woo_excerpt_custom($output,$post){ return do_shortcode(wpautop($post->post_excerpt)); } add_filter('dhvc-woo-excerpt', 'dhvc_woo_excerpt_custom',10,2);
in reply to: Show excerpt with html tagsYou want custom excerpt product, please go to file {yourtheme}/functions.php and add custom code:
function dhvc_woo_excerpt_custom($output,$post){ return do_shortcode($post->post_excerpt); } add_filter('dhvc-woo-excerpt', 'dhvc_woo_excerpt_custom',10,2);
in reply to: Show excerpt with html tagsDear, what is border you want add for tab control? border top, left or right ? Also. Please send for me your problem URL. i will see details to help you.
in reply to: about tab border