Totally agree, this is by far the best out of all of them, paid or free!
Also in the widget file I found the code “<?php echo get_template_directory_uri(); ?>” where it was calling each social media icon, is there a another PHP code that would tell it to pull the image from the child theme rather than the parent?
I tried just removing this PHP code with and putting a simple URL (ie images/facebook.png) but it still pulls from the parent theme, even though that directory is in my child theme.
Here is a test of the page we’re getting ready to launch, as you can see the social media icons are on the right hand side of the page next to the slideshow – newlifea2.org
I believe the widget is part of the theme. I downloaded the original theme and have the PHP file of the widget. I copy/pasted the widget file into my child theme folder and changed where it calls the images from, hoping the child theme would upload it and override the original, but not luck.