Changeset 2236974
- Timestamp:
- 02/01/2020 03:00:23 PM (6 years ago)
- Location:
- embe-core/trunk
- Files:
-
- 4 added
- 7 edited
-
assets/front-style.css (modified) (1 diff)
-
assets/imgs/embe-redux-header-5.png (added)
-
assets/imgs/featured_carausel_small.png (added)
-
assets/style.css (modified) (1 diff)
-
embe-core.php (modified) (1 diff)
-
inc/helper/helper.php (modified) (2 diffs)
-
inc/redux-sections/section-header.php (modified) (3 diffs)
-
inc/redux-sections/section-navigation.php (modified) (4 diffs)
-
widgets/post-modules/post_modules_layout_8.php (added)
-
widgets/post-modules/post_modules_layout_9.php (added)
-
widgets/post_modules.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
embe-core/trunk/assets/front-style.css
r2236572 r2236974 1 1 /**************POSTS MODULE STYLE*****************/ 2 2 .post-module-divider{width:100%;height:2px;background:#f1f1f1;} 3 4 /*Posts Module Layout 1*/5 3 a.alith-read-more{padding:6px 18px 6px 18px;background:transparent;margin:0px 0px 0px 0px;border-style:solid;border-color:#e0e0e0;border-width:1px;text-transform:uppercase;font-size:11px;color:#53585c;letter-spacing:.5px;} 6 4 a.alith-read-more:hover{color:#fff;} 7 8 /*Posts Module Layout 3*/9 5 .post-module-layout-3 .entry-meta-before{position:absolute;bottom:0;left:15px;} 6 .post-module-layout-8{padding-left:15px;} 7 .post-module-layout-8 .entry-meta-dot:first-child::before{display: none;} 10 8 11 9 /**************POSTS ASIDE STYLE*****************/ -
embe-core/trunk/assets/style.css
r2235545 r2236974 2 2 * Redux custom css 3 3 */ 4 .redux-main .divide .inner{width:100%!important;left:0!important;margin-left:0!important;} 4 5 .admin-color-fresh .redux-sidebar .redux-group-menu li.active a, 5 6 .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a, -
embe-core/trunk/embe-core.php
r2236572 r2236974 4 4 * Plugin URI: http://alithemes.com 5 5 * Description: Core Features for EmBe Theme, this is required plugin for this theme 6 * Version: 2.0. 36 * Version: 2.0.4 7 7 * Author: alithemes.com 8 8 * Author URI: alithemes.com -
embe-core/trunk/inc/helper/helper.php
r2236572 r2236974 46 46 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/embe-redux-header-4.png' 47 47 ); 48 $header_layout['header_5'] = array( 49 'title' => esc_html__( 'Header 5', 'alith-core' ), 50 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/embe-redux-header-5.png' 51 ); 48 52 return $header_layout; 49 53 } … … 286 290 'title' => esc_html__( 'Carausel Boxed', 'alith-core' ), 287 291 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_carausel_boxed.png' 292 ); 293 294 $featured_layout['carausel_small'] = array( 295 'title' => esc_html__( 'Carausel Small', 'alith-core' ), 296 'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/featured_carausel_small.png' 288 297 ); 289 298 -
embe-core/trunk/inc/redux-sections/section-header.php
r2236572 r2236974 244 244 'title' => esc_html__( 'Advertise banner', 'alith-core' ), 245 245 'required' => array( 246 array('header_layout','!=','header_1'), 247 array('header_layout','!=','header_3'), 248 array('header_layout','!=','header_4'), 246 array('header_layout','=','header_2'), 249 247 ), 250 248 'subtitle' => esc_html__( 'Upload your Ads here', 'alith-core' ), … … 256 254 'validate' => 'url', 257 255 'required' => array( 258 array('header_layout','!=','header_1'), 259 array('header_layout','!=','header_3'), 260 array('header_layout','!=','header_4'), 256 array('header_layout','=','header_2'), 261 257 ), 262 258 'title' => esc_html__( 'Advertise Link', 'alith-core' ), … … 269 265 'class' => 'alith-section-start', 270 266 'title' => esc_html__( 'Search Popup', 'alith-core' ), 271 'indent' => true 267 'indent' => true, 268 'required' => array( 269 array('header_layout','=','header_2'), 270 ), 272 271 ), 273 272 array( -
embe-core/trunk/inc/redux-sections/section-navigation.php
r2236572 r2236974 62 62 ), 63 63 array( 64 'id' =>'divider_navigation_color', 65 'type' => 'divide' 66 ), 67 array( 64 68 'id' => 'navigation-text-font', 65 69 'type' => 'typography', 66 'title' => esc_html__('Navigation font', 'alith-core'),70 'title' => esc_html__('Navigation item font', 'alith-core'), 67 71 'google' => true, 68 72 'font-backup' => true, … … 104 108 'type' => 'border', 105 109 'title' => __('Navigation itemt border', 'alith-core'), 110 'subtitle' => esc_html__('Border for each menu item', 'alith-core'), 106 111 'output' => array('.menu-primary>ul>li'), 107 112 'all' => false, … … 115 120 ) 116 121 ), 122 array( 123 'id' =>'divider_navigation_itemt', 124 'type' => 'divide' 125 ), 117 126 array( 118 127 'id' => 'navigation_margin', … … 133 142 'title' => __('Navigation Padding', 'alith-core'), 134 143 ), 135 136 144 array( 145 'id' => 'navigation_main_border', 146 'type' => 'border', 147 'title' => __('Navigation border', 'alith-core'), 148 'output' => array('nav#main-menu'), 149 'all' => false, 150 'default' => array( 151 'border-color' => '#ffffff', 152 'border-style' => 'none', 153 'border-top' => '0px', 154 'border-right' => '0px', 155 'border-bottom' => '0px', 156 'border-left' => '0px', 157 ) 158 ), 137 159 array( 138 160 'id' => 'section-start-submenu-color', -
embe-core/trunk/widgets/post_modules.php
r2236572 r2236974 105 105 } else if($show_type == 'layout-7'){ 106 106 require ('post-modules/post_modules_layout_7.php'); 107 } else if($show_type == 'layout-8'){ 108 require ('post-modules/post_modules_layout_8.php'); 109 } else if($show_type == 'layout-9'){ 110 require ('post-modules/post_modules_layout_9.php'); 107 111 } 108 112 … … 153 157 'layout-6' => esc_html__('Layout 6', 'alith-core' ), 154 158 'layout-7' => esc_html__('Layout 7', 'alith-core' ), 159 'layout-8' => esc_html__('Layout 8', 'alith-core' ), 160 'layout-9' => esc_html__('Layout 9', 'alith-core' ), 155 161 ); 156 162
Note: See TracChangeset
for help on using the changeset viewer.