Can’t figure it out, also link redirects me to your main page. FTP in private.
Can’t figure it out, also link redirects me to your main page. FTP in private.
Nevermind i got it – it was in header builder – cart.
3. I showed them with woocommerce food plugin but i’m still curious where is the option.
Private
Hello,
After clearing the cache the sliders started to work again.
The funny thing is the issue was present on multiple devices. Why does this happen?
Credentials in private
The product in question is on stock now. Please create a new variable product wich is out of stock and test it.
In private
In private
Hello,
It still doesnt work. Please check again. Create a variable product with in stock variation and out of stock variation. Then on frontend it should say out of stock when you select out of stock variation and the other should say in stock.
Access in private
Hello,
Any updates?
Hello,
It’s not working, still the same problem.
Let me add a thing. i have a code that displays in stock status:
add_filter( ‘woocommerce_get_availability’, ‘custom_override_get_availability’, 10, 2);
// The hook in function $availability is passed via the filter!
function custom_override_get_availability( $availability, $_product ) {
if ( $_product->is_in_stock() ) $availability[‘availability’] = __(‘Na voljo takoj’, ‘woocommerce’);
return $availability;
}
Is this the problem? The theme itself doesnt display stock status?
I see it works for simple but not variable products.
Try now – in private
Link to video in private.
The problem is there should be a infinity slider when you click left or right on the arrows. Except it scrolls a couple of products and than the arrow stops working and it clicks on the product and opens it while in reality it should scroll further.
Hello,
I still face the same problem after all the newest updates and i also removed theme custom css and code from functions.php and also deactivated all un-related plugins. Can you please take another looK?
It’s the same even with the latest updates
Hello,
It doesnt work. Neither the menus (it still redirects to slovenian version) when i click on any menu item. Product categories (dropdown) also doesnt redirect right.
Also add to cart button is still missing on product pages in english version.
So – it’s still the same.
Fixed. Thank you
Hello,
I asked the hosting provider and we do not use any CDN
In private
This doesn’t work. It did enable me to go into admin but the site is broken. Please give me a fix to this problem urgently! Link to the site in private, picture in attachment.
This doesn’t work. It did enable me to go into admin but the site is broken. Please give me a fix to this problem urgently! Link to the site in private, picture in attachment.
Got the same problem. After updating woocommerce plugin to version 9.6.0, xstore core version 5.4.6 is causing the site to display: There has been a critical error on this website. Please check your site admin email inbox for instructions. If you continue to have problems, please try the support forums.
In attachment.
“b” picture is the emails i get, “lista” is the image the email should look like (how it’s made in email builder).
The problem comes when you want to remove yourself from the waitlist. So subscribe then click to remove yourself and you’ll see it in english.
Hello,
Did what you asked and they still don’t appear. Access in private.
Thank you,
Perfect. How about, if i want to change cart product titles and price (separately)?
.etheme-product-grid-image img {
background: #f5f5f5;
border-radius: 22px;
}
?
Nevermind i found it – thank you!