sub_option( 'footer_' . $row . '_contain', 'tablet' ) ? kadence()->sub_option( 'footer_' . $row . '_contain', 'tablet' ) : 'default' ); $mobile_contain = ( kadence()->sub_option( 'footer_' . $row . '_contain', 'mobile' ) ? kadence()->sub_option( 'footer_' . $row . '_contain', 'mobile' ) : 'default' ); $tablet_layout = ( kadence()->sub_option( 'footer_' . $row . '_layout', 'tablet' ) ? kadence()->sub_option( 'footer_' . $row . '_layout', 'tablet' ) : 'default' ); $link_style = kadence()->option( 'footer_' . $row . '_link_style' ); $columns = absint( kadence()->option( 'footer_' . $row . '_columns' ) ); $tablet_direction = ( kadence()->sub_option( 'footer_' . $row . '_direction', 'tablet' ) ? kadence()->sub_option( 'footer_' . $row . '_direction', 'tablet' ) : 'default' ); $mobile_direction = ( kadence()->sub_option( 'footer_' . $row . '_direction', 'mobile' ) ? kadence()->sub_option( 'footer_' . $row . '_direction', 'mobile' ) : 'default' ); $i = 0; ?>