Thanks.
I ended-up finding a plugin that works like a text widget but supports shortcodes:
https://wordpress.org/plugins/shortcode-widget/
Amazing that wordpress text widget doesn’t do this by default, and I wanted to avoid modifying my theme code if I could help it, so this little plugin worked great.
Thanks.
Michael
I was (finally) able to figure out how to add this to my fuctions.php file and now I can use shortcodes in a text widget and don’t need the custom widget anymore.
Amazing that this is standard functionality in WordPress!
Michael
Thanks for the feedback, good info. Yes, that seems to be a common complaint about WP. One good thing in that regard, though, is that you got some experience geeking up functions.php. I found it to be pretty cool once I got my head wrapped around how all that works. 🙂