crstauf
@crstauf on WordPress.org and Slack
- Member Since: July 14th, 2011
- Website: develop.calebstauffer.com
Contribution History
crstauf’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
-
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 week 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!3 weeks 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',…3 weeks ago
-
Posted a reply to Scheduling actions without checking exists, on the site WordPress.org Forums:
:thumbsup:3 weeks 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…3 weeks 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…3 weeks 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…3 weeks 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…3 weeks 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…3 weeks 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…3 weeks 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…3 weeks 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…4 weeks 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…4 weeks 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…4 weeks ago
-
Posted a reply to 1 Sentence post, on the site WordPress.org Forums:
@jdembowski On carike's comment, from User Expectations:4 weeks 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…4 weeks 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…4 weeks 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…4 weeks 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…4 weeks 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…4 weeks 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.…4 weeks 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…4 weeks 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…4 weeks 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/4 weeks ago
-
Created a topic, Scheduling actions without checking exists, on the site WordPress.org Forums:
Based on support provided on https://wordpress.org/sup…4 weeks 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…4 weeks 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…4 weeks 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:…4 weeks 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…4 weeks 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…4 weeks 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…4 weeks 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…4 weeks 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…4 weeks 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…4 weeks 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…4 weeks 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/4 weeks 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…4 weeks 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/abOrLNm4 weeks 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…4 weeks 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…4 weeks 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?4 weeks ago
-
Posted a reply to Color background of the WordPress Editor, on the site WordPress.org Forums:
Is your site using Gutenberg or TinyMCE?4 weeks 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…4 weeks ago
-
Posted a reply to Theme upload, on the site WordPress.org Forums:
Do you have a redirect plugin installed?4 weeks 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…4 weeks 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/4 weeks ago
-
Posted a reply to Register username, on the site WordPress.org Forums:
This may be of help: https://wordpress.stackexchange.com/questions/7328/allowing-non-latin-characters-in-registration4 weeks ago
-
Posted a reply to How can I create WordPress Multisite Without third Party plugin, on the site WordPress.org Forums:
If you want to have a multisite of top-level domains, this will still require subdomains/subdirectories…4 weeks ago
-
Posted a reply to actionscheduler_logs, on the site WordPress.org Forums:
Action Scheduler is a great plugin that facilitates scheduled actions. The logs table is used…4 weeks ago
-
Posted a reply to Customize “Leave a Reply” Comment Text, on the site WordPress.org Forums:
If all you want to do is change the font of the text, you don't…4 weeks ago
Contributor
-
Send Emails with Mandrill
Active Installs: 3,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
-
User Switching
-
W3 Total Cache
-
WP Crontrol
-
Yoast SEO