starplayer
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] woocommerce dashboard not showing any statsThank you for your answer.
I think the dashboard was working a few months ago.So, in the analytics page, the top notification text box has no text, and I get a Status: Nothing To Import text at the bottom, with the start button greyed out.
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Side cart appears emptyFound it
I had to enable, in WPML:Language filtering for AJAX operations
Store a language cookie to support language filtering for AJAX
Now it works.
Thank you very much, have a good one, I’m going to have a beer.- This reply was modified 6 years ago by starplayer.
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Side cart appears emptyThank you very much.
Indeed, I narrowed it down to WPML Multilingual CMS.
Now I still have to figure what the hell is happening. I’ll post here when I find out.Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Side cart appears emptySo, I’ve noticed that in this code:
if(toggle_type == ‘show’){
toggle_element.addClass(toggle_class);
}
else if(toggle_type == ‘hide’){
toggle_element.removeClass(toggle_class);
}
else{
toggle_element.toggleClass(‘xoo-wsc-active’);When the cart appears all white, it’s the third statement that gets triggered, because toggle_type is neither show or hide. This causes the cart not to load.
Now, where does this come from…Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Side cart appears emptyThanks for your answer.
Ajax add to cart is enabled in the woocommerce settings, and there’s no code in functions.php. I even changed themes just to check and the issue still stands.
Any other ideas?Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Empty cart is blank on ChromeHow did you get it fixed?
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Problems with sidebarDid you manage to fix it? I’m having a similar issue.