Forum Replies Created
-
Hi,
Thanks for contacting us.
If You got better explanation for your question , please let us know. We will reply you asap after receiving your next message !
Please send me a link to your site and your admin account and FTP account via private message. I will check for you soon.
Best regards,
Junnie
in reply to: HelloHi,
so, Did you resolve your issue?
Best regards,
Junnie
in reply to: Product page incorect show product pictureHi,
I create a new file custom template for our plugin in theme and add code in functions.php file.
Best regards,
Junnie
in reply to: Moved: Reply To: Align title and elementsHi,
This issue because you are using masonry media grid when creating a new post. Please check and replace with another shortcode.
This issue does not come from our plugin.
Best regards,
Junnie
in reply to: Single Product Page Builder Messing Search PageHi,
Thanks for contacting us.
Please send me a link to your site and your admin account and FTP account via private message. I will check this issue for you asap
http://prntscr.com/f8gdiv
Best regards,Junnie
in reply to: Anchor point not working on mobile menuHi,
Wish you a nice day.
We released a new version to fix this issue. You can update rightnowBest regards.
in reply to: "Not Subscribe To Mailchimp" ErrorHi,
I edited for you. Please check again
Best regards,
Junnie
in reply to: Moved: Reply To: Align title and elementsHi,
Please use product category shortcode of VC and remove product category shortcode of our plugin
Best regards,
Junnie
in reply to: Single Product Page Builder Messing Search PageHi,
Thanks for contacting us.
Please send me a link to your site and your admin account and FTP account via private message. I will check for you soon.
Best regards,
Junnie
in reply to: My Account PageHi,
Thanks for contacting us.
Please send me a link to your site and your admin account and FTP account via private message. I will check for you soon.
Best regards,
Junnie
in reply to: error after updatesHi,
Thanks for contacting us.
Please send me a link to your site and your admin account and FTP account via private message. I will check for you soon.
Best regards,
Junnie
Hi,
Please create MailChimp List
http://prntscr.com/kh3hfq
Need to add youtube link in footer We will update in the next versionBest regards,
Junnie
in reply to: Change TextHi,
Wish you a nice day.
Please add code below in function.php file
function custom_dhvc_woo_product_page_images_shortcode($atts, $content = null){ global $post, $product, $shopkeeper_theme_options; extract ( shortcode_atts ( array ( 'el_class' => '' ), $atts ) ); ob_start (); if (! empty ( $el_class )) echo '<div class="' . $el_class . '">'; ?> <div class="row"> <div class="large-10 columns"> <div class="product-images-wrapper"> <?php if ( (isset($shopkeeper_theme_options['catalog_mode'])) && ($shopkeeper_theme_options['catalog_mode'] == 0) ) { woocommerce_show_product_sale_flash(); } woocommerce_show_product_images(); ?> <?php if ( (isset($shopkeeper_theme_options['catalog_mode'])) && ($shopkeeper_theme_options['catalog_mode'] == 0) ) : ?> <?php if ( !$product->is_in_stock() ) : ?> <div class="out_of_stock_badge_single <?php if (!$product->is_on_sale()) : ?>first_position<?php endif; ?>"><?php _e( 'Out of stock', 'woocommerce' ); ?></div> <?php endif; ?> <?php endif; ?> </div> </div><!-- .columns --> </div> <?php if (! empty ( $el_class )) echo '</div>'; return ob_get_clean (); } function custom_dhvc_woo_init(){ remove_shortcode('dhvc_woo_product_page_images'); add_shortcode ( 'dhvc_woo_product_page_images', 'custom_dhvc_woo_product_page_images_shortcode' ); } add_action('template_redirect','custom_dhvc_woo_init',11); function dhvc_woocommerce_page_class_custom($class){ return $class.' product_content_wrapper'; } add_filter('dhvc_woocommerce_page_class', 'dhvc_woocommerce_page_class_custom');
Best regards,
Junnie
in reply to: Moved: Reply To: Align title and elementsHi,
You only need to create a new API key and update into Form/Settings
Best regards,
Junnie
in reply to: "Not Subscribe To Mailchimp" Errorin reply to: Product page incorect show product picture