a0394
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] lazyload.min.js errorHi Marko,
Thanks for your reply! I’ve now added the path /contact-us/ to “Never minify the following pages:”, as suggested.
It seems that this fixed the problem, however i’d like to be able to minify this page as well.Hi,
Thanks for your kind answer! The CSS and the second function worked flawlessly, however as for the
function yith_wcan_terms_on_first_loading($number) {
$number = 999;
return $number;
} add_filter('yith_wcan_terms_on_first_loading','yith_wcan_terms_on_first_loading');
it didn’t work, even though i did have pagination already disabled within the plugin settings.
How can i show all the dropdown items? I recall them showing normally months ago.
Thanks again, have a nice day!Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Set filter labels as a first optionHi, could you tell me how you solved the issue?
Forum: Plugins
In reply to: [Ultimate Order Combination] Shipping costsHi, thanks for your reply, i’ve turned on “actions” and now when i select two orders and from bulk actions -> combine selected orders i see the button you’re talking about, but if i choose one as a parent and then do the merge, the shipping costs still get doubled
Forum: Plugins
In reply to: [WooCommerce] Woocommerce wishlists – add to wishlist shortcodeHi, i’ll try that
- This reply was modified 3 years, 3 months ago by a0394.
Forum: Plugins
In reply to: [Ultimate Order Combination] Shipping costsYeah i’m aware of that, but i can’t find the parent order option there.
Forum: Plugins
In reply to: [Ultimate Order Combination] Shipping costsSorry, my bad, i was referring to the “all orders” page, not products
Forum: Plugins
In reply to: [Ultimate Order Combination] Shipping costsHi Richie, thanks for the fast reply.
Is this option available also in the “all products” section of woocommerce when i select two orders and apply bulk action?Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Preorder productsHi, what i meant is that i’d like to know how the plugin addresses the products that are marked as preorders, if for it they now belong to a different post type, or variation, or something.
Because i’m in need of a filtering plugin that CAN work with these, and there seems to be none, except maybe for SearchWP, which addresses custom post types.Any news?
Hi Shabti, i’m using this one
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Product filter for preorder itemsHi, i think that was for the limit of the items in the dropdown, which i had previously solved editing a php file (not ideal, i know, so i just used this snippet now), but the main issues is that the category hierarchy and order is not taken into account in the dropdown.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Product filter for preorder itemsHi Iván, thanks for your reply.
I’ve tried adding that snippet in my child theme’s functions.php file but unfortunately
it didn’t do anything…Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Product filter for preorder itemsHere’s how facetWP handles the categories, respecting both order</strong and hierarchy:
https://ibb.co/k2QK8YYAnd here’s yith filter, which is not taking into any account order and hierarchy:
https://ibb.co/Jc5DG7NForum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Product filter for preorder itemsHi, i’ve solved issue 1) and 2) myself, but as for the third i still have no clue!