JiveDig
@jivedig on WordPress.org and Slack
Bio
- Member Since: January 7th, 2014
- Location: North Myrtle Beach, SC
- Website: bizbudding.com
- GitHub: JiveDig
Contribution History
JiveDig’s badges:- Core Contributor
- Plugin Developer
-
Posted a reply to Scripts loaded on every page, on the site WordPress.org Forums:
FWIW, here is the code I'm currently using to remove the scripts. /** * Remove… -
Created a topic, Scripts loaded on every page, on the site WordPress.org Forums:
This block is really cool, and does appear to be very … -
Posted a reply to A long timeout on every page load for license check, on the site WordPress.org Forums:
Updated to 4.9.9, and after flushing all caches it seems to have fixed it for… -
Created a topic, A long timeout on every page load for license check, on the site WordPress.org Forums:
I'm using the free plugin on this specific site, which… -
Created a topic, Why is the wc_square_synced public?, on the site WordPress.org Forums:
This is an internal taxonomy that should not be public… -
Posted a reply to Security Software Flagged SEO Slider v1.1.0 as having vulnerabilities, on the site WordPress.org Forums:
FWIW the developer was notified by a security team and has updated with a patch… -
Posted a reply to Update to UM broke all sites using ACF blocks, on the site WordPress.org Forums:
Hi Andrew, this is the lead dev of Mai Theme. Our blocks are typically structured… -
Posted a reply to Warning: Undefined array key “id”, on the site WordPress.org Forums:
@redyan I'm hitting the same thing on a custom theme. Did you ever figure this… -
Created issue #46167 in the WordPress/gutenberg repository:
List block is allowed in excerpt but still stripped -
Created issue #44275 in the WordPress/gutenberg repository:
Block toolbar does not display if wrapping element has `display: contents;` -
Posted a reply to Exported all content when selected only menu, on the site WordPress.org Forums:
Same issue here, but not all content, just pages. I selected menu items but it's… -
Posted a reply to Custom post types translate option not available in my web, on the site WordPress.org Forums:
Hey Chouby, I'm the lead dev of the theme in question. The issue we've hit… -
Posted a reply to Broken on WP 5.5.1, on the site WordPress.org Forums:
Getting the same error when importing here. Hard to see the error actually, but digging… -
Posted a reply to Bootstrap overtaking/adding styles to admin metaboxes in editor, on the site WordPress.org Forums:
+1 on scoping. The entire bootstrap CSS library seems excessive IMO and likely causing other… -
Posted a reply to Please, add “copy to clipboard” icon!, on the site WordPress.org Forums:
Just started using this plugin and it's great. Came looking if anyone asked for this… -
Posted a reply to Classic Editor not working with WP 5.3, on the site WordPress.org Forums:
When we’ve seen this issue the /wp-admin/ link whitescreens but you are still able to… -
Posted a reply to Classic Editor not working with WP 5.3, on the site WordPress.org Forums:
Hey Jean, Mike from Mai Theme here. You're getting the same error as the OP… -
Posted a reply to Error when logged in as subscriber, author, or no role, on the site WordPress.org Forums:
👍 -
Posted a reply to Error when logged in as subscriber, author, or no role, on the site WordPress.org Forums:
Just found the official source of what caused it to break. This site had a… -
Posted a reply to Error when logged in as subscriber, author, or no role, on the site WordPress.org Forums:
Submitted PR. Let me know if you're interested in merging this, otherwise I need to… -
Posted a reply to Error when logged in as subscriber, author, or no role, on the site WordPress.org Forums:
I took this line: function comment_links_replace_2( $link ) { preg_match( '~href=["\'](.*?)["\']~', $link[0], $href ); preg_match(… -
Created a topic, Error when logged in as subscriber or no role, on the site WordPress.org Forums:
First off, great plugin, thanks! Super useful for site… -
Created a topic, Trying to load webp in Safari and 404’ing images, on the site WordPress.org Forums:
First off, thanks so much for the plugin! It's been gr… -
Created a topic, Does what it says ;), on the site WordPress.org Forums:
This is the only plugin I'm aware of with this functio… -
Posted a reply to Double Notificaton email on ‘Post Update’, on the site WordPress.org Forums:
If I use acf_form() directly to the status we need it does work. We had… -
Posted a reply to Double Notificaton email on ‘Post Update’, on the site WordPress.org Forums:
Actually, if I use wp_insert_post() directly to 'pending' status, it does trigger correctly. Hmmmm. -
Posted a reply to Double Notificaton email on ‘Post Update’, on the site WordPress.org Forums:
I apologize for keeping this going, I'm just not understanding. There's 2 questions at play… -
Posted a reply to Double Notificaton email on ‘Post Update’, on the site WordPress.org Forums:
Okay, i'm testing the following code and not getting any notification. FWIW, when i create… -
Posted a reply to Double Notificaton email on ‘Post Update’, on the site WordPress.org Forums:
K thanks! Do I use old_status or put in whatever I want, like from this… -
Posted a reply to Double Notificaton email on ‘Post Update’, on the site WordPress.org Forums:
Hmmm. This is the post_status change: add_action( 'acf/save_post', array( $this, 'update_trip_post_data' ), 20 ); /**… -
Posted a reply to Double Notificaton email on ‘Post Update’, on the site WordPress.org Forums:
Hey Kuba, I helped Jodi with the site in question. We used ACF for the… -
Created a topic, Does exactly what it says and should do, on the site WordPress.org Forums:
This is a great plugin. We don't need settings, we don… -
Posted a reply to Not exporting some options, on the site WordPress.org Forums:
Seems like I was able to export with: add_filter( 'cei_export_option_keys', 'maitheme_export_option_keys' ); function maitheme_export_option_keys( $keys… -
Posted a reply to Not exporting some options, on the site WordPress.org Forums:
Just dug through some code on GitHub and think I found it. Seems you skip… -
Created a topic, Not exporting some options, on the site WordPress.org Forums:
I have a theme with a bunch of customizer options that… -
Created a topic, Works like a charm, and FAST!, on the site WordPress.org Forums:
No need to even read the instructions. I used this to … -
Created a topic, Does exactly what it says, and it’s awesome, on the site WordPress.org Forums:
Extremely easy to get going. Super useful for our clie… -
Posted a reply to Force Reload, on the site WordPress.org Forums:
Is there a setting for this, or a snippet we can use to make this… -
Posted a reply to Please enable acceptance when scrolling, on the site WordPress.org Forums:
That works for me. Just need to force refresh now. -
Posted a reply to Please enable acceptance when scrolling, on the site WordPress.org Forums:
Just found this... testing: https://wordpress.org/support/topic/consider-accepted-cookies-also-by-scrolling-the-page-or-opening-some-links/ -
Posted a reply to Please enable acceptance when scrolling, on the site WordPress.org Forums:
+1 this feature would make the plugin better than the other we've been using (Cookie… -
Posted a reply to Only filter the_excerpt on archives, on the site WordPress.org Forums:
Done, thanks. -
Created a topic, Only filter the_excerpt on arhives, on the site WordPress.org Forums:
I have a premium theme that a customer is trying to us… -
Created a topic, Gets the job done, no extra nonsense (in a good way), on the site WordPress.org Forums:
Thanks for this plugin. Saved me a ton of time and did… -
Posted a reply to number of items displayed, on the site WordPress.org Forums:
Hey Calvin/Nick, any update here? It doesn't make sense to me that it would have… -
Posted a reply to New ‘after_title’ and ‘after_editor’ contexts push the Publish metabox down, on the site WordPress.org Forums:
Confirming this is fixed in 2.2.5.2 before closing. All is working for me. -
Posted a reply to WP Spamshield blocking WooCommerce orders, on the site WordPress.org Forums:
Thanks Steven. We certainly tested multiple transactions on both available gateways (PayPal and Stripe) with… -
Posted a reply to WP Spamshield blocking WooCommerce orders, on the site WordPress.org Forums:
This is really scary. We had a email go out to thousands of users with… -
Posted a reply to New ‘after_title’ and ‘after_editor’ contexts push the Publish metabox down, on the site WordPress.org Forums:
FTW https://twitter.com/JiveDig/status/875084043762663424 -
Posted a reply to New ‘after_title’ and ‘after_editor’ contexts push the Publish metabox down, on the site WordPress.org Forums:
Following up to say that these additional metabox locations make CMB2 even more powerful. I'm…
Contributor
-
Osom Author Pro
Active Installs: 2,000+
Plugins
-
Add Featured Image Column
-
Antispam Bee
-
Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin
-
Auto Featured Image (Auto Post Thumbnail)
-
Better Internal Link Search
-
Custom Post Type Permalinks
-
Customizer Export/Import
-
Expire Passwords
-
Export Import Menus
-
Favorites
-
Frontend Reset Password
-
Heartbeat Control
-
Login Lockdown & Protection
-
Multisite Plugin Manager
-
Plugin Notes Plus
-
Prevent Concurrent Logins
-
Say what?
-
Simple Image Sizes
-
Simple Page Ordering
-
Transients Manager
-
User Menus - Nav Menu Visibility
-
User Switching
-
Username Changer
-
WP Notification Center
-
WP Prefix Changer
-
WP Reset - Most Advanced WordPress Reset Tool
-
WP SEO HTML Sitemap
-
WP Term Order