Forum Replies Created
-
This reply has been marked as private.in reply to: Homepage – Slideshow video speedThis reply has been marked as private.in reply to: Multiple Filter Values per Filter FieldThis reply has been marked as private.in reply to: Multiple Filter Values per Filter Field
Dear, I check your site and I see that problem because page builder of theme not load custom css of Custom template. to fix your problem. Please install and switch your site to use Child theme. then add custom PHP code in file functions.php of Child theme.
add_action('us_before_closing_head_tag', function(){ if(!function_exists('us_output_design_css')){ return ; } global $dhvc_single_product_template; if(empty($dhvc_single_product_template)){ return; } $jsoncss_collection = array(); $jsoncss_data = get_post_meta( $dhvc_single_product_template->ID, '_us_jsoncss_data', TRUE ); if ( $jsoncss_data === '' AND function_exists( 'us_update_postmeta_for_custom_css' ) ) { $jsoncss_data = us_update_postmeta_for_custom_css( $post ); } if ( ! empty( $jsoncss_data ) AND is_array( $jsoncss_data ) ) { foreach ( $jsoncss_data as $jsoncss ) { us_add_jsoncss_to_collection( $jsoncss, $jsoncss_collection ); } } // Generate CSS code and output data if ( $custom_css = us_jsoncss_compile( $jsoncss_collection ) ) { echo sprintf( '<style>%s</style>', $custom_css ); } });
Best regards.
in reply to: Issue whit the style of elements WC pageThis reply has been marked as private.in reply to: Gutentor blocks doesnt workDear, I check your site I see that problem because conflict page content builder. The Home Shop 2 use WPBakey Page builder plugin to build content but you switch to Elementor, So it cause that error. Now, i have switch to WPbakry and it’s working, Please check your site again.
Best regards.
in reply to: Slider IssueDear, I check again and I see a problem in plugin when use Custom style. Now, please kindly update DHWC Page plugin on your site to latest version 5.2.21 from Codecanyon to fix that problem on your site.
Best regards.
in reply to: Issue whit the style of elements WC pageDear, I don’t understand your problem. because if you want change color and font-size of price, you can change it via shortcode (see attachment) Please check your site again.
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Issue whit the style of elements WC pageDear, Please kindly give me admin account and your problem URL via private reply. I will check details to help you.
Best regards.
in reply to: how to make the tick box on Ul LI icon click ableDear, Please kindly give me admin account and your problem URL via private reply. I will check details to help you.
Best regards.
in reply to: Issue whit the style of elements WC pageThis reply has been marked as private.in reply to: Multiple Filter Values per Filter FieldThis reply has been marked as private.in reply to: Slider IssueDear, Please kindly send for me admin account and your problem URL via private reply. I will check details to help you .
Best regards.
in reply to: Slider IssueDear, Please kindly update DHVC Form plugin to latest version 2.3.3 from Codecanyon. the DHVC Form plugin is support placeholder setting for select field in latest version.
Best regards.
in reply to: placeholder for selectbox in the formDear, please read this article to do it.
best regards.
in reply to: How to Import demo content of shop 2 only