I found the aside code and commented it out, thanks!
Good Morning Andre or Moderators. I am having the same issue. Please share what you did to solve. Thank you
Hi igs,
What theme are you using? Please ensure that your theme is not creating these footer widgets.
More often than not, your theme is adding these. The single-listing.php template file included in the plugin will call for get_sidebar() and get_footer(). If you prefer not to display these, you can remove those lines from the template.
*Note: if you want to modify the template, it’s advised to copy the file to your theme folder so it will not be overwritten in a plugin update.