Hello @wpandrew
Thanks for reaching here,
You can add code in Theme’s footer.php file Below this line <div id="footer-wrapper"> below line no 42, Please add this code : <?php if( function_exists('slbd_display_widgets') ) { echo slbd_display_widgets(); } ?>
IT will look like : `<div id=”footer-wrapper”>
<?php if( function_exists(‘slbd_display_widgets’) ) { echo slbd_display_widgets(); } ?>`
This will work perfect.
Let us know if you have any query.
Thanks & Regards.