Changeset 3152972
- Timestamp:
- 09/16/2024 10:52:14 PM (16 months ago)
- Location:
- sticky-header-effects-for-elementor
- Files:
-
- 33 added
- 7 edited
-
tags/1.6.11/assets/js/she-header.js (modified) (2 diffs)
-
tags/1.7.2 (added)
-
tags/1.7.2/assets (added)
-
tags/1.7.2/assets/css (added)
-
tags/1.7.2/assets/css/she-header-style.css (added)
-
tags/1.7.2/assets/css/she-header-style.min.css (added)
-
tags/1.7.2/assets/css/third (added)
-
tags/1.7.2/assets/css/third/font-awesome.css (added)
-
tags/1.7.2/assets/css/third/font-awesome.min.css (added)
-
tags/1.7.2/assets/fonts (added)
-
tags/1.7.2/assets/fonts/fontawesome (added)
-
tags/1.7.2/assets/fonts/fontawesome/FontAwesome.otf (added)
-
tags/1.7.2/assets/fonts/fontawesome/fontawesome-webfont.eot (added)
-
tags/1.7.2/assets/fonts/fontawesome/fontawesome-webfont.svg (added)
-
tags/1.7.2/assets/fonts/fontawesome/fontawesome-webfont.ttf (added)
-
tags/1.7.2/assets/fonts/fontawesome/fontawesome-webfont.woff (added)
-
tags/1.7.2/assets/fonts/fontawesome/fontawesome-webfont.woff2 (added)
-
tags/1.7.2/assets/img (added)
-
tags/1.7.2/assets/img/blur-slider.png (added)
-
tags/1.7.2/assets/img/loader.svg (added)
-
tags/1.7.2/assets/img/she-icon.png (added)
-
tags/1.7.2/assets/js (added)
-
tags/1.7.2/assets/js/she-header.js (added)
-
tags/1.7.2/base (added)
-
tags/1.7.2/base/base-widget.php (added)
-
tags/1.7.2/base/module-base.php (added)
-
tags/1.7.2/includes (added)
-
tags/1.7.2/includes/modules-manager.php (added)
-
tags/1.7.2/modules (added)
-
tags/1.7.2/modules/transparent (added)
-
tags/1.7.2/modules/transparent/module.php (added)
-
tags/1.7.2/plugin.php (added)
-
tags/1.7.2/readme.txt (added)
-
tags/1.7.2/sticky-header-effects-for-elementor.php (added)
-
trunk/assets/css/she-header-style.css (modified) (2 diffs)
-
trunk/assets/css/she-header-style.min.css (modified) (1 diff)
-
trunk/assets/js/she-header.js (modified) (2 diffs)
-
trunk/modules/transparent/module.php (modified) (18 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/sticky-header-effects-for-elementor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sticky-header-effects-for-elementor/tags/1.6.11/assets/js/she-header.js
r3086656 r3152972 267 267 } 268 268 } 269 270 //console.log(sd_s );271 //console.log(sd_u );272 //console.log(window.innerHeight );273 //console.log(sd );274 //console.log(scroll );275 //console.log(bottom_shadow);276 269 277 270 if (scroll >= scroll_distance["size"]) { … … 285 278 container.css({"min-height": shrink_height, "transition":"all 0.4s ease-in-out", "-webkit-transition":"all 0.4s ease-in-out", "-moz-transition":"all 0.4s ease-in-out"}); 286 279 } 287 288 // console.log(data_height["size"] + "px");289 280 290 281 if( change_logo_color == "yes" ) { -
sticky-header-effects-for-elementor/trunk/assets/css/she-header-style.css
r3152294 r3152972 10 10 .she-header-yes.e-con, 11 11 .she-header { 12 transition: all 0.4s ease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out, margin 0s !important; 13 width: 100% !important; 14 max-width: 100%; 15 z-index: 9999; 12 transition: all 0.4s ease-in-out, height 0.4s ease-in-out, 13 background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, 14 border-bottom-color 0.4s ease-in-out, margin 0s !important; 15 width: 100% !important; 16 max-width: 100%; 17 z-index: 9999; 16 18 } 17 19 18 20 /* STICKY HEADER */ 19 21 .she-header { 20 margin-bottom: 0;21 margin-top: 0;22 padding-bottom: 0;23 padding-top: 0;22 margin-bottom: 0; 23 margin-top: 0; 24 padding-bottom: 0; 25 padding-top: 0; 24 26 } 25 27 26 .she-header:not(.elementor-sticky --active) {27 position: fixed !important;28 top: 0 !important;28 .she-header:not(.elementor-sticky) { 29 position: fixed !important; 30 top: 0 !important; 29 31 } 30 32 31 33 /* BLURRY HEADER */ 32 34 .she-header.she-blur-yes { 33 -webkit-backdrop-filter: saturate(180%) blur(20px);34 backdrop-filter: saturate(180%) blur(20px);35 -webkit-backdrop-filter: saturate(180%) blur(20px); 36 backdrop-filter: saturate(180%) blur(20px); 35 37 } 36 38 37 39 /* HIDE HEADER */ 38 40 .headerup { 39 -ms-transform: translateY(-110vh) !important;40 -o-transition: transform 0.4s ease-in-out !important;41 -webkit-transform: translateY(-110vh) !important;42 -webkit-transition: transform 0.4s ease-in-out !important;43 -webkit-transition: -webkit-transform 0.4s ease-in-out !important;44 transform: translateY(-110vh) !important;45 transition: transform 0.4s ease-in-out !important;41 -ms-transform: translateY(-110vh) !important; 42 -o-transition: transform 0.4s ease-in-out !important; 43 -webkit-transform: translateY(-110vh) !important; 44 -webkit-transition: transform 0.4s ease-in-out !important; 45 -webkit-transition: -webkit-transform 0.4s ease-in-out !important; 46 transform: translateY(-110vh) !important; 47 transition: transform 0.4s ease-in-out !important; 46 48 } 47 49 … … 53 55 .she-header-yes .elementor-widget-image img, 54 56 .she-header-yes .logo img { 55 transition: all 0.4s ease-in-out !important;57 transition: all 0.4s ease-in-out !important; 56 58 } 57 59 58 60 /* TRANSPARENT HEADER */ 59 .she-header-transparent-yes :not(.elementor-sticky--active),60 .elementor-editor-active .she-header-transparent-yes :not(.elementor-sticky--active){61 transition: all 0.4s ease-in-out, top 0s;62 width: 100%;63 background-color: rgba(0, 0, 0, 0);64 position: absolute !important;65 z-index: 99;61 .she-header-transparent-yes, 62 .elementor-editor-active .she-header-transparent-yes { 63 transition: all 0.4s ease-in-out, top 0s; 64 width: 100%; 65 background-color: rgba(0, 0, 0, 0) !important; 66 position: absolute !important; 67 z-index: 99; 66 68 } 67 69 68 70 /* Custom Hamburger Menu */ 69 70 71 .she-header-yes .elementor-menu-toggle:before, 71 72 .she-header-yes .elementor-menu-toggle:after, 72 73 .she-header-yes .elementor-menu-toggle i:after { 73 transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;74 transition: transform 0.3s ease-in-out, width 0.3s ease-in-out; 74 75 } 75 76 76 77 .she-header-yes .elementor-menu-toggle { 77 position: relative;78 transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;78 position: relative; 79 transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out; 79 80 } 80 81 81 82 .she-header-yes .elementor-menu-toggle.elementor-active:before { 82 transform: translate(-50%, -50%) rotate(-45deg);83 transform: translate(-50%, -50%) rotate(-45deg); 83 84 } 84 85 85 86 .she-header-yes .elementor-menu-toggle:after { 86 transform: translate(-50%, calc(-50% - 0.25em));87 transform: translate(-50%, calc(-50% - 0.25em)); 87 88 } 88 89 89 90 .she-header-yes .elementor-menu-toggle.elementor-active:after { 90 transform: translate(-50%, -50%) rotate(45deg);91 transform: translate(-50%, -50%) rotate(45deg); 91 92 } 92 93 93 94 .she-header-yes .elementor-menu-toggle i:after { 94 transform: translate(-50%, -50%);95 transform: translate(-50%, -50%); 95 96 } 96 97 97 98 /* ADMIN BAR OFFSET */ 98 99 @media screen and (min-width: 783px) { 99 .admin-bar .she-header:not(.elementor-sticky) {100 top:32px!important 101 }100 .admin-bar .she-header:not(.elementor-sticky) { 101 top: 32px !important; 102 } 102 103 } 103 104 -
sticky-header-effects-for-elementor/trunk/assets/css/she-header-style.min.css
r3152294 r3152972 1 .header,.she-header,.she-header-yes,.she-header-yes.e-con{transition:.4s ease-in-out,height .4s ease-in-out,background-color .4s ease-in-out,border-bottom-width .4s ease-in-out,border-bottom-color .4s ease-in-out,margin!important;width:100%!important;max-width:100%;z-index:9999}.she-header{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}.she-header:not(.elementor-sticky --active){position:fixed!important;top:0!important}.she-header.she-blur-yes{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.headerup{-ms-transform:translateY(-110vh)!important;-o-transition:transform .4s ease-in-out!important;-webkit-transform:translateY(-110vh)!important;-webkit-transition:-webkit-transform .4s ease-in-out!important;transform:translateY(-110vh)!important;transition:transform .4s ease-in-out!important}.she-header-yes .elementor-widget-image,.she-header-yes .elementor-widget-image img,.she-header-yes .elementor-widget-theme-site-logo,.she-header-yes .elementor-widget-theme-site-logo img,.she-header-yes .logo,.she-header-yes .logo img{transition:.4s ease-in-out!important}.elementor-editor-active .she-header-transparent-yes:not(.elementor-sticky--active),.she-header-transparent-yes:not(.elementor-sticky--active){transition:.4s ease-in-out,top;width:100%;background-color:rgba(0,0,0,0);position:absolute!important;z-index:99}.she-header-yes .elementor-menu-toggle i:after,.she-header-yes .elementor-menu-toggle:after,.she-header-yes .elementor-menu-toggle:before{transition:transform .3s ease-in-out,width .3s ease-in-out}.she-header-yes .elementor-menu-toggle{position:relative;transition:color .4s ease-in-out,background-color .4s ease-in-out}.she-header-yes .elementor-menu-toggle.elementor-active:before{transform:translate(-50%,-50%) rotate(-45deg)}.she-header-yes .elementor-menu-toggle:after{transform:translate(-50%,calc(-50% - .25em))}.she-header-yes .elementor-menu-toggle.elementor-active:after{transform:translate(-50%,-50%) rotate(45deg)}.she-header-yes .elementor-menu-toggle i:after{transform:translate(-50%,-50%)}@media screen and (min-width:783px){.admin-bar .she-header:not(.elementor-sticky){top:32px!important}}1 .header,.she-header,.she-header-yes,.she-header-yes.e-con{transition:.4s ease-in-out,height .4s ease-in-out,background-color .4s ease-in-out,border-bottom-width .4s ease-in-out,border-bottom-color .4s ease-in-out,margin!important;width:100%!important;max-width:100%;z-index:9999}.she-header{margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}.she-header:not(.elementor-sticky){position:fixed!important;top:0!important}.she-header.she-blur-yes{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.headerup{-ms-transform:translateY(-110vh)!important;-o-transition:transform .4s ease-in-out!important;-webkit-transform:translateY(-110vh)!important;-webkit-transition:-webkit-transform .4s ease-in-out!important;transform:translateY(-110vh)!important;transition:transform .4s ease-in-out!important}.she-header-yes .elementor-widget-image,.she-header-yes .elementor-widget-image img,.she-header-yes .elementor-widget-theme-site-logo,.she-header-yes .elementor-widget-theme-site-logo img,.she-header-yes .logo,.she-header-yes .logo img{transition:.4s ease-in-out!important}.elementor-editor-active .she-header-transparent-yes,.she-header-transparent-yes{transition:.4s ease-in-out,top;width:100%;background-color:rgba(0,0,0,0)!important;position:absolute!important;z-index:99}.she-header-yes .elementor-menu-toggle i:after,.she-header-yes .elementor-menu-toggle:after,.she-header-yes .elementor-menu-toggle:before{transition:transform .3s ease-in-out,width .3s ease-in-out}.she-header-yes .elementor-menu-toggle{position:relative;transition:color .4s ease-in-out,background-color .4s ease-in-out}.she-header-yes .elementor-menu-toggle.elementor-active:before{transform:translate(-50%,-50%) rotate(-45deg)}.she-header-yes .elementor-menu-toggle:after{transform:translate(-50%,calc(-50% - .25em))}.she-header-yes .elementor-menu-toggle.elementor-active:after{transform:translate(-50%,-50%) rotate(45deg)}.she-header-yes .elementor-menu-toggle i:after{transform:translate(-50%,-50%)}@media screen and (min-width:783px){.admin-bar .she-header:not(.elementor-sticky){top:32px!important}} -
sticky-header-effects-for-elementor/trunk/assets/js/she-header.js
r3151590 r3152972 267 267 } 268 268 } 269 270 //console.log(sd_s );271 //console.log(sd_u );272 //console.log(window.innerHeight );273 //console.log(sd );274 //console.log(scroll );275 //console.log(bottom_shadow);276 269 277 if (scroll >= sd) { 278 header.removeClass('header').addClass("she-header"); 279 header.css("background-color", background); 280 if(disable_transparent_background == "yes"){ 281 header.css({"background-color": "none !important"}); 282 } 283 header.css("border-bottom", bottom_border); 284 285 //----------------- BOTTOM SHADOW 286 header.css("box-shadow", bottom_shadow); 287 //----------------- END BOTTOM SHADOW 288 289 //----------------- BG BLUR SETTINGS 290 header.css({"backdrop-filter": blur_settings, "-webkit-backdrop-filter": blur_settings}); 291 //----------------- END BG BLUR SETTINGS 292 293 //----------------- TRANSPARENT HEADER 294 if(transparent_header == "yes" ){ 295 header.removeClass('she-header-transparent-yes'); 296 } 297 //----------------- END TRANSPARENT HEADER 298 299 // ---------------------------------- BACKGROUND GRADIENT 300 if(background_type == "gradient" ){ 301 header.addClass('she-custom-background'); 302 } 303 // ---------------------------------- END BACKGROUND GRADIENT 304 305 if( shrink_header == "yes" ) { 306 header.css({"padding-top":"0", "padding-bottom":"0", "margin-top":"0", "margin-bottom":"0"}); 307 container.css({"min-height": shrink_height, "transition": "all 0.4s ease-in-out", "-webkit-transition": "all 0.4s ease-in-out", "-moz-transition": "all 0.4s ease-in-out"}); 308 } 309 310 if( change_logo_color == "yes" ) { 311 header_logo.addClass("change-logo-color"); 312 } 313 314 if( blur_bg == "yes" ) { 315 header.addClass('she-header-blur'); 316 } 270 if (scroll >= scroll_distance["size"]) { 271 header.removeClass('header').addClass("she-header"); 272 header.css("background-color", background); 273 header.css("border-bottom", bottom_border); 274 header.removeClass('she-header-transparent-yes'); 275 276 if( shrink_header == "yes" ) { 277 header.css({"padding-top":"0", "padding-bottom":"0", "margin-top":"0", "margin-bottom":"0"}); 278 container.css({"min-height": shrink_height, "transition":"all 0.4s ease-in-out", "-webkit-transition":"all 0.4s ease-in-out", "-moz-transition":"all 0.4s ease-in-out"}); 279 } 280 281 if( change_logo_color == "yes" ) { 282 header_logo.addClass("change-logo-color"); 283 } 317 284 318 285 // ---------------------------------- SHRINK LOGO … … 348 315 349 316 } 350 if( blur_bg == "yes" ) { 351 header.css({"backdrop-filter": "", "-webkit-backdrop-filter": ""}); 352 } 317 353 318 } 354 319 -
sticky-header-effects-for-elementor/trunk/modules/transparent/module.php
r3151590 r3152972 44 44 ] 45 45 ); 46 46 47 47 $element->add_control( 48 48 'donate_notice', … … 79 79 'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning', 80 80 'condition' => [ 81 81 82 'transparent!' => '', 82 83 ], … … 107 108 ); 108 109 109 $element->add_responsive_control( 110 111 $element->add_responsive_control( 110 112 'scroll_distance', 111 113 [ … … 155 157 'prefix_class' => 'she-header-transparent-', 156 158 'condition' => [ 157 158 159 'transparent!' => '', 159 160 ], 160 161 'selectors' => [ 161 ' {{WRAPPER}}.she-header-yes.she-header-transparent-yes' => 'background-color: rgba(0,0,0,0);',162 '.she-header-transparent-yes' => 'background-color: rgba(0,0,0,0) !important;', 162 163 '.she-header-transparent-yes' => 'position:absolute;', 163 164 ], … … 174 175 'content_classes' => 'elementor-control-notice elementor-control-notice-type-info', 175 176 'condition' => [ 176 177 177 'transparent!' => '', 178 178 'transparent_header_show' => 'yes', … … 180 180 ] 181 181 ); 182 183 $element->add_control( 184 ' disable_transparent_background',185 [ 186 'label' => __( 'Disable Fully Transparent Background', 'she-header'),182 183 $element->add_control( 184 'background_show', 185 [ 186 'label' => __( 'Background Color', 'she-header' ), 187 187 'type' => Controls_Manager::SWITCHER, 188 'label_on' => __('On', 'she-header'), 189 'label_off' => __('Off', 'bew-header'), 188 'separator' => 'before', 189 'label_on' => __( 'On', 'she-header' ), 190 'label_off' => __( 'Off', 'bew-header' ), 190 191 'return_value' => 'yes', 191 192 'default' => '', … … 193 194 'condition' => [ 194 195 'transparent!' => '', 195 'transparent_header_show' => 'yes', 196 ], 197 'selectors' => [ 198 '{{WRAPPER}}.she-header-yes.she-header-transparent-yes' => 'background-color: none !important;', 199 ], 200 'description' => __('By default, activating the transparent header option sets the initial background color to fully transparent. This will, instead, use the background color set under Elementor style tab<br><br>TIP: This can be useful for free users', 'she-header'), 201 ] 202 ); 203 204 $element->add_control( 205 'background_show', 206 [ 207 'label' => __('Background Color', 'she-header'), 208 'type' => Controls_Manager::SWITCHER, 209 'separator' => 'before', 210 'label_on' => __('On', 'she-header'), 211 'label_off' => __('Off', 'bew-header'), 212 'return_value' => 'yes', 213 'default' => '', 214 'frontend_available' => true, 215 'prefix_class' => 'she-header-custom-background-', 216 'condition' => [ 217 'transparent!' => '', 218 ], 219 'description' => __('Choose what color to change the background to after scrolling', 'she-header'), 220 ] 221 ); 222 196 ], 197 'description' => __( 'Choose what color to change the background to after scrolling', 'she-header' ), 198 ] 199 ); 200 223 201 $element->add_control( 224 202 'background_type', … … 245 223 ] 246 224 ); 247 225 248 226 $element->add_control( 249 227 'background', 250 228 [ 251 'label' => __( 'Color', 'she-header'),229 'label' => __( 'Color', 'she-header' ), 252 230 'type' => Controls_Manager::COLOR, 253 'default' => '', 254 'title' => __('Background Color', 'she-header'), 255 // 'selectors' => [ 256 // '{{WRAPPER}}.she-header' => 'opacity: 1 !important; background-color: {{VALUE}}', 257 // ], 258 'condition' => [ 259 'background_show' => 'yes', 231 'condition' => [ 232 'background_show' => 'yes', 260 233 'transparent!' => '', 261 234 ], … … 411 384 ] 412 385 ); 413 414 $element->add_control(386 387 $element->add_control( 415 388 'mobile_menu_toggle_animation', 416 389 [ … … 793 766 ); 794 767 768 795 769 $element->add_control( 796 770 'custom_bottom_border_color', … … 847 821 'description' => __('Choose bottom shadow options after scrolling', 'she-header'), 848 822 'selectors' => [ 849 ' .she-header-yes' => 'box-shadow: 0 0 0 0 rgb(0 0 0 / 0%); clip-path: inset(0 0 -100vh 0);',850 ' .she-header-yes.she-header' => 'box-shadow: 0 {{bottom_shadow_vertical.SIZE}}{{bottom_shadow_vertical.UNIT}} {{bottom_shadow_blur.SIZE}}{{bottom_shadow_blur.UNIT}} {{bottom_shadow_spread.SIZE}}{{bottom_shadow_spread.UNIT}} {{bottom_shadow_color.VALUE}}; clip-path: inset(0 0 -100vh 0);',823 'body:not(.elementor-editor-active) .she-header-yes' => 'box-shadow: 0 0 0 0 rgb(0 0 0 / 0%); clip-path: inset(0 0 -100vh 0);', 824 'body:not(.elementor-editor-active) .she-header-yes.she-header' => 'box-shadow: 0 {{bottom_shadow_vertical.SIZE}}{{bottom_shadow_vertical.UNIT}} {{bottom_shadow_blur.SIZE}}{{bottom_shadow_blur.UNIT}} {{bottom_shadow_spread.SIZE}}{{bottom_shadow_spread.UNIT}} {{bottom_shadow_color.VALUE}}; clip-path: inset(0 0 -100vh 0);', 851 825 ], 852 826 ] … … 874 848 'type' => Controls_Manager::SLIDER, 875 849 'default' => [ 876 'size' => 5,850 'size' => 0, 877 851 ], 878 852 'range' => [ … … 897 871 'type' => Controls_Manager::SLIDER, 898 872 'default' => [ 899 'size' => 10,873 'size' => 30, 900 874 ], 901 875 'range' => [ … … 1041 1015 ); 1042 1016 1043 // $element->add_control(1044 // 'logo_color_before_new',1045 // [1046 // 'label' => __('Before Scrolling', 'she-header'),1047 // 'type' => Controls_Manager::SELECT,1048 // 'options' => [1049 // '' => __('None', 'she-header'),1050 // 'brightness(0) invert(1) !important' => __('White', 'she-header'),1051 // 'brightness(0) invert(0) !important' => __('Black', 'she-header'),1052 // ],1053 // 'default' => '',1054 // 'frontend_available' => true,1055 // 'condition' => [1056 // 'change_logo_color' => 'yes',1057 // ],1058 // 'selectors' => [1059 // '{{WRAPPER}} .elementor-widget-theme-site-logo img' => '-webkit-filter:{{VALUE}}; filter:{{VALUE}}; transition: all .4s ease-in-out 0s;',1060 // '{{WRAPPER}} .logo img' => '-webkit-filter:{{VALUE}}; filter:{{VALUE}}; transition: all .4s ease-in-out 0s;',1061 // ],1062 // ]1063 // );1064 1065 // // ---------------------------------- LOGO COLOR AFTER1066 1067 // $element->add_control(1068 // 'logo_color_after_new',1069 // [1070 // 'label' => __('After Scrolling', 'she-header'),1071 // 'type' => Controls_Manager::SELECT,1072 // 'options' => [1073 // 'none !important' => __('None', 'she-header'),1074 // 'brightness(0) invert(1) !important' => __('White', 'she-header'),1075 // 'brightness(0) invert(0) !important' => __('Black', 'she-header'),1076 // ],1077 // 'default' => 'none !important',1078 // 'frontend_available' => true,1079 // 'condition' => [1080 // 'change_logo_color' => 'yes',1081 // ],1082 // 'selectors' => [1083 // '{{WRAPPER}} .elementor-widget-theme-site-logo img.change-logo-color' => '-webkit-filter:{{VALUE}}; filter:{{VALUE}}; transition: all .4s ease-in-out 0s;',1084 // '{{WRAPPER}} .logo img.change-logo-color' => '-webkit-filter:{{VALUE}}; filter:{{VALUE}}; transition: all .4s ease-in-out 0s;',1085 // ],1086 // ]1087 // );1088 1089 1090 // $element->add_control(1091 // 'logo_color_depricted_notice',1092 // [1093 // 'type' => Controls_Manager::DEPRECATED_NOTICE,1094 // 'raw' => __( 'IMPORTANT: The settings below have been depricated and should be avoided. They only remain to not cause conflict.', 'she-header' ),1095 // 'type' => Controls_Manager::RAW_HTML,1096 // 'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',1097 // 'condition' => [1098 // 'change_logo_color' => 'yes',1099 // ],1100 // ]1101 // );1102 1017 // ---------------------------------- LOGO COLOR NOTICE 1103 1018 … … 1292 1207 $element->end_controls_tabs(); 1293 1208 1294 // ---------------------------------- BLUR BACKGROUND1295 1209 $element->add_control( 1296 1210 'blur_bg', … … 1315 1229 ] 1316 1230 ); 1317 1318 // ---------------------------------- BLUR BACKGROUND PRO SETTINGS 1319 1231 1320 1232 $element->add_control( 1321 1233 'blur_bg_note', … … 1348 1260 'size_units' => ['px'], 1349 1261 'condition' => [ 1350 1351 1262 'transparent!' => '', 1352 1263 'blur_bg' => 'yes', … … 1373 1284 ], 1374 1285 'condition' => [ 1375 1376 1286 'transparent!' => '', 1377 1287 'blur_bg' => 'yes', -
sticky-header-effects-for-elementor/trunk/readme.txt
r3152294 r3152972 7 7 Tested up to: 6.6 8 8 Requires PHP: 7.0 9 Stable tag: 1.7. 19 Stable tag: 1.7.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 90 90 == Changelog == 91 = 1.7.2 = 92 - Fixed: Bugs 93 91 94 = 1.7.1 = 92 95 - Fixed: Improved method for not overriding elementor sticky settings. … … 264 267 265 268 == Upgrade Notice == 269 = 1.7.2 = 270 - Fixed: Bugs 271 266 272 = 1.7.1 = 267 273 - Fixed: Improved method for not overriding elementor sticky settings. -
sticky-header-effects-for-elementor/trunk/sticky-header-effects-for-elementor.php
r3152294 r3152972 4 4 * Plugin URI: https://stickyheadereffects.com 5 5 * Description: Custom settings to change sticky header on scroll using Elementor Pro. 6 * Version: 1.7. 16 * Version: 1.7.2 7 7 * Author: Rwattner 8 8 * Author URI: https://stickyheadereffects.com … … 20 20 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 21 21 22 define( 'SHE_HEADER_VERSION', '1.7. 1' );23 define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.7 ' );22 define( 'SHE_HEADER_VERSION', '1.7.2' ); 23 define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.7.1' ); 24 24 25 25 define( 'SHE_HEADER__FILE__', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.