Enhancement: Allow Custom Icons from Active Theme
-
Hey there. Thanks for the great plugin!
I’m shipping this plugin with a custom theme and I was running into a styling issue. The client wanted custom black and white icons for sharing so I configured a set, but adding them locally, then the staging site, then the production site, etc gets confusing and annoying. I know enough about WP plugins so I was able to get this working myself by changing line 219 in
add-to-any.php
to:$icons_dir = get_stylesheet_directory_uri() . $options['custom_icons_url'];
I’d like to propose this as an additional option in the Add To Any settings page. Right now you can only use a static URL (what you call ‘custom icons’) or the default icons…I’d like there to be an additional option that allows for an option like “Use Icons in Your Theme:” or something like that. It could just be added right there as an additional
if/else
clause…wouldn’t be too hard and I could help if you it.Thanks for considering it!
- The topic ‘Enhancement: Allow Custom Icons from Active Theme’ is closed to new replies.