Changeset 2429147
- Timestamp:
- 12/01/2020 06:49:18 AM (5 years ago)
- Location:
- notification-bar-builder-for-elementor/trunk
- Files:
-
- 3 edited
-
assets/js/main.js (modified) (3 diffs)
-
includes/widgets/button-with-info.php (modified) (1 diff)
-
plugin-main.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
notification-bar-builder-for-elementor/trunk/assets/js/main.js
r2412220 r2429147 21 21 } 22 22 23 // //remove coockie23 // remove coockie 24 24 if( dont_show_after_close_status != 'yes' ){ 25 25 Cookies.remove('nbbfem_status', { path: '/' } ); … … 30 30 if( position === 'bottom' ){ 31 31 $( "body" ).append( markup ); 32 $( "body" ).addClass( 'nbbfem_notice_open' ); 32 33 } else { 33 34 $( "body" ).prepend( markup ); 35 $( "body" ).addClass( 'nbbfem_notice_open' ); 34 36 } 35 37 } … … 40 42 $(this).parent().hide(); 41 43 42 // dont show leter 44 $('body').removeClass('nbbfem_notice_open'); 45 $('body').addClass('nbbfem_notice_closed'); 46 47 // dont show later 43 48 if( dont_show_after_close_status == 'yes' ){ 44 49 Cookies.set( 'nbbfem_status', '0', { expires: coockie_age } ); -
notification-bar-builder-for-elementor/trunk/includes/widgets/button-with-info.php
r2412220 r2429147 517 517 <?php endif; ?> 518 518 519 <?php if( $settings['link']['url'] ): ?> 519 520 <a <?php echo $this->get_render_attribute_string( 'button' ); ?>> 520 521 <?php $this->render_text(); ?> 521 522 </a> 523 <?php endif; ?> 522 524 523 525 <?php if($settings['swap_elements'] == 'yes'): ?> -
notification-bar-builder-for-elementor/trunk/plugin-main.php
r2412220 r2429147 4 4 Plugin URI: http://demo.azplugins.com/notification-bar 5 5 Description: It allows elementor to build a notification bar using the page builder & use it any pages,posts,products etc. 6 Version: 1.0. 06 Version: 1.0.2 7 7 Author: AZ_Plugins 8 8 Author URI: https://azplugins.com
Note: See TracChangeset
for help on using the changeset viewer.