Plugin Directory

Changeset 2894413


Ignore:
Timestamp:
04/05/2023 01:45:12 PM (3 years ago)
Author:
nicdark
Message:

edit files for version 6.8

Location:
nd-shortcodes/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • nd-shortcodes/trunk/addons/themes/index.php

    r2594194 r2894413  
    22
    33
    4 if ( get_option('nicdark_theme_author') != 1 ){
     4add_action('admin_menu', 'nd_options_create_themes_menu');
     5function nd_options_create_themes_menu() {
     6 
     7  /*1*/
     8  add_menu_page( __('ND Library','nd-shortcodes'), __('ND Library','nd-shortcodes'), 'manage_options', 'nd-shortcodes-themes', 'nd_options_themes_menu_page', 'dashicons-superhero' );
    59
    6   add_action('admin_menu', 'nd_options_create_themes_menu');
    7   function nd_options_create_themes_menu() {
    8    
    9     /*1*/
    10     add_menu_page( __('WP Themes','nd-shortcodes'), __('WP Themes','nd-shortcodes'), 'manage_options', 'nd-shortcodes-themes', 'nd_options_themes_menu_page', 'dashicons-cart' );
    11 
    12   }
     10}
    1311
    1412
    15   //START add custom css
    16   function nd_options_admin_style_for_theme_page() {
    17    
    18     wp_enqueue_style( 'nd_options_style_theme_page', esc_url( plugins_url( 'admin-style.css', __FILE__ ) ), array(), false, false );
    19    
    20   }
    21   add_action( 'admin_enqueue_scripts', 'nd_options_admin_style_for_theme_page' );
    22   //END add custom css
     13//START add custom css
     14function nd_options_admin_style_for_theme_page() {
     15 
     16  wp_enqueue_style( 'nd_options_style_theme_page', esc_url( plugins_url( 'admin-style.css', __FILE__ ) ), array(), false, false );
     17 
     18}
     19add_action( 'admin_enqueue_scripts', 'nd_options_admin_style_for_theme_page' );
     20//END add custom css
    2321
    2422
     23/*1 - page*/
     24function nd_options_themes_menu_page() {
     25?>
     26 
     27  <style>
     28  .notice { display: none;}
     29  #wpfooter { display: none;}
     30  #wpcontent { padding-left: 0px;}
     31  #wpbody-content { padding-bottom: 0px; }
     32  </style>
     33
     34  <iframe style="margin: 0px; padding: 0px; border-width: 0px; width: 100%; height: 100vh;" src="https://library.nicdark.com/" title="Nicdark Library"></iframe>
     35
     36<?php }
     37/*END 1*/
    2538
    2639
    27   /*1 - page*/
    28   function nd_options_themes_menu_page() {
    29   ?>
    30 
    31 
    32    
    33     <div class="wrap">
    34      
    35       <h1 class="nd_options_margin_bottom_15_important">
    36         <?php _e('Themes','nd-shortcodes'); ?>
    37         <span class="nd_options_margin_left_10 title-count theme-count">16</span>
    38       </h1>
    39 
    40       <div class="theme-browser rendered">
    41         <div class="themes wp-clearfix">
    42 
    43 
    44           <!--theme-->
    45           <div class="theme">
    46 
    47             <div class="theme-screenshot">
    48               <img src="<?php echo esc_url(plugins_url('img/carne.jpg', __FILE__ )); ?>" alt="">
    49             </div>
    50 
    51             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/butcher/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    52          
    53             <div class="theme-author">By Nicdark </div>
    54 
    55             <div class="theme-id-container">
    56              
    57               <h2 class="theme-name">Butcher</h2>
    58 
    59               <div class="theme-actions">
    60                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/butcher/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    61                 <a target="_blank" class="button button-primary" href="https://1.envato.market/9WA7N5">Purchase</a>
    62               </div>
    63          
    64             </div>
    65          
    66           </div>
    67           <!--theme-->
    68 
    69 
    70 
    71           <!--theme-->
    72           <div class="theme">
    73 
    74             <div class="theme-screenshot">
    75               <img src="<?php echo esc_url(plugins_url('img/pesce.jpg', __FILE__ )); ?>" alt="">
    76             </div>
    77 
    78             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/seafood/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    79          
    80             <div class="theme-author">By Nicdark </div>
    81 
    82             <div class="theme-id-container">
    83              
    84               <h2 class="theme-name">Seafood</h2>
    85 
    86               <div class="theme-actions">
    87                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/seafood/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    88                 <a target="_blank" class="button button-primary" href="https://1.envato.market/DVyOAb">Purchase</a>
    89               </div>
    90          
    91             </div>
    92          
    93           </div>
    94           <!--theme-->
    95 
    96 
    97 
    98           <!--theme-->
    99           <div class="theme">
    100 
    101             <div class="theme-screenshot">
    102               <img src="<?php echo esc_url(plugins_url('img/spyn.jpg', __FILE__ )); ?>" alt="">
    103             </div>
    104 
    105             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/tennis/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    106          
    107             <div class="theme-author">By Nicdark </div>
    108 
    109             <div class="theme-id-container">
    110              
    111               <h2 class="theme-name">Tennis Club</h2>
    112 
    113               <div class="theme-actions">
    114                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/tennis/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    115                 <a target="_blank" class="button button-primary" href="https://1.envato.market/LPPP4a">Purchase</a>
    116               </div>
    117          
    118             </div>
    119          
    120           </div>
    121           <!--theme-->
    122 
    123 
    124 
    125           <!--theme-->
    126           <div class="theme">
    127 
    128             <div class="theme-screenshot">
    129               <img src="<?php echo esc_url(plugins_url('img/ngo.jpeg', __FILE__ )); ?>" alt="">
    130             </div>
    131 
    132             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/donation/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    133          
    134             <div class="theme-author">By Nicdark </div>
    135 
    136             <div class="theme-id-container">
    137              
    138               <h2 class="theme-name">NGO Charity</h2>
    139 
    140               <div class="theme-actions">
    141                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/donation/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    142                 <a target="_blank" class="button button-primary" href="https://1.envato.market/YOzLB">Purchase</a>
    143               </div>
    144          
    145             </div>
    146          
    147           </div>
    148           <!--theme-->
    149          
    150 
    151           <!--theme-->
    152           <div class="theme">
    153 
    154             <div class="theme-screenshot">
    155               <img src="<?php echo esc_url(plugins_url('img/edile.jpg', __FILE__ )); ?>" alt="">
    156             </div>
    157 
    158             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/construction/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    159          
    160             <div class="theme-author">By Nicdark </div>
    161 
    162             <div class="theme-id-container">
    163              
    164               <h2 class="theme-name">Construction</h2>
    165 
    166               <div class="theme-actions">
    167                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/construction/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    168                 <a target="_blank" class="button button-primary" href="https://1.envato.market/vr9zv">Purchase</a>
    169               </div>
    170          
    171             </div>
    172          
    173           </div>
    174           <!--theme-->
    175 
    176 
    177 
    178 
    179           <!--theme-->
    180           <div class="theme">
    181 
    182             <div class="theme-screenshot">
    183               <img src="<?php echo esc_url(plugins_url('img/marina.jpg', __FILE__ )); ?>" alt="">
    184             </div>
    185 
    186             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/resort/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    187          
    188             <div class="theme-author">By Nicdark </div>
    189 
    190             <div class="theme-id-container">
    191              
    192               <h2 class="theme-name">Hotel Resort</h2>
    193 
    194               <div class="theme-actions">
    195                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/resort/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    196                 <a target="_blank" class="button button-primary" href="https://1.envato.market/6Ko0q">Purchase</a>
    197               </div>
    198          
    199             </div>
    200          
    201           </div>
    202           <!--theme-->
    203 
    204 
    205 
    206 
    207           <!--theme-->
    208           <div class="theme">
    209 
    210             <div class="theme-screenshot">
    211               <img src="<?php echo esc_url(plugins_url('img/ristorante.jpg', __FILE__ )); ?>" alt="">
    212             </div>
    213 
    214             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/restaurant/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    215          
    216             <div class="theme-author">By Nicdark </div>
    217 
    218             <div class="theme-id-container">
    219              
    220               <h2 class="theme-name">Restaurant</h2>
    221 
    222               <div class="theme-actions">
    223                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/restaurant/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    224                 <a target="_blank" class="button button-primary" href="https://1.envato.market/PZ4ee">Purchase</a>
    225               </div>
    226          
    227             </div>
    228          
    229           </div>
    230           <!--theme-->
    231 
    232 
    233 
    234 
    235           <!--theme-->
    236           <div class="theme">
    237 
    238             <div class="theme-screenshot">
    239               <img src="<?php echo esc_url(plugins_url('img/hotel-booking.jpg', __FILE__ )); ?>" alt="">
    240             </div>
    241 
    242             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/hotel/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    243          
    244             <div class="theme-author">By Nicdark </div>
    245 
    246             <div class="theme-id-container">
    247              
    248               <h2 class="theme-name">Hotel Booking</h2>
    249 
    250               <div class="theme-actions">
    251                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/hotel/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    252                 <a target="_blank" class="button button-primary" href="https://1.envato.market/WLRW3">Purchase</a>
    253               </div>
    254          
    255             </div>
    256          
    257           </div>
    258           <!--theme-->
    259 
    260 
    261 
    262           <!--theme-->
    263           <div class="theme">
    264 
    265             <div class="theme-screenshot">
    266               <img src="<?php echo esc_url(plugins_url('img/charity-foundation.jpg', __FILE__ )); ?>" alt="">
    267             </div>
    268 
    269             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/charity/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    270          
    271             <div class="theme-author">By Nicdark </div>
    272 
    273             <div class="theme-id-container">
    274              
    275               <h2 class="theme-name">Charity Foundation</h2>
    276 
    277               <div class="theme-actions">
    278                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/charity/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    279                 <a target="_blank" class="button button-primary" href="https://1.envato.market/4YoO1">Purchase</a>
    280               </div>
    281          
    282             </div>
    283          
    284           </div>
    285           <!--theme-->
    286 
    287 
    288 
    289           <!--theme-->
    290           <div class="theme">
    291 
    292             <div class="theme-screenshot">
    293               <img src="<?php echo esc_url(plugins_url('img/beauty-pack.jpg', __FILE__ )); ?>" alt="">
    294             </div>
    295 
    296             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/beauty/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    297          
    298             <div class="theme-author">By Nicdark </div>
    299 
    300             <div class="theme-id-container">
    301              
    302               <h2 class="theme-name">Beauty Pack</h2>
    303 
    304               <div class="theme-actions">
    305                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/beauty/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    306                 <a target="_blank" class="button button-primary" href="https://1.envato.market/LG4ea">Purchase</a>
    307               </div>
    308          
    309             </div>
    310          
    311           </div>
    312           <!--theme-->
    313 
    314 
    315 
    316           <!--theme-->
    317           <div class="theme">
    318 
    319             <div class="theme-screenshot">
    320               <img src="<?php echo esc_url(plugins_url('img/education-pack.jpg', __FILE__ )); ?>" alt="">
    321             </div>
    322 
    323             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/education/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    324          
    325             <div class="theme-author">By Nicdark </div>
    326 
    327             <div class="theme-id-container">
    328              
    329               <h2 class="theme-name">Education Pack</h2>
    330 
    331               <div class="theme-actions">
    332                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/education/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    333                 <a target="_blank" class="button button-primary" href="https://1.envato.market/53YOn">Purchase</a>
    334               </div>
    335          
    336             </div>
    337          
    338           </div>
    339           <!--theme-->
    340 
    341 
    342 
    343           <!--theme-->
    344           <div class="theme">
    345 
    346             <div class="theme-screenshot">
    347               <img src="<?php echo esc_url(plugins_url('img/camping-village.jpg', __FILE__ )); ?>" alt="">
    348             </div>
    349 
    350             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/camping/wp/demo/?action=nd-shortcodes">Theme Details</a></span>
    351          
    352             <div class="theme-author">By Nicdark </div>
    353 
    354             <div class="theme-id-container">
    355              
    356               <h2 class="theme-name">Camping Village</h2>
    357 
    358               <div class="theme-actions">
    359                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/camping/wp/demo/?action=nd-shortcodes">Demo</a>
    360                 <a target="_blank" class="button button-primary" href="https://1.envato.market/OJ4GA">Purchase</a>
    361               </div>
    362          
    363             </div>
    364          
    365           </div>
    366           <!--theme-->
    367 
    368 
    369 
    370           <!--theme-->
    371           <div class="theme">
    372 
    373             <div class="theme-screenshot">
    374               <img src="<?php echo esc_url(plugins_url('img/wedding-industry.jpg', __FILE__ )); ?>" alt="">
    375             </div>
    376 
    377             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/wedding/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    378          
    379             <div class="theme-author">By Nicdark </div>
    380 
    381             <div class="theme-id-container">
    382              
    383               <h2 class="theme-name">Wedding Industry</h2>
    384 
    385               <div class="theme-actions">
    386                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/wedding/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    387                 <a target="_blank" class="button button-primary" href="https://1.envato.market/M1yaP">Purchase</a>
    388               </div>
    389          
    390             </div>
    391          
    392           </div>
    393           <!--theme-->
    394 
    395 
    396 
    397           <!--theme-->
    398           <div class="theme">
    399 
    400             <div class="theme-screenshot">
    401               <img src="<?php echo esc_url(plugins_url('img/baby-kids.jpg', __FILE__ )); ?>" alt="">
    402             </div>
    403 
    404             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/children/wp/demo/?action=nd-shortcodes">Theme Details</a></span>
    405          
    406             <div class="theme-author">By Nicdark </div>
    407 
    408             <div class="theme-id-container">
    409              
    410               <h2 class="theme-name">Baby Kids</h2>
    411 
    412               <div class="theme-actions">
    413                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/children/wp/demo/?action=nd-shortcodes">Demo</a>
    414                 <a target="_blank" class="button button-primary" href="https://themeforest.net/item/baby-kids-education-primary-school-for-children/10240657">Purchase</a>
    415               </div>
    416          
    417             </div>
    418          
    419           </div>
    420           <!--theme-->
    421 
    422 
    423 
    424           <!--theme-->
    425           <div class="theme">
    426 
    427             <div class="theme-screenshot">
    428               <img src="<?php echo esc_url(plugins_url('img/sweet-cake.jpg', __FILE__ )); ?>" alt="">
    429             </div>
    430 
    431             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/bakery/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    432          
    433             <div class="theme-author">By Nicdark </div>
    434 
    435             <div class="theme-id-container">
    436              
    437               <h2 class="theme-name">Bakery</h2>
    438 
    439               <div class="theme-actions">
    440                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/bakery/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    441                 <a target="_blank" class="button button-primary" href="https://1.envato.market/eX4YO">Purchase</a>
    442               </div>
    443          
    444             </div>
    445          
    446           </div>
    447           <!--theme-->
    448 
    449 
    450 
    451           <!--theme-->
    452           <div class="theme">
    453 
    454             <div class="theme-screenshot">
    455               <img src="<?php echo esc_url(plugins_url('img/love-travel.jpg', __FILE__ )); ?>" alt="">
    456             </div>
    457 
    458             <span class="more-details"><a style="color:#fff; text-decoration:none;" target="_blank" href="http://www.nicdarkthemes.com/themes/travel/wp/demo/intro/?action=nd-shortcodes">Theme Details</a></span>
    459          
    460             <div class="theme-author">By Nicdark </div>
    461 
    462             <div class="theme-id-container">
    463              
    464               <h2 class="theme-name">Love Travel</h2>
    465 
    466               <div class="theme-actions">
    467                 <a target="_blank" class="button activate" href="http://www.nicdarkthemes.com/themes/travel/wp/demo/intro/?action=nd-shortcodes">Demo</a>
    468                 <a target="_blank" class="button button-primary" href="https://1.envato.market/PZ42q">Purchase</a>
    469               </div>
    470          
    471             </div>
    472          
    473           </div>
    474           <!--theme-->
    475 
    476 
    477          
    478 
    479         </div>
    480       </div>
    481 
    482     </div>
    483 
    484 
    485   <?php }
    486   /*END 1*/
    487 
    488 }
  • nd-shortcodes/trunk/inc/settings/import-elementor/index.php

    r2883780 r2894413  
    767767            <div class="nd_options_section">
    768768              <div class="nd_options_width_50_percentage nd_options_padding_20 nd_options_box_sizing_border_box nd_options_float_left">
    769                 <h1 class="nd_options_section nd_options_margin_0 nd_options_margin_top_10">'.esc_html__('Elementor PRO for FREE','nd-shortcodes').' *<span class="nd_options_color_666666 nd_options_padding_left_20 nd_options_font_weight_normal nd_options_font_size_14">( '.esc_html__('only for themeforest.net buyers','nd-shortcodes').' )</span></h1>
    770                 <p class="nd_options_color_666666 nd_options_section nd_options_margin_0 nd_options_margin_top_20 nd_options_margin_bottom_20">'.esc_html__('Redeem your Elementor Pro license by filling out the form at the following address for have Elementor PRO connected to your domain. * You can use Elementor PRO for free for 12 months, you will get all updates for free. This is our gift to all our themeforest.net customers.','nd-shortcodes').'</p>
     769                <h1 class="nd_options_section nd_options_margin_0 nd_options_margin_top_10">'.esc_html__('Elementor PRO for FREE','nd-shortcodes').'</h1>
     770                <p class="nd_options_color_666666 nd_options_section nd_options_margin_0 nd_options_margin_top_20 nd_options_margin_bottom_20">'.esc_html__('Redeem your Elementor Pro license by filling out the form at the following address for have Elementor PRO connected to your domain. Elementor PRO it is not mandatory for use the theme that you have purchased and you are free to not request it but since it has a lot of extra features, we think your project can benefit from this. * You can use Elementor PRO for free for 12 months, you will get all updates for free.','nd-shortcodes').'<u>'.esc_html__('This is our gift to all our customers.','nd-shortcodes').'</u></p>
    771771                <a class="button button-primary " target="blank" href="https://www.nicdark.com/free-elementor-pro/">'.esc_html__('Fill The Form','nd-shortcodes').'</a>
    772772              </div>
     
    795795              'class' => [],
    796796            ],
     797
     798      'u' => [ 
     799        'class' => [],
     800      ],
    797801                         
    798802            'h2' => [ 
  • nd-shortcodes/trunk/nd-shortcodes.php

    r2850442 r2894413  
    33Plugin Name:       ND Shortcodes
    44Description:       The plugin adds some useful components to your page builder ( Elementor or WP Bakery Page Builder ). All components are full responsive and retina ready.
    5 Version:           6.7
     5Version:           6.8
    66Plugin URI:        https://nicdark.com
    77Author:            Nicdark
  • nd-shortcodes/trunk/readme.txt

    r2850442 r2894413  
    11=== ND Shortcodes ===
    22Contributors: nicdark
    3 Tags: wp bakery page builder, components, shortcodes, framework, post-grid, prices, team, testimonials, services
     3Tags: 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.0
    6 Stable tag: 6.7
     5Tested up to: 6.2
     6Stable tag: 6.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727
    2828== Changelog ==
     29
     30= 6.8 =
     31* introducing Library
    2932
    3033= 6.7 =
Note: See TracChangeset for help on using the changeset viewer.