Select Page

All settings you can find in BeRocket_Pagination class in static variables $defaults.

    public static $defaults = array(
        'br_pagination_general_settings'    => array(
            'use_next_prev'                     => '1',
            'pos_next_prev'                     => 'around_pagination',
            'page_end_size'                     => '3',
            'page_mid_size'                     => '3',
            'use_dots'                          => '1',
        ),
        'br_pagination_style_settings'      => array(
            'style'                             => 'default',
            'pagination_pos'                    => 'center',
            'default_show'                      => array(
                'after_products'                    => '1',
                'before_products'                   => '',
            ),
            'fixed_position'                    => array(
                'top'                               => '',
                'bottom'                            => '0',
                'left'                              => '',
                'right'                             => '',
            ),
            'buffer_top'                        => '700',
            'bottom_position'                   => '10',
            'ul_style'                          => array(
                'background-color'                  => '',
                'border-color'                      => 'd3ced2',
                'border-top-width'                  => '1',
                'border-bottom-width'               => '1',
                'border-left-width'                 => '1',
                'border-right-width'                => '0',
                'padding-top'                       => '0',
                'padding-bottom'                    => '0',
                'padding-left'                      => '0',
                'padding-right'                     => '0',
                'border-top-left-radius'            => '0',
                'border-top-right-radius'           => '0',
                'border-bottom-right-radius'        => '0',
                'border-bottom-left-radius'         => '0',
            ),
            'ul_li_style'                       => array(
                'border-color'                      => 'd3ced2',
                'border-top-width'                  => '0',
                'border-bottom-width'               => '0',
                'border-left-width'                 => '0',
                'border-right-width'                => '1',
                'border-top-left-radius'            => '0',
                'border-top-right-radius'           => '0',
                'border-bottom-right-radius'        => '0',
                'border-bottom-left-radius'         => '0',
                'margin-top'                        => '0',
                'margin-bottom'                     => '0',
                'margin-left'                       => '0',
                'margin-right'                      => '0',
                'float'                             => 'left',
            ),
            'ul_li_hover_style'                 => array(
                'border-color'                      => 'd3ced2',
            ),
            'ul_li_a-span_style'                => array(
                'color'                             => '333',
                'background-color'                  => '',
                'padding-top'                       => '10',
                'padding-bottom'                    => '10',
                'padding-left'                      => '10',
                'padding-right'                     => '10',
            ),
            'ul_li_a-span_hover_style'          => array(
                'color'                             => '8a7e88',
                'background-color'                  => 'ebe9eb',
            ),
        ),
        'br_pagination_text_settings'       => array(
            'dots_prev_icon'                    => 'fa-ellipsis-h',
            'dots_prev_text'                    => '…',
            'dots_next_icon'                    => 'fa-ellipsis-h',
            'dots_next_text'                    => '…',
            'prev_icon'                         => 'fa-angle-double-left',
            'next_icon'                         => 'fa-angle-double-right',
            'prev_text'                         => '«',
            'next_text'                         => '»',
            'current_page'                      => '%PAGE%',
            'page'                              => '%PAGE%',
            'first_page_icon'                   => '',
            'first_page'                        => '1',
            'last_page_icon'                    => '',
            'last_page'                         => '%LAST%',
        ),
        'br_pagination_javascript_settings' => array(
            'page_load'                         => '',
            'custom_css'                        => '',
        ),
        'br_pagination_license_settings'    => array(
            'plugin_key'                        => '',
        ),
    );