diff --git a/404.php b/404.php index 1c628a6..4305675 100755 --- a/404.php +++ b/404.php @@ -4,22 +4,19 @@ * * @package cornerstone */ - get_header(); ?> -
+
+
-
-
-

@@ -28,10 +25,11 @@ get_header(); ?>
Photo of a puppy.
+
-
+
\ No newline at end of file diff --git a/_notes/dwsync.xml b/_notes/dwsync.xml index c4f257f..5def9f0 100644 --- a/_notes/dwsync.xml +++ b/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/archive.php b/archive.php index 8934869..6ef1cab 100755 --- a/archive.php +++ b/archive.php @@ -8,13 +8,12 @@ */ get_header(); ?> +
-
- +
-

- +
diff --git a/content-none.php b/content-none.php index 1b2f6d0..96c00d4 100755 --- a/content-none.php +++ b/content-none.php @@ -7,8 +7,10 @@ * @package cornerstone */ ?> -

content-none.php

+ diff --git a/content-single.php b/content-single.php index 0e34d66..fc0fd23 100755 --- a/content-single.php +++ b/content-single.php @@ -1,18 +1,35 @@ -

content-single.php

>
+ '; + echo '
'; + the_post_thumbnail(); + echo '
'; + echo '
'; + } */?> + ', '' ); ?> - + + '; + echo '
'; + } */?> +
- +
+ + + + +
'
\ No newline at end of file diff --git a/css/_notes/dwsync.xml b/css/_notes/dwsync.xml index 37b5301..bc5178f 100644 --- a/css/_notes/dwsync.xml +++ b/css/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/css/admin-style.css b/css/admin-style.css index 2e417b4..4a34257 100644 --- a/css/admin-style.css +++ b/css/admin-style.css @@ -114,3 +114,67 @@ #accordion-section-layout_builder .wp-core-ui .button.sliderAddColumn .dashicons-plus { padding: 14px 4px; } + +#sidebar-manager #home0, +#sidebar-manager #home1, +#sidebar-manager #home2, +#sidebar-manager #home3, +#sidebar-manager #home4, +#sidebar-manager #home5, +#sidebar-manager #home6, +#sidebar-manager #home7, +#sidebar-manager #home8, +#sidebar-manager #home9, +#sidebar-manager #home10, +#sidebar-manager #home11, +#sidebar-manager #home12, +#sidebar-manager #home13, +#sidebar-manager #home14, +#sidebar-manager #home15, +#sidebar-manager #home16, +#sidebar-manager #home17, +#sidebar-manager #home18, +#sidebar-manager #home19, +#sidebar-manager #home20, +#sidebar-manager #home21, +#sidebar-manager #home22, +#sidebar-manager #home23, +#sidebar-manager #home24, +#sidebar-manager #home25, +#sidebar-manager #home26, +#sidebar-manager #home27, +#sidebar-manager #home28, +#sidebar-manager #home29, +#sidebar-manager #home30, +#sidebar-manager #home31, +#sidebar-manager #home32, +#sidebar-manager #home33, +#sidebar-manager #home34, +#sidebar-manager #home35, +#sidebar-manager #home36, +#sidebar-manager #home37, +#sidebar-manager #home38, +#sidebar-manager #home39, +#sidebar-manager #home40, +#sidebar-manager #home41, +#sidebar-manager #home42, +#sidebar-manager #home43, +#sidebar-manager #home44, +#sidebar-manager #home45, +#sidebar-manager #home46, +#sidebar-manager #home47, +#sidebar-manager #home48, +#sidebar-manager #home49, +#sidebar-manager #home50, +#sidebar-manager #home51, +#sidebar-manager #home52, +#sidebar-manager #home53, +#sidebar-manager #home54, +#sidebar-manager #home55, +#sidebar-manager #home56, +#sidebar-manager #home57, +#sidebar-manager #home58, +#sidebar-manager #home59, +#sidebar-manager #home60 { + display: none; +} diff --git a/css/uup.css b/css/uup.css index fb7005d..c831f50 100644 --- a/css/uup.css +++ b/css/uup.css @@ -14,6 +14,7 @@ .uup-list .has-image .uup-thumbnail { display: block; width: 150px; + height: 150px; float: left; position: relative; left: -170px; diff --git a/functions.php b/functions.php index 2d5d936..3a233eb 100644 --- a/functions.php +++ b/functions.php @@ -104,24 +104,25 @@ function htmlShiv(){ '; //needed for IE7 grid hack - echo ''; + '; */ } add_action( 'wp_head', htmlShiv, 1 ); -function ie7Bootstrap(){ +function ieBootstrap(){ $template = get_template_directory_uri(); echo ''; - + /* echo ''; + */ } -add_action( 'wp_head', ie7Bootstrap, 99 ); +add_action( 'wp_head', ieBootstrap, 99 ); /** * Implement the Custom Header feature. @@ -193,4 +194,6 @@ function remove_widgets() { } add_action( 'widgets_init', 'remove_widgets' ); -*/ \ No newline at end of file +*/ + +add_theme_support( 'post-thumbnails' ); \ No newline at end of file diff --git a/inc/_notes/dwsync.xml b/inc/_notes/dwsync.xml index 12f9ca3..e236539 100644 --- a/inc/_notes/dwsync.xml +++ b/inc/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/inc/customizer.php b/inc/customizer.php old mode 100755 new mode 100644 index 4e58e76..03efa58 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -1,280 +1,280 @@ -get_setting( 'blogname' )->transport = 'postMessage'; - $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; - $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; -} -add_action( 'customize_register', 'cs_customize_register' ); - -/** - * Binds JS handlers to make Theme Customizer preview reload changes asynchronously. - */ -function cs_customize_preview_js() { - wp_enqueue_script( 'cs_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20130508', true ); -} -add_action( 'customize_preview_init', 'cs_customize_preview_js' ); - - - - -define( 'NO_HEADER_TEXT', true ); - - - -/* Hale refugees */ - -function huskypress_parentSite_register( $wp_customize ) -{ - - $wp_customize->get_section( 'title_tagline' )->title = 'Title Bar'; - $wp_customize->remove_control('blogdescription');// removes tagline form field. - - $wp_customize->add_setting( 'parentSiteTitle', - array( - 'type' => 'option', - 'capability' => 'edit_theme_options', - 'transport' => 'refresh' - ) - ); - $wp_customize->add_control('parentSiteTitle', - array( - 'type' => 'text', - 'priority' => '100', - 'label' => 'Parent Site Title', - 'section' => 'title_tagline' - ) - ); - $wp_customize->add_setting( 'parentSiteLink', - array( - 'type' => 'option', - 'capability' => 'edit_theme_options', - 'transport' => 'refresh' - ) - ); - $wp_customize->add_control('parentSiteLink', - array( - 'type' => 'text', - 'priority' => '101', - 'label' => 'Parent Site Link', - 'section' => 'title_tagline' - ) - ); - - - - - $wp_customize->add_setting( 'headingColor', //Give it a SERIALIZED name (so all theme settings can live under one db record) - array( - 'default' => 'blue', //Default setting/value to save - 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? - 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. - 'transport' => 'refresh' - ) - ); - $wp_customize->add_control('headingColor', array( - 'type' => 'radio', - 'label' => 'Site Title Color', - 'section' => 'colors', - 'choices' => array( - 'blue'=>'Blue', - 'black' => 'Black', - 'darkgrey' => 'Dark Grey', - 'lightgrey' => 'Light Grey', - 'white' => 'White' - ) - ) - ); - - -} -add_action( 'customize_register', 'huskypress_parentSite_register' ); - -/**/ - - -function huskypress_navoption_register( $wp_customize ) -{ - $wp_customize->add_setting( 'navoption1', //Give it a SERIALIZED name (so all theme settings can live under one db record) - array( - 'default' => 'textnav', //Default setting/value to save - 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? - 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. - 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? - ) - ); - $wp_customize->add_control('navoption1', array( - 'type' => 'select', - 'label' => 'Navigation Option 1', - 'section' => 'nav', - 'choices' => array( - 'textnav'=>'Text', - 'bar' => 'Bar', - 'stack-top'=>'Tabs' - ) - ) - ); - $wp_customize->add_setting( 'navoption2', //Give it a SERIALIZED name (so all theme settings can live under one db record) - array( - 'default' => 'with-drop', //Default setting/value to save - 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? - 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. - 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? - ) - ); - $wp_customize->add_control('navoption2', array( - 'type' => 'select', - 'label' => 'Navigation Option 2', - 'section' => 'nav', - 'choices' => array( - 'with-drop'=>'Dropdowns', - 'with-left' => 'Left Nav' - ) - ) - ); -} - add_action( 'customize_register', 'huskypress_navoption_register' ); - -function huskypress_layoutoption_register( $wp_customize ) -{ - - /** - * Class to create the layout builder - */ - class Slider_Custom_Control extends WP_Customize_Control - { - /** - * Enqueue the styles and scripts - */ - public function enqueue() - { - wp_enqueue_script( 'layoutbuilder', get_template_directory_uri() . '/js/layoutbuilder.js', array( 'jquery' )); - wp_enqueue_script( 'jquery-ui-slider' ); - wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); - } - - /** - * Render the content on the theme customizer page - */ - public function render_content() - { - - ?> -
+ Row
– Row
- '.$this->label.''; - if(strlen($this->description) > 0) echo '

