Robin Cornett
@littlerchicken on WordPress.org, @robincornett on Slack
- Member Since: April 18th, 2012
- Location: Chattanooga, Tennessee
- Website: robincornett.com
Bio
WordPress Origin Story
Contribution History
Robin Cornett’s badges:- Core Contributor Core Contributor
- Translation Contributor Translation Contributor
- WordCamp Speaker WordCamp Speaker
- Plugin Developer Plugin Developer
-
Posted a reply to does not pick up URL, on the site WordPress.org Forums:
Can you please share more details about what's going on when this happens? Is it…1 day ago
-
Posted a reply to What’s the Lightest Setting for This Plugin?, on the site WordPress.org Forums:
There are really probably two settings you would want to consider changing to reduce the…4 days ago
-
Posted a reply to Selecting Buttons for Output, on the site WordPress.org Forums:
As a fellow tinkerer, I completely understand. Best of luck as you poke around and…4 days ago
-
Posted a reply to Selecting Buttons for Output, on the site WordPress.org Forums:
The scriptlesssocialsharing_buttons filter (ref) returns an array of buttons available for output, so I would…5 days ago
-
Posted a reply to How to disable SSS in mobile version, on the site WordPress.org Forums:
There is a filter for the plugin which determines whether or not the buttons can…6 days ago
-
Posted a reply to Buttons displayed vertically not horixontally with shortcode, on the site WordPress.org Forums:
For some reason, your output for the buttons on that page are wrapped in a…1 week ago
-
Posted a reply to Add anchor to shortcode?, on the site WordPress.org Forums:
You would need to add your own button, as that kind of functionality requires JavaScript.…1 week ago
-
Posted a reply to Add anchor to shortcode?, on the site WordPress.org Forums:
I would experiment with adding code to remove anything from the # and after from…2 weeks ago
-
Posted a reply to Add anchor to shortcode?, on the site WordPress.org Forums:
I think that's theoretically possible, although the code looks a bit funny. Here's something to…2 weeks ago
-
Posted a reply to Email Share Button, on the site WordPress.org Forums:
Paul, I've just released version 3.1.4 which should resolve this issue. Thanks for your patience.3 weeks ago
-
Posted a reply to Email Share Button, on the site WordPress.org Forums:
Paul, thank you so much for reporting back on this. You are correct that it's…4 weeks ago
-
Posted a reply to in the outlook the link text appears, but it is not linked, on the site WordPress.org Forums:
There is not a way to pass the HTML markup to the email program from…4 weeks ago
-
Posted a reply to AMP, on the site WordPress.org Forums:
I suspect there is another issue at play here. That code is from the AMP…4 weeks ago
-
Posted a reply to AMP, on the site WordPress.org Forums:
The plugin does not output in specific situations handled by Core WordPress functions, such as…4 weeks ago
-
Posted a reply to AMP, on the site WordPress.org Forums:
From the screenshot, it looks like the buttons are outputting, but not the styles. I've…4 weeks ago
-
Posted a reply to Add Post Meta under Post Title, on the site WordPress.org Forums:
If you need to use flexbox on the .big-leader .wrap element, you will need to…1 month ago
-
Posted a reply to Transition, on the site WordPress.org Forums:
You maybe need a transition-duration added (ref), as an instantaneous 360 degree rotation will look…1 month ago
-
Posted a reply to Transition, on the site WordPress.org Forums:
It looks like that site is displaying two icons in each button, in slightly different…1 month ago
-
Posted a reply to Add Post Meta under Post Title, on the site WordPress.org Forums:
It is possible, yes. There are action hooks both before and after the banner image…1 month ago
-
Posted a reply to Code conflict, on the site WordPress.org Forums:
So you don't actually need the buttons outside of the single posts; you just want…1 month ago
-
Posted a reply to Code conflict, on the site WordPress.org Forums:
Okay, can you clarify what it is that you are trying to accomplish? I thought…1 month ago
-
Posted a reply to Code conflict, on the site WordPress.org Forums:
My guess is that you do not have any selections made for the Button Location…1 month ago
-
Posted a reply to Track clicks with GA, on the site WordPress.org Forums:
You could definitely try that--you would just need to change the selector from line 3…1 month ago
-
Posted a reply to Injects HTML of every icons, on the site WordPress.org Forums:
If you have svg in your path definition, then it will look for a directory…1 month ago
-
Committed [2227405] to Plugins Trac:
tagging version 1.4.02 months ago
-
Committed [2227404] to Plugins Trac:
removing support for really old versions of Genesis2 months ago
-
Posted a reply to How to add SSS button on Genesis single post Info, on the site WordPress.org Forums:
Glad you got it set up the way you want. Just a note that generally,…2 months ago
-
Posted a reply to How to add SSS button on Genesis single post Info, on the site WordPress.org Forums:
You will just need to use a filter to change the location hook. The example…2 months ago
-
Posted a reply to Twitter CSS, on the site WordPress.org Forums:
Thanks, I've updated the Twitter brand color and it will be in the next update.2 months ago
-
Posted a reply to Injects HTML of every icons, on the site WordPress.org Forums:
The plugin is set up to use SVG icons the same way that the Twenty…2 months ago
-
Posted a reply to Sugestions, on the site WordPress.org Forums:
Thank you for the suggestion! I've intentionally not included mobile styling, except to remove the…2 months ago
-
Posted a reply to Add onclick to the links, on the site WordPress.org Forums:
Hi @callaloo, I have not looked into the JavaScript code at all, so I'm not…2 months ago
-
Posted a reply to Add onclick to the links, on the site WordPress.org Forums:
The results of this function will show on the Scriptless links which have the onclick…2 months ago
-
Posted a reply to Add onclick to the links, on the site WordPress.org Forums:
Because the button output is all passed through the wp_kses filter, you need to add…3 months ago
-
Posted a reply to Set the href attribute only on the email icon, on the site WordPress.org Forums:
Well thank you! (And I have a junk drawer dev site myself; totally sympathize.) Thanks…3 months ago
-
Posted a reply to Set the href attribute only on the email icon, on the site WordPress.org Forums:
If you visit my site and check out the email button, you'll see that it…3 months ago
-
Posted a reply to Set the href attribute only on the email icon, on the site WordPress.org Forums:
The better way to add a "to" email address would be to add it to…3 months ago
-
Posted a reply to Unable to move the button location, on the site WordPress.org Forums:
Your code is fine. However, what the locations filter is defining is the filter or…3 months ago
-
Posted a reply to Use and tags around the list of buttons (instead of a div), on the site WordPress.org Forums:
So, one way to modify that would be to manually update your shortcode to use…3 months ago
-
Posted a reply to Use and tags around the list of buttons (instead of a div), on the site WordPress.org Forums:
If you are able to replace one file in your copy of the plugin, you…3 months ago
-
Posted a reply to Turn Off On A Per Page Basis, on the site WordPress.org Forums:
There are two ways to approach this, depending on whether you want buttons to usually…3 months ago
-
Created a topic, Lazy Loading should not be enabled in RSS feeds, on the site WordPress.org Forums:
The lazy loading feature is currently applied to image…3 months ago
-
Posted a reply to W3TC Lazy Load, on the site WordPress.org Forums:
This may more properly be a W3TC issue, as I do not know of a…3 months ago
-
Committed [2194541] to Plugins Trac:
tagging version 3.2.04 months ago
-
Committed [2194540] to Plugins Trac:
new featured image blocks; updated banner image size4 months ago
-
Posted a reply to Custom image size, on the site WordPress.org Forums:
Yes, the height is automatically handled based on the width, unless it's a vertical/portrait orientation…4 months ago
-
Posted a reply to Custom image size, on the site WordPress.org Forums:
The plugin's image size is the one called mailchimp. The dimensions are general, not exact--if…4 months ago
-
Posted a reply to Custom image size, on the site WordPress.org Forums:
If you want to use your own image size instead of small, medium, or the…4 months ago
-
Posted a reply to Centering in Beaver Builder?, on the site WordPress.org Forums:
You should be able to center the buttons by adding this CSS to your site,…4 months ago
-
Posted a reply to Change H3 to P, on the site WordPress.org Forums:
You can do that with a filter, or you can keep it as a heading…4 months ago
Developer
-
Add Featured Image Column
Active Installs: 2,000+
-
Display Featured Image for Genesis
Active Installs: 4,000+
-
Genesis Accessible
Active Installs: 1,000+
-
Scriptless Social Sharing
Active Installs: 7,000+
-
Send Images to RSS
Active Installs: 7,000+
-
Simple Listings for Genesis
Active Installs: 20+
Contributor
-
Simple Social Icons
Active Installs: 200,000+