Hi Micah,
Like this : but it’s the same way..damn, i’m affraid it doesn’t works in fact, image is before footer..
<?php echo do_shortcode(‘[mpress_image_refresh attachment=”5725, 5727″]’); ?>
<div id=”footer-outer” <?php echo ( $footer_reveal != ‘1’ ) ? ‘data-midnight=”light”‘ : ”; ?> data-cols=”<?php echo esc_attr( $footer_columns ); ?>” data-custom-color=”<?php echo esc_attr( $footer_custom_color ); ?>” data-disable-copyright=”<?php echo esc_attr( $disable_footer_copyright ); ?>” data-matching-section-color=”<?php echo esc_attr( $matching_footer_color ); ?>” data-copyright-line=”<?php echo esc_attr( $copyright_line ); ?>” data-using-bg-img=”<?php echo esc_attr( $using_footer_bg_img ); ?>” data-bg-img-overlay=”<?php echo esc_attr( $footer_bg_image_overlay ); ?>” data-full-width=”<?php echo esc_attr( $footer_full_width ); ?>” data-using-widget-area=”<?php echo esc_attr( $using_footer_widget_area ); ?>” <?php echo $footer_bg_image_markup; // WPCS: XSS ok. ?>>
<?php
get_template_part( ‘includes/partials/footer/call-to-action’ );
get_template_part( ‘includes/partials/footer/main-widgets’ );
get_template_part( ‘includes/partials/footer/copyright-bar’ );
?>
</div><!–/footer-outer–>
<?php
get_template_part( ‘includes/partials/footer/off-canvas-navigation’ );
?>