Plugin Directory

Changeset 3257741


Ignore:
Timestamp:
03/18/2025 11:08:44 AM (10 months ago)
Author:
nicdark
Message:

edit files for new elementor inport features old demos

Location:
nd-shortcodes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nd-shortcodes/tags/7.8/inc/settings/import-elementor/index.php

    r3226309 r3257741  
    234234
    235235
     236                  }elseif ( $nd_options_import_demo->image == 'elementor' ){
     237
     238
     239                    $nd_options_step_demo_2_bakery = '
     240
     241                      <div class="nd_options_box_sizing_border_box nd_options_padding_20 nd_options_float_left nd_options_width_100_percentage">
     242                        <div class="notice notice-error nd_options_padding_20 nd_options_margin_top_30 nd_options_margin_0">
     243                          <p><strong>'.esc_html__('OLD BASIC DEMOS','nd-shortcodes').' : </strong>
     244                            '.esc_html__('If you are looking for old basic demos check ','nd-shortcodes').'
     245                            <a target="_blank" href="'.$nd_options_import_demo->url.'">'.esc_html__('this link','nd-shortcodes').'</a>
     246                          </p>
     247                        </div>
     248                      </div>
     249
     250                      ';
     251
     252
    236253                  }else{
    237254
  • nd-shortcodes/trunk/inc/settings/import-elementor/index.php

    r3226304 r3257741  
    234234
    235235
     236                  }elseif ( $nd_options_import_demo->image == 'elementor' ){
     237
     238
     239                    $nd_options_step_demo_2_bakery = '
     240
     241                      <div class="nd_options_box_sizing_border_box nd_options_padding_20 nd_options_float_left nd_options_width_100_percentage">
     242                        <div class="notice notice-error nd_options_padding_20 nd_options_margin_top_30 nd_options_margin_0">
     243                          <p><strong>'.esc_html__('OLD BASIC DEMOS','nd-shortcodes').' : </strong>
     244                            '.esc_html__('If you are looking for old basic demos check ','nd-shortcodes').'
     245                            <a target="_blank" href="'.$nd_options_import_demo->url.'">'.esc_html__('this link','nd-shortcodes').'</a>
     246                          </p>
     247                        </div>
     248                      </div>
     249
     250                      ';
     251
     252
    236253                  }else{
    237254
Note: See TracChangeset for help on using the changeset viewer.