'.$this->description.'

'; - } - } - $wp_customize->add_section( 'layout_builder', - array( - 'title' => __( 'Homepage Layout', 'mytheme' ), //Visible title of section - 'priority' => 999, //Determines what order this appears in - 'capability' => 'edit_theme_options', //Capability needed to tweak - 'description' => __('Allows you to customize homepage layout', 'huskypress'), //Descriptive tooltip - ) - ); - $wp_customize->add_setting( 'homepagerows', //Give it a SERIALIZED name (so all theme settings can live under one db record) - array( - 'default' => '2', //Default setting/value to save - 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? - 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. - 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? - ) - ); - $wp_customize->add_control('homepagerows', array( - 'type' => 'hidden', - 'label' => 'Rows', - 'section' => 'layout_builder', - 'priority' => 9 - ) - ); - //Add row settings/controls - for($i=0;$i<5;$i++){ - $wp_customize->add_setting( 'homepage_'.$i, //Give it a SERIALIZED name (so all theme settings can live under one db record) - array( - 'default' => '12', //Default setting/value to save - 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? - 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. - 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? - ) - ); - $wp_customize->add_control('homepage_'.$i, array( - 'type' => 'hidden', - 'label' => 'Row '.$i.' Width', - 'section' => 'layout_builder', - 'setting' => 'setting', - 'priority' => ($i+10), - 'class' => 'column' - ) - ); - } - $wp_customize->add_setting( 'slider', //Give it a SERIALIZED name (so all theme settings can live under one db record) - array( - 'default' => '0', //Default setting/value to save - 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? - 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. - 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? - ) - ); - $wp_customize->add_control( - new Slider_Custom_Control( - $wp_customize, - 'slider', - array( - 'label' => 'Slider', - 'priority' => 1, - 'section' => 'layout_builder' - ) - ) - ); - - - $wp_customize->add_setting( 'parentText', //Give it a SERIALIZED name (so all theme settings can live under one db record) - array( - 'default' => '', //Default setting/value to save - 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? - 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. - 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? - ) - ); - $wp_customize->add_control( - new Heading_Custom_Control( - $wp_customize, - 'parentText', - array( - 'label' => 'Parent Site', - 'description' => 'Optional. Enter the title and web address of a parent School, College, Divison, or Department.', - 'priority' => 99, - 'section' => 'title_tagline' - ) - ) - ); -} -add_action( 'customize_register', 'huskypress_layoutoption_register' ); - +get_setting( 'blogname' )->transport = 'postMessage'; + $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; + $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; +} +add_action( 'customize_register', 'cs_customize_register' ); + +/** + * Binds JS handlers to make Theme Customizer preview reload changes asynchronously. + */ +function cs_customize_preview_js() { + wp_enqueue_script( 'cs_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20130508', true ); +} +add_action( 'customize_preview_init', 'cs_customize_preview_js' ); + + + + +define( 'NO_HEADER_TEXT', true ); + + + +/* Hale refugees */ + +function huskypress_parentSite_register( $wp_customize ) +{ + + $wp_customize->get_section( 'title_tagline' )->title = 'Title Bar'; + $wp_customize->remove_control('blogdescription');// removes tagline form field. + + $wp_customize->add_setting( 'parentSiteTitle', + array( + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'refresh' + ) + ); + $wp_customize->add_control('parentSiteTitle', + array( + 'type' => 'text', + 'priority' => '100', + 'label' => 'Parent Site Title', + 'section' => 'title_tagline' + ) + ); + $wp_customize->add_setting( 'parentSiteLink', + array( + 'type' => 'option', + 'capability' => 'edit_theme_options', + 'transport' => 'refresh' + ) + ); + $wp_customize->add_control('parentSiteLink', + array( + 'type' => 'text', + 'priority' => '101', + 'label' => 'Parent Site Link', + 'section' => 'title_tagline' + ) + ); + + + + + $wp_customize->add_setting( 'headingColor', //Give it a SERIALIZED name (so all theme settings can live under one db record) + array( + 'default' => 'blue', //Default setting/value to save + 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? + 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. + 'transport' => 'refresh' + ) + ); + $wp_customize->add_control('headingColor', array( + 'type' => 'radio', + 'label' => 'Site Title Color', + 'section' => 'colors', + 'choices' => array( + 'blue'=>'Blue', + 'black' => 'Black', + 'darkgrey' => 'Dark Grey', + 'lightgrey' => 'Light Grey', + 'white' => 'White' + ) + ) + ); + + +} +add_action( 'customize_register', 'huskypress_parentSite_register' ); + +/**/ + + +function huskypress_navoption_register( $wp_customize ) +{ + $wp_customize->add_setting( 'navoption1', //Give it a SERIALIZED name (so all theme settings can live under one db record) + array( + 'default' => 'textnav', //Default setting/value to save + 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? + 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. + 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? + ) + ); + $wp_customize->add_control('navoption1', array( + 'type' => 'select', + 'label' => 'Navigation Option 1', + 'section' => 'nav', + 'choices' => array( + 'textnav'=>'Text', + 'bar' => 'Bar', + 'stack-top'=>'Tabs' + ) + ) + ); + $wp_customize->add_setting( 'navoption2', //Give it a SERIALIZED name (so all theme settings can live under one db record) + array( + 'default' => 'with-drop', //Default setting/value to save + 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? + 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. + 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? + ) + ); + $wp_customize->add_control('navoption2', array( + 'type' => 'select', + 'label' => 'Navigation Option 2', + 'section' => 'nav', + 'choices' => array( + 'with-drop'=>'Dropdowns', + 'with-left' => 'Left Nav' + ) + ) + ); +} + add_action( 'customize_register', 'huskypress_navoption_register' ); + +function huskypress_layoutoption_register( $wp_customize ) +{ + + /** + * Class to create the layout builder + */ + class Slider_Custom_Control extends WP_Customize_Control + { + /** + * Enqueue the styles and scripts + */ + public function enqueue() + { + wp_enqueue_script( 'layoutbuilder', get_template_directory_uri() . '/js/layoutbuilder.js', array( 'jquery' )); + wp_enqueue_script( 'jquery-ui-slider' ); + wp_enqueue_style('jquery-style', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); + } + + /** + * Render the content on the theme customizer page + */ + public function render_content() + { + + ?> +
+ Row
– Row
+ '.$this->label.''; + if(strlen($this->description) > 0) echo '

