Skip to content

Commit

Permalink
Fixed admin-ajax problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinawilson committed Jun 5, 2018
1 parent 2124783 commit a031473
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/javascript/foundation.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/scss/global/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $theme-palette: (
$white-gray: #e4e4e4;
$light-gray: #737373;
$medium-gray: #4b4a4a;
$dark-gray: #6A6A6A;
$dark-gray: #3A3A3A;
$light-green: #F1F5EB; //light-green
$black: #0a0a09;
$white: #fefefe;
Expand Down
2 changes: 1 addition & 1 deletion assets/stylesheets/foundation.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,5 @@ function wpdocs_excerpt_more( $more ) {




/** If your site requires protocol relative url's for theme assets, uncomment the line below */
// require_once( 'library/class-foundationpress-protocol-relative-theme-assets.php' );
4 changes: 2 additions & 2 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
if ( has_custom_logo() ) {
the_custom_logo();
} else { ?>
<img width="130" height="130" alt="The Muir Wood logo, a stylized tree" src="http://www.muirwoodteen.com/wp-content/uploads/2017/07/cropped-logo-1-3.png" class="custom-logo"/>
<img width="130" height="130" alt="The Muir Wood logo, a stylized tree" src="https://www.muirwoodteen.com/wp-content/uploads/2017/07/cropped-logo-1-3.png" class="custom-logo"/>
<?php } ?>
</a>
</div>
Expand All @@ -82,7 +82,7 @@
<section class="container">
<div class="hide-for-large row">
<div id="mobile-logo" class="column small-6 medium-4 small-centered">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img width="130" height="130" src="http://www.muirwoodteen.com/wp-content/uploads/2017/07/cropped-logo-1-3.png" class="custom-logo" alt="Muir Wood Logo" /></a>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><img width="130" height="130" src="https://www.muirwoodteen.com/wp-content/uploads/2017/07/cropped-logo-1-3.png" class="custom-logo" alt="Muir Wood Logo" /></a>
</div>
</div>
<?php do_action( 'foundationpress_after_header' );
Binary file not shown.
Binary file removed packaged/muir-wood_2017-09-29_10-28.zip
Binary file not shown.
Binary file removed packaged/muir-wood_2017-10-04_12-12.zip
Binary file not shown.
Binary file removed packaged/muir-wood_2017-10-04_12-19.zip
Binary file not shown.
Binary file removed packaged/muir-wood_2017-10-04_12-39.zip
Binary file not shown.
Binary file removed packaged/muir-wood_2017-10-05_11-25.zip
Binary file not shown.
Binary file removed packaged/muir-wood_2017-10-05_11-39.zip
Binary file not shown.
Binary file removed packaged/muir-wood_2017-10-31_11-12.zip
Binary file not shown.

0 comments on commit a031473

Please sign in to comment.