PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 2.2.10
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v2.2.10
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
← All changes | admin/views/configs/settings/class-sps-accessibility.php +14 -14 2.4.20 → 2.2.10 View file →
@@ -23,17 +23,17 @@
23 23 public static function section( $prefix ) {
24 24 SP_PC::createSection(
25 25 $prefix,
26 26 array(
27 - 'title' => __( 'Accessibility', 'post-carousel' ),
27 + 'title' => __( 'Accessibility', 'smart-post-show' ),
28 28 'icon' => 'fa fa-braille',
29 29 'fields' => array(
30 30 array(
31 31 'id' => 'accessibility',
32 32 'type' => 'switcher',
33 - 'title' => __( 'Carousel Accessibility', 'post-carousel' ),
34 - 'text_on' => __( 'Enabled', 'post-carousel' ),
35 - 'text_off' => __( 'Disabled', 'post-carousel' ),
33 + 'title' => __( 'Carousel Accessibility', 'smart-post-show' ),
34 + 'text_on' => __( 'Enabled', 'smart-post-show' ),
35 + 'text_off' => __( 'Disabled', 'smart-post-show' ),
36 36 'text_width' => 100,
37 37 'default' => true,
38 38 ),
39 39 array(
@@ -38,38 +38,38 @@
38 38 ),
39 39 array(
40 40 'id' => 'prev_slide_message',
41 41 'type' => 'text',
42 - 'title' => __( 'Previous Slide Message', 'post-carousel' ),
43 - 'default' => __( 'Previous slide', 'post-carousel' ),
42 + 'title' => __( 'Previous Slide Message', 'smart-post-show' ),
43 + 'default' => __( 'Previous slide', 'smart-post-show' ),
44 44 'dependency' => array( 'accessibility', '==', 'true' ),
45 45 ),
46 46 array(
47 47 'id' => 'next_slide_message',
48 48 'type' => 'text',
49 - 'title' => __( 'Next Slide Message', 'post-carousel' ),
50 - 'default' => __( 'Next slide', 'post-carousel' ),
49 + 'title' => __( 'Next Slide Message', 'smart-post-show' ),
50 + 'default' => __( 'Next slide', 'smart-post-show' ),
51 51 'dependency' => array( 'accessibility', '==', 'true' ),
52 52 ),
53 53 array(
54 54 'id' => 'first_slide_message',
55 55 'type' => 'text',
56 - 'title' => __( 'First Slide Message', 'post-carousel' ),
57 - 'default' => __( 'This is the first slide', 'post-carousel' ),
56 + 'title' => __( 'First Slide Message', 'smart-post-show' ),
57 + 'default' => __( 'This is the first slide', 'smart-post-show' ),
58 58 'dependency' => array( 'accessibility', '==', 'true' ),
59 59 ),
60 60 array(
61 61 'id' => 'last_slide_message',
62 62 'type' => 'text',
63 - 'title' => __( 'Last Slide Message', 'post-carousel' ),
64 - 'default' => __( 'This is the last slide', 'post-carousel' ),
63 + 'title' => __( 'Last Slide Message', 'smart-post-show' ),
64 + 'default' => __( 'This is the last slide', 'smart-post-show' ),
65 65 'dependency' => array( 'accessibility', '==', 'true' ),
66 66 ),
67 67 array(
68 68 'id' => 'pagination_bullet_message',
69 69 'type' => 'text',
70 - 'title' => __( 'Pagination Bullet Message', 'post-carousel' ),
71 - 'default' => __( 'Go to slide {{index}}', 'post-carousel' ),
70 + 'title' => __( 'Pagination Bullet Message', 'smart-post-show' ),
71 + 'default' => __( 'Go to slide {{index}}', 'smart-post-show' ),
72 72 'dependency' => array( 'accessibility', '==', 'true' ),
73 73 ),
74 74 ),
75 75 )