Howdy_McGee
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Directory Exclude StructureThanks for the clarification @emrevona !
Will it be an issue if I have a starting slash?
I can’t tell if the starting slash is required or optional, but the label ends with a starting slash, so if I add a starting slash it looks like it would be a double slash.
Thanks for the assistance!
@joneiseman Thank you! That ended up fixing my issue. Kind of a hidden setting option IMO.
Oh, I’m not used to Plugins automatically filtering since it’s in the admin panel.
I’d expect the default behavior to be “Show all events”, since it’s administration. The filter makes sense.
Thanks for the answer!
If I
pre_get_postsand spit out the query I can see there’s a customscope future, and ameta_queryfor future events. I had topre_get_postsand such to remove the meta_query.There’s also
meta_key => _event_start_localMaybe there’s a Setting I’m not seeing somewhere that I need to set?
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Pre-Loading and Sitemaps@emrevona Thanks for the reply. Just so I understand, whenever I add the sitemap index file which includes further sitemaps, the pre-loading is going to automatically go through all the sitemaps it finds within the index file?
Your reply with the “and” makes it sound like I may need to do both, add the sitemap index file and separately add the sitemaps within the index file to pre-loading so I just want to verify.
This plugin only works with the Contact Form 7 Plugin. If the Request a Quote for WooCommerce and Elementor – Get a Quote Button plugin does not use Contact Form 7, then this ReCaptcha plugin will not work.
I wasn’t able to replicate this issue, it may already be patched.
Oh yeah, that’s weird. I can also replicate this issue.
Forum: Themes and Templates
In reply to: [Page Builder Framework] _load_textdomain_just_in_time error~
- This reply was modified 1 year, 1 month ago by Howdy_McGee. Reason: Forum lag dupped my post!
Forum: Themes and Templates
In reply to: [Page Builder Framework] _load_textdomain_just_in_time errorI’m seeing these warnings in both the main PBF theme and the premium add-on.
@aqibkhan9 Thanks for the quick fix – this looks like it works and is back to normal!
This is a real error across the board.
In the PostmanEmailLogService.php file it’s calling implode() and explode() on an array:
( is_array( $log->originalTo ) ? implode( ',', array_map( 'sanitize_email', explode( ',', $log->originalTo ) : ''You can’t
explode()an array, which it checks to ensure the value is an array before even starting, so it’s going to fail every time.Checkout ReCapthca also pertains to my interests 🙂
Any updates on this feature?
@gaurav984 Thanks, I’ve submitted a support request and linked this thread for their reference.
Hello,
I’ve set these values in the plugin and the issue persists.
I’ve disabled my filter hooks and the issue persists.
I’ve used the WordPress Health Check & Troubleshooting tool to ensure that only Post SMTP is active, and the issue persists.