'.$this->description.'

'; + } + } + $wp_customize->add_section( 'layout_builder', + array( + 'title' => __( 'Homepage Layout', 'mytheme' ), //Visible title of section + 'priority' => 999, //Determines what order this appears in + 'capability' => 'edit_theme_options', //Capability needed to tweak + 'description' => __('Allows you to customize homepage layout', 'huskypress'), //Descriptive tooltip + ) + ); + $wp_customize->add_setting( 'homepagerows', //Give it a SERIALIZED name (so all theme settings can live under one db record) + array( + 'default' => '2', //Default setting/value to save + 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? + 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. + 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? + ) + ); + $wp_customize->add_control('homepagerows', array( + 'type' => 'hidden', + 'label' => 'Rows', + 'section' => 'layout_builder', + 'priority' => 9 + ) + ); + //Add row settings/controls + for($i=0;$i<5;$i++){ + $wp_customize->add_setting( 'homepage_'.$i, //Give it a SERIALIZED name (so all theme settings can live under one db record) + array( + 'default' => '12', //Default setting/value to save + 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? + 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. + 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? + ) + ); + $wp_customize->add_control('homepage_'.$i, array( + 'type' => 'hidden', + 'label' => 'Row '.$i.' Width', + 'section' => 'layout_builder', + 'setting' => 'setting', + 'priority' => ($i+10), + 'class' => 'column' + ) + ); + } + $wp_customize->add_setting( 'slider', //Give it a SERIALIZED name (so all theme settings can live under one db record) + array( + 'default' => '0', //Default setting/value to save + 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? + 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. + 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? + ) + ); + $wp_customize->add_control( + new Slider_Custom_Control( + $wp_customize, + 'slider', + array( + 'label' => 'Slider', + 'priority' => 1, + 'section' => 'layout_builder' + ) + ) + ); + + + $wp_customize->add_setting( 'parentText', //Give it a SERIALIZED name (so all theme settings can live under one db record) + array( + 'default' => '', //Default setting/value to save + 'type' => 'theme_mod', //Is this an 'option' or a 'theme_mod'? + 'capability' => 'edit_theme_options', //Optional. Special permissions for accessing this setting. + 'transport' => 'refresh', //What triggers a refresh of the setting? 'refresh' or 'postMessage' (instant)? + ) + ); + $wp_customize->add_control( + new Heading_Custom_Control( + $wp_customize, + 'parentText', + array( + 'label' => 'Parent Site', + 'description' => 'Optional. Enter the title and web address of a parent School, College, Divison, or Department.', + 'priority' => 99, + 'section' => 'title_tagline' + ) + ) + ); +} +add_action( 'customize_register', 'huskypress_layoutoption_register' ); + ?> \ No newline at end of file diff --git a/inc/jetpack.php b/inc/jetpack.php deleted file mode 100755 index 70eeaae..0000000 --- a/inc/jetpack.php +++ /dev/null @@ -1,19 +0,0 @@ - 'main', - 'footer' => 'page', - ) ); -} -add_action( 'after_setup_theme', 'cs_jetpack_setup' ); diff --git a/inc/reg-sidebars.php b/inc/reg-sidebars.php index 14ccc81..e67f49a 100644 --- a/inc/reg-sidebars.php +++ b/inc/reg-sidebars.php @@ -5,13 +5,11 @@ * * @link http://codex.wordpress.org/Function_Reference/register_sidebar */ + + if ( function_exists('register_sidebar') ) { $sidebars = get_option( 'uc_sidebars' ); - unset($sidebars['mega-footer']); - unregister_sidebar('mega-footer'); - unset($sidebars['sidebar']); - unregister_sidebar('sidebar');/**/ if(!isset($sidebars['mega-footer'])){ $sidebars['mega-footer'] = array( 'name' => __( 'Mega Footer', 'theme_text_domain' ), @@ -67,19 +65,41 @@ if ( function_exists('register_sidebar') ) { 'after_title' => '
' ) );*/ - for($i=0; $i<60; $i++){ - register_sidebar(array( - 'name' => __( 'Home '.$i, 'theme_text_domain' ), - 'id' => 'home'.$i, + for($i=1; $i<=30; $i++){ + $sidebars['home'.$i] = array( + 'name' => __( 'Home '.$i, 'theme_text_domain' ), 'class' => 'sidebar', 'before_widget' => '', 'before_title' => '

