Plugin Directory

Changeset 2236974


Ignore:
Timestamp:
02/01/2020 03:00:23 PM (6 years ago)
Author:
alithemes
Message:

update to 2.0.4

Location:
embe-core/trunk
Files:
4 added
7 edited

Legend:

Unmodified
Added
Removed
  • embe-core/trunk/assets/front-style.css

    r2236572 r2236974  
    11/**************POSTS MODULE STYLE*****************/
    22.post-module-divider{width:100%;height:2px;background:#f1f1f1;}
    3 
    4 /*Posts Module Layout 1*/
    53a.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;}
    64a.alith-read-more:hover{color:#fff;}
    7 
    8 /*Posts Module Layout 3*/
    95.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;}
    108
    119/**************POSTS ASIDE STYLE*****************/
  • embe-core/trunk/assets/style.css

    r2235545 r2236974  
    22* Redux custom css
    33*/
     4.redux-main .divide .inner{width:100%!important;left:0!important;margin-left:0!important;}
    45.admin-color-fresh .redux-sidebar .redux-group-menu li.active a,
    56.admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a,
  • embe-core/trunk/embe-core.php

    r2236572 r2236974  
    44 * Plugin URI: http://alithemes.com
    55 * Description: Core Features for EmBe Theme, this is required plugin for this theme
    6  * Version: 2.0.3
     6 * Version: 2.0.4
    77 * Author: alithemes.com
    88 * Author URI: alithemes.com
  • embe-core/trunk/inc/helper/helper.php

    r2236572 r2236974  
    4646      'img' => ALITH_CORE_PLUGIN_URL . 'assets/imgs/embe-redux-header-4.png'
    4747    );
     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    );
    4852    return $header_layout;
    4953  }
     
    286290      'title' => esc_html__( 'Carausel Boxed', 'alith-core' ),
    287291      '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'
    288297    );
    289298
  • embe-core/trunk/inc/redux-sections/section-header.php

    r2236572 r2236974  
    244244            'title'     => esc_html__( 'Advertise banner', 'alith-core' ),
    245245            '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'),
    249247            ),
    250248            'subtitle'  => esc_html__( 'Upload your Ads here', 'alith-core' ),
     
    256254            'validate' => 'url',
    257255            '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'),
    261257            ),
    262258            'title'    => esc_html__( 'Advertise Link', 'alith-core' ),         
     
    269265            'class'  => 'alith-section-start',
    270266            'title'  => esc_html__( 'Search Popup', 'alith-core' ),
    271             'indent' => true
     267            'indent' => true,
     268            'required'  => array(
     269                array('header_layout','=','header_2'),
     270            ),
    272271        ),
    273272        array(
  • embe-core/trunk/inc/redux-sections/section-navigation.php

    r2236572 r2236974  
    6262        ),
    6363        array(
     64            'id'   =>'divider_navigation_color',           
     65            'type' => 'divide'
     66        ),
     67        array(
    6468            'id'          => 'navigation-text-font',
    6569            'type'        => 'typography',
    66             'title'       => esc_html__('Navigation font', 'alith-core'),
     70            'title'       => esc_html__('Navigation item font', 'alith-core'),
    6771            'google'         => true,
    6872            'font-backup'    => true,
     
    104108            'type'     => 'border',
    105109            'title'    => __('Navigation itemt border', 'alith-core'),
     110            'subtitle'       => esc_html__('Border for each menu item', 'alith-core'),
    106111            'output'         => array('.menu-primary>ul>li'),
    107112            'all' => false,
     
    115120            )
    116121        ),
     122        array(
     123            'id'   =>'divider_navigation_itemt',           
     124            'type' => 'divide'
     125        ),
    117126        array(
    118127            'id'             => 'navigation_margin',
     
    133142            'title'          => __('Navigation Padding', 'alith-core'),
    134143        ),
    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        ),     
    137159        array(
    138160            'id'     => 'section-start-submenu-color',
  • embe-core/trunk/widgets/post_modules.php

    r2236572 r2236974  
    105105        } else if($show_type == 'layout-7'){
    106106            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');
    107111        }
    108112       
     
    153157            'layout-6'      => esc_html__('Layout 6', 'alith-core' ),
    154158            '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' ),
    155161        );
    156162       
Note: See TracChangeset for help on using the changeset viewer.