Forum Replies Created
-
Dear. the Demo Template is demo content of theme, please install theme then go to admin menu ‘Appearance -> Import Demo” then choose demo you want import.
Best regards.
in reply to: Can’t find demo templateYes, if you didn’t used purchase code, you can use it on your new site.
Best regards.
in reply to: Resetting codeSorry, the DHWCPage plugin not support gallery with video of Product Video plugin.
Best regards.
in reply to: Product Video for WooCommerceSorry, With your question, please contact with author of Product Video plugin, because the DHWC Page plugin not support gallery with video of Product Video plugin. So, need add custom code to change Image shortcode of DHVC Page plugin to use slider of Product video plugin.
Best regards.
in reply to: Product Video for WooCommerceDear, to fix your problem. Please add custom code to file
functions.php
Of your theme to change Image shortcode of DHVC Page plugin to use slider of Product video plugin.Code here
add_action('template_redirect',function(){ if(!defined('AFPV_PLUGIN_DIR')){ return ; } remove_shortcode('dhvc_woo_product_page_images'); add_shortcode ( 'dhvc_woo_product_page_images', function(){ ob_start(); echo '<div class="dhvc_woo_product_page_images--custom">'; include AFPV_PLUGIN_DIR . '/front/custom-woo-gallery/class-afpv-woo-gallery-front.php'; echo '/<div>'; return ob_get_clean(); } ); },11);
Best regards.
in reply to: Product Video for WooCommerceThis reply has been marked as private.in reply to: Product Video for WooCommerceDear, Please kindly send for me admin account and your problem URL via private reply. I will check details problem on your site to help you.
Best regards.
in reply to: No email from form!Dear, Please kindly send for me admin account and your problem URL via private reply. I will check details problem on your site to help you.
Best regards.
in reply to: Product Video for WooCommerceDear, If you want do it, please go to admin menu ‘Urami WP -> Theme Options -> Header tab’ and change ‘Header style’ to style you want. You can’t do it ?
in reply to: Want to get header as in demoThis reply has been marked as private.in reply to: DHWC blocks width and position problemsDear,
You can switch to use filter to add valid post type for ‘dhwc_template’ post type to enable Salient theme script. Please remove that code and add custom code and check again.
add_filter('vc_is_valid_post_type_be', function($is_valid, $post_type){ if($post_type === 'dhwc_template'){ return true; } return $is_valid; },10, 2);
Best regards.
in reply to: Salient WP Bakery & DHWC Page ConflictThis reply has been marked as private.in reply to: Can’t Import Demo ContentThis reply has been marked as private.in reply to: Demo import – does not goThis reply has been marked as private.in reply to: Can’t Import Demo ContentDear.
We’re was release version 1.3.19 is add hooks to help you custom Active Filters in DHWC Ajax plugins.use hook
dhwc_ajax_widget_layered_nav_filters_tags_item_html
to custom tag item in file ‘class-dhwc-ajax-widget-layered-nav-filters.php’use hook
dhwc_ajax_tag_filter_html
to custom tag item in file ‘class-dhwc-ajax-widget-product-tag-filter.php’If you add custom code in file. it will lose when you update plugin. Please use hooks to add custom code.
Best regards.
in reply to: Enabling swatches on tags