', - 'after_title' => '

' - )); + 'after_title' => '', + 'pages' => array(), + 'children' => 'off', + 'force' => true + ); + update_option('uc_sidebars',$sidebars); + $sidebars['home'.$i]['id'] = 'home'.$i; + register_sidebar($sidebars['home'.$i]); } } + +/** + * Add the options page to the "Appearance" admin menu + * + * @since Unique Page Sidebars 0.1 + */ +function uc_options_add_page() { + add_theme_page( 'Manage Sidebars', 'Manage Sidebars', 'edit_theme_options', 'uc_sidebars', 'uc_sidebars_do_page' ); + remove_submenu_page( 'themes.php', 'widgets.php' ); +} +add_action( 'admin_menu', 'uc_options_add_page' ); + +function remove_wp_widgets( $wp_admin_bar ) { + $wp_admin_bar->remove_node( 'widgets' ); +} +add_action( 'admin_bar_menu', 'remove_wp_widgets', 999 ); + // if no title then add widget content wrapper to before widget function check_sidebar_params( $params ) { global $wp_registered_widgets; diff --git a/js/_notes/dwsync.xml b/js/_notes/dwsync.xml index 3ffdd00..0f4a6b3 100644 --- a/js/_notes/dwsync.xml +++ b/js/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js/cs.js b/js/cs.js index dcdd7ba..e67112a 100644 --- a/js/cs.js +++ b/js/cs.js @@ -79,39 +79,23 @@ jQuery(document).ready(function($) { UUP Style Help ----- */ - /* - function alignText(textClass, imgClass){ - - var text = $('this').find(textClass); - var img = $('this').find(imgClass); - var textHeight = text.height(); - var imgHeight = img.height(); - if (imgHeight > textHeight){ - var diff = imgHeight - textHeight; - text.css('padding-top', diff/2); - } - - } -// $('.uup-list .has-image').each(alignText()); - - $('.uup-list .has-image').each(alignText('.uup-text', '.uup-thumbnail')); - /**/ $('.uup-list .has-image').each(function(){ - console.log('has image...'); - var text = $(this).find('.uup-text'); - var img = $(this).find('img:first'); - console.log(text); - console.log(img); - var textHeight = text.height(); - var imgHeight = img.height(); - console.log(textHeight); - console.log(imgHeight); - - if (imgHeight > textHeight){ - var diff = imgHeight - textHeight; - text.css('padding-top', diff/2); - } - }); + //console.log('has image...'); + var text = $(this).find('.uup-text'); + var img = $(this).find('img:first'); + //console.log(text); + //console.log(img); + var textHeight = text.height(); + var imgHeight = img.outerHeight(); + //console.log(textHeight); + //console.log(imgHeight); + + if (imgHeight > textHeight){ + var diff = imgHeight - textHeight; + text.css('padding-top', diff/2); + } + }); + @@ -241,5 +225,5 @@ window.onresize = function() { } - + }) \ No newline at end of file diff --git a/js/layoutbuilder.js b/js/layoutbuilder.js index 6dc923d..7e0ac86 100644 --- a/js/layoutbuilder.js +++ b/js/layoutbuilder.js @@ -47,7 +47,7 @@ jQuery(document).ready(function($) { var addColumnButton = function(button){ var row = $(button).attr('id').substr(-1); var myarr = $( "#slider"+row ).slider( "option", "values" ); - if(myarr.length == 11) return; + if(myarr.length == 6) return; myarr[myarr.length] = 12; myarr.sort(function(a,b){return a - b}); $( "#slider"+row ).slider( "destroy" ); diff --git a/js/min/_notes/dwsync.xml b/js/min/_notes/dwsync.xml index 8a90953..13f65f3 100644 --- a/js/min/_notes/dwsync.xml +++ b/js/min/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/js/min/cs.min.js b/js/min/cs.min.js index 082bed0..a7da973 100644 --- a/js/min/cs.min.js +++ b/js/min/cs.min.js @@ -1 +1 @@ -jQuery(document).ready(function(a){function i(){var i=a(this).attr("href").toLowerCase(),t=a(this).children("img").length,e=null,n=null,l=null,d=null;if("#"!=i.charAt(0)&&0==t&&"/"!=i.charAt(0)){var c=i.split("/");e=c[2],n=c[c.length-1]||"";var p=n.split(".");if(p[1]&&a.each(o,function(i,t){t==p[1]&&(d=a(''),l=p[1],d.append("."+l))}),null!=d&&a(this).append(d),e!=s&&null!=e){var g='';a(this).addClass("external").append(g)}}}function t(i){var t=a("
");t.addClass("alert alert-danger accessibility-fail-msg"),t.width(i.width+"px");var e=a("");e.addClass("glyphicon glyphicon-ban-circle");var n=a("");n.append(' This image needs a valid Alt tag. '),t.append(e).append(n),a(i).after(t)}function e(){var i=document.getElementById("page").clientHeight,t=document.getElementById("footers").clientHeight,e=i+t,n=window.innerHeight;n>=e?a("body").addClass("sticky"):a("body").removeClass("sticky")}var n=location.href,l=n.split("/"),s=l[2],o=["3g2","3gp","avi","doc","docx","dotx","gif","jpg","jpeg","m4a","mid","midi","mov","mp3","mp4","mpg","odt","ogg","ogv","pdf","png","ppt","pptx","xls","xlsx","wav","wmv","zip","vsd"],d=["#comments","#site-navigation","article.page"];a.each(d,function(t,e){a(e+" a").each(i)}),a(".uup-list .has-image").each(function(){console.log("has image...");var i=a(this).find(".uup-text"),t=a(this).find("img:first");console.log(i),console.log(t);var e=i.height(),n=t.height();if(console.log(e),console.log(n),n>e){var l=n-e;i.css("padding-top",l/2)}}),a("#page img").each(function(){alt=a(this).attr("alt"),alt?(alt=alt.toLowerCase(),(alt.indexOf(".jpg")>=0||alt.indexOf(".png")>=0||alt.indexOf(".gif")>=0)&&(a(this).addClass("accessibility-fail"),t(this))):(a(this).addClass("accessibility-fail"),t(this))}),a("#page table").each(function(){a(this).addClass("table")}),window.onload=function(){if(placeholderSupport="placeholder"in document.createElement("input"),0!=placeholderSupport){var i=a("main");i.addClass("supports-placeholder")}e()},window.onresize=function(){e()}}); \ No newline at end of file +jQuery(document).ready(function(a){function i(){var i=a(this).attr("href").toLowerCase(),t=a(this).children("img").length,e=null,n=null,l=null,p=null;if("#"!=i.charAt(0)&&0==t&&"/"!=i.charAt(0)){var o=i.split("/");e=o[2],n=o[o.length-1]||"";var c=n.split(".");if(c[1]&&a.each(d,function(i,t){t==c[1]&&(p=a(''),l=c[1],p.append("."+l))}),null!=p&&a(this).append(p),e!=s&&null!=e){var r='';a(this).addClass("external").append(r)}}}function t(i){var t=a("
");t.addClass("alert alert-danger accessibility-fail-msg"),t.width(i.width+"px");var e=a("");e.addClass("glyphicon glyphicon-ban-circle");var n=a("");n.append(' This image needs a valid Alt tag. '),t.append(e).append(n),a(i).after(t)}function e(){var i=document.getElementById("page").clientHeight,t=document.getElementById("footers").clientHeight,e=i+t,n=window.innerHeight;n>=e?a("body").addClass("sticky"):a("body").removeClass("sticky")}var n=location.href,l=n.split("/"),s=l[2],d=["3g2","3gp","avi","doc","docx","dotx","gif","jpg","jpeg","m4a","mid","midi","mov","mp3","mp4","mpg","odt","ogg","ogv","pdf","png","ppt","pptx","xls","xlsx","wav","wmv","zip","vsd"],p=["#comments","#site-navigation","article.page"];a.each(p,function(t,e){a(e+" a").each(i)}),a(".uup-list .has-image").each(function(){var i=a(this).find(".uup-text"),t=a(this).find("img:first"),e=i.height(),n=t.outerHeight();if(n>e){var l=n-e;i.css("padding-top",l/2)}}),a("#page img").each(function(){alt=a(this).attr("alt"),alt?(alt=alt.toLowerCase(),(alt.indexOf(".jpg")>=0||alt.indexOf(".png")>=0||alt.indexOf(".gif")>=0)&&(a(this).addClass("accessibility-fail"),t(this))):(a(this).addClass("accessibility-fail"),t(this))}),a("#page table").each(function(){a(this).addClass("table")}),window.onload=function(){if(placeholderSupport="placeholder"in document.createElement("input"),0!=placeholderSupport){var i=a("main");i.addClass("supports-placeholder")}e()},window.onresize=function(){e()}}); \ No newline at end of file diff --git a/js/min/layoutbuilder.min.js b/js/min/layoutbuilder.min.js index a0048ac..dc3c577 100644 --- a/js/min/layoutbuilder.min.js +++ b/js/min/layoutbuilder.min.js @@ -1 +1 @@ -jQuery(document).ready(function(e){e(function(){var s=-1,i=-1,n=0;wp.customize("homepagerows",function(e){n=e.get()});for(var l=function(s){e(".sliders").append('
'),e("#addColumn"+s).click(function(){d(this)});var i=[],n=[];wp.customize("homepage_"+s,function(e){n=new String(e.get())}),n=n.split(",");for(var l in n)i[i.length]=0==i.length?parseInt(n[l]):parseInt(n[l])+i[i.length-1];0==i.length&&(i[0]=12),e("#slider"+s).slider({min:0,max:12,step:1,values:i,change:function(e,i){t(e,i,s)}}),e("#slider"+s).children().last().css("display","none")},d=function(s){var i=e(s).attr("id").substr(-1),n=e("#slider"+i).slider("option","values");11!=n.length&&(n[n.length]=12,n.sort(function(e,s){return e-s}),e("#slider"+i).slider("destroy"),e("#slider"+i).slider({min:0,max:12,step:1,values:n,change:function(e,s){t(e,s,i)}}),e("#slider"+i).children().last().css("display","none"))},r=function(){if(s){var n=i,l=0,d=e.unique(e("#slider"+n).slider("values"));if(-1!=d.indexOf(s)){d.splice(d.indexOf(s),1),d.sort(function(e,s){return e-s}),e("#slider"+n).slider("destroy"),e("#slider"+n).slider({min:0,max:12,step:1,values:d,change:function(e,s){t(e,s,n)}}),e("#slider"+n).children().last().css("display","none");for(var r in d)if(0!=d[r])if(0==l)l=d[r];else{var o=parseInt(d[r])-parseInt(d[r-1]);l=l+","+o}wp.customize("homepage_"+n,function(e){e.set(l)}),e(".sliderDeleteColumn").addClass("disabled")}}},t=function(n,l,d){var r=0,t=e.unique(l.values);t.sort(function(e,s){return e-s});for(var o in t)if(0!=t[o])if(0==r)r=t[o];else{var a=parseInt(t[o])-parseInt(t[o-1]);r=r+","+a}wp.customize("homepage_"+d,function(e){e.set(r)}),s=Math.round(parseInt(e(":focus").css("left").split("px")[0])/16.25),i=d,e(".sliderDeleteColumn").removeClass("disabled")},o=0;n>o;o++)l(o);e(".sliderAddRow").click(function(){5!=n&&(e(".sliderDeleteRow").removeClass("disabled"),l(n),n++,wp.customize("homepagerows",function(e){e.set(n)}))}),e(".sliderDeleteRow").click(function(){0!=n&&(n--,0==n&&e(".sliderDeleteRow").addClass("disabled"),e("#slider"+n).slider("destroy"),e("#slider"+n).remove(),e("#addColumn"+n).remove(),wp.customize("homepagerows",function(e){e.set(n)}),s=-1,i=-1,e(".sliderDeleteColumn").addClass("disabled"))}),e(".sliderDeleteColumn").click(function(){r()})})}); \ No newline at end of file +jQuery(document).ready(function(e){e(function(){var s=-1,i=-1,n=0;wp.customize("homepagerows",function(e){n=e.get()});for(var l=function(s){e(".sliders").append('
'),e("#addColumn"+s).click(function(){d(this)});var i=[],n=[];wp.customize("homepage_"+s,function(e){n=new String(e.get())}),n=n.split(",");for(var l in n)i[i.length]=0==i.length?parseInt(n[l]):parseInt(n[l])+i[i.length-1];0==i.length&&(i[0]=12),e("#slider"+s).slider({min:0,max:12,step:1,values:i,change:function(e,i){t(e,i,s)}}),e("#slider"+s).children().last().css("display","none")},d=function(s){var i=e(s).attr("id").substr(-1),n=e("#slider"+i).slider("option","values");6!=n.length&&(n[n.length]=12,n.sort(function(e,s){return e-s}),e("#slider"+i).slider("destroy"),e("#slider"+i).slider({min:0,max:12,step:1,values:n,change:function(e,s){t(e,s,i)}}),e("#slider"+i).children().last().css("display","none"))},r=function(){if(s){var n=i,l=0,d=e.unique(e("#slider"+n).slider("values"));if(-1!=d.indexOf(s)){d.splice(d.indexOf(s),1),d.sort(function(e,s){return e-s}),e("#slider"+n).slider("destroy"),e("#slider"+n).slider({min:0,max:12,step:1,values:d,change:function(e,s){t(e,s,n)}}),e("#slider"+n).children().last().css("display","none");for(var r in d)if(0!=d[r])if(0==l)l=d[r];else{var o=parseInt(d[r])-parseInt(d[r-1]);l=l+","+o}wp.customize("homepage_"+n,function(e){e.set(l)}),e(".sliderDeleteColumn").addClass("disabled")}}},t=function(n,l,d){var r=0,t=e.unique(l.values);t.sort(function(e,s){return e-s});for(var o in t)if(0!=t[o])if(0==r)r=t[o];else{var a=parseInt(t[o])-parseInt(t[o-1]);r=r+","+a}wp.customize("homepage_"+d,function(e){e.set(r)}),s=Math.round(parseInt(e(":focus").css("left").split("px")[0])/16.25),i=d,e(".sliderDeleteColumn").removeClass("disabled")},o=0;n>o;o++)l(o);e(".sliderAddRow").click(function(){5!=n&&(e(".sliderDeleteRow").removeClass("disabled"),l(n),n++,wp.customize("homepagerows",function(e){e.set(n)}))}),e(".sliderDeleteRow").click(function(){0!=n&&(n--,0==n&&e(".sliderDeleteRow").addClass("disabled"),e("#slider"+n).slider("destroy"),e("#slider"+n).remove(),e("#addColumn"+n).remove(),wp.customize("homepagerows",function(e){e.set(n)}),s=-1,i=-1,e(".sliderDeleteColumn").addClass("disabled"))}),e(".sliderDeleteColumn").click(function(){r()})})}); \ No newline at end of file diff --git a/layouts/_notes/dwsync.xml b/layouts/_notes/dwsync.xml deleted file mode 100644 index 99e4df6..0000000 --- a/layouts/_notes/dwsync.xml +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/layouts/content-sidebar.css b/layouts/content-sidebar.css deleted file mode 100755 index fd188c7..0000000 --- a/layouts/content-sidebar.css +++ /dev/null @@ -1,22 +0,0 @@ -/* -Theme Name: cornerstone -Layout: Content-Sidebar -*/ - -.content-area { - float: left; - margin: 0 -25% 0 0; - width: 100%; -} -.site-main { - margin: 0 25% 0 0; -} -.site-content .widget-area { - float: right; - overflow: hidden; - width: 25%; -} -.site-footer { - clear: both; - width: 100%; -} \ No newline at end of file diff --git a/layouts/sidebar-content.css b/layouts/sidebar-content.css deleted file mode 100755 index f5d1545..0000000 --- a/layouts/sidebar-content.css +++ /dev/null @@ -1,22 +0,0 @@ -/* -Theme Name: cornerstone -Layout: Sidebar-Content -*/ - -.content-area { - float: right; - margin: 0 0 0 -25%; - width: 100%; -} -.site-main { - margin: 0 0 0 25%; -} -.site-content .widget-area { - float: left; - overflow: hidden; - width: 25%; -} -.site-footer { - clear: both; - width: 100%; -} \ No newline at end of file diff --git a/page-az.php b/page-az.php index 11c4bdb..d114ef8 100644 --- a/page-az.php +++ b/page-az.php @@ -6,97 +6,69 @@ Template Name: A-Z Index */ get_header(); ?> - - - - -
-
-
-
- -
- + + + +
+
+
+
+ +
+ post_title); + $char = $title{0}; + if( !(is_numeric($char)) && !in_array($char, $letters) ){ + array_push($letters, $char); + } + } + return $letters; + } + + // Generate AZ Navigation + echo ''; + + // Generate AZ List + $pages = get_pages(array('sort_order' => 'asc', 'sort_column' => 'post_title', 'hierarchical' => false)); $letters = array(); + echo '
'; foreach( (array) $pages as $pg ){ $title = ucwords($pg->post_title); $char = $title{0}; - if( !(is_numeric($char)) && !in_array($char, $letters) ){ - array_push($letters, $char); - } - } - return $letters; - } - - // Generate AZ Navigation - echo ''; - - // Generate AZ List - $pages = get_pages(array('sort_order' => 'asc', 'sort_column' => 'post_title', 'hierarchical' => false)); - $letters = array(); - echo '
'; - foreach( (array) $pages as $pg ){ - $title = ucwords($pg->post_title); - $char = $title{0}; - if( !( is_numeric($char) || empty($char) ) ){ - if( $char != end($letters) && !empty($letters) ){ - echo '
'; - } - if( !in_array($char, $letters) ){ - echo '

