top_border_radius_settings' => [ 'id' => 'ocean_scroll_top_border_radius_settings', 'label' => esc_html__( 'Border Radius (px)', 'oceanwp' ), 'type' => 'ocean-spacing', 'section' => 'ocean_scroll_to_top_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'isType' => 'radius', 'active_callback' => 'ocean_is_scroll_top', 'setting_args' => [ 'spacingTop' => [ 'id' => 'ocean_scroll_top_border_top_radius', 'label' => esc_html__( 'Top', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 2, ], ], 'spacingRight' => [ 'id' => 'ocean_scroll_top_border_right_radius', 'label' => esc_html__( 'Right', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 2, ], ], 'spacingBottom' => [ 'id' => 'ocean_scroll_top_border_bottom_radius', 'label' => esc_html__( 'Bottom', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 2, ], ], 'spacingLeft' => [ 'id' => 'ocean_scroll_top_border_left_radius', 'label' => esc_html__( 'Left', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 2, ], ], 'spacingTopTablet' => [ 'id' => 'ocean_scroll_top_border_tablet_top_radius', 'label' => esc_html__( 'Top', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingRightTablet' => [ 'id' => 'ocean_scroll_top_border_tablet_right_radius', 'label' => esc_html__( 'Right', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingBottomTablet' => [ 'id' => 'ocean_scroll_top_border_tablet_bottom_radius', 'label' => esc_html__( 'Bottom', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingLeftTablet' => [ 'id' => 'ocean_scroll_top_border_tablet_left_radius', 'label' => esc_html__( 'Left', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingTopMobile' => [ 'id' => 'ocean_scroll_top_border_mobile_top_radius', 'label' => esc_html__( 'Top', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingRightMobile' => [ 'id' => 'ocean_scroll_top_border_mobile_right_radius', 'label' => esc_html__( 'Right', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingBottomMobile' => [ 'id' => 'ocean_scroll_top_border_mobile_bottom_radius', 'label' => esc_html__( 'Bottom', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingLeftMobile' => [ 'id' => 'ocean_scroll_top_border_mobile_left_radius', 'label' => esc_html__( 'Left', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], ], 'preview' => 'queryWithType', 'css' => [ 'selector' => '#scroll-top', 'property' => 'border-radius' ], ], 'ocean_divider_after_scroll_top_border_radius' => [ 'type' => 'ocean-divider', 'section' => 'ocean_scroll_to_top_section', 'transport' => 'postMessage', 'priority' => 10, 'top' => 10, 'active_callback' => 'ocean_is_scroll_top', ], 'ocean_scroll_to_top_position_section' => [ 'type' => 'section', 'title' => esc_html__( 'Button Position', 'oceanwp' ), 'section' => 'ocean_scroll_to_top_section', 'after' => 'ocean_divider_after_scroll_top_border_radius', 'class' => 'section-site-layout', 'priority' => 10, 'options' => [ 'ocean_scroll_top_position' => [ 'type' => 'ocean-buttons', 'label' => esc_html__( 'Position', 'oceanwp' ), 'section' => 'ocean_scroll_to_top_position_section', 'default' => 'right', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'wrap' => false, 'active_callback' => 'ocean_is_scroll_top', 'sanitize_callback' => 'sanitize_key', 'choices' => [ 'left' => [ 'id' => 'left', 'label' => esc_html__( 'Left', 'oceanwp' ), 'content' => esc_html__( 'Left', 'oceanwp' ), ], 'right' => [ 'id' => 'right', 'label' => esc_html__( 'Right', 'oceanwp' ), 'content' => esc_html__( 'Right', 'oceanwp' ), ] ], ], 'ocean_divider_after_scroll_top_position_setting' => [ 'type' => 'ocean-divider', 'section' => 'ocean_scroll_to_top_position_section', 'transport' => 'postMessage', 'priority' => 10, 'top' => 10, 'active_callback' => 'ocean_is_scroll_top', ], 'ocean_scroll_top_bottom_position_setting' => [ 'id' => 'ocean_scroll_top_bottom_position_setting', 'label' => esc_html__( 'Bottom Position', 'oceanwp' ), 'type' => 'ocean-range-slider', 'section' => 'ocean_scroll_to_top_position_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'active_callback' => 'ocean_is_scroll_top', 'isUnit' => true, 'isResponsive' => false, 'min' => 1, 'max' => 200, 'step' => 1, 'sanitize_callback' => 'oceanwp_sanitize_number_blank', 'setting_args' => [ 'desktop' => [ 'id' => 'ocean_scroll_top_bottom_position', 'label' => esc_html__( 'Desktop', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 20 ], ], 'unit' => [ 'id' => 'ocean_scroll_top_bottom_position_unit', 'label' => esc_html__( 'Unit', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 'px' ], ], ], 'preview' => 'queryWithType', 'css' => [ '#scroll-top' => ['bottom'], ] ], 'ocean_scroll_top_side_position_setting' => [ 'label' => esc_html__( 'Side Position', 'oceanwp' ), 'type' => 'ocean-range-slider', 'section' => 'ocean_scroll_to_top_position_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'wrapper' => 'ocean_scroll_top_side_position_setting', 'active_callback' => 'ocean_is_scroll_top', 'isUnit' => true, 'isResponsive' => false, 'min' => 1, 'max' => 200, 'step' => 1, 'sanitize_callback' => 'oceanwp_sanitize_number_blank', 'setting_args' => [ 'desktop' => [ 'id' => 'ocean_scroll_top_side_position', 'label' => esc_html__( 'Desktop', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 20 ], ], 'unit' => [ 'id' => 'ocean_scroll_top_side_position_unit', 'label' => esc_html__( 'Unit', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 'px' ], ], ], ], 'ocean_site_scroll_top_button_position_need_help' => [ 'type' => 'ocean-content', 'isContent' => sprintf( esc_html__( '%1$s Need Help? %2$s', 'oceanwp' ), '', '' ), 'class' => 'need-help', 'section' => 'ocean_scroll_to_top_position_section', 'transport' => 'postMessage', 'active_callback' => 'ocean_is_scroll_top', 'priority' => 10, ], ] ], 'ocean_spacer_after_scroll_top_position_section' => [ 'type' => 'ocean-spacer', 'section' => 'ocean_scroll_to_top_section', 'transport' => 'postMessage', 'priority' => 10, 'active_callback' => 'ocean_is_scroll_top', ], 'ocean_scroll_to_top_icon_section' => [ 'type' => 'section', 'title' => esc_html__( 'Button Icon', 'oceanwp' ), 'section' => 'ocean_scroll_to_top_section', 'after' => 'ocean_spacer_after_scroll_top_position_section', 'class' => 'section-site-layout', 'priority' => 10, 'options' => [ 'ocean_scroll_top_icon_size_setting' => [ 'id' => 'ocean_scroll_top_icon_size_setting', 'label' => esc_html__( 'Icon Size', 'oceanwp' ), 'type' => 'ocean-range-slider', 'section' => 'ocean_scroll_to_top_icon_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'active_callback' => 'ocean_is_scroll_top', 'isUnit' => true, 'isResponsive' => false, 'min' => 1, 'max' => 60, 'step' => 1, 'sanitize_callback' => 'oceanwp_sanitize_number_blank', 'setting_args' => [ 'desktop' => [ 'id' => 'ocean_scroll_top_icon_size', 'label' => esc_html__( 'Desktop', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 10 ], ], 'unit' => [ 'id' => 'ocean_scroll_top_icon_size_unit', 'label' => esc_html__( 'Unit', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 'px' ], ], ], 'preview' => 'queryWithType', 'css' => [ '#scroll-top' => ['font-size'], '#scroll-top .owp-icon' => ['width', 'height'], ] ], 'ocean_divider_after_scroll_top_icon_size_setting' => [ 'type' => 'ocean-divider', 'section' => 'ocean_scroll_to_top_icon_section', 'transport' => 'postMessage', 'priority' => 10, 'top' => 1, 'bottom' => 20, 'active_callback' => 'ocean_is_scroll_top', ], 'ocean_scroll_top_arrow' => [ 'type' => 'ocean-buttons', 'label' => esc_html__( 'Select Icon', 'oceanwp' ), 'section' => 'ocean_scroll_to_top_icon_section', 'default' => 'angle_up', 'transport' => 'refresh', 'priority' => 10, 'hideLabel' => false, 'wrap' => true, 'active_callback' => 'ocean_is_scroll_top', 'sanitize_callback' => 'sanitize_key', 'choices' => oceanwp_get_scroll_top_icons(), ], 'ocean_site_scroll_top_button_icon_need_help' => [ 'type' => 'ocean-content', 'isContent' => sprintf( esc_html__( '%1$s Need Help? %2$s', 'oceanwp' ), '', '' ), 'class' => 'need-help', 'section' => 'ocean_scroll_to_top_icon_section', 'transport' => 'postMessage', 'active_callback' => 'ocean_is_scroll_top', 'priority' => 10, ], ] ], 'ocean_divider_after_scroll_top_icon_section' => [ 'type' => 'ocean-divider', 'section' => 'ocean_scroll_to_top_section', 'transport' => 'postMessage', 'active_callback' => 'ocean_is_scroll_top', 'priority' => 10, 'top' => 20, 'bottom' => 10 ], 'ocean_scroll_top_bg_color_setting' => [ 'type' => 'ocean-color', 'label' => esc_html__( 'Background', 'oceanwp' ), 'section' => 'ocean_scroll_to_top_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'showAlpha' => true, 'showPalette' => true, 'wrapper' => 'ocean_scroll_top_bg_color_setting', 'active_callback' => 'ocean_is_scroll_top', 'sanitize_callback' => 'wp_kses_post', 'setting_args' => [ 'normal' => [ 'id' => 'ocean_scroll_top_bg', 'key' => 'normal', 'label' => esc_html__( 'Normal', 'oceanwp' ), 'selector' => [ '#scroll-top' => 'background-color' ], 'attr' => [ 'transport' => 'postMessage', 'default' => 'rgba(0,0,0,0.4)', ], ], 'hover' => [ 'id' => 'ocean_scroll_top_bg_hover', 'key' => 'hover', 'label' => esc_html__( 'Hover', 'oceanwp' ), 'selector' => [ '#scroll-top:hover' => 'background-color' ], 'attr' => [ 'transport' => 'postMessage', 'default' => 'rgba(0,0,0,0.8)', ], ] ] ], 'ocean_scroll_top_color_setting' => [ 'type' => 'ocean-color', 'label' => esc_html__( 'Icon', 'oceanwp' ), 'section' => 'ocean_scroll_to_top_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'showAlpha' => true, 'showPalette' => true, 'wrapper' => 'ocean_scroll_top_color_setting', 'active_callback' => 'ocean_is_scroll_top', 'sanitize_callback' => 'wp_kses_post', 'setting_args' => [ 'normal' => [ 'id' => 'ocean_scroll_top_color', 'key' => 'normal', 'label' => esc_html__( 'Normal', 'oceanwp' ), 'selector' => [ '#scroll-top' => 'color', '#scroll-top .owp-icon use' => 'stroke' ], 'attr' => [ 'transport' => 'postMessage', 'default' => '#ffffff', ], ], 'hover' => [ 'id' => 'ocean_scroll_top_color_hover', 'key' => 'hover', 'label' => esc_html__( 'Hover', 'oceanwp' ), 'selector' => [ '#scroll-top:hover' => 'color', '#scroll-top:hover .owp-icon use' => 'stroke' ], 'attr' => [ 'transport' => 'postMessage', 'default' => '#ffffff', ], ] ] ], 'ocean_site_scroll_top_need_help' => [ 'type' => 'ocean-content', 'isContent' => sprintf( esc_html__( '%1$s Need Help? %2$s', 'oceanwp' ), '', '' ), 'class' => 'need-help', 'section' => 'ocean_scroll_to_top_section', 'transport' => 'postMessage', 'active_callback' => 'ocean_is_scroll_top', 'priority' => 10, ], ] ], 'ocean_divider_after_scroll_top_section' => [ 'type' => 'ocean-divider', 'section' => 'ocean_styles_and_settings', 'transport' => 'postMessage', 'priority' => 10, 'top' => 10, 'bottom' => 10 ], 'ocean_site_pagination_section' => [ 'type' => 'section', 'title' => esc_html__( 'Site Pagination', 'oceanwp' ), 'section' => 'ocean_styles_and_settings', 'after' => 'ocean_divider_after_scroll_top_section', 'class' => 'section-site-layout', 'priority' => 10, 'options' => [ 'ocean_pagination_align' => [ 'type' => 'ocean-buttons', 'label' => esc_html__( 'Position', 'oceanwp' ), 'section' => 'ocean_site_pagination_section', 'default' => 'right', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'wrap' => false, 'sanitize_callback' => 'sanitize_key', 'choices' => [ 'left' => [ 'id' => 'left', 'label' => esc_html__( 'Left','oceanwp' ), 'content' => esc_html__( 'Left','oceanwp' ), ], 'center' => [ 'id' => 'center', 'label' => esc_html__( 'Center','oceanwp' ), 'content' => esc_html__( 'Center','oceanwp' ), ], 'right' => [ 'id' => 'right', 'label' => esc_html__( 'Right','oceanwp' ), 'content' => esc_html__( 'Right','oceanwp' ), ] ] ], 'ocean_divider_after_pagination_position_setting' => [ 'type' => 'ocean-divider', 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'top' => 1, 'bottom' => 20, ], 'ocean_pagination_border_width_setting' => [ 'id' => 'ocean_pagination_border_width_setting', 'label' => esc_html__( 'Border Width', 'oceanwp' ), 'type' => 'ocean-range-slider', 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'isUnit' => true, 'isResponsive' => true, 'min' => 1, 'max' => 20, 'step' => 1, 'bottom' => 30, 'sanitize_callback' => 'oceanwp_sanitize_number_blank', 'setting_args' => [ 'desktop' => [ 'id' => 'ocean_pagination_border_width', 'label' => esc_html__( 'Desktop', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 1, ], ], 'tablet' => [ 'id' => 'ocean_pagination_border_width_tablet', 'label' => esc_html__( 'Tablet', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'mobile' => [ 'id' => 'ocean_pagination_border_width_mobile', 'label' => esc_html__( 'Mobile', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'unit' => [ 'id' => 'ocean_pagination_border_width_unit', 'label' => esc_html__( 'Unit', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 'px', ], ], ], 'preview' => 'queryWithType', 'css' => [ '.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span' => ['border-width'], ] ], 'ocean_pagination_border_radius_setting' => [ 'id' => 'ocean_pagination_border_radius_setting', 'label' => esc_html__( 'Border Radius (px)', 'oceanwp' ), 'type' => 'ocean-spacing', 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'isType' => 'radius', 'setting_args' => [ 'spacingTop' => [ 'id' => 'ocean_pagination_top_radius', 'label' => esc_html__( 'Top', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 1, ], ], 'spacingRight' => [ 'id' => 'ocean_pagination_right_radius', 'label' => esc_html__( 'Right', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 1, ], ], 'spacingBottom' => [ 'id' => 'ocean_pagination_bottom_radius', 'label' => esc_html__( 'Bottom', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 1, ], ], 'spacingLeft' => [ 'id' => 'ocean_pagination_left_radius', 'label' => esc_html__( 'Left', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 1, ], ], 'spacingTopTablet' => [ 'id' => 'ocean_pagination_tablet_top_radius', 'label' => esc_html__( 'Top', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingRightTablet' => [ 'id' => 'ocean_pagination_tablet_right_radius', 'label' => esc_html__( 'Right', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingBottomTablet' => [ 'id' => 'ocean_pagination_tablet_bottom_radius', 'label' => esc_html__( 'Bottom', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingLeftTablet' => [ 'id' => 'ocean_pagination_tablet_left_radius', 'label' => esc_html__( 'Left', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingTopMobile' => [ 'id' => 'ocean_pagination_mobile_top_radius', 'label' => esc_html__( 'Top', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingRightMobile' => [ 'id' => 'ocean_pagination_mobile_right_radius', 'label' => esc_html__( 'Right', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingBottomMobile' => [ 'id' => 'ocean_pagination_mobile_bottom_radius', 'label' => esc_html__( 'Bottom', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'spacingLeftMobile' => [ 'id' => 'ocean_pagination_mobile_left_radius', 'label' => esc_html__( 'Left', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], ], 'preview' => 'queryWithType', 'css' => [ 'selector' => '.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span', 'property' => 'border-radius' ], ], 'ocean_title_for_site_pagination_typography_and_color' => [ 'type' => 'ocean-title', 'label' => esc_html__( 'Typography and Colors', 'oceanwp' ), 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'top' => 20, ], 'ocean_pagination_font_size_setting' => [ 'id' => 'ocean_pagination_font_size_setting', 'label' => esc_html__( 'Pagination Text Size', 'oceanwp' ), 'type' => 'ocean-range-slider', 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'isUnit' => true, 'isResponsive' => true, 'min' => 1, 'max' => 100, 'step' => 1, 'top' => 20, 'sanitize_callback' => 'oceanwp_sanitize_number_blank', 'setting_args' => [ 'desktop' => [ 'id' => 'ocean_pagination_font_size', 'label' => esc_html__( 'Desktop', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 18, ], ], 'tablet' => [ 'id' => 'ocean_pagination_font_size_tablet', 'label' => esc_html__( 'Tablet', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'mobile' => [ 'id' => 'ocean_pagination_font_size_mobile', 'label' => esc_html__( 'Mobile', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', ], ], 'unit' => [ 'id' => 'ocean_pagination_font_size_unit', 'label' => esc_html__( 'Unit', 'oceanwp' ), 'attr' => [ 'transport' => 'postMessage', 'default' => 'px', ], ], ], 'preview' => 'queryWithType', 'css' => [ '.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span' => ['font-size'], ] ], 'ocean_divider_after_pagination_font_size_setting' => [ 'type' => 'ocean-divider', 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'top' => 1, 'bottom' => 20, ], 'ocean_pagination_bg_setting' => [ 'type' => 'ocean-color', 'label' => esc_html__( 'Background', 'oceanwp' ), 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'showAlpha' => true, 'showPalette' => true, 'wrapper' => 'ocean_pagination_bg_setting', 'sanitize_callback' => 'wp_kses_post', 'setting_args' => [ 'normal' => [ 'id' => 'ocean_pagination_bg', 'key' => 'normal', 'label' => esc_html__( 'Normal', 'oceanwp' ), 'selector' => [ '.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span' => 'background-color', ], 'attr' => [ 'transport' => 'postMessage', ], ], 'hover' => [ 'id' => 'ocean_pagination_hover_bg', 'key' => 'hover', 'label' => esc_html__( 'Hover', 'oceanwp' ), 'selector' => [ '.page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover' => 'background-color', ], 'attr' => [ 'transport' => 'postMessage', 'default' => '#f8f8f8', ], ] ] ], 'ocean_pagination_color_setting' => [ 'type' => 'ocean-color', 'label' => esc_html__( 'Pagination Text', 'oceanwp' ), 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'showAlpha' => true, 'showPalette' => true, 'wrapper' => 'ocean_pagination_color_setting', 'sanitize_callback' => 'wp_kses_post', 'setting_args' => [ 'normal' => [ 'id' => 'ocean_pagination_color', 'key' => 'normal', 'label' => esc_html__( 'Normal', 'oceanwp' ), 'selector' => [ '.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span' => 'color', '.page-numbers a .owp-icon use' => 'stroke' ], 'attr' => [ 'transport' => 'postMessage', 'default' => '#555555', ], ], 'hover' => [ 'id' => 'ocean_pagination_hover_color', 'key' => 'hover', 'label' => esc_html__( 'Hover', 'oceanwp' ), 'selector' => [ '.page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover' => 'color', '.page-numbers:hover a .owp-icon use' => 'stroke' ], 'attr' => [ 'transport' => 'postMessage', 'default' => '#333333', ], ] ] ], 'ocean_pagination_border_color_setting' => [ 'type' => 'ocean-color', 'label' => esc_html__( 'Border', 'oceanwp' ), 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'showAlpha' => true, 'showPalette' => true, 'wrapper' => 'ocean_pagination_color_setting', 'sanitize_callback' => 'wp_kses_post', 'setting_args' => [ 'normal' => [ 'id' => 'ocean_pagination_border_color', 'key' => 'normal', 'label' => esc_html__( 'Normal', 'oceanwp' ), 'selector' => [ '.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span' => 'border-color', ], 'attr' => [ 'transport' => 'postMessage', 'default' => '#e9e9e9', ], ], 'hover' => [ 'id' => 'ocean_pagination_border_hover_color', 'key' => 'hover', 'label' => esc_html__( 'Hover', 'oceanwp' ), 'selector' => [ '.page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover' => 'border-color', ], 'attr' => [ 'transport' => 'postMessage', 'default' => '#e9e9e9', ], ] ] ], 'ocean_pagination_bg_active_setting' => [ 'type' => 'ocean-color', 'label' => esc_html__( 'Background: Active', 'oceanwp' ), 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'showAlpha' => true, 'showPalette' => true, 'wrapper' => 'ocean_pagination_bg_active_setting', 'sanitize_callback' => 'wp_kses_post', 'setting_args' => [ 'normal' => [ 'id' => 'ocean_pagination_bg_active', 'key' => 'normal', 'label' => esc_html__( 'Select Color', 'oceanwp' ), 'selector' => [ '.page-numbers .page-numbers.current' => 'background-color', ], 'attr' => [ 'transport' => 'postMessage', ], ] ] ], 'ocean_pagination_color_active_setting' => [ 'type' => 'ocean-color', 'label' => esc_html__( 'Pagination Text: Active', 'oceanwp' ), 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'hideLabel' => false, 'showAlpha' => true, 'showPalette' => true, 'wrapper' => 'ocean_pagination_color_active_setting', 'sanitize_callback' => 'wp_kses_post', 'setting_args' => [ 'normal' => [ 'id' => 'ocean_pagination_color_active', 'key' => 'normal', 'label' => esc_html__( 'Select Color', 'oceanwp' ), 'selector' => [ '.page-numbers .page-numbers.current' => 'color', ], 'attr' => [ 'transport' => 'postMessage', ], ] ] ], 'ocean_divider_after_pagination_colors_setting' => [ 'type' => 'ocean-divider', 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'top' => 10, 'bottom' => 10 ], 'ocean_pagination_did_you_know_links' => [ 'type' => 'ocean-links', 'label' => esc_html__( 'Did you know?', 'oceanwp' ), 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, 'class' => 'didyouknow', 'linkIcon' => 'link-2', 'titleIcon' => 'did-you-know', 'active_callback' => 'ocean_is_oe_active', 'links' => [ 'did_you_know_link_1' => [ 'label' => esc_html__( 'With OceanWP you can easily create unique pagination styles for your blog, shop, and other areas of your site..', 'oceanwp' ), 'url' => esc_url( 'https://docs.oceanwp.org/' ), 'target' => '_blank' ] ] ], 'ocean_pagination_need_help' => [ 'type' => 'ocean-content', 'isContent' => sprintf( esc_html__( '%1$s Need Help? %2$s', 'oceanwp' ), '', '' ), 'class' => 'need-help', 'section' => 'ocean_site_pagination_section', 'transport' => 'postMessage', 'priority' => 10, ], ] ], 'ocean_style_and_settings_need_help' => [ 'type' => 'ocean-content', 'isContent' => sprintf( esc_html__( '%1$s Need Help? %2$s', 'oceanwp' ), '', '' ), 'class' => 'need-help', 'section' => 'ocean_styles_and_settings', 'transport' => 'postMessage', 'priority' => 10, ] ];