Forum Replies Created
-
This reply has been marked as private.in reply to: Only close button shows
Dear.
1. If you want change to display product brand before product title on Single product page. Please install and switch your site to use Urami Child theme. Then add custom PHP code to file functions.php of Urami Child theme.add_action('template_redirect', function(){ remove_action('dh_woocommerce_before_single_product_title', array('DH_WooCommerce','single_product_category_list')); add_action('dh_woocommerce_before_single_product_title', function(){ global $product; $terms = get_the_terms( $product->get_id(), 'product_brand' ); if( is_wp_error( $terms ) || empty($terms)){ return ''; } $single_term = apply_filters('dh_woocommerce_single_product_brand_display', $terms[0]); echo '<div class="product-cat__list"><a href="' . esc_url( get_term_link($single_term,'product_cat') ) . '" rel="tag">' . $single_term->name . '</a></div>'; }); },50);
2. Please kindly give me your problem URL. I will check to help you.
Best regards.
in reply to: Help me, pls.Dear, 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: WPML & Stock StatusThis reply has been marked as private.in reply to: Hook and ShortcodeThis reply has been marked as private.in reply to: error in installThis reply has been marked as private.in reply to: Hook and ShortcodeThis reply has been marked as private.in reply to: Hook and ShortcodeDear, To fix your problem please go to edit that widget and click ‘Save’ to update widget database.
If you can’t resolve it. Please kindly send for me admin account your site via private reply, I will check to help you.
Best regards.
in reply to: error in installThis reply has been marked as private.in reply to: Homepage – Slideshow video speedDear,Please add custom CSS code to fix your logo’s issues on mobile.
.navbar-brand .logo-mobile { height: 74px; max-height: 74px; }
Best regards.
in reply to: Homepage – Slideshow video speedDear, When select variation the Luxury theme will change to load image of that variation, If you don’t want do it, Please:
1. Update Luxury theme on your site to latest version 1.3.4 from ThemeForest
2. Install and switch your site to use Luxury Child theme.
3. Add custom PHP to file functions.php of Luxury Child theme to disable change image when select product variation.
Code:add_filter('dh_show_variation_image_on_change', '__return_false');
Best regards.
in reply to: Homepage – Slideshow video speedDear. Please add custom CSS code to fix your problems.
.advanced-woo-labels{ z-index: 50 !important; } .single-product-images .awl-align-left-top{ left: 95px !important; } .single-product-thumbnails.caroufredsel-fixed.hide { display: block !important; }
in reply to: Homepage – Slideshow video speedDear, Please kindly update DHWC Layout plugin on your site to latest version 3.1.18 from CodeCanyon. the Stock status query is support in plugin latest version.
Best regards.
in reply to: Sorting by stockDear,
1. Sorry, I don’t understand your problem because I see the header on your site is Full width like attachment. Please kindly give me more details. I will check to help you.
2. To fix your problem. Please add custom CSS code on your site.
.woocommerce div.product-quickview-content form.cart .variations .woocommerce-variation-select.woo-variation-items-wrapper i, .woocommerce div.product form.cart .variations .woocommerce-variation-select.woo-variation-items-wrapper i{ display: none; }
Attachments:
You must be logged in to view attached files.in reply to: Homepage – Slideshow video speedDear, I don’t understand your problem, your mean: you want use stock filter in shortcode build query select product OR stock filter in Product Orderby options list ? Please kindly give me more details, I will check to help you.
Best regards.
in reply to: Sorting by stock