'.$char.'

    '; - array_push($letters, $char); + if( !( is_numeric($char) || empty($char) ) ){ + if( $char != end($letters) && !empty($letters) ){ + echo '
'; + } + if( !in_array($char, $letters) ){ + echo '

'.$char.'

    '; + array_push($letters, $char); + } + echo '
  1. '.$title.'
  2. '; } - echo '
  3. '.$title.'
  4. '; } - } - echo '
'; - ?> -
-
+ echo '
'; + ?> +
+ +
+
- - - - - - - - - - - -
-
- -
-
-

- -

-
-
- -
- - -
- - -
- - + +
- - + \ No newline at end of file diff --git a/page-blank.php b/page-blank.php index b49ce8b..6f0d3fa 100644 --- a/page-blank.php +++ b/page-blank.php @@ -6,22 +6,23 @@ Template Name: Blank */ get_header(); ?> - - - - -
-
- - +
+ + + +
+
+ + +
+
- -
- - + + +
diff --git a/page-blog.php b/page-blog.php index 267d4ba..647be33 100644 --- a/page-blog.php +++ b/page-blog.php @@ -4,37 +4,51 @@ * Displays all published posts, in reverse chronological order. */ get_header(); ?> - - - - -
-
-
-
- - - - - - - -
-

- -

