Ed Ellingham
Forum Replies Created
-
@elliotvs thanks for this work around!
I’m also experiencing this exact issue. I haven’t reached out to Gravity Forms yet. Thought I’d start here…
Let me know what you guys think ??
C’mon, don’t give a plugin that you say is “great” a 3-star review because it’s not doing something it doesn’t claim to do.
The proper thing to do is open a support thread with a question like this, not lower the developers review score while simultaneously asking for help.
PS: Consider printing a screenshot of the log.
Forum: Plugins
In reply to: [LiteSpeed Cache] htaccess file has not changedWhat was the resolution for this? I’m experiencing the same issue on a Multisite setup where we can’t save any changes to the Drop Query String field.
- This reply was modified 1 year, 8 months ago by Ed Ellingham.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] auto updates posts in wp 5.5Did you ever figure this out? I can not figure out what’s causing this. Yours is the only post I can find online that even references it…
Forum: Plugins
In reply to: [Simple User Listing] Show users if field doesn’t equal today’s dateHi Helga,
Thanks! One of my devs figured out the query.
I do have another question, because the templates are throwing me. I see in other replies to other questions you respond as if all of the code is in content-author.php for removing things (ie, avatar), but it seems like all of the code listing code is in simple-user-listing-template-functions.php and I’m unclear how to translate this into content-author.php.
Did you change things at one point in how the content-author.php template works?
Forum: Plugins
In reply to: [Simple User Listing] Show users if field doesn’t equal today’s dateHi Helga,
Amazing that you responded so quickly!
I apologize, as PHP isn’t my jam.
Would you mind critiquing this? I feel like I might be close, but I’m always showing the user in my list, so it’s obviously not working ??
//Today Query for Simple User Listings add_filter( 'sul_user_query_args', 'sul_custom_meta_query', 10, 2 ); function sul_custom_meta_query( $args, $query_id ){ $todaysdate = date('F j, Y'); // Checking the query ID allows us to only target a specific shortcode. if( $query_id == 'time_meta_query' ){ $args['meta_query'] = array( 'key' => 'last_check-in', 'value' => $todaysdate, 'compare' => '!=', 'type' => 'CHAR', ); } return $args; }
Forum: Plugins
In reply to: [Zero Spam for WordPress] Gravity Forms w/ Stripe won’t processHi Ben,
I apologize for the delay in providing a staging site.
I had an update though. Over the weekend I had another client having Stripe blocked on a different server, different theme, etc.. Of course, there could still be a common link between the two, just thought I’d share.
Also, this morning a client reached out because their User Registration form stopped working.
Unfortunately, I’m having to disable the plugin on multiple sites.
Is it possible to make this plugin enable/disable per individual form? That way I (and other users) could disable it for specific forms with specific functionality? Some forms are more complex than a contact form and these are the ones having issues, and really, I don’t need spam protection on a form that is complex because bots will fail to fill out all the necessary fields.
Thanks,
Ed
Forum: Plugins
In reply to: [Zero Spam for WordPress] Gravity Forms w/ Stripe won’t processHi Ben,
I’ll setup a staging site in a bit. I don’t want to take payments down on the live site.
Thanks,
Ed
Forum: Plugins
In reply to: [LiteSpeed Cache] Once per day cache must be flushed or site visually breaksTo elaborate a little on it, Beaver Builder cache itself doesn’t have a lot of options, so the 300 TTL set was in LiteSpeed. The cache is generally cleared upon saving a page/post that is using Beaver Builder or going into Beaver Builder Tools and manually clearing it there.
I haven’t tried the Beaver Themer fix yet. It’s on a high-profile site and I’m thinking about testing the code late at night over the weekend just in case ??
I’ll keep you all in the loop.
Thanks!
Forum: Plugins
In reply to: [LiteSpeed Cache] Once per day cache must be flushed or site visually breaksI apologize for not sharing the link. It’s kind of a site I’d rather not share the link publicly for. I’m not the owner, just maintaining it, that’s all.
As far as after Cleaning the CSS/JS Optimizer, it was great for the weekend, and then Tuesday it happened to a Category page, then nearly the same time on Wednesday it happened to the same Category page again.
I thought I had it! I guess not quite yet. Beaver Builder suggested I lower the TTL to 300 seconds, so I’m trying that now. I added an activity logger to see if maybe a user is doing something around the time this is happening, but I still can’t find the link. It appears like Beaver Builder cache is being cleared and LiteSpeed is referring to a cached CSS/JS file that has been replaced when Beaver Builder is cleared. I just can’t find the cause of this happening.
Forum: Plugins
In reply to: [WPBakery Page Builder Addons by Livemesh] PHP 7.1 Breaking VCThe website experiencing this has a theme that includes VC in it and can sometimes be buggy. We downgraded PHP when it happened, but what I’ll do is backup the site and restore it locally on my computer so I have some more control over troubleshooting without affecting the live site.
I’ll let you know what I find.
Forum: Plugins
In reply to: [Header Footer for Beaver Builder] Vertical Header (Footer Issue)Nik,
It’s actually Beaver Builder theme. Sorry I didn’t mention it. The site is https://forgetmenot.flywheelsites.com/
User: flywheel
Pass: cloudnineIt’s just in the beginning phase of design. Like I said, I added CSS to compensate a margin for the problem. Wasn’t really a complaint as much as wanting to let you know ??
Thanks,
Ed
Forum: Plugins
In reply to: [WP-Filebase Download Manager] File not found errorI’m have the same exact issue. I started disabling plugins and troubleshooting, but I’m not making any progress. Is it a bug in the latest version of the plugin?