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
- Meetup Organizer
- Plugin Developer
- Theme Developer
- WordCamp Organizer
- WordCamp Speaker
-
Posted a reply to The update is very much needed, on the site WordPress.org Forums:
Tested in the latest versions of WordPress and updated. I imagine Wordfence's warning was just… -
Committed [2781676] to Plugins SVN:
Update to version 1.1.6 from GitHub -
Committed [2781675] to Plugins SVN:
Update to version 2.0.12 from GitHub -
Committed [2781674] to Plugins SVN:
Update to version 2.0.11 from GitHub -
Posted a reply to Every post is under 1 minute, on the site WordPress.org Forums:
Then you'll want to take a look at using the rtwp_filter_wordcount filter to add your… -
Posted a reply to Every post is under 1 minute, on the site WordPress.org Forums:
Are you using any page builder plugins or custom fields for content entry? Reading Time… -
Posted a reply to Return Reading time field in WP Rest Api, on the site WordPress.org Forums:
It would require custom development that's outside the scope of what I can provide in… -
Posted a reply to Reusable blocks are not included in the time calculation, on the site WordPress.org Forums:
Is the entire page's content in reusable blocks that aren't edited in the page itself?… -
Posted a reply to Rest API Reading Time, on the site WordPress.org Forums:
The reading time is calculated on the fly by PHP so nothing to pull from… -
Posted a reply to Remove reading detail from post bottom, on the site WordPress.org Forums:
@akhtarjan what settings are you using? Reading Time WP hooks into the the_content filter in… -
Posted a reply to How to add reading time to Yoast’s meta description?, on the site WordPress.org Forums:
Yoast pulls in the excerpt for its auto-generated meta description. So if you have reading… -
Posted a reply to Change alignment for mobile view (doesn’t work), on the site WordPress.org Forums:
Seems to be a specificity issue. If you add !important after the 100% it should… -
Posted a reply to Change alignment for mobile view (doesn’t work), on the site WordPress.org Forums:
@lunis do you have a link to a page I can check this out on? -
Posted a reply to working with the GRID Plugin, on the site WordPress.org Forums:
You need to pass the post_id of the post the grid item links to. So… -
Posted a reply to Illegal CSS Property behavior: url(“#default#VML”), on the site WordPress.org Forums:
It looks like that comes in from the qTip library. That library is not currently… -
Posted a reply to working with the GRID Plugin, on the site WordPress.org Forums:
You'll probably need to pass the post id for the post the grid is displaying… -
Posted a reply to Adding new plugin option not available, on the site WordPress.org Forums:
That is odd. It may be you're on a multisite network and only Network Admins… -
Posted a reply to Footnote not inline with other content, on the site WordPress.org Forums:
It looks like the only JavaScript being loaded on your page is AMP related. Are… -
Posted a reply to Hide reading time for less than 1 min post?, on the site WordPress.org Forums:
I don't currently have a way to do that in the plugin but it's a… -
Posted a reply to Wrong numeration with Elementor, on the site WordPress.org Forums:
Its hard to say the exact issue. I have seen it when a plugin runs… -
Posted a reply to Adding new plugin option not available, on the site WordPress.org Forums:
Are you using WordPress.com? If you are, I don't believe it allows plugins at certain… -
Posted a reply to How to remove border and shadow around tooltip?, on the site WordPress.org Forums:
@bolisch it depends entirely on your theme. Easy Footnotes itself doesn't add any styles it… -
Posted a reply to Qtips no longer display, on the site WordPress.org Forums:
Forgot the link to Enable jQuery Migrate Helper. https://wordpress.org/plugins/enable-jquery-migrate-helper/ Just a reminder that plugin is… -
Posted a reply to Footnote not inline with other content, on the site WordPress.org Forums:
The %%footer%% showing at the bottom of your site seems to me like it may… -
Posted a reply to Reading time displays multiple when post is under several categories, on the site WordPress.org Forums:
Do you have an example link I can see? Reading Time doesn't have any relation… -
Posted a reply to Qtips no longer display, on the site WordPress.org Forums:
I wouldn't recommend installing the jQuery Qtip2 plugin. Easy Footnotes has qTip included in it.… -
Posted a reply to How to remove border and shadow around tooltip?, on the site WordPress.org Forums:
You can target the .qtip-bootstrap to remove the border. For the underline on the footnote… -
Posted a reply to How to exclude home page – Reading Time WP, on the site WordPress.org Forums:
Sure, in the meantime you could rework this sample bit of code to remove it… -
Posted a reply to Footnote not inline with other content, on the site WordPress.org Forums:
@enderandrew looks like your site's content area is set to be the full-width of the… -
Posted a reply to How to exclude home page – Reading Time WP, on the site WordPress.org Forums:
Do you actually want to display the reading time on your Pages within WordPress? If… -
Posted a reply to How to exclude home page – Reading Time WP, on the site WordPress.org Forums:
Do you have a link to view your page? Also what settings are you using… -
Posted a reply to Reading Time Displaying on Image Captions, on the site WordPress.org Forums:
@tompbn Could you let me know what theme you're using and if you use any… -
Posted a reply to Is there solution for UTF8 users?, on the site WordPress.org Forums:
Is there a particular language you're using so I can do some testing? -
Posted a reply to Doesn’t show the snippet in text anymore after update to wp 5.6, on the site WordPress.org Forums:
Hi there, I've tested the plugin in a clean version of WP 5.6 and am… -
Posted a reply to Reading Time Displaying on Image Captions, on the site WordPress.org Forums:
My initial thought is the captions are getting the_content filter run on them in that… -
Posted a reply to How can I add a line space after reading time, on the site WordPress.org Forums:
Looks like you've pulled it off that link since posting. Its likely a style issue… -
Posted a reply to Change reading time prefix, on the site WordPress.org Forums:
You should be able to use the postfix setting in Reading Time WP's Settings. Sounds… -
Posted a reply to MCE, on the site WordPress.org Forums:
You can add custom Tiny MCE buttons in WordPress using these docs. https://codex.wordpress.org/TinyMCE_Custom_Buttons And this… -
Posted a reply to Yoast preventing footnotes after post content, on the site WordPress.org Forums:
Sorry for the delay if you're still having the issue do you have a link… -
Posted a reply to Duplicated footnotes, on the site WordPress.org Forums:
Hi there, sorry for the delay. This is a known bug with Elementor and some… -
Posted a reply to Footnote not inline with other content, on the site WordPress.org Forums:
It's likely a theme style issue. Easy Footnotes list is appended to the end of… -
Posted a reply to Change shortcode, on the site WordPress.org Forums:
I dropped the code below in the functions.php on a test theme and things worked… -
Posted a reply to Include word count for ACF fields, CPT, and multiple templates, on the site WordPress.org Forums:
Sorry I didn't look at your function fully. You need to iterate over your $ACFcount… -
Posted a reply to Footnote Numbers Don’t Match, on the site WordPress.org Forums:
No worries, glad we got it worked out! -
Posted a reply to Change shortcode, on the site WordPress.org Forums:
The first example you have looks like it's missing global $easyFootnotes. from the top line… -
Posted a reply to Footnote Numbers Don’t Match, on the site WordPress.org Forums:
Your [efn_note][/efn_note] call should contain the text you want as the footnote text. Like this:… -
Posted a reply to Include word count for ACF fields, CPT, and multiple templates, on the site WordPress.org Forums:
Your return statement should be the last part of your function. That takes you out… -
Posted a reply to Include word count for ACF fields, CPT, and multiple templates, on the site WordPress.org Forums:
It shouldn't kick back errors. If you use get_field() I believe it will just return… -
Posted a reply to Footnote Numbers Don’t Match, on the site WordPress.org Forums:
The way the plugin works every time you use [efn_note]Footnote content here.[/efn_note] it outputs a… -
Posted a reply to Footnotes were striked through, on the site WordPress.org Forums:
If I had to guess I'd think it gets stuck on the . in the…
Developer
-
Easy Footnotes
Active Installs: 10,000+
-
Easy Pull Quotes
Active Installs: 200+
-
Reading Time WP
Active Installs: 20,000+
Contributor
-
Tracking Script Manager
Active Installs: 3,000+
-
The AuthorityActive Installs: 100+
-
Zuul LiteActive Installs: 10+