Loading Widgets Via Child Theme
For whatever reason, maybe it was caching-related, but waiting a day and then adding this code at the bottom of functions.php solved the issue: if (function_exists(“register_sidebar”)) { register_sidebar(); } According to this article – see the ‘How do I add the Widgets menu option’ https://elementor.com/help/hello-theme-tips/ So then the full code for my functions.php file within … Read more