Contact us through Support and we’ll do our best to help you out.
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Nullam varius porttitor augue id rutrum. Duis vehicula magna at magna tempus rhoncus. Maecenas quis…
?php
$footer_layout = Pisces()->layout->get_footer_layout();
$number_col = absint(substr(ltrim($footer_layout),0,1));
$footer_copyright = Pisces()->settings->get('footer_copyright');
$class_column_mapping = array(
'1col' => array(
'col-xs-12'
),
'2col48' => array(
'col-xs-12 col-sm-4',
'col-xs-12 col-sm-8'
),
'2col66' => array(
'col-xs-12 col-sm-6',
'col-xs-12 col-sm-6'
),
'3col444' => array(
'col-xs-12 col-sm-6 col-md-4',
'col-xs-12 col-sm-6 col-md-4',
'col-xs-12 col-sm-6 col-md-4'
),
'3col363' => array(
'col-xs-12 col-sm-3 col-md-3',
'col-xs-12 col-sm-6 col-md-6',
'col-xs-12 col-sm-3 col-md-3'
),
'4col3333' => array(
'col-xs-12 col-sm-6 col-md-3',
'col-xs-12 col-sm-6 col-md-3',
'col-xs-12 col-sm-6 col-md-3',
'col-xs-12 col-sm-6 col-md-3'
),
'5col32223' => array(
'col-xs-12 col-sm-6 col-md-3',
'col-xs-12 col-sm-3 col-md-2',
'col-xs-12 col-sm-3 col-md-2',
'col-xs-12 col-sm-6 col-md-2 hidden-sm',
'col-xs-12 col-sm-6 col-md-3 hidden-sm'
)
);
if($number_col < 1) $number_col = 1;
?>