Jason Yingling
@yingling017 on WordPress.org, @yingles on Slack
- Member Since: November 17th, 2009
- Location: St. Louis, MO
- Website: jasonyingling.me
Contribution History
Jason Yingling’s badges:- Core Contributor Core Contributor
- Meetup Organizer Meetup Organizer
- WordCamp Organizer WordCamp Organizer
- WordCamp Speaker WordCamp Speaker
- Plugin Developer Plugin Developer
- Theme Developer Theme Developer
-
Committed [2182744] to Plugins Trac:
tagging version 2.0.72 days ago
-
Committed [2182743] to Plugins Trac:
switching to number input for words per minute for better validation2 days ago
-
Committed [2182733] to Plugins Trac:
tagging version 2.0.62 days ago
-
Committed [2182731] to Plugins Trac:
implementing better data sanitization2 days ago
-
Posted a reply to Tooltip displaying off bottom of screen, on the site WordPress.org Forums:
Sorry for the delay getting back to you. I missed the initial notifications for it.…1 month ago
-
Posted a reply to Different read times for same post, on the site WordPress.org Forums:
Sure you can send me a message through the contact form on my site. https://jasonyingling.me/contact/1 month ago
-
Posted a reply to Adding font awesome icons, on the site WordPress.org Forums:
You may be able to target it with CSS psuedo elements. https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements Do you have…1 month ago
-
Posted a reply to Adding RT in Title div, on the site WordPress.org Forums:
Glad you were able to get it working.1 month ago
-
Posted a reply to Different read times for same post, on the site WordPress.org Forums:
Do you have a a link where I can see this in action? My initial…1 month ago
-
Posted a reply to Override Reading Time Per Post, on the site WordPress.org Forums:
You could add the code to your functions.php. You would need to do some additional…2 months ago
-
Posted a reply to Override Reading Time Per Post, on the site WordPress.org Forums:
You can adjust the word count of a post by using the ‘rtwp_filter_wordcount’ filter. $word_count…2 months ago
-
Posted a reply to Repeating Footnotes, on the site WordPress.org Forums:
Thanks for the feedback. It's definitely at the top of the new feature list.3 months ago
-
Posted a reply to problem with sticky menu, on the site WordPress.org Forums:
You can add it either directly to they style.css or you can just add it…3 months ago
-
Posted a reply to Exclude posts is needed, on the site WordPress.org Forums:
Thanks for the feature suggestions. I'll add them to the list of new features. In…3 months ago
-
Posted a reply to problem with sticky menu, on the site WordPress.org Forums:
You can target the class .easy-footnote-margin-adjust with CSS to give it a negative margin-top which…4 months ago
-
Posted a reply to Add this to editor file to change placement, on the site WordPress.org Forums:
Hi @barrydollar The issue with creating an option to do that is there isn't a…4 months ago
-
Posted a reply to How to not display reading time on specific page, on the site WordPress.org Forums:
Hi there, You would need to write a function that removes the reading time from…4 months ago
-
Posted a reply to Suppress on selected posts, on the site WordPress.org Forums:
Hi Lucas, You could modify the function above to check which category the current post…4 months ago
-
Posted a reply to Specify post ID in shortcode, on the site WordPress.org Forums:
Hi there, I just published your PR in 2.0.5. Thanks for submitting!5 months ago
-
Posted a reply to Displaying reading time in minutes value in a posts grid plugin, on the site WordPress.org Forums:
Hi there, Thanks for using the plugin. I don't have plans currently to add storing…5 months ago
-
Posted a reply to Reading time outputting % minutes for all posts, on the site WordPress.org Forums:
Hi there, In Reading Time WP 2.0.5 which was released today a new optional parameter…5 months ago
-
Posted a reply to a need for: postfix_few, on the site WordPress.org Forums:
Hi there, In Reading Time WP I added a new filter for editing the postfix…5 months ago
-
Committed [2107755] to Plugins Trac:
tagging version 2.0.55 months ago
-
Committed [2107754] to Plugins Trac:
adding new function for outputting postfix5 months ago
-
Posted a reply to Add this to editor file to change placement, on the site WordPress.org Forums:
Hi there, do_shortcode() is a PHP function. It needs to be run at the server…5 months ago
-
Posted a reply to Breaking the line in excerpt (cozmo-child), on the site WordPress.org Forums:
The excerpt typically strips HTML tags so you won't be able to add any HTML…5 months ago
-
Posted a reply to Specify post ID in shortcode, on the site WordPress.org Forums:
Hi there, that could definitely be useful as an optional parameter to pass the shortcode.…5 months ago
-
Posted a reply to How to add it to the post summary/, on the site WordPress.org Forums:
Hi there, You would need to alter the code for your theme (preferably using a…5 months ago
-
Posted a reply to Register as metada to show on archive page, on the site WordPress.org Forums:
Are you looking to save the reading time to the postmeta? If you just need…5 months ago
-
Posted a reply to Convert minutes to seconds?, on the site WordPress.org Forums:
If your post is less than a minute it should display as < 1 minute.…5 months ago
-
Posted a reply to Use a different shortcode?, on the site WordPress.org Forums:
You could try adding something like in your functions.php global $easyFootnotes; add_shortcode( 'fn', array( $easyFootnotes,…5 months ago
-
Posted a reply to not working on mobile, on the site WordPress.org Forums:
I'm looking into replacing the qTip2 extension used by the plugin. Definitely would like to…5 months ago
-
Posted a reply to How to change footnote font size, on the site WordPress.org Forums:
No worries. Glad you were able to get it working.5 months ago
-
Posted a reply to No longer seems to work since Contact form 7 updated to 5.1.3, on the site WordPress.org Forums:
Ran into the same issue were you by chance using a3 lazy load?5 months ago
-
Posted a reply to 500 server error after update to Version 2.0.4, on the site WordPress.org Forums:
Yep. Checking the release notes is the best bet particularly for versions going from 1.x.x…6 months ago
-
Posted a reply to 500 server error after update to Version 2.0.4, on the site WordPress.org Forums:
Try switching that to: $reading_time = $reading_time_wp->rt_calculate_reading_time($related_post->ID, get_option('rt_reading_time_options') ); And if you have global $readingTimeWP…6 months ago
-
Posted a reply to 500 server error after update to Version 2.0.4, on the site WordPress.org Forums:
It looks like you added code within your theme's functions.php that references the rt_calculate_reading_time() function.…6 months ago
-
Posted a reply to 500 server error after update to Version 2.0.4, on the site WordPress.org Forums:
Hi there, Can you go into your WP Engine dashboard and check the error log.…6 months ago
-
Posted a reply to Made permanent changes to ‘Recent Comment’ widget, on the site WordPress.org Forums:
Hi there, It looks like that read time in your link is added in by…6 months ago
-
Posted a reply to Incorrect Numbering and Duplicate Footnotes, on the site WordPress.org Forums:
I was taking a look at the social plugin to see if I could solve…7 months ago
-
Posted a reply to Duplicate Footnote Issue, on the site WordPress.org Forums:
Yeah that will be very helpful. I'll take a look soon and get back to…7 months ago
-
Posted a reply to Duplicate Footnote Issue, on the site WordPress.org Forums:
Hi Jon, I'd be happy to take a look. Is there a page I can…7 months ago
-
Posted a reply to Problems with PHP 7.2.x?, on the site WordPress.org Forums:
Hi there it looks like you're using a different plugin. The file you referenced is…7 months ago
-
Posted a reply to Incorrect Numbering and Duplicate Footnotes, on the site WordPress.org Forums:
Got it. If you find a solution I'd love to see what it is and…7 months ago
-
Posted a reply to Need non-breaking link between text and superscript number, on the site WordPress.org Forums:
This is a tricky one for sure. I'm testing in Windows 10 Firefox 66 as…7 months ago
-
Posted a reply to Incorrect Numbering and Duplicate Footnotes, on the site WordPress.org Forums:
@cahweb could you let me know what plugins you're using? I downloaded the theme and…7 months ago
-
Posted a reply to Incorrect Numbering and Duplicate Footnotes, on the site WordPress.org Forums:
@cahweb are you using the most up to date version of the plugin? That would…7 months ago
-
Posted a reply to Need non-breaking link between text and superscript number, on the site WordPress.org Forums:
@lunis I'm not able to get the footnote "23" to break onto it's own line.…7 months ago
-
Posted a reply to Need non-breaking link between text and superscript number, on the site WordPress.org Forums:
@lunis could you let me know what operating system and version of Firefox you're on?…7 months ago
-
Posted a reply to Incorrect Numbering and Duplicate Footnotes, on the site WordPress.org Forums:
Hi @cahweb, Do you have a link to a page where I can view the…7 months ago
Developer
-
Easy Footnotes
Active Installs: 9,000+
-
Easy Pull Quotes
Active Installs: 400+
-
Reading Time WP
Active Installs: 10,000+
Contributor
-
Tracking Script Manager
Active Installs: 3,000+
-
The AuthorityActive Installs: 600+
-
Zuul LiteActive Installs: 60+