Skip to content

Commit

Permalink
Merge branch 'revisions' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
erwstout committed Mar 14, 2017
2 parents 821c3d5 + 56e3090 commit 10f28c1
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 4,322 deletions.
4,312 changes: 4 additions & 4,308 deletions assets/js/all.js
100644 → 100755

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions assets/js/theme.min.js
100644 → 100755

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('PRELUDE_VERSION', '0.1.16');
define('PRELUDE_VERSION', '0.1.17');

if ( !function_exists( 'prelude_features' ) ) {

Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</div>
<span>Upload a File</span>
</a>
<a href="#">
<a href="<?php echo get_home_url();?>/contact/">
<div>
<img src="<?php bloginfo('template_url');?>/assets/img/contact.svg" alt="Contact">
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oneil",
"version": "0.1.16",
"version": "0.1.17",
"description": "A custom WordPress theme for O'neil Printing",
"main": "index.php",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion parts/contact-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<div class="col-4 stretch contact--info">
<h3>
Headquarters
Office
</h3>
<div itemscope itemtype="http://schema.org/ContactPoint">
<div itemscope itemtype="schema.org/PostalAddress">
Expand Down
3 changes: 0 additions & 3 deletions parts/default-slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
<?php // Work Content Container ?>
<div class="work-content">

<span class="post-data">
<?php the_field('date'); ?>
</span>
<h4>
<a href="<?php echo $permalink;?>">
<?php the_sub_field('headline');?>
Expand Down
4 changes: 4 additions & 0 deletions parts/solutions-single-grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@
</div>
</section>

<?php else: ?>

<div style="width:100%;height:60px;"></div>

<?php endif; wp_reset_postdata();
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Theme URI:
Author: Factor1
Author URI: http://factor1studios.com
Description: A custom WordPress theme for O'Neil Printing designed by Rule29 and developed by Factor1.
Version: 0.1.16
Version: 0.1.17
*/

0 comments on commit 10f28c1

Please sign in to comment.