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 Change shortcode, on the site WordPress.org Forums:
I dropped the code below in the functions.php on a test theme and things worked…3 days ago
-
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…1 week ago
-
Posted a reply to Footnote Numbers Don’t Match, on the site WordPress.org Forums:
No worries, glad we got it worked out!1 week ago
-
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…1 week ago
-
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:…1 week ago
-
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…1 week ago
-
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…1 week ago
-
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…1 week ago
-
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…1 week ago
-
Posted a reply to Footnotes were striked through, on the site WordPress.org Forums:
Looks like something on your site is adding the class .broken_link to your <a> element…1 week ago
-
Posted a reply to Any way to change the location of the footnotes?, on the site WordPress.org Forums:
Hi @confidentnerd the way Easy Footnotes inserts into the bottom of your posts is using…1 week ago
-
Posted a reply to Footnote Numbers Don’t Match, on the site WordPress.org Forums:
There shouldn't be any issue with really long footnotes. The way to use the footnote…1 week ago
-
Posted a reply to Resize Footnotes, on the site WordPress.org Forums:
Thanks for the assist @adbl!1 week ago
-
Posted a reply to Post footnotes appearing on home page, on the site WordPress.org Forums:
@confidentnerd you could add .home to the front of that css. ol.easy-footnotes-wrapper li.easy-footnote-single{ display: none;…1 week ago
-
Posted a reply to Add Icon, on the site WordPress.org Forums:
You'll probably want to position it absolutely and play around with the styles a bit.…2 weeks ago
-
Posted a reply to Add Icon, on the site WordPress.org Forums:
You can do that through some CSS. It would look something like this: .rt-prefix::before {…2 weeks ago
-
Posted a reply to longer than normal read times, on the site WordPress.org Forums:
Ok, with that content the default settings of Reading Time would probably calculate that post…3 weeks ago
-
Posted a reply to Show all results in state regardless of radius, on the site WordPress.org Forums:
Sounds good! Thanks for getting back to me.4 weeks ago
-
Posted a reply to longer than normal read times, on the site WordPress.org Forums:
If you have database access you could grab the post_content field from the database in…1 month ago
-
Posted a reply to Show all results in state regardless of radius, on the site WordPress.org Forums:
Awesome! Do you have a general timeline for the release or a target date? We're…1 month ago
-
Created a topic, Show all results in state regardless of radius, on the site WordPress.org Forums:
Hi, I'm looking to implement searching by state with t…1 month ago
-
Posted a reply to longer than normal read times, on the site WordPress.org Forums:
I'm not familiar with how the third-party Avada builder tool adds content to WordPress. Reading…1 month ago
-
Posted a reply to Footnotes not working in image captions, on the site WordPress.org Forums:
Hi there, I assume you're using either the Classic Editor or the Classic Editor Block.…1 month ago
-
Posted a reply to Count shortcode output & cache result, on the site WordPress.org Forums:
Originally my concern with shortcodes was around not knowing what they would output, but as…1 month ago
-
Posted a reply to end-of-line superscript wraps by itself to next line, on the site WordPress.org Forums:
You could try wrapping your string with <span style="white-space: nowrap"></span> to force it not to…1 month ago
-
Posted a reply to MathJax doesn’t work inside footnotes after latest update, on the site WordPress.org Forums:
The footnote content is pulled from a title attribute in the <a> element wrapped around…1 month ago
-
Posted a reply to MathJax doesn’t work inside footnotes after latest update, on the site WordPress.org Forums:
Ok another update. Dug around and it looks using version 1.1 of the Simple MathJax…2 months ago
-
Posted a reply to MathJax doesn’t work inside footnotes after latest update, on the site WordPress.org Forums:
Actually that last message was for the after footnote list. The actual footnote hover is…2 months ago
-
Posted a reply to Estimating time for text on archive page instead of each blog’s length, on the site WordPress.org Forums:
If you can use Brizy to pass the post ID to the shortcode you should…2 months ago
-
Posted a reply to MathJax doesn’t work inside footnotes after latest update, on the site WordPress.org Forums:
Hi there, I imagine this is caused by some data sanitization that was added to…2 months ago
-
Posted a reply to Header for footnotes list and location of footnotes, on the site WordPress.org Forums:
Hi there, For number 1 you can set and turn on the title in the…2 months ago
-
Posted a reply to end-of-line superscript wraps by itself to next line, on the site WordPress.org Forums:
My initial thought is because the "ceteris paribus," text is wrapped in an <em></em> tag…2 months ago
-
Posted a reply to Label not showing, on the site WordPress.org Forums:
@tychet your site seems to have a rule setting the <h4> font-size to 1.25px. So…2 months ago
-
Posted a reply to Change Footnote Color, on the site WordPress.org Forums:
Thanks @rzharding for sharing your setup. Just a warning if you update the easy-footnotes.php plugin…2 months ago
-
Posted a reply to Align footnotes at bottom, on the site WordPress.org Forums:
That will work for the line items. You can also target the title with the…2 months ago
-
Posted a reply to Tool Tip containing html tags, on the site WordPress.org Forums:
Hi there, WordPress 5.5 removed jQuery migrate. The removal of that has caused some issues…2 months ago
-
Posted a reply to Remove reading detail at bottom, on the site WordPress.org Forums:
Reading Time WP doesn't display the reading time after posts. Do you have a link…3 months ago
-
Committed [2355751] to Plugins Trac:
Update to version 2.0.10 from GitHub3 months ago
-
Committed [2355746] to Plugins Trac:
Update to version 1.1.5 from GitHub3 months ago
-
Posted a reply to Partially locked content, on the site WordPress.org Forums:
Reading Time WP will calculate the reading time based on the word count for the…3 months ago
-
Posted a reply to Count LearnDash courses, on the site WordPress.org Forums:
Hi Stefan, you could do this but it would require some customization. There is a…3 months ago
-
Posted a reply to Access map and markers by JavaScript, on the site WordPress.org Forums:
Awesome! If you need any testing done ahead of that let me know.3 months ago
-
Created a topic, Access map and markers by JavaScript, on the site WordPress.org Forums:
Hi there, I'm implementing WP Store Locator a bit cus…3 months ago
-
Created a topic, Plugin hiding permalink settings in Gutenberg, on the site WordPress.org Forums:
Whenever I have the plugin activated the Permalink set…4 months ago
-
Posted a reply to Working everywhere except Homepage, on the site WordPress.org Forums:
Hmm it looks like it's being added into a section that displays post meta. Which…5 months ago
-
Posted a reply to Add reading time after author and date, on the site WordPress.org Forums:
Code Snippets won't likely work for your case. I'm not super familiar with the plugin…5 months ago
-
Posted a reply to Reading Time in Meta Description, on the site WordPress.org Forums:
Sorry about that. I switched my Github username recently and Gist URLs don't redirect. This…5 months ago
-
Posted a reply to Working everywhere except Homepage, on the site WordPress.org Forums:
How are you currently implementing this on the homepage? If the shortcode itself is showing…5 months ago
-
Posted a reply to How to change line height, on the site WordPress.org Forums:
Most likely your theme is setting a value with a more specific CSS selector. Looks…5 months ago
-
Posted a reply to Add reading time after author and date, on the site WordPress.org Forums:
That's the correct code. Though you can add additional properties to the reading time shortcode…5 months ago
Developer
-
Easy Footnotes
Active Installs: 10,000+
-
Easy Pull Quotes
Active Installs: 300+
-
Reading Time WP
Active Installs: 10,000+
Contributor
-
Tracking Script Manager
Active Installs: 3,000+
-
The AuthorityActive Installs: 200+
-
Zuul LiteActive Installs: 30+