Changeset 2314601
- Timestamp:
- 05/29/2020 03:55:18 PM (6 years ago)
- Location:
- embe-core/trunk
- Files:
-
- 6 added
- 6 edited
-
assets/imgs/embe-redux-header-10.png (added)
-
assets/imgs/featured_slide_1.png (added)
-
assets/imgs/featured_slide_2.png (added)
-
assets/imgs/layout-masonry-2.png (added)
-
assets/imgs/page-loading-planet.png (added)
-
assets/imgs/page-loading-square.png (added)
-
embe-core.php (modified) (1 diff)
-
inc/helper/helper.php (modified) (7 diffs)
-
inc/redux-sections/section-general.php (modified) (4 diffs)
-
inc/redux-sections/section-header.php (modified) (1 diff)
-
inc/redux-sections/section-layouts.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
embe-core/trunk/embe-core.php
r2255129 r2314601 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. 1.06 Version: 2.2.0 7 7 Author: alithemes.com 8 8 Author URI: alithemes.com -
embe-core/trunk/inc/helper/helper.php
r2255129 r2314601 82 82 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/embe-redux-header-9.png' 83 83 ); 84 $header_layout['header_10'] = array( 85 'title' => esc_html__( 'Header 10', 'alith-core' ), 86 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/embe-redux-header-10.png' 87 ); 84 88 return $header_layout; 85 89 } … … 110 114 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/embe-redux-footer-5.png' 111 115 ); 112 113 116 return $footer_layout; 114 117 } … … 151 154 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/page-loading-ripple.png' 152 155 ); 156 $page_loading_layout_options['planet'] = array( 157 'title' => esc_html__( 'Planet', 'alith-core' ), 158 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/page-loading-planet.png' 159 ); 160 $page_loading_layout_options['square'] = array( 161 'title' => esc_html__( 'Square', 'alith-core' ), 162 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/page-loading-square.png' 163 ); 153 164 $page_loading_layout_options['logoloader'] = array( 154 165 'title' => esc_html__( 'Your Logo', 'alith-core' ), … … 235 246 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/layout-masonry.png' 236 247 ); 248 $homepage_layout['masonry_2'] = array( 249 'title' => esc_html__( 'Masonry 2', 'alith-core' ), 250 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/layout-masonry-2.png' 251 ); 237 252 return $homepage_layout; 238 253 } … … 283 298 function masonry_column() { 284 299 $masonry_column = array(); 285 $masonry_column['col- md-6'] = array(300 $masonry_column['col-lg-6'] = array( 286 301 'title' => esc_html__( 'Two columns', 'alith-core' ), 287 302 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/column-2.png' 288 303 ); 289 $masonry_column['col- md-4'] = array(304 $masonry_column['col-lg-4'] = array( 290 305 'title' => esc_html__( 'Three columns', 'alith-core' ), 291 306 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/column-3.png' 292 307 ); 293 $masonry_column['col- md-3'] = array(308 $masonry_column['col-lg-3'] = array( 294 309 'title' => esc_html__( 'Four columns', 'alith-core' ), 295 310 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/column-4.png' … … 421 436 'title' => esc_html__( 'Grid 4', 'alith-core' ), 422 437 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_grid_4.png' 423 ); 438 ); 439 $featured_layout['slide_1'] = array( 440 'title' => esc_html__( 'Slide 1', 'alith-core' ), 441 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_slide_1.png' 442 ); 443 $featured_layout['slide_2'] = array( 444 'title' => esc_html__( 'Slide 2', 'alith-core' ), 445 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_slide_2.png' 446 ); 424 447 return $featured_layout; 425 448 } … … 475 498 'big_thumb' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/layout-big-thumbs.png', 476 499 'masonry' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/layout-masonry.png', 500 'masonry_2' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/layout-masonry-2.png', 477 501 ); 478 502 } -
embe-core/trunk/inc/redux-sections/section-general.php
r2252051 r2314601 20 20 ), 21 21 array( 22 'id' => 'rtl_switch', 23 'type' => 'switch', 24 'title' => esc_html__('RTL language', 'liberte'), 25 'subtitle' => esc_html__('Active Right To Left language mode?', 'alith-core'), 26 'on' => 'Active', 27 'off' => 'Disable', 28 'default' => false, 29 ), 30 array( 22 31 'id' => 'section_end_main_style', 23 32 'type' => 'section', … … 90 99 '), 91 100 ), 101 array( 102 'id' => 'logo_dark_mode_image', 103 'type' => 'media', 104 'required' => array('swith_dark_mode','=','1'), 105 'url' => true, 106 'title' => esc_html__( 'Logo for dark mode', 'alith-core' ), 107 'subtitle' => esc_html__( 'Upload your logo here', 'alith-core' ), 108 'desc' => esc_html__( 'Supported formats: .jpg .gif .png', 'alith-core' ), 109 ), 92 110 array( 93 111 'id' => 'section_end_dark_mode', … … 255 273 'validate' => 'color', 256 274 'output' => array( 257 'background' => 'div#wave .dot, .woocommerce button.button.alt, .top-scroll-bar, .embe_header_1 .social-network a.searh-toggle, .sticky-header a.searh-toggle, .latest-style-1 .article-wrap:hover .hover-has-bg, .item:hover .hover-has-bg, .back-to-top, .latest-style-2 .post-count, .sticky-icon, .format-icon, #main-menu .menu-primary ul > li > a::before, .primary-btn, #main-menu .menu-primary li.menu-item-has-children a::after, .tooltip-inner, .owl-carousel .owl-nav button, .bounceball::before, .social-network a.searh-toggle, .sticky-header a.searh-toggle, #alith-tab a.alith-current-item, article:hover .sticky-icon, article:hover .format-icon, #main-menu .menu-primary li.has-mega-menu a::after, .title_style_3 .widget-title span::before, .title_style_4 .widget-title::before, .title_style_5 .widget-title span, .title_style_6 .widget-title,aside .widget_search .search-button,.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .lds-ellipsis div, .bounceball:before, .alith-read-more:hover ',275 'background' => 'div#wave .dot, .woocommerce button.button.alt, .top-scroll-bar, .embe_header_1 .social-network a.searh-toggle, .sticky-header a.searh-toggle, .latest-style-1 .article-wrap:hover .hover-has-bg, .item:hover .hover-has-bg, .back-to-top, .latest-style-2 .post-count, .sticky-icon, .format-icon, #main-menu .menu-primary ul > li > a::before, .primary-btn, #main-menu .menu-primary li.menu-item-has-children a::after, .tooltip-inner, .owl-carousel .owl-nav button, .bounceball::before, .social-network a.searh-toggle, .sticky-header a.searh-toggle, #alith-tab a.alith-current-item, article:hover .sticky-icon, article:hover .format-icon, #main-menu .menu-primary li.has-mega-menu a::after, .title_style_3 .widget-title span::before, .title_style_4 .widget-title::before, .title_style_5 .widget-title span, .title_style_6 .widget-title,aside .widget_search .search-button,.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .lds-ellipsis div, .bounceball:before, .alith-read-more:hover,.lds-planet::after', 258 276 'color' => '.capsSubtle, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .primary-color, .primary-color a, .entry-metro h3:hover a, .is-sticky .entry-title a, .widget_categories li.cat-item, .menu-primary a i, .entry-main-content a, .alith_title_arrow::before, .slider-carousel-columns .post-count-number', 259 'border-color' => '.latest-style-1 .article-wrap:hover .hover-has-bg, .item:hover .hover-has-bg, .lds-ripple div ',277 'border-color' => '.latest-style-1 .article-wrap:hover .hover-has-bg, .item:hover .hover-has-bg, .lds-ripple div,.lds-planet', 260 278 'border-top-color' => '.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before, .widget_style_7 .widget-title,.title_style_7 .widget-title' 261 279 ) … … 314 332 ), 315 333 'output' => array('body'), 316 ), 334 ), 335 array( 336 'id' => 'body_border', 337 'type' => 'border', 338 'title' => __('Body border', 'alith-core'), 339 'output' => array('body'), 340 'all' => false, 341 'default' => array( 342 'border-color' => '#000000', 343 'border-style' => 'none', 344 'border-top' => '0px', 345 'border-right' => '0px', 346 'border-bottom' => '0px', 347 'border-left' => '0px', 348 ) 349 ), 317 350 ) 318 351 ) ); -
embe-core/trunk/inc/redux-sections/section-header.php
r2249091 r2314601 245 245 ), 246 246 array( 247 'id' => 'section_end_logo', 248 'type' => 'section', 249 'class' => 'alith-section-end', 250 'indent' => false 247 'id' => 'switch-display-tagline', 248 'type' => 'switch', 249 'title' => esc_html__('Display tagline?', 'alith-core'), 250 'default' => 1, 251 'on' => 'Show', 252 'off' => 'Hide', 251 253 ), 252 254 // Advertise Banner -
embe-core/trunk/inc/redux-sections/section-layouts.php
r2246263 r2314601 48 48 'title' => esc_html__( 'Masonry Columns', 'alith-core' ), 49 49 'options' => masonry_column(), 50 'default' => 'col- md-4',50 'default' => 'col-lg-4', 51 51 'required' => array( 52 array('layout_homepage_opt', 'equals', 'masonry')52 'layout_homepage_opt', 'equals', array('masonry','masonry_2'), 53 53 ) 54 54 ), -
embe-core/trunk/readme.txt
r2255129 r2314601 76 76 77 77 == Changelog == 78 VERSION 2.1.0 [current] 78 VERSION 2.2.0 [current] 79 - Fix the RTL language 80 81 VERSION 2.1.0 79 82 - Add Women Blog demo 80 83
Note: See TracChangeset
for help on using the changeset viewer.