sashman13
Forum Replies Created
-
Forum: Plugins
In reply to: [Ecwid by Lightspeed Ecommerce Shopping Cart] Store is closed for maintenanceThank you, can confirm everything is working as it should.
We have this same error and it looks like a bug in the code.
Line 112 Woocommerce.php : Checking on empty cart
if(! WC()->cart && WC()->cart->is_empty()) {
This checks to see if the cart doesn’t exist AND checks to see if the cart has the is_empty function. If the cart does not exist (is null), then it should not look at the next comparison.
if(! WC()->cart || WC()->cart->is_empty()) {
IF the cart does not exist it falls through as an empty card or if it does exists and is_empty() it also falls through.
This fixes the error. If you all can verify it would be appreciated.
We don’t get the Dashboard View either on the analytics display or edit page on sites with the issue. We turned tracking on and can supply screenshots.
Thanks for the reply. Will the UA tag be removed automatically or is this something that will happen in the google tag manager? Ideally, we don’t want the old tag used or showing up at all.
Forum: Plugins
In reply to: [Jeg Elementor Kit] Multiple control keys per gallery imageThanks for the quick reply and that’s fantastic. The drive share link doesn’t work however.
This turned out to be a problem with the documention. The shortcode variable is post_types and not posts_types. The author has corrected the problem.
Appreciate this. Would be nice to include some of this in the documentation and add a few more functions. I like the plugin for the most part, but it’s a little burdensome writing code that works with it.
Appreciate your reply, and yes, I mean the bylines.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Display Struct KeysDamn, nice berkux. Guess we all have a little extra programming time nowadays. Stay healthy and safe.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Display Struct KeysAppreciate it. We’ll be getting that.
Yeah, in reverse proxy caching such as Varnish and I believe Nginx has it as well it’s called a grace/keep period. Basically, if the cache has expired and it would normally be replaced, instead it is kept while a new version is fetched. If the new version is not a 200 (or whatever your rule is), then it will continue to use the cached version. Grace is usually settable, so you can have like a cache of 1 hour and then a grace of 4 hours. After 4 hours it just dies if the origin is throwing non-200s.
https://varnish-cache.org/docs/trunk/users-guide/vcl-grace.html
Forum: Plugins
In reply to: [Direct Stripe] Beta tests resultsHi Nicolas,
Awesome work on the plugin, but the beta is showing up as an upgrade to 2.1.5. Telling the few folks using it not to upgrade. Is it production ready at this point?
Forum: Plugins
In reply to: [Post Types Order] Post Type not appearing in listI’m having the same issue, and the custom post type is public. We created the post type with CPT UI, so perhaps that is the issue?
Didn’t have to wait too long for a reply, but regretfully the individual blamed it on the wp gui being overwhelmed by the 400 mu sites we have, when in fact if you waited long enough it got by that step. It was actually erroring at the subsite selection. They generating a manual package where they just created a backup of all 400 sites and said in the install screen we could select one subsite. Did this, and it installed the entire multi-site instead of the selected subsite. Really disappointing so far as the free duplicator plugin works great.
Forum: Plugins
In reply to: [Direct Stripe] Not working for users logged outAppreciate your time on the plugin. Issue was on our side as we block wp-admin access for users not logged in, which is used by your ajax routines. Whitelisting your app fixed the issue. Thanks!
Hi Alin,
The plugin is network installed, but we do individual authorizations per site across 3 google accounts.