From: Anthony Talarico Date: Fri, 5 Oct 2018 20:06:06 +0000 (-0400) Subject: changing the url to the availability block on the home page X-Git-Tag: v1.0.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2dde464e1522b8de536b2eb4c9585c2c61275321;p=WP-Themes%2Fkingsail.git changing the url to the availability block on the home page --- diff --git a/functions.php b/functions.php index 8c70009..7ee96d0 100644 --- a/functions.php +++ b/functions.php @@ -186,7 +186,7 @@ function accesspress_parallax_scripts() { wp_enqueue_script( 'jquery-fitvid', get_template_directory_uri() . '/js/jquery.fitvids.js', array('jquery'), '1.0', true ); wp_enqueue_script( 'nivo-lightbox', get_template_directory_uri() . '/js/nivo-lightbox.min.js', array('jquery'), '1.2.0', true ); wp_enqueue_script( 'slick', get_template_directory_uri() . '/js/slick.js', array('jquery'), '1.8.0', true ); - wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0', true ); + wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0.2', true ); wp_localize_script( 'accesspress-parallax-custom', 'ap_params', $slider_parameters ); wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.1', true ); diff --git a/js/custom.js b/js/custom.js index f86f592..06c0da3 100644 --- a/js/custom.js +++ b/js/custom.js @@ -154,7 +154,7 @@ jQuery(document).ready(function($){ e.preventDefault(); }); let portfolio_bottom = $('.portfolio-listing').last(); - portfolio_bottom.children('a').first().attr('href', 'https://clients.innroad.com/kingsail/property.aspx').attr('target', '_blank'); + portfolio_bottom.children('a').first().attr('href', 'https://clients.innroad.com/kingsail/mobile/property.aspx').attr('target', '_blank'); portfolio_bottom.children('a:eq(1)').attr('href', window.pages.area); portfolio_bottom.children('a').last().attr('href', window.pages.amenities); }); \ No newline at end of file diff --git a/style.css b/style.css index a1bcc80..fcca59c 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: King Sail Resort Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/ Author: AccessPress Themes Author URI: https://accesspressthemes.com/ -Version: 1.0.1 +Version: 1.0.2 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: accesspress-parallax