🔞 ADULT: Changeset/ - Full Archive

Changeset 3152972


Ignore:
Timestamp:
09/16/2024 10:52:14 PM (16 months ago)
Author:
rwattner
Message:

1.7.2

Location:
sticky-header-effects-for-elementor
Files:
33 added
7 edited

Legend:

Unmodified
Added
Removed
  • sticky-header-effects-for-elementor/tags/1.6.11/assets/js/she-header.js

    r3086656 r3152972  
    267267                        }
    268268                    }
    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);
    276269                               
    277270            if (scroll >= scroll_distance["size"]) {
     
    285278                    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"});               
    286279                }
    287                
    288 //              console.log(data_height["size"] + "px");
    289280               
    290281                if( change_logo_color == "yes" ) {
  • sticky-header-effects-for-elementor/trunk/assets/css/she-header-style.css

    r3152294 r3152972  
    1010.she-header-yes.e-con,
    1111.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;
    1618}
    1719
    1820/* STICKY HEADER */
    1921.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;
    2426}
    2527
    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;
    2931}
    3032
    3133/* BLURRY HEADER */
    3234.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);
    3537}
    3638
    3739/* HIDE HEADER */
    3840.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;
    4648}
    4749
     
    5355.she-header-yes .elementor-widget-image img,
    5456.she-header-yes .logo img {
    55     transition: all 0.4s ease-in-out !important;
     57  transition: all 0.4s ease-in-out !important;
    5658}
    5759
    5860/* 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;
    6668}
    6769
    6870/* Custom Hamburger Menu */
    69 
    7071.she-header-yes .elementor-menu-toggle:before,
    7172.she-header-yes .elementor-menu-toggle:after,
    7273.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;
    7475}
    7576
    7677.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;
    7980}
    8081
    8182.she-header-yes .elementor-menu-toggle.elementor-active:before {
    82     transform: translate(-50%, -50%) rotate(-45deg);
     83  transform: translate(-50%, -50%) rotate(-45deg);
    8384}
    8485
    8586.she-header-yes .elementor-menu-toggle:after {
    86     transform: translate(-50%, calc(-50% - 0.25em));
     87  transform: translate(-50%, calc(-50% - 0.25em));
    8788}
    8889
    8990.she-header-yes .elementor-menu-toggle.elementor-active:after {
    90     transform: translate(-50%, -50%) rotate(45deg);
     91  transform: translate(-50%, -50%) rotate(45deg);
    9192}
    9293
    9394.she-header-yes .elementor-menu-toggle i:after {
    94     transform: translate(-50%, -50%);
     95  transform: translate(-50%, -50%);
    9596}
    9697
    9798/* ADMIN BAR OFFSET */
    9899@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  }
    102103}
    103104
  • 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  
    267267                        }
    268268                    }
    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);
    276269                               
    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                }
    317284               
    318285                // ---------------------------------- SHRINK LOGO
     
    348315                                       
    349316                }
    350                     if( blur_bg == "yes" ) {
    351                         header.css({"backdrop-filter": "", "-webkit-backdrop-filter": ""});
    352                     }
     317
    353318                }
    354319
  • sticky-header-effects-for-elementor/trunk/modules/transparent/module.php

    r3151590 r3152972  
    4444            ]
    4545        );
    46 
     46       
    4747        $element->add_control(
    4848            'donate_notice',
     
    7979                'content_classes' => 'elementor-panel-alert elementor-panel-alert-warning',
    8080                'condition' => [
     81
    8182                    'transparent!' => '',
    8283                ],
     
    107108        );
    108109
    109         $element->add_responsive_control(
     110
     111$element->add_responsive_control(
    110112            'scroll_distance',
    111113            [
     
    155157                'prefix_class'  => 'she-header-transparent-',
    156158                'condition' => [
    157 
    158159                    'transparent!' => '',
    159160                ],
    160161                '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;',
    162163                    '.she-header-transparent-yes' => 'position:absolute;',
    163164                ],
     
    174175                'content_classes' => 'elementor-control-notice elementor-control-notice-type-info',
    175176                'condition' => [
    176 
    177177                    'transparent!' => '',
    178178                    'transparent_header_show' => 'yes',
     
    180180            ]
    181181        );
    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' ),
    187187                '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' ),
    190191                'return_value' => 'yes',
    191192                'default' => '',
     
    193194                'condition' => [
    194195                    '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       
    223201        $element->add_control(
    224202            'background_type',
     
    245223            ]
    246224        );
    247        
     225
    248226        $element->add_control(
    249227            'background',
    250228            [
    251                 'label' => __('Color', 'she-header'),
     229                'label' => __( 'Color', 'she-header' ),
    252230                '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',
    260233                    'transparent!' => '',
    261234                ],
     
    411384            ]
    412385        );
    413 
    414     $element->add_control(
     386       
     387        $element->add_control(
    415388        'mobile_menu_toggle_animation',
    416389        [
     
    793766        );
    794767
     768
    795769        $element->add_control(
    796770            'custom_bottom_border_color',
     
    847821                'description' => __('Choose bottom shadow options after scrolling', 'she-header'),
    848822                '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);',
    851825                ],
    852826            ]
     
    874848                'type' => Controls_Manager::SLIDER,
    875849                'default' => [
    876                     'size' => 5,
     850                    'size' => 0,
    877851                ],
    878852                'range' => [
     
    897871                'type' => Controls_Manager::SLIDER,
    898872                'default' => [
    899                     'size' => 10,
     873                    'size' => 30,
    900874                ],
    901875                'range' => [
     
    10411015    );
    10421016
    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 AFTER
    1066 
    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         // );
    11021017// ---------------------------------- LOGO COLOR NOTICE
    11031018
     
    12921207    $element->end_controls_tabs();
    12931208   
    1294         // ---------------------------------- BLUR BACKGROUND
    12951209        $element->add_control(
    12961210            'blur_bg',
     
    13151229            ]
    13161230        );
    1317 
    1318         // ---------------------------------- BLUR BACKGROUND PRO SETTINGS
    1319 
     1231       
    13201232        $element->add_control(
    13211233            'blur_bg_note',
     
    13481260                'size_units' => ['px'],
    13491261                'condition' => [
    1350 
    13511262                    'transparent!' => '',
    13521263                    'blur_bg' => 'yes',
     
    13731284                ],
    13741285                'condition' => [
    1375 
    13761286                    'transparent!' => '',
    13771287                    'blur_bg' => 'yes',
  • sticky-header-effects-for-elementor/trunk/readme.txt

    r3152294 r3152972  
    77Tested up to: 6.6
    88Requires PHP: 7.0
    9 Stable tag: 1.7.1
     9Stable tag: 1.7.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989
    9090== Changelog ==
     91= 1.7.2 =
     92- Fixed: Bugs
     93
    9194= 1.7.1 =
    9295- Fixed: Improved method for not overriding elementor sticky settings.
     
    264267
    265268== Upgrade Notice ==
     269= 1.7.2 =
     270- Fixed: Bugs
     271
    266272= 1.7.1 =
    267273- Fixed: Improved method for not overriding elementor sticky settings.
  • sticky-header-effects-for-elementor/trunk/sticky-header-effects-for-elementor.php

    r3152294 r3152972  
    44 * Plugin URI:          https://stickyheadereffects.com
    55 * Description:         Custom settings to change sticky header on scroll using Elementor Pro.
    6  * Version:             1.7.1
     6 * Version:             1.7.2
    77 * Author:              Rwattner
    88 * Author URI:          https://stickyheadereffects.com
     
    2020if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    2121
    22 define( 'SHE_HEADER_VERSION', '1.7.1' );
    23 define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.7' );
     22define( 'SHE_HEADER_VERSION', '1.7.2' );
     23define( 'SHE_HEADER_PREVIOUS_STABLE_VERSION', '1.7.1' );
    2424
    2525define( 'SHE_HEADER__FILE__', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.