Changeset 2255129
- Timestamp:
- 03/05/2020 02:29:49 PM (6 years ago)
- Location:
- embe-core/trunk
- Files:
-
- 4 added
- 4 edited
-
assets/imgs/bototm-column-3.png (added)
-
assets/imgs/bototm-column-4.png (added)
-
assets/imgs/bototm-column-5.png (added)
-
assets/imgs/embe-redux-header-9.png (added)
-
embe-core.php (modified) (1 diff)
-
inc/helper/helper.php (modified) (3 diffs)
-
inc/redux-sections/section-footer.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embe-core/trunk/embe-core.php
r2252051 r2255129 4 4 Plugin URI: http://embe.live/intro 5 5 Description: Core Features for EmBe Theme, this is required plugin for this theme 6 Version: 2. 0.96 Version: 2.1.0 7 7 Author: alithemes.com 8 8 Author URI: alithemes.com -
embe-core/trunk/inc/helper/helper.php
r2252051 r2255129 78 78 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/embe-redux-header-8.png' 79 79 ); 80 $header_layout['header_9'] = array( 81 'title' => esc_html__( 'Header 9', 'alith-core' ), 82 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/embe-redux-header-9.png' 83 ); 80 84 return $header_layout; 81 85 } … … 255 259 } 256 260 261 /* Bottom column options */ 262 if ( !function_exists( 'bottom_layout' ) ) { 263 function bottom_layout() { 264 $bottom_layout = array(); 265 $bottom_layout['bottom_three_columns'] = array( 266 'title' => esc_html__( 'Three columns', 'alith-core' ), 267 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/bototm-column-3.png' 268 ); 269 $bottom_layout['bottom_four_columns'] = array( 270 'title' => esc_html__( 'Four columns', 'alith-core' ), 271 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/bototm-column-4.png' 272 ); 273 $bottom_layout['bottom_five_columns'] = array( 274 'title' => esc_html__( 'Five columns', 'alith-core' ), 275 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/bototm-column-5.png' 276 ); 277 return $bottom_layout; 278 } 279 } 280 257 281 /* Masonry column options */ 258 282 if ( !function_exists( 'masonry_column' ) ) { … … 366 390 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_carausel_big.png' 367 391 ); 368 369 392 $featured_layout['carausel'] = array( 370 393 'title' => esc_html__( 'Carausel', 'alith-core' ), 371 394 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_carausel.png' 372 395 ); 373 374 396 $featured_layout['carausel_boxed'] = array( 375 397 'title' => esc_html__( 'Carausel Boxed', 'alith-core' ), 376 398 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_carausel_boxed.png' 377 399 ); 378 379 400 $featured_layout['carausel_small'] = array( 380 401 'title' => esc_html__( 'Carausel Small', 'alith-core' ), 381 402 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_carausel_small.png' 382 403 ); 383 384 404 $featured_layout['carausel_columns'] = array( 385 405 'title' => esc_html__( 'Carausel Columns', 'alith-core' ), 386 406 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_carausel_columns.png' 387 407 ); 388 389 408 $featured_layout['grid'] = array( 390 409 'title' => esc_html__( 'Grid', 'alith-core' ), 391 410 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_grid.png' 392 411 ); 393 394 412 $featured_layout['grid_2'] = array( 395 413 'title' => esc_html__( 'Grid 2', 'alith-core' ), 396 414 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_grid_2.png' 397 415 ); 398 399 416 $featured_layout['grid_3'] = array( 400 417 'title' => esc_html__( 'Grid 3', 'alith-core' ), 401 418 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_grid_3.png' 402 419 ); 403 404 420 $featured_layout['grid_4'] = array( 405 421 'title' => esc_html__( 'Grid 4', 'alith-core' ), 406 422 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_grid_4.png' 407 ); 423 ); 408 424 return $featured_layout; 409 425 } -
embe-core/trunk/inc/redux-sections/section-footer.php
r2252051 r2255129 10 10 'icon' => 'el el-bold', 11 11 'title' => esc_html__( 'Bottom options', 'alith-core' ), 12 'desc' => esc_html__( 'These are options to modify and style your footer', 'alith-core' ),12 'desc' => esc_html__( 'These are options to modify and style your site bottom', 'alith-core' ), 13 13 'subsection' => true, 14 14 'fields' => array( … … 19 19 'default' => true, 20 20 ), 21 array( 22 'id' => 'bottom_layout', 23 'type' => 'image_select', 24 'title' => esc_html__( 'Bottom layout', 'alith-core' ), 25 'required' => array('switch_footer_bottom','=','1'), 26 'options' => bottom_layout(), 27 'default' => 'bottom_four_columns' 28 ), 29 array( 30 'id' => 'bottom_padding', 31 'type' => 'spacing', 32 'mode' => 'padding', 33 'required' => array('switch-featured','=','1'), 34 'units' => 'px', 35 'title' => __('Bottom padding', 'alith-core'), 36 'output' => array('.site-bottom'), 37 ), 21 38 array( 22 39 'id' => 'footer_bottom_background', -
embe-core/trunk/readme.txt
r2252051 r2255129 76 76 77 77 == Changelog == 78 VERSION 2.0.9 [ Current ] 78 VERSION 2.1.0 [current] 79 - Add Women Blog demo 80 81 VERSION 2.0.9 79 82 - Add .POT file (for translate text, labels...) 80 83 - Add Bartender demo
Note: See TracChangeset
for help on using the changeset viewer.