Forum Replies Created
-
You want create registration form with step ? Sorry. the DHVC Form not support create form with steps.
in reply to: Multiple Pages Form?For change language plugin. please go to folder wp-content/plugins/dhvc-woocommerce/languages and change 2 file default.po and default.mo to name “dhvc-woocommerce-{$yourlocale}.mo” and “dhvc-woocommerce-{$yourlocale}.po” then you can translate it. Please see attachment.
Attachments:
You must be logged in to view attached files.If you want do it. Please:
1. Download and extract file class.zip and override it to file “wp-content/plugins/dhvc-woocommerce/includes/class.php”
1. Download and extract file functions.zip and override it to file “wp-content/plugins/dhvc-woocommerce/includes/functions.php”Attachments:
You must be logged in to view attached files.Please send for me your problem URL. i’ll see details to help you.
This means a lot to us and we’d be very thankful for your review.
Thank you so much in advance.Also, if you want change style of button to like in single product page. Please go to file “sahifa/style.css” and add custom css.
.dhvc-woo-addtocart a { color: #fff !important; } .dhvc-woo-addtocart a:hover { color: #000 !important; }
in reply to: Info about url product in product catalogueDear.
Please kindly send for me admin account in your site and your problem URL via private message. I’ll see detail and fix this for you !in reply to: Unable to Submit Form to outside serviceDear.
You want redirect URL http://www.forforce.com.br/produtos/bcaa/ to http://www.forforce.com.br/bcaa/please go to file {yourtheme}/functions.php and change variable
function custom_product_cat_redirect(){ if(is_tax('product_cat',{$your_product_category})){ wp_safe_redirect(get_permalink({$your_page_id_you_want_redirect})); exit; } } add_action( 'template_redirect', array( &$this, 'custom_product_cat_redirect' ) );
in reply to: How to edit Category pages?Dear.
I checked your theme package. i see the Woocommerce Products Layouts plugin only inherit style from theme with layout GRID and MASORY(style list and carousel still use default style of plugin).However when i custom plugin do it. if you use plugin with layout GRID or MANSOY, you can not use some style option in plugin, example: title color, title font-size…
If you want do it. Please:
1. Download and extract file class.zip and override it to file “wp-content/plugins/dhvc-woocommerce/includes/class.php”2. Download and extract file script.zip and override it to file “wp-content/plugins/dhvc-woocommerce/assets/js/script.js”
3.Download and extract file content-product and override it to file “wp-content/themes/mindig/woocommerce/content-product.php” and override it to file “wp-content/themes/mindig/woocommerce_2.2.x/content-product.php”
Please let me know if your problem is not resolved!
Attachments:
You must be logged in to view attached files.Dear.
The WOO Product Page for Visual Composer plugin only custom SINGLE PRODUCT PAGE, it not work with category page.I think problem on category page http://www.funkluscious.com/product-category/men/ of your theme. because i deactive WOO Product Page for Visual Composer plugin, page http://www.funkluscious.com/product-category/men/ still not wokring. you can contact with theme author.
I have edit this category and change setting “Display type” to “Default”. now, it’s working.Please check your site again.
in reply to: Single Product Page vs. Category PageThis reply has been marked as private.Dear,
I go to check your site and add custom function in file file “sahifa/functions.php” and add custom css in file “sahifa/style.css”. Now, i see it’s working. please check your site again.
Custom css:.dhvc-woo-excerpt a{ color:#f88c00 !important; } .dhvc-woo-excerpt a:hover{ text-decoration: underline; }
in reply to: Info about url product in product catalogueDear.
the problem because your use Woo Product Upsell short code of WOO Product Page for Visual Composer plugin in Product content. this short code only support on Custom Product Page template. I have remove short code in product content on your site, plese check your site again.in reply to: Fatal ErrorOh ! sorry, i don’t understand your problem. please kindly send for me admin account on your site and your problem URL via private message. i’ll see details to help you.
in reply to: Fatal ErrorDear,
1.I go to check custom link of “Vai all’offerta” button. it’s working. Please check again.
2. If you want add “Read more” link to excerpt of product . please go to file “{yourtheme}/functions.php” and add custom code:function dhvc_woo_excerpt_custom($excerpt,$post){ $excerpt = wp_trim_words ($post->post_excerpt, 15 ,''); $excerpt .= ' <a href="'.get_permalink($post->ID).'">'.__('Read More...').'</a>'; return $excerpt; } add_filter('dhvc-woo-excerpt', 'dhvc_woo_excerpt_custom',10,2);
Please see attachment. If it still not working. please send for me admin account on your site via private message. i’ll see detail to help you.
Attachments:
You must be logged in to view attached files.in reply to: Info about url product in product catalogueDear.
Please check your site again, you can not see the Custom Page Template like a WordPress page default. After creating the Custom Page template. please go to edit a Product and assign Custom Page Template for it, you can assign Custom page for all product of category, please go to edit category and select Custom page template.
Then you can view product was assigned Custom Page Template .Please see images attachment
Attachments:
You must be logged in to view attached files.in reply to: Fatal Error