Hiya
Ok so set to all. Then sort by price lowest. Then sort by price highest. Then back to lowest.
You’ll see it breaks the order if you swap between them. ??
Thanks for looking.
Hiya
Ok so set to all. Then sort by price lowest. Then sort by price highest. Then back to lowest.
You’ll see it breaks the order if you swap between them. ??
Thanks for looking.
@giovanni-2
My apologies I’m using the out-the-box swatches and it’s fine. If you’ve used a swatch plug-in then the code above won’t work. So just delete it from functions if you’ve added it.
I’m doing hundreds of edits to a theme so use functions where possible as plugins are a pain when there’s updates so we avoid them at all costs.
Good luck. ?
Hi & thanks for this. Yep all sorted must have been our CDN which cleared upon cache flush.
On another issue with filters, the sorting filters on shop homepage; again dark demo. On our site they aren’t filtering right. Please see private info & don’t share any images publicly if you look.
Thanks again. ?
@robert-hall
Thank you very much. Appreciated. ?
Is it possible to share the .js you added; for others benefit please.
Hi @giovanni-2
Not admin but I needed to do this. It’s easy using functions in child theme (Left Menu -> Appearance -> Theme Editor
Open functions.php – child theme.)
Add the following code at the end before last ?>
function custom_woo_variations_limit( $limit ) {
$limit = 200;
return $limit;
}
add_filter( 'woocommerce_rest_batch_items_limit', 'custom_woo_variations_limit' );
Change limit to whatever suits. Hope this helps 🙂
Ahh – it works fine on a per product basis for single sites. That’s all I needed. ?
Good luck.
Thank you 🙂
Hi
I’m on iPhone 12 Pro. I can’t see any difference yet but I’ll flush cache on server later as we use a cdn. ?
Did you see the edit – regards landscape?
Quoted –
Also, if you turn mobile phone sideways (landscape) the slider is only 50px high. This should be much bigger. Please try turning your mobile sideways on dark theme homepage to see the thin slider. See here – https://ibb.co/CwsN3t3
Thanks.
@a4ashan
Not admin but I have found an easy solution so hope this helps fix your immediate need without a plugin.
I had similar need – to add text below the button / above wishlist and again, above meta but below wishlist. So depending on how your store is set up – the order is –
1. Cart Button
2. Wishlist
3. Meta
I use all 3 (as in I have wishlist activated) so what I did was simply add this css to the page css itself – so in each product, you literally add the following custom css to suit –
To add custom text directly below the add to cart button
.product-content form.cart::after {
content: "Delivery in 7 days";
}
This is overqualified for a reason. If you just use form.cart::after then it will also show the delivery text next to the button on the footer sticky cart. So if this is ok, do not use the overqualified css – just use form.cart::after
To add custom text directly above the wishlist element
.product-content .yith-wcwl-add-to-wishlist.wishlist-fragment::before {
content: "Delivery in 3 days";
}
To add custom text directly above the meta / below wishlist
.product_meta::before {
content: "Delivery in 3 days";
}
Hope this helps solve your immediate problem without a plugin 🙂
See demo showing your site with this css added – https://i.imgur.com/X1NAToe.png
Following as also noticed this annoying issue. Same in header / contact page etc – there is nowhere to actually add open in new window in settings!
Perfect thank you very much 🙂
Hi
I’ve explained above. Exact scenario on dark demo. You don’t need to check my site it’s on your demo lol 😉
Thanks
Please delete the above as it’s showing the website.
I found the same issue so I installed a redirection plug-in and then easily redirect all the block pages (and headers / footers) to the homepage or elsewhere.
It’s good for the /product/ -> /product-category/ issue too. If someone tries to update the url on a product page by removing the product slug leaving category – it leads to a 404. So I redirect those properly too. Example
Change /product/beanies/product-demo1/
To /product-category/beanies/
Here’s the free plug-in I use. It’s compatible with the theme – https://wordpress.org/plugins/redirection/
Awesome thank you for your help. Perfect. ?
Thanks. So you’re saying the QR is literally a single element used for a single QR site wide?
As in one QR through the whole site; yes? If so – why would it even be on products page as it’s as as useful as a chocolate teacup. It’s utterly illogical.
Please advise. I think I might need to go test this more because the plug-in itself is useless if it’s only creating one QR site wide. It should never be near products unless it creates a new QR and unique QR for each product.
Do you see what I’m saying?
Any ideas what to do…?
Hi thanks for reply. So does it do the QR itself or do I load each one to each product?
as in do I need to encode each product and load my own QR image or does the system generate it based on the page info itself?
Thanks
Ahh – just found the QR code element in /wp-admin/widgets.php under the 8theme – QR Code element.
So my question then, is it possible to add it below meta info on product page and also; is there a help system to learn this – as in do I need to encode each product and load my own QR or does the system generate it based on the page info itself?
Also, is it possible to only show sticky add to cart bar on screens above 767px (ie small ipads etc upwards)….. Would this work or is there another way?
@media only screen and (max-width:767px) {
.etheme-sticky-cart {
display: none;
}
}
Thanks again
Hiya – sorry I forgot to ask here. Just a final query. If at import demo page on a new install I rename the theme / child theme does it break. As in by renaming these if a user right clicks into source it’ll show /wp-theme/theme_x/ but if I rename it, would it show the name I chose?
Sorry I forgot to ask here. I asked on theme forest.
Thanks again.
Awesome. Perfect. Thank you.
To save starting a new thread. Can I import my own font to use? I need a specific font added which is for all h1 & h2. Is this doable via typography?
Thanks again.
Hi
Do the static blocks control the mega menu under shop main menu (desktop) as well?
Also the mobile menu -> categories. Is this a black too?
Thanks for your time.
Also can you tell me how I edit the menu items in the My Account menu assuming I am logged in at the top right corner clicking the user icon. I have seen a menu called clients but it is not this being called into that section.
Where are the menu for the my account section in top right icon position and also where do you edit the mega-menu on the shop dropdown please.
Thanks
Also can you tell me how I edit the menu items in the My Account menu assuming I am logged in at the top right corner clicking the user icon. I have seen a menu called clients but it is not this being called into that section.
Where are the menu for the my account section in top right icon position and also where do you edit the mega-menu on the shop dropdown please.
Thanks
Thank you very much – the support time is amazing.
I did watch that video but totally forgot about it – I actually spent ages reading everything before buying hence the demo install is running pretty perfect. Plus of course it’s an amazing theme.
Appreciate you fixing the contact page – I would have used css in new divs but thought it easier to ask so you could copy / paste whatever but thanks – appreciate you sorting for me. 🙂
Nice one thank you very much.
Hi
This does not show up in my admin when I go to import demo it only lets me import the whole demo – not just the page. The problem is the contact page looks nothing like the demo – I need it to go into two columns like yours.
See private content area for more info – thanks for any help.