Forum Replies Created
-
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: Display theme product data and widgetsDear, To help you. I have go to Widgets and remove ‘DHWC Ajax Active Product Filters widget’ in DHWC Ajax sidebar. Then go to ‘Customizer -> Additional CSS’ and add custom CSS code:
.toolbar__filter-active .woocommerce.widget_layered_nav_filters ul{ position: relative !important; top: auto; transform: none; display: flex !important; left: auto !important; } .toolbar__filter-active .woocommerce.widget_layered_nav_filters li { padding: 5px 25px 5px 5px !important; display: inline-block !important; float: none !important; position: relative; } .toolbar__filter-active .woocommerce.widget_layered_nav_filters li.chosen::before{ left: auto; right: 15px; color: #444; position: absolute; top: 50%; transform: translateY(-50%); font-size: 16px; } .toolbar__filter-active .woocommerce.widget_layered_nav_filters li a{ padding: 5px !important; }
Now, please check your site again.
Best regards.
in reply to: Slider FilterThis reply has been marked as private.in reply to: Plugin update breaks my product page layoutsThis reply has been marked as private.in reply to: Product SliderDear, I have add custom PHP code to file functions.php of your child theme to disable Quickview button. Please check your site again.
Best regards.
in reply to: Product SliderYour query example is query to get all products in tax ‘marca’ It not is sort (DESC, ASC). Please check again.
in reply to: How to sort products by BrandsYou not do step #1: remove js script (see attachment 1) and #2: remove style in file style.css (see attachment 2), please check again.
Attachments:
You must be logged in to view attached files.in reply to: Slider FilterThis reply has been marked as private.in reply to: Product SliderDear, the Brand is a product taxonomy and you can’t sort product by it, You can only display product by brand.
Best regards.
in reply to: How to sort products by BrandsDear, I check your site and I see that problem because your theme use js to display active filter by widget Active Filter on sidebar, but when Product not found, the sidebar will not display. So, the active filter can’t update. to fix your problem please :
1. Remove js code to copy Widget Active Filter (see attachment 1)
2. Remove custom style to hide Widget Active Filter (see attachment 2)
3. Update DHWC Ajax plugin on your site to latest version 1.3.12 from Codecanyon
4. Add custom PHP code to file
functions.php
of your theme to display Widget Active Filter on before shop. Code:add_filter('dhwc_ajax_alaways_show_active_filter_active', '__return_true');
Then check your site again.
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: Slider FilterDear, To disable Quick View button on product, please install and switch your site to use Luxury child theme, then add custom PHP code to file
functions.php
in Luxury Child theme.add_filter('dh_woocommerce_quickview', '__return_false');
Also, I don’t understand what is ‘select options’ on product ? because with it will display for product variable type.
Best regards.
in reply to: Product SliderThis reply has been marked as private.in reply to: Slider FilterThis reply has been marked as private.in reply to: Slider FilterDear, I check your site and I see you use language file in plugin is wrong, you need create language file ‘dhwc-ajax-{$your-locale}’ (see attachment) I have change file name and i see it’s working.
Also, you need move your language file for DHWC Ajax plugin to folder ‘wp-content/languages/plugins’ because if you use it in plugin folder. It will lose when you update plugin.
Best regards.
Attachments:
You must be logged in to view attached files.in reply to: translationThis reply has been marked as private.in reply to: translation