Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #371 from Codeinwp/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
rodica-andronache committed Apr 18, 2016
2 parents bc98f3c + f6982de commit 8dbfac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions sections/parallax_one_our_services_section.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@
if( $choice == 'parallax_image' ){
if( !empty( $image ) ){
if( !empty( $link ) ){ ?>
<a href="<?php echo esc_url( $image ); ?>">
<img src="<?php echo parallax_one_make_protocol_relative_url( esc_url( $link ) ); ?>" <?php echo ( !empty( $title ) ? 'alt="'. $title .'"' : ''); ?> />
<a href="<?php echo parallax_one_make_protocol_relative_url( esc_url( $link ) ); ?>">
<img src="<?php echo esc_url( $image ); ?>" <?php echo ( !empty( $title ) ? 'alt="'. $title .'"' : ''); ?> />
</a>
<?php
} else { ?>
<img src="<?php echo parallax_one_make_protocol_relative_url( esc_url( $link ) ); ?>" <?php echo ( !empty( $title ) ? 'alt="'. $title .'"' : ''); ?> />
<img src="<?php echo esc_url( $image ); ?>" <?php echo ( !empty( $title ) ? 'alt="'. $title .'"' : ''); ?> />
<?php
}
}
Expand Down Expand Up @@ -166,4 +166,4 @@
</section>
<?php parallax_hook_services_after();
}
} ?>
} ?>
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://themeisle.com/themes/parallax-one/
Author: ThemeIsle
Author URI: http://themeisle.com/
Description: Parallax One is a free and elegant one page theme that can be used for web agency business,corporate business,personal and parallax business portfolio, photography sites and freelancer . It comes with a clean and beautiful design, completed by the parallax effect, which makes it run smoothly and easily. You can simply modify everything, as the theme comes with a complex and user-friendly set of customization options. Parallax One is ecommerce (WooCommerce) Compatible, WPML and SEO Friendly and is one of the best business themes.
Version: 2.1.0.7
Version: 2.1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parallax-one
Expand Down

0 comments on commit 8dbfac1

Please sign in to comment.