Daniel
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Icons Widget] Add width and height attributes to all image tagsVersion 14.07 update includes size attributes for the default icon sets.
Forum: Plugins
In reply to: [Social Icons Widget] customize html codeI’ve now included a few filters that allow you to alter the output of the icons and icon list. Check the FAQ!
Forum: Plugins
In reply to: [Social Icons Widget] link open in new windowSounds good. I’m thinking for the next version, I’ll just add a filter in so you can preserve those edits and changes in future updates.
Forum: Plugins
In reply to: [Social Icons Widget] link open in new windowAt the moment, I don’t have an option in the widget available for that. I have had a few others contact me about it, and it’s planned for the next release.
Thanks!
Forum: Plugins
In reply to: [Social Icons Widget] drag and drop change orderAt the moment, it’s not in the plan to include drag-and-drop functionality. I’m looking toward a bit of a rebuild over the next 6-8 months though, to streamline the interface a bit more and would likely include drag and drop then.
Thanks!
Forum: Plugins
In reply to: [Social Icons Widget] Add width and height attributes to all image tagsHi saxamo,
I’m assuming you mean the HTML parameters in the <img> tag? I can add that to my list for the next update. Shouldn’t be an issue at all!Forum: Plugins
In reply to: [Social Icons Widget] Missing iconsI was able to replicate the issue and fix it. Version 14.05 should be available for upgrade now.
Thanks everyone for pointing out the error!
Forum: Plugins
In reply to: [Social Icons Widget] Missing iconsInteresting- I’ll take a look and see if I can replicate that. The URL path should be taking into account if WordPress is installed in a folder though.
Thanks guys!
Forum: Plugins
In reply to: [Social Icons Widget] Changing/Deleting 'Follow Us'Hi Sara,
You can change the title with at the top of the widget under Title, just above the icon type and check boxes.
Forum: Plugins
In reply to: [Social Icons Widget] Missing iconsWhat theme are you using? If you reset your theme back to TwentyFourteen and the plugin works, it may tell us if there’s a conflict that way.
Forum: Plugins
In reply to: [Social Icons Widget] Missing iconsThat is really odd behavior. Have you tried uninstalling and re-installing the plugin?
Forum: Plugins
In reply to: [Social Icons Widget] Missing iconsOne other thing you may want to check- did you select Small/Medium/Large and not Custom Small/Medium/Large?
Email icons have been officially added to the plugin in the 14.04 update.
You could add an email button with the following code in your theme’s functions.php file:
function add_new_icons($icon_list) { $icon_list['Email'] = 'email'; return $icon_list; } add_filter('social_icon_accounts', 'add_new_icons');
As it stands with WordPress. 3.9 entering its final stages, I’m not planning on any new updates on the plugin until its released. Once its out though, I’ll be looking through for any compatibility issues and can make updates to the available social networks then.
Thanks for the suggestions, Tevya! I’ve actually looked into the Font Awesome icons, but decided against them, as the font doesn’t contain all of the icons that the plugin supports. However, if you’re a bit savvy with CSS, they should be easy to swap out!