JV91201
Forum Replies Created
-
Forum: Plugins
In reply to: [Load More Products for WooCommerce] Load more button on ‘Brands’ pagesFound it! Thanks.
- This reply was modified 2 years, 8 months ago by JV91201.
Hi,
I still want out of stock items to show on the product catalogue pages, just not on the sliders featured on the home page.
I was hoping there would be an option to target the slider specifically?
Many thanks for your responses so far.
Is there an option within the elementor settings for the WL universal product slider in order to remove the out of stock products from showing? I can’t see anything obvious but not sure if its hiding somewhere ??
You can see a screenshot of our current slider showing out of stock items here:
https://scrnli.com/NP11x2L5y2nMeRThanks,
Forum: Plugins
In reply to: [Brands for WooCommerce] Out of Stock products appearing firstI am also having this issue.
I’ve added some custom code to the functions.php to order out of stock items last in WordPress, it works on normal product listers but doesn’t seem to effect the brands pages. Is there a way I can target the brands pages using the code below:
add_filter( 'woocommerce_get_catalog_ordering_args', 'sort_by_stock', 9999 ); function sort_by_stock( $args ) { $args['orderby'] = 'meta_value'; $args['order'] = 'ASC'; $args['meta_key'] = '_stock_status'; return $args; }
thanks!
Has there been an update to implement this yet?
Would be really handy to have, looks like a few people are after it.
Forum: Plugins
In reply to: [Product Labels For Woocommerce (Sale Badges)] Labels over hamburger menuHi,
Sorry to revive an old thread but I’m also having this issue.
Mobile burger menu seems to be hiding behind the badges, no matter what z-index I put on either of the elements.
https://jordanstoystore.co.uk/product-tag/2for15/
Please can you advise?
Many thanks for creating the plugin, not had any other issues with it ??