';
if ( $is_sticky ) {
$options = array();
$options['containerSelector'] = $sticky_container_selector;
$options['minWidth'] = (int) $sticky_min_width;
$options['padding']['top'] = (int) $sticky_top;
$options['padding']['bottom'] = (int) $sticky_bottom;
$options['activeClass'] = $sticky_active_class;
$options = json_encode( $options );
$output .= '
';
}
$output .= '
';
$output .= wpb_js_remove_wpautop( $content );
$output .= '
';
if ( $is_sticky ) {
$output .= '
';
}
$output .= '
';
echo porto_filter_output( $output );