Justin Sternberg
@jtsternberg on WordPress.org and Slack
- Member Since: April 28th, 2010
- Location: Southport, NC
- Website: dsgnwrks.pro
- Job Title: Software Developer
- Employer: Awesome Motive
Bio
Contribution History
Justin Sternberg’s badges:- Core Contributor
- Meta Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Speaker
-
Posted a reply to Post Meta in Save Post Hook, on the site WordPress.org Forums:
You will need to hook into the save_post hook after CMB2 does. Something like: add_action(…3 days ago
-
Committed [2424836] to Plugins Trac:
Tag no longer needed6 days ago
-
Committed [2424835] to Plugins Trac:
Tag 2.0.26 days ago
-
Committed [2424833] to Plugins Trac:
### 2.0.2 * Include the JS source map files in the release to prevent ...6 days ago
-
Committed [2419742] to Plugins Trac:
Tag no longer needed2 weeks ago
-
Committed [2419741] to Plugins Trac:
Tag 2.0.12 weeks ago
-
Committed [2419740] to Plugins Trac:
### 2.0.1 * Bug fixes and adjustments for compatibility with older ...2 weeks ago
-
Committed [2419621] to Plugins Trac:
Tag no longer needed2 weeks ago
-
Committed [2419620] to Plugins Trac:
Tag 2.0.02 weeks ago
-
Committed [2419618] to Plugins Trac:
= 2.0.0 = * NEW: Overhaul of the plugin to make managing your popup ...2 weeks ago
-
Posted a reply to WP 5.5 and Alternative Contexts, on the site WordPress.org Forums:
This has been fixed on the develop branch if you'd like to install/test that.1 month ago
-
Posted a reply to CMB2 Rest API Question, on the site WordPress.org Forums:
Make sure you check out the CMB2 REST API docs if you haven’t, as well:…3 months ago
-
Posted a reply to Plugin Breaks Non-Admin Login on WordPress 5.5, on the site WordPress.org Forums:
I'm sorry you experienced this. We have just pushed version 1.9.15 which addresses this issue.…3 months ago
-
Committed [2369516] to Plugins Trac:
Tag no longer needed3 months ago
-
Posted a reply to Just tried 2.15.19, same issues, on the site WordPress.org Forums:
This is an issue with a file’s name changing. See this thread: https://wordpress.org/support/topic/cmb2_hookup-errors-in-1-0-41-2/4 months ago
-
Posted a reply to text_url automatically adding “s” to “http:” when it shouldn’t, on the site WordPress.org Forums:
The text_url field has its value passed through esc_url_raw, which is likely the culprit (some…5 months ago
-
Posted a reply to Can I alter the order of ‘desc’ and ‘after’ ?, on the site WordPress.org Forums:
You could skip the desc parameter, and just put it all in the after_field parameter:…6 months ago
-
Posted a reply to This looks like a rip off of another plugin, on the site WordPress.org Forums:
With the GPL license (Which WordPress is licensed under, and subsequently all WP plugins), “ripping…6 months ago
-
Posted a reply to Link two post types, on the site WordPress.org Forums:
CPT-onomies might be worth looking into: https://wordpress.org/plugins/cpt-onomies/8 months ago
-
Posted a reply to Please use the proper way to include CMB2, on the site WordPress.org Forums:
Agree with Manzoor, it's very important you include CMB2 the correct way, or it will…8 months ago
-
Posted a reply to Datepicker Turkish Translation, on the site WordPress.org Forums:
There is an example for overriding the datepicker defaults for a given field in the…9 months ago
-
Posted a reply to Can’t create buttons, on the site WordPress.org Forums:
Hello, author of CMB2 here — Having an old version of CMB2 installed should not…9 months ago
-
Posted a reply to CMB2 conflict with Easy WP SMTP plugin, on the site WordPress.org Forums:
Also, I see you are conditionally loading the cmb2 init file after a file_exists check.…9 months ago
-
Posted a reply to CMB2 conflict with Easy WP SMTP plugin, on the site WordPress.org Forums:
This is because classes in CMB2 extensions should not begin with CMB2_. Then the CMB2…9 months ago
-
Posted a reply to I get an error on my WordPress page with version 1.2.0, on the site WordPress.org Forums:
👍10 months ago
-
Posted a reply to I get an error on my WordPress page with version 1.2.0, on the site WordPress.org Forums:
@secondlinethemes To fix this with the latest version of CMB2, make sure the includes/CMB2_Hookup.php file…10 months ago
-
Posted a reply to PHP notice when activating custom field types, on the site WordPress.org Forums:
It’s the autoloader at work. You will need to prefix your PHP classes with something…10 months ago
-
Posted a reply to Overriding/replacing hidden field value, on the site WordPress.org Forums:
You can always use the sanitization_cb to override the value to whatever you want: https://github.com/CMB2/CMB2/wiki/Field-Parameters#sanitization_cb…10 months ago
-
Posted a reply to Fatal Error alert after upgrade, on the site WordPress.org Forums:
@rubengc ah ok! Thanks for fixing.10 months ago
-
Posted a reply to Fatal Error alert after upgrade, on the site WordPress.org Forums:
This is a result of an update to CMB2, a core framework used by GamiPress,…10 months ago
-
Posted a reply to RestAPI: cmb2 field not updated, on the site WordPress.org Forums:
Hello Dirk, I don't have your ps_immobilie post-type registration code, so I just used a…11 months ago
-
Posted a reply to RestAPI: cmb2 field not updated, on the site WordPress.org Forums:
If you want further help, I would encourage you to post all the code you…11 months ago
-
Posted a reply to RestAPI: cmb2 field not updated, on the site WordPress.org Forums:
Are you still using the exact code posted above? How is the add_geo_mb function hooked…11 months ago
-
Posted a reply to RestAPI: cmb2 field not updated, on the site WordPress.org Forums:
I just added a note to the bottom of the routes documentation: https://github.com/CMB2/CMB2/wiki/REST-API#routes The object_type…11 months ago
-
Posted a reply to Is this plugin still supported?, on the site WordPress.org Forums:
Yes, what Michael said. I also plan on pushing a release to the WordPress plugin…1 year ago
-
Posted a reply to Disable CMB2 on some view, on the site WordPress.org Forums:
Updated, thanks!1 year ago
-
Posted a reply to Disable CMB2 on some view, on the site WordPress.org Forums:
Ok, i've pushed up an example custom field type for you: https://github.com/CMB2/CMB2-Snippet-Library/tree/master/custom-field-types/taxonomy-radio-with-image-field-type To use it,…1 year ago
-
Posted a reply to Disable CMB2 on some view, on the site WordPress.org Forums:
Ok, and can you please provide the field/box configuration you are using which uses this?1 year ago
-
Posted a reply to Disable CMB2 on some view, on the site WordPress.org Forums:
It's a very bad idea to hack the core of CMB2 for the same reason…1 year ago
-
Posted a reply to Disable CMB2 on some view, on the site WordPress.org Forums:
Yes, that's what the show_on_cb parameter is for. You can see an example in the…1 year ago
-
Posted a reply to WordPress VIP hosting, on the site WordPress.org Forums:
I had a friend who does things in the VIP space say:1 year ago
-
Posted a reply to WordPress VIP hosting, on the site WordPress.org Forums:
It's probably best to ask them, but I am guessing probably not. We have had…1 year ago
-
Posted a reply to Select multiple files please, on the site WordPress.org Forums:
I see, it uses repeatable groups for each track: http://cloud.supportally.com/638f2aaba81d In that case, yah, custom…1 year ago
-
Posted a reply to Select multiple files please, on the site WordPress.org Forums:
Hello, author of CMB2 here. I'm not sure how this plugin implements CMB2, but I'm…1 year ago
-
Posted a reply to CMB2 Rest API – image/file field as an object, on the site WordPress.org Forums:
Ok, I see the problem. I just pushed up a fix for this: https://github.com/CMB2/CMB2/commit/a0337038118d81dc01d67346055762283e701aa5 You'll…1 year ago
-
Posted a reply to CMB2 Rest API – image/file field as an object, on the site WordPress.org Forums:
Can you provide specifics on what endpoint you are using?1 year ago
-
Posted a reply to How do I enable syntax highlighting?, on the site WordPress.org Forums:
That's not true. codemirror syntax highlighting was introduced in 2.4.0: https://github.com/CMB2/CMB2/releases/tag/v2.4.0 You should not need…1 year ago
-
Posted a reply to Clear empty timepicker on blur, on the site WordPress.org Forums:
Hey Patrick, this is definitely something doable. Would require some custom javascript to store the…1 year ago
-
Posted a reply to Need select dropdown in hierarchical order, on the site WordPress.org Forums:
This is a decent request. I have added it this morning to the develop branch:…1 year ago
-
Posted a reply to How to display Category Metabox fields in frontend ?, on the site WordPress.org Forums:
👍1 year ago
Developer
-
BibleGateway Links Shortcode
Active Installs: 100+
-
CMB2
Active Installs: 300,000+
-
Code Snippets CPT
Active Installs: 400+
-
DsgnWrks Twitter Importer
Active Installs: 200+
-
GatherContent Plugin
Active Installs: 1,000+
-
Google Analytics Top Content Widget
Active Installs: 600+
-
Hash Link Scroll Offset
Active Installs: 2,000+
-
HTML5 Slideshow Presentations
Active Installs: 400+
-
IFTTT Post Formats & Post Types
Active Installs: 200+
-
Lesson Timer for Sensei
Active Installs: 200+
-
Network Sites Counts Dashboard Widget
Active Installs: Less than 10
-
Sane Widget Sidebar Management
Active Installs: 100+
-
Slideshow Captions for Jetpack
Active Installs: 100+
-
story|ftw
Active Installs: 90+
-
Taxonomy Switcher
Active Installs: 1,000+
-
WDS Multisite Aggregate
Active Installs: 20+
-
WordPress Widgets Refresh
Active Installs: Less than 10
Contributor
-
Automatic Featured Images from Videos
Active Installs: 7,000+
-
Ketchup Coupons
Active Installs: 100+
-
Open Badge Factory
Active Installs: 10+
Plugins
-
2048
-
Add Descendants As Submenu Items
-
AJAX Comment Loading
-
AppPresser - Mobile App Framework
-
BadgeOS
-
Black Studio TinyMCE Widget
-
Blog Copier
-
Church Content - Sermons, Events and More
-
CMB2
-
CMS Page Order
-
Co-Authors Plus
-
Debug Bar Console
-
Debug Bar Transients
-
Docs to WordPress
-
Draw Attention
-
Duplicate and Merge Posts
-
DX Plugin Base
-
Easy Photography Portfolio
-
Editorial Calendar
-
Export Plus
-
File Upload Types by WPForms
-
Floating Social Bar
-
GamiPress
-
GET Params
-
Hammy
-
Highlight and Share
-
Image Override
-
JM Twitter Cards
-
Kirki Customizer Framework
-
Media Manager Plus
-
Mega Ad
-
Monster Widget
-
MultilingualPress
-
Multiple Post Thumbnails
-
MultiSite Clone Duplicator
-
Official Add to Homescreen
-
Ostrichcize
-
Plugin Detective - Troubleshooting
-
Pluginception
-
Polylang
-
Recipe Schema
-
Rolo Slider
-
Safe Redirect Manager
-
SEO Slider
-
Simple CSS for widgets
-
Simple Page Ordering
-
Single Value Taxonomy UI
-
Sliced Invoices - WordPress Invoice Plugin
-
Slug Control
-
story|ftw
-
SuperCPT
-
Syntax-highlighting Code Block (with Server-side Rendering)
-
Theme Mentor
-
Translate WP website - Weglot Translate
-
Tweetable Text
-
VersionIt
-
WordPress GitHub Sync
-
WordPress Page Builder - Beaver Builder
-
WP Edit
-
WP Email Template
-
WP Featherlight - A Simple jQuery Lightbox
-
WP Meetup
-
WP Multi Network
-
WP Open Graph
-
WP Present - beta
-
WP Product Review Lite
-
WP Redis
-
WP SMS Notifications
-
WP-Gistpen
-
WP-Post-Meta-Revisions