-
- -
+
+ + + +
+
+
+
+ + + + +
> +
+

+

+
+
+ +
+
+ +
+
+ + + + +
+

+ +

+
+ +
+
+
- -
- - + + +
\ No newline at end of file diff --git a/page-home.php b/page-home.php index dc06b7d..682ab24 100644 --- a/page-home.php +++ b/page-home.php @@ -16,8 +16,7 @@ get_header(); ?>
-
-
+
-
-
- +
diff --git a/page-user-profile.php b/page-user-profile.php index 76ec6e3..30c77d3 100644 --- a/page-user-profile.php +++ b/page-user-profile.php @@ -8,32 +8,34 @@ Template Name: User Profile */ get_header(); ?> - - - -
-
-
-
- -
-
-
-
- - -
+
+ + + +
+
+
+
+ +
+
+
+
+ + +
+
+
- -
- - + + +
\ No newline at end of file diff --git a/page.php b/page.php index e7b1a07..44e17cc 100644 --- a/page.php +++ b/page.php @@ -12,25 +12,26 @@ get_header(); ?> - - - -
-
-
-
- - -
+
+ + +
+
+
+
+ + +
+
+
- -
- - + + +
diff --git a/sass/_notes/dwsync.xml b/sass/_notes/dwsync.xml index 59257de..66204ea 100644 --- a/sass/_notes/dwsync.xml +++ b/sass/_notes/dwsync.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/sass/admin-style.scss b/sass/admin-style.scss index b43353a..5cd9b9e 100644 --- a/sass/admin-style.scss +++ b/sass/admin-style.scss @@ -120,6 +120,68 @@ } } - - - +#sidebar-manager { + #home0, + #home1, + #home2, + #home3, + #home4, + #home5, + #home6, + #home7, + #home8, + #home9, + #home10, + #home11, + #home12, + #home13, + #home14, + #home15, + #home16, + #home17, + #home18, + #home19, + #home20, + #home21, + #home22, + #home23, + #home24, + #home25, + #home26, + #home27, + #home28, + #home29, + #home30, + #home31, + #home32, + #home33, + #home34, + #home35, + #home36, + #home37, + #home38, + #home39, + #home40, + #home41, + #home42, + #home43, + #home44, + #home45, + #home46, + #home47, + #home48, + #home49, + #home50, + #home51, + #home52, + #home53, + #home54, + #home55, + #home56, + #home57, + #home58, + #home59, + #home60 { + display:none; + } +} \ No newline at end of file diff --git a/sass/content.scss b/sass/content.scss index 26b2a16..7a997e9 100644 --- a/sass/content.scss +++ b/sass/content.scss @@ -79,6 +79,17 @@ code { } + +.entry-content a, +.entry-footer a { + text-decoration:underline; +} +.nav a { + text-decoration:none!important; +} + + + /*-------------------------------------------------------------- 10.2 Asides --------------------------------------------------------------*/ @@ -124,4 +135,4 @@ code { .comment-form-email, .comment-form-url { width: 50%; - } + } \ No newline at end of file diff --git a/sass/uup.scss b/sass/uup.scss index e9dee00..56d7f16 100644 --- a/sass/uup.scss +++ b/sass/uup.scss @@ -15,6 +15,7 @@ .uup-thumbnail { display:block; width:150px; + height:150px; float:left; position:relative; left:-170px; diff --git a/sass/widgets.scss b/sass/widgets.scss index 61e73c0..996ec97 100644 --- a/sass/widgets.scss +++ b/sass/widgets.scss @@ -25,6 +25,20 @@ } } + .btn-primary, + .btn-success, + .btn-info, + .btn-warning, + .btn-danger, + .btn-primary:hover, + .btn-success:hover, + .btn-info:hover, + .btn-warning:hover, + .btn-danger:hover { + color:white; + } + + .widget-head { padding: $widget-head-padding; @@ -109,7 +123,11 @@ /* === 3rd Party Widgets */ - + &.widget_black_studio_tinymce { + .textwidget { + margin:$widget-content-margin; + } + } &.simple-social-icons { ul { margin:.5em!important; @@ -142,10 +160,12 @@ } } } - &.widget_sp_image { - img { - max-height:200px; - } + &.widget_sp_image {} + &.widget_metaslider_widget { + padding:0; + background-color:transparent; + border:none; + } diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..59f8f5a Binary files /dev/null and b/screenshot.jpg differ diff --git a/screenshot.png b/screenshot.png deleted file mode 100755 index 78b4929..0000000 Binary files a/screenshot.png and /dev/null differ diff --git a/search.php b/search.php index 5bdca86..37df581 100644 --- a/search.php +++ b/search.php @@ -6,6 +6,7 @@ */ get_header(); ?> + diff --git a/single.php b/single.php index 6163749..1dd3664 100755 --- a/single.php +++ b/single.php @@ -6,7 +6,7 @@ */ get_header(); ?> - +
@@ -33,4 +33,5 @@ get_header(); ?>
+
\ No newline at end of file diff --git a/style.css b/style.css index f8aa101..32b3267 100644 --- a/style.css +++ b/style.css @@ -7124,6 +7124,15 @@ code { text-align: right; } +.entry-content a, +.entry-footer a { + text-decoration: underline; +} + +.nav a { + text-decoration: none !important; +} + /*-------------------------------------------------------------- 10.2 Asides --------------------------------------------------------------*/ @@ -7308,6 +7317,18 @@ object { .widget a:hover { color: #2a6496; } +.widget .btn-primary, +.widget .btn-success, +.widget .btn-info, +.widget .btn-warning, +.widget .btn-danger, +.widget .btn-primary:hover, +.widget .btn-success:hover, +.widget .btn-info:hover, +.widget .btn-warning:hover, +.widget .btn-danger:hover { + color: white; +} .widget .widget-head { padding: 0.5em 0.5em 0.5em 1em; border: 1px solid transparent; @@ -7369,6 +7390,9 @@ object { .widget.widget_tag_cloud .tagcloud { margin: 1em; } +.widget.widget_black_studio_tinymce .textwidget { + margin: 1em; +} .widget.simple-social-icons ul { margin: 0.5em !important; } @@ -7396,8 +7420,10 @@ object { .widget.widget_rcpt ul .rcpt_item_date { margin: .5em 5% 1em; } -.widget.widget_sp_image img { - max-height: 200px; +.widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; + border: none; } .widget.uc-contact-widget th { white-space: nowrap; @@ -7611,6 +7637,7 @@ q:before, table q:after { .uup-list .has-image .uup-thumbnail { display: block; width: 150px; + height: 150px; float: left; position: relative; left: -170px; diff --git a/style.scss b/style.scss index c5dfd32..a785d57 100644 --- a/style.scss +++ b/style.scss @@ -30,4 +30,4 @@ $icon-font-path: "../../global/bootstrap-sass-master/assets/fonts/bootstrap/"; @import "sass/uup.scss"; @import "sass/cal.scss"; @import "sass/in-page-menus.scss"; -@import "sass/footer.scss"; \ No newline at end of file +@import "sass/footer.scss";