Changeset 3432095
- Timestamp:
- 01/04/2026 01:04:34 PM (3 months ago)
- Location:
- ultimate-tag-cloud
- Files:
-
- 8 edited
-
assets/screenshot-8.png (modified) (previous)
-
assets/screenshot-9.png (modified) (previous)
-
tags/1.0.3/widget/css/el-ultimate-tag-cloud.css (modified) (1 diff)
-
tags/1.0.3/widget/css/el-ultimate-tag-cloud.scss (modified) (1 diff)
-
tags/1.0.3/widget/el-ultimate-tag-cloud.php (modified) (2 diffs)
-
trunk/widget/css/el-ultimate-tag-cloud.css (modified) (1 diff)
-
trunk/widget/css/el-ultimate-tag-cloud.scss (modified) (1 diff)
-
trunk/widget/el-ultimate-tag-cloud.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-tag-cloud/tags/1.0.3/widget/css/el-ultimate-tag-cloud.css
r3432036 r3432095 12 12 } 13 13 14 .ultimate-tag-cloud-container .ultimate-tag-cloud-words {15 display: flex;16 align-items: center;17 }18 14 .ultimate-tag-cloud-container .ultimate-tag-cloud-words:not(.swiper-wrapper) { 19 15 flex-wrap: wrap; 20 16 gap: 15px; 17 display: flex; 18 align-items: center; 21 19 } 22 20 .ultimate-tag-cloud-container .ultimate-tag-cloud-words:not(.swiper-wrapper) .tag-word-wrap { -
ultimate-tag-cloud/tags/1.0.3/widget/css/el-ultimate-tag-cloud.scss
r3432036 r3432095 17 17 .ultimate-tag-cloud-container { 18 18 .ultimate-tag-cloud-words { 19 display: flex;20 align-items: center;21 19 &:not(.swiper-wrapper) { 22 20 flex-wrap: wrap; 23 21 gap: 15px; 22 display: flex; 23 align-items: center; 24 24 .tag-word-wrap { 25 25 position: relative; -
ultimate-tag-cloud/tags/1.0.3/widget/el-ultimate-tag-cloud.php
r3432036 r3432095 821 821 'size_units' => [ 'px', '%', 'custom' ], 822 822 'selectors' => [ 823 '{{WRAPPER}} .ultimate-tag-cloud .swiper .swiper-wrapper' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',823 '{{WRAPPER}} .ultimate-tag-cloud .swiper' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 824 824 ], 825 825 'separator' => 'before', … … 1001 1001 ] 1002 1002 ); 1003 1003 $this->add_responsive_control( 1004 'tag_text_align', 1005 [ 1006 'label' => esc_html__( 'Text Align', 'ultimate-tag-cloud' ), 1007 'type' => Controls_Manager::CHOOSE, 1008 'options' => [ 1009 'left' => [ 1010 'title' => esc_html__( 'Left', 'ultimate-tag-cloud' ), 1011 'icon' => 'eicon-text-align-left', 1012 ], 1013 'center' => [ 1014 'title' => esc_html__( 'Center', 'ultimate-tag-cloud' ), 1015 'icon' => 'eicon-text-align-center', 1016 ], 1017 'right' => [ 1018 'title' => esc_html__( 'Right', 'ultimate-tag-cloud' ), 1019 'icon' => 'eicon-text-align-right', 1020 ], 1021 ], 1022 'default' => '', 1023 'toggle' => true, 1024 'selectors' => [ 1025 '{{WRAPPER}} .ultimate-tag-cloud-container .ultimate-tag-cloud-words .tag-word-wrap a' => 'text-align: {{VALUE}};', 1026 ], 1027 ] 1028 ); 1004 1029 $this->add_responsive_control( 1005 1030 'tag_display_style', -
ultimate-tag-cloud/trunk/widget/css/el-ultimate-tag-cloud.css
r3432036 r3432095 12 12 } 13 13 14 .ultimate-tag-cloud-container .ultimate-tag-cloud-words {15 display: flex;16 align-items: center;17 }18 14 .ultimate-tag-cloud-container .ultimate-tag-cloud-words:not(.swiper-wrapper) { 19 15 flex-wrap: wrap; 20 16 gap: 15px; 17 display: flex; 18 align-items: center; 21 19 } 22 20 .ultimate-tag-cloud-container .ultimate-tag-cloud-words:not(.swiper-wrapper) .tag-word-wrap { -
ultimate-tag-cloud/trunk/widget/css/el-ultimate-tag-cloud.scss
r3432036 r3432095 17 17 .ultimate-tag-cloud-container { 18 18 .ultimate-tag-cloud-words { 19 display: flex;20 align-items: center;21 19 &:not(.swiper-wrapper) { 22 20 flex-wrap: wrap; 23 21 gap: 15px; 22 display: flex; 23 align-items: center; 24 24 .tag-word-wrap { 25 25 position: relative; -
ultimate-tag-cloud/trunk/widget/el-ultimate-tag-cloud.php
r3432036 r3432095 821 821 'size_units' => [ 'px', '%', 'custom' ], 822 822 'selectors' => [ 823 '{{WRAPPER}} .ultimate-tag-cloud .swiper .swiper-wrapper' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',823 '{{WRAPPER}} .ultimate-tag-cloud .swiper' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', 824 824 ], 825 825 'separator' => 'before', … … 1001 1001 ] 1002 1002 ); 1003 1003 $this->add_responsive_control( 1004 'tag_text_align', 1005 [ 1006 'label' => esc_html__( 'Text Align', 'ultimate-tag-cloud' ), 1007 'type' => Controls_Manager::CHOOSE, 1008 'options' => [ 1009 'left' => [ 1010 'title' => esc_html__( 'Left', 'ultimate-tag-cloud' ), 1011 'icon' => 'eicon-text-align-left', 1012 ], 1013 'center' => [ 1014 'title' => esc_html__( 'Center', 'ultimate-tag-cloud' ), 1015 'icon' => 'eicon-text-align-center', 1016 ], 1017 'right' => [ 1018 'title' => esc_html__( 'Right', 'ultimate-tag-cloud' ), 1019 'icon' => 'eicon-text-align-right', 1020 ], 1021 ], 1022 'default' => '', 1023 'toggle' => true, 1024 'selectors' => [ 1025 '{{WRAPPER}} .ultimate-tag-cloud-container .ultimate-tag-cloud-words .tag-word-wrap a' => 'text-align: {{VALUE}};', 1026 ], 1027 ] 1028 ); 1004 1029 $this->add_responsive_control( 1005 1030 'tag_display_style',
Note: See TracChangeset
for help on using the changeset viewer.