crstauf
@crstauf on WordPress.org and Slack
- Member Since: July 14th, 2011
- Website: develop.calebstauffer.com
Contributions
Contribution History
crstauf’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
-
Wrote a comment on the post Meeting Time and Day for WP.Org Global Docs Team, on the site Make WordPress Documentation:
Yes.4 days ago
-
Posted a reply to Question about get_template_directory_uri, on the site WordPress.org Forums:
@khalidlogi Please ask any additional questions you may have here; happy to help!2 weeks ago
-
Wrote a new post, Summary for Documentation Team Meeting 20 April 2020, on the site Make WordPress Documentation:
Attendance @passoniate @atachibana @chaion07 @milana_cap @bph @crstauf @mukesh27 @kafleg @FahimMurshed @Ataurr @johnbillion @cristianozanca @nobnob @immeet94…1 month ago
-
Posted a reply to How to enable read more by default using jquery, on the site WordPress.org Forums:
Glad to have been of help!2 months ago
-
Posted a reply to How to enable read more by default using jquery, on the site WordPress.org Forums:
Oh yeah sorry @amexing: that's what I get for writing the code plainly. wp_add_inline_script( 'jquery-core',…2 months ago
-
Posted a reply to Scheduling actions without checking exists, on the site WordPress.org Forums:
:thumbsup:2 months ago
-
Posted a reply to How to enable read more by default using jquery, on the site WordPress.org Forums:
In your theme's functions.php, or in an mu-plugin, add the following: wp_add_inline_script( 'jquery-core', 'jQuery( document…2 months ago
-
Posted a reply to actionscheduler_logs, on the site WordPress.org Forums:
@dha07hk Asked a developer of Action Scheduler, and he indicated that truncating the logs table…2 months ago
-
Posted a reply to 100% Full Width Menu, on the site WordPress.org Forums:
@zebobo7777 When I first simulated tablet in Chrome, I saw the issue you described, but…2 months ago
-
Posted a reply to 500 error after deleting WWW, on the site WordPress.org Forums:
You can define the home and site URLs via constants in wp-config.php. Add the following…2 months ago
-
Posted a reply to use do_faviconico to force favicon refresh, on the site WordPress.org Forums:
You'll likely want to use the get_site_icon_url filter to change the site's favicon URL. And…2 months ago
-
Posted a reply to Problem in search panel, on the site WordPress.org Forums:
@romulobortolozzo Do you have a duplicate of the site (a staging site) where you can…2 months ago
-
Posted a reply to Issues with the_content(), on the site WordPress.org Forums:
@senordingdong Your screenshot looks like it's from Advanced Custom Fields plugin. Are there any other…2 months ago
-
Posted a reply to 1 Sentence post, on the site WordPress.org Forums:
@jdembowski I'm not having a bad day: I'm making a strong effort to follow the…2 months ago
-
Posted a reply to what hook should be used to restrict page access based on user, on the site WordPress.org Forums:
I think the general consensus would be template_redirect, because that's the earliest hook that WordPress…2 months ago
-
Posted a reply to 1 Sentence post, on the site WordPress.org Forums:
@jdembowski Yes, seriously. Carike's response qualifies as "kind, helpful, and respectful" and "[assumes] the best…2 months ago
-
Posted a reply to 1 Sentence post, on the site WordPress.org Forums:
@jdembowski On carike's comment, from User Expectations:2 months ago
-
Posted a reply to 1 Sentence post, on the site WordPress.org Forums:
@euip Not a "custom post for this topic", but a custom post type within your…2 months ago
-
Posted a reply to 1 Sentence post, on the site WordPress.org Forums:
Just the post's title will show That's correct Do you mean remove the editor from…2 months ago
-
Posted a reply to Notification Bubble, on the site WordPress.org Forums:
I do not know of any plugins that would do this, and given that it's…2 months ago
-
Posted a reply to Text in “Post” section shifts when zooming in browser, on the site WordPress.org Forums:
Please see this screenshot: https://cloudup.com/c2BVLwBWOB7 Setting the width of the div to 100% resolves the…2 months ago
-
Posted a reply to How to enable read more by default using jquery, on the site WordPress.org Forums:
Is your theme Discy? If so, that's a premium theme from ThemeForest, so you've paid…2 months ago
-
Posted a reply to execute the_content after shortcode, on the site WordPress.org Forums:
The shortcode for video embeds appears to run on the_content with a priority of 8.…2 months ago
-
Posted a reply to PHP update breaks latest WP, on the site WordPress.org Forums:
What is the admin email address for the site? Do you have access to that…2 months ago
-
Posted a reply to Problem in search panel, on the site WordPress.org Forums:
The template file is only loaded in the frontend, and would not impact search results…2 months ago
-
Posted a reply to actionscheduler_logs, on the site WordPress.org Forums:
Posted in the plugin's support form: https://wordpress.org/support/topic/scheduling-actions-without-checking-exists/2 months ago
-
Created a topic, Scheduling actions without checking exists, on the site WordPress.org Forums:
Based on support provided on https://wordpress.org/sup…2 months ago
-
Posted a reply to actionscheduler_logs, on the site WordPress.org Forums:
@dha07hk Took a quick look at the plugin you mention, and it looks like they're…2 months ago
-
Posted a reply to id attribute value must be unique, on the site WordPress.org Forums:
@coatedpill I took a look at http://plantfoodsystems.sandwdigital.com/, and don't see the error in Console; were…2 months ago
-
Posted a reply to How can I create a field in the WordPress registration form?, on the site WordPress.org Forums:
@tiicaa Okay, I've spent way longer than I expected I would working on a solution:…2 months ago
-
Posted a reply to actionscheduler_logs, on the site WordPress.org Forums:
Yes, Action Scheduler is both a WordPress plugin, and a library that another plugin can…2 months ago
-
Posted a reply to How can I create a field in the WordPress registration form?, on the site WordPress.org Forums:
@tiicaa The code you provided does add the field to the user profile's form, but…2 months ago
-
Posted a reply to Issues with the_content(), on the site WordPress.org Forums:
First things first (no intent to offend): can you confirm the page has content set…2 months ago
-
Posted a reply to New user registration – I can’t acces my website, on the site WordPress.org Forums:
The email you received indicates a new user registered, not that an existing user's credentials…2 months ago
-
Posted a reply to Remove CATEGORY: [ ] from Titlebar, on the site WordPress.org Forums:
Try this as the CSS selector: body.category-podcast-episodes header.l-header + .l-titlebar > .l-titlebar-h The critical part…2 months ago
-
Posted a reply to “Updating failed. You are probably offline.” when trying to save posts, on the site WordPress.org Forums:
Browsers cache redirect commands, so deleting the redirect may not immediately resolve the issue. Try…2 months ago
-
Posted a reply to id attribute value must be unique, on the site WordPress.org Forums:
I don't see a non-unique value for the id attribute in the above code. When…2 months ago
-
Posted a reply to converting single site to a Multi-site, on the site WordPress.org Forums:
Have you read this article? https://wordpress.org/support/article/create-a-network/2 months ago
-
Posted a reply to Custom Permalink is encoding symbols, on the site WordPress.org Forums:
? and = are special characters in URLs, so WordPress is not going to permit…2 months ago
-
Posted a reply to Long links won’t break, creating a horizontal scroll on mobile, on the site WordPress.org Forums:
Use of the text-overflow property is probably your best bet. See this example: https://codepen.io/crstauf/pen/abOrLNm2 months ago
-
Posted a reply to restrict page access based on woocommerce subscription, on the site WordPress.org Forums:
You'll want to use the template_redirect action to prevent access, and use the wcs_user_has_subscription() function…2 months ago
-
Posted a reply to How can I create a field in the WordPress registration form?, on the site WordPress.org Forums:
If you want to make a customer user profile field searchable, you'll need to adjust…2 months ago
-
Posted a reply to Text not disoplaying on Product Categories, on the site WordPress.org Forums:
How are you setting content for the product category?2 months ago
-
Posted a reply to Color background of the WordPress Editor, on the site WordPress.org Forums:
Is your site using Gutenberg or TinyMCE?2 months ago
-
Posted a reply to RESTRICT VIDEOS, on the site WordPress.org Forums:
You could host the videos directly on your WordPress site, with a membership plugin coupled…2 months ago
-
Posted a reply to Theme upload, on the site WordPress.org Forums:
Do you have a redirect plugin installed?2 months ago
-
Posted a reply to WooCommerce Wont let me change the Home Page, on the site WordPress.org Forums:
I took a look at the free version of the theme, and it looks like…2 months ago
-
Posted a reply to WooCommerce Wont let me change the Home Page, on the site WordPress.org Forums:
Link to new post: https://wordpress.org/support/topic/woocommerce-wont-let-me-change-the-home-page-2/2 months ago
Contributor
-
Send Emails with Mandrill
Active Installs: 4,000+
Plugins
-
Advanced Custom Fields
-
BackWPup - WordPress Backup Plugin
-
Google Analytics Dashboard Plugin for WordPress by MonsterInsights
-
iThemes Security (formerly Better WP Security)
-
My Eyes Are Up Here
-
Query Monitor
-
Regenerate Thumbnails
-
Two Factor Authentication
-
Two-Factor
-
User Switching
-
W3 Total Cache
-
WP Crontrol
-
Yoast SEO