changing the booking url in the theme's blocks
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 18 Feb 2019 17:52:51 +0000 (12:52 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 18 Feb 2019 17:52:51 +0000 (12:52 -0500)
functions.php
js/custom.js
style.css

index 7ee96d0..425f42c 100644 (file)
@@ -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.2', true );
+       wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0.3', 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 );
index 06c0da3..c757044 100644 (file)
@@ -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/mobile/property.aspx').attr('target', '_blank');
+    portfolio_bottom.children('a').first().attr('href', 'https://kingsail.client.innroad.com/').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
index fcca59c..42c2270 100644 (file)
--- 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.2
+Version: 1.0.3
 License: GNU General Public License v3 or later
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain: accesspress-parallax