Skip to content

Commit

Permalink
customized features area
Browse files Browse the repository at this point in the history
  • Loading branch information
Nob Y committed Mar 11, 2013
1 parent 4fb7349 commit ff49eb8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
?>

<section id="sub-feature">

<h1>SKfineからのご提案</h1>
<div class="col-full">
<!--
<div id="social">
Expand Down
8 changes: 6 additions & 2 deletions wp-content/themes/scrollider/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<?php
// Output the Features Area
if ( ( $paged == 1 ) && $settings['features_area'] == 'true' ) { get_template_part( 'includes/home-panel-features' ); }
//if ( ( $paged == 1 ) && $settings['features_area'] == 'true' ) { get_template_part( 'includes/home-panel-features' ); }
?>

<div class="col-full">
Expand Down Expand Up @@ -78,6 +78,10 @@
<div id="home-widget-fullwidth" class="col-full">
<?php dynamic_sidebar( 'homepage-full' ); ?>
</div>
<?php
// Output the Features Area
if ( ( $paged == 1 ) && $settings['features_area'] == 'true' ) { get_template_part( 'includes/home-panel-features' ); }
?>
<?php } ?>
<?php if ( ! is_active_sidebar( 'homepage-full' ) ) { get_template_part( 'includes/home-panel-default' ); } ?>
<?php get_footer(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions wp-content/themes/scrollider/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ h6 a:hover {
h1 {
font-size: 1.618em;
line-height: 1.387em;
text-align: center;
}
h2 {
font-size: 1.387em;
Expand Down

0 comments on commit ff49eb8

Please sign in to comment.