Home › Forums › WoodMart support forum › woomart shopping cart sidebar disappeared › Reply To: woomart shopping cart sidebar disappeared
February 17, 2020 at 3:35 pm
#174070
shuki
Participant
i turns out this piece of code:
<?php do_action( 'woodmart_before_wp_footer' ); ?>
if missing in child theme footer.php file, created the issue.
<div class="woodmart-close-side"></div>
<?php do_action( 'woodmart_before_wp_footer' ); ?>
<?php wp_footer(); ?>
</body>
</html>