File: /home/slyfwmm/studiomilighetti/wp-content/themes/domik/includes/redux-sections/folio-pagi.php
<?php
/* banner-php */
Redux::setSection( $opt_name, array(
'title' => esc_html__('Pagination / Loadmore', 'domik'),
'id' => 'folio-pagination-lmore-optons',
'subsection' => true,
'fields' => array(
array(
'id' => 'folio_show_loadmore',
'type' => 'switch',
'on'=> esc_html__('Yes','domik'),
'off'=> esc_html__('No','domik'),
'title' => esc_html__( 'Use Infinite scroll?', 'domik' ),
'subtitle' => esc_html__( 'Items will be added automatically when scroll down to the page bottom.', 'domik' ),
'default' => true,
),
array(
'id' => 'folio_loadmore_items',
'type' => 'text',
'title' => esc_html__( 'Load more items', 'domik' ),
'subtitle' => esc_html__( 'Number of posts to get on each additional loading.', 'domik' ),
'default' => 3,
),
array(
'id' => 'folio_show_pagination',
'type' => 'switch',
'on'=> esc_html__('Yes','domik'),
'off'=> esc_html__('No','domik'),
'title' => esc_html__( 'Show Pagination', 'domik' ),
'default' => false,
),
),
));