🔒 EXCLUSIVE: Changeset/ - Full Archive

Changeset 3187286


Ignore:
Timestamp:
11/13/2024 09:37:47 AM (14 months ago)
Author:
nicdark
Message:

edit files on dev and latest tag

Location:
nd-shortcodes
Files:
4 edited

Legend:

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

    r3107497 r3187286  
    433433                <div class="nd_options_box_sizing_border_box nd_options_padding_20 nd_options_float_left nd_options_width_100_percentage">
    434434                  <div class="notice notice-error nd_options_padding_20 nd_options_margin_top_30 nd_options_margin_0 nd_options_background_color_d6363917">
    435                     <p><strong>'.esc_html__('ELEMENTOR PRO REQUIRED','nd-shortcodes').' : </strong><br/><br/>'.esc_html__('Elementor PRO it is not installed. You bought this theme with "Elementor PRO" indication needed to use some demos. ( Once you have installed and activated it, return and reload this page to import your demo.','nd-shortcodes').'</p>
     435                    <p><strong>'.esc_html__('Elementor Pro OR Alternatives REQUIRED','nd-shortcodes').' : </strong><br/><br/>'.esc_html__('Elementor Pro or Alternatives are not installed. You bought this theme with "Elementor PRO" indication needed to use some demos. ( Once you have installed and activated it, return and reload this page to import this demo ).','nd-shortcodes').'</p>
    436436
    437437
    438438                    <br/>
    439                     <a target="blank" href="https://www.nicdark.com/demos-with-elementor-pro/">'.esc_html__('For more information check our article.','nd-shortcodes').'<p></p></a>
     439                    <a target="blank" href="https://www.nicdark.com/demos-with-elementor-pro/">'.esc_html__('For more information and ALTERNATIVES check our article.','nd-shortcodes').'<p></p></a>
    440440                  </div>
    441441                </div>
     
    646646
    647647
     648
     649            /*START ONLY IF THE DEMO SELECTED DON'T NEED ELEMENTOR PRO AND HAS 2 AS VALUE*/
     650            if ( $nd_options_elementorpro == 2 ) {
     651
     652           
     653              $nd_options_step_demo_3 .= '
     654              <div class="nd_options_section">
     655                <div class="nd_options_width_100_percentage nd_options_padding_20 nd_options_box_sizing_border_box nd_options_float_left">
     656                  <h2 class="nd_options_section nd_options_margin_0">'.esc_html__('1 - Import the Content','nd-shortcodes').'</h2>
     657                  <p class="nd_options_color_666666 nd_options_section nd_options_margin_0 nd_options_margin_top_10 nd_options_margin_bottom_15">'.esc_html__('Download the Content.xml by clicking on the button below, save the file on your desktop and then upload the file Content.xml on WordPress Importer','nd-shortcodes').' <a target="_blank" href="'.admin_url().'admin.php?import=wordpress">'.esc_html__('here','nd-shortcodes').'</a></p>
     658                  <a class="button" href="'.esc_url( get_template_directory_uri().'/import/'.$nd_options_demo.'/content.xml').'" download>'.esc_html__('Donwload Content.xml','nd-shortcodes').'</a>
     659                  <p class="nd_options_color_666666 nd_options_section nd_options_margin_0 nd_options_margin_top_10">* '.esc_html__('If your server blocks the download of the file, get it from this path','nd-shortcodes').' : <u>'.esc_url( get_template_directory_uri().'/import/'.$nd_options_demo.'/content.xml').'</u></p>
     660                </div>
     661              </div>
     662
     663
     664              <div class="nd_options_section nd_options_height_1 nd_options_background_color_E7E7E7 nd_options_margin_top_10 nd_options_margin_bottom_10"></div>
     665
     666
     667              <div class="nd_options_section">
     668                <div class="nd_options_width_100_percentage nd_options_padding_20 nd_options_box_sizing_border_box nd_options_float_left">
     669                  <h2 class="nd_options_section nd_options_margin_0">'.esc_html__('2 - Import the Style','nd-shortcodes').'</h2>
     670                  <p class="nd_options_color_666666 nd_options_section nd_options_margin_0 nd_options_margin_top_10 nd_options_margin_bottom_15">'.esc_html__('Download the Style.zip by clicking on the button below, save the file on your desktop and then upload the file Style.zip on Elementor Import Tool','nd-shortcodes').' <a target="_blank" href="'.admin_url().'admin.php?page=elementor-app#/import">'.esc_html__('here','nd-shortcodes').'</a></p>
     671
     672
     673                  <a class="button" href="'.esc_url( get_template_directory_uri().'/import/'.$nd_options_demo.'/style.zip').'" download >'.esc_html__('Donwload Style.zip','nd-shortcodes').'</a>
     674                  <p class="nd_options_color_666666 nd_options_section nd_options_margin_0 nd_options_margin_top_10">* '.esc_html__('If your server blocks the download of the file, get it from this path','nd-shortcodes').' : <u>'.esc_url( get_template_directory_uri().'/import/'.$nd_options_demo.'/style.zip').'</u></p>
     675
     676                </div>
     677              </div>
     678
     679
     680              <div class="nd_options_section nd_options_height_1 nd_options_background_color_E7E7E7 nd_options_margin_top_10 nd_options_margin_bottom_10"></div>
     681
     682
     683              <div class="nd_options_section">
     684                <div class="nd_options_width_40_percentage nd_options_padding_20 nd_options_box_sizing_border_box nd_options_float_left">
     685                 
     686                  <form action="'.esc_url(admin_url('themes.php')).'" method="get">
     687                    <input type="hidden" name="page" value="nicdark-welcome-theme-page">
     688                    <input type="hidden" name="step" value="4">
     689                    <input class="button button-primary" type="submit" value="'.esc_html__('Go to the last Step ','nd-shortcodes').'*">
     690                  </form>
     691
     692                  <p>* '.esc_html__('Mandatory step to import some important options of the chosen demo','nd-shortcodes').'</p>
     693
     694                </div>
     695              </div>'
     696              ;
     697 
     698
     699            }
     700            /*END ONLY IF THE DEMO SELECTED DON'T NEED ELEMENTOR PRO AND HAS 2 AS VALUE*/
    648701           
    649702
  • nd-shortcodes/tags/7.7/readme.txt

    r3107497 r3187286  
    33Tags: wp bakery page builder, components, elementor, shortcodes, elementor library, post-grid, elementor templates, elementor pages, elementor sections, services
    44Requires at least: 4.5
    5 Tested up to: 6.4
     5Tested up to: 6.7
    66Stable tag: 7.7
    77License: GPLv2 or later
  • nd-shortcodes/trunk/inc/settings/import-elementor/index.php

    r3107493 r3187286  
    433433                <div class="nd_options_box_sizing_border_box nd_options_padding_20 nd_options_float_left nd_options_width_100_percentage">
    434434                  <div class="notice notice-error nd_options_padding_20 nd_options_margin_top_30 nd_options_margin_0 nd_options_background_color_d6363917">
    435                     <p><strong>'.esc_html__('ELEMENTOR PRO REQUIRED','nd-shortcodes').' : </strong><br/><br/>'.esc_html__('Elementor PRO it is not installed. You bought this theme with "Elementor PRO" indication needed to use some demos. ( Once you have installed and activated it, return and reload this page to import your demo.','nd-shortcodes').'</p>
     435                    <p><strong>'.esc_html__('Elementor Pro OR Alternatives REQUIRED','nd-shortcodes').' : </strong><br/><br/>'.esc_html__('Elementor Pro or Alternatives are not installed. You bought this theme with "Elementor PRO" indication needed to use some demos. ( Once you have installed and activated it, return and reload this page to import this demo ).','nd-shortcodes').'</p>
    436436
    437437
    438438                    <br/>
    439                     <a target="blank" href="https://www.nicdark.com/demos-with-elementor-pro/">'.esc_html__('For more information check our article.','nd-shortcodes').'<p></p></a>
     439                    <a target="blank" href="https://www.nicdark.com/demos-with-elementor-pro/">'.esc_html__('For more information and ALTERNATIVES check our article.','nd-shortcodes').'<p></p></a>