Changeset 3226304
- Timestamp:
- 01/21/2025 01:56:49 PM (11 months ago)
- Location:
- nd-shortcodes/trunk
- Files:
-
- 5 edited
-
css/admin-style.css (modified) (1 diff)
-
inc/settings/admin-style.css (modified) (3 diffs)
-
inc/settings/import-elementor/index.php (modified) (1 diff)
-
nd-shortcodes.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nd-shortcodes/trunk/css/admin-style.css
r2999457 r3226304 38 38 /*color*/ 39 39 .nd_options_color_ffffff { color: #fff; } 40 .nd_options_color_ffffff_important { color: #fff !important; } 40 41 .nd_options_color_ffffff_hover:hover { color: #fff; } 41 42 .nd_options_color_a0a5aa { color: #a0a5aa; } -
nd-shortcodes/trunk/inc/settings/admin-style.css
r2999457 r3226304 27 27 .nd_options_background_color_2271b1 { background-color: #2271b1; } 28 28 .nd_options_background_color_d6363917 { background-color: #d6363917; } 29 .nd_options_background_color_d63638_important { background-color: #d63638 !important; } 29 30 30 31 /*border*/ … … 33 34 .nd_options_border_top_width_0 { border-top-width: 0px; } 34 35 .nd_options_border_left_width_0 { border-left-width: 0px; } 36 .nd_options_border_width_0_important { border-width: 0px !important; } 35 37 36 38 /*box-shadow*/ … … 41 43 .nd_options_color_ffffff { color: #fff; } 42 44 .nd_options_color_ffffff_hover:hover { color: #fff; } 45 .nd_options_color_ffffff_important { color: #fff !important; } 43 46 .nd_options_color_a0a5aa { color: #a0a5aa; } 44 47 .nd_options_color_666666 { color: #666666; } -
nd-shortcodes/trunk/inc/settings/import-elementor/index.php
r3187444 r3226304 433 433 <div class="nd_options_box_sizing_border_box nd_options_padding_20 nd_options_float_left nd_options_width_100_percentage"> 434 434 <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 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> 436 435 436 <p> 437 <strong>'.esc_html__('ONE PLUGIN IS MISSING !','nd-shortcodes').'</strong> 438 <br/><br/> 439 '.esc_html__('Install one of','nd-shortcodes').' 440 <a target="blank" href="https://www.nicdarkthemes.com/plugin-required/">'.esc_html__('these plugins','nd-shortcodes').'</a> 441 '.esc_html__('for import this demo.','nd-shortcodes').' 442 </p> 437 443 438 444 <br/> 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> 445 446 <a class="button nd_options_color_ffffff_important nd_options_background_color_d63638_important nd_options_border_width_0_important" target="blank" href="https://www.nicdarkthemes.com/plugin-required/"> 447 '.esc_html__('CHECK HERE','nd-shortcodes').' 448 </a> 449 440 450 </div> 441 451 </div> -
nd-shortcodes/trunk/nd-shortcodes.php
r3107493 r3226304 3 3 Plugin Name: ND Shortcodes 4 4 Description: 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: 7. 75 Version: 7.8 6 6 Plugin URI: https://nicdark.com 7 7 Author: Nicdark -
nd-shortcodes/trunk/readme.txt
r3187286 r3226304 4 4 Requires at least: 4.5 5 5 Tested up to: 6.7 6 Stable tag: 7. 76 Stable tag: 7.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 28 28 == Changelog == 29 30 = 7.8 = 31 * improving elementor demo importer 29 32 30 33 = 7.7 =
Note: See TracChangeset
for help on using the changeset viewer.