estani
Forum Replies Created
-
I think I have the same problem, but with WooCommerce.
there seem to be an issue about the timing at whichaddFilterQueryToWpQuery
is called. The$wp_query
seem to be empty at the time. Probably a bad hook?
I’ve PMed you directly @stepasyuk with more information about it.Forum: Plugins
In reply to: [WooCommerce] Not Able to select Multiple values on filterSame thing here. The “Or” option does not seem to work in the non-pro version, is that intended?
You can test it here: https://www.youkoala.com/shop/Trying to select 2 items results in a url with the values separated by a semicolon which is not interpreted in WooCommerce as an “or” but as a name that does not exists.
Or am I missing a configuration for this?Same problem, other widgets work perfectly (from WooCommerce or others).
Using a pretty standard installation with almost no plugins beside WooCommerce and Storefront.
I see the widget is not being registered properly. I tried deactivating/activating. Completely removing and installing anew, nothing…
I’m going for a different plugin, but there seem to be a problem there.Forum: Fixing WordPress
In reply to: Post Editor Quit Working – jQuery Won't ExecuteHi golfer6934!
Are you using a VM and sharing some directories from your host?
If that’s the case you need to turn offsendfiles
.Check this link: https://coderwall.com/p/ztskha/vagrant-apache-nginx-serving-outdated-static-files-turn-off-sendfile
What happens is that the new file is different in size from the one that got cached by the system, and your server (nginx, apache) is not aware of that so is sending a truncated file or one with garbled info padded at the end.