From: Anthony Talarico Date: Tue, 24 Jul 2018 18:19:35 +0000 (-0400) Subject: removing clickable functionality from the front page action items X-Git-Tag: v1.0.0^2~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=832a7b099a2cf77c8bda9bc66e6e7cbdf0e76ff8;p=WP-Themes%2Fsaultstemarie360.git removing clickable functionality from the front page action items --- diff --git a/js/custom.js b/js/custom.js index 4a670d5..37f8f92 100644 --- a/js/custom.js +++ b/js/custom.js @@ -215,23 +215,10 @@ jQuery(document).ready(function($){ course_cards.on("click", function(){ window.location = $(this).data('url'); }) - let getting_started = $(".parallax-section:nth-child(2)"); - let login_section = getting_started.find(".service-listing").children(".service-list:first-child"); - login_section.addClass("parallax-hover"); - login_section.on("click", function(){ - $("#modal-login").toggleClass("show-login"); - }) - $('.cmdur-success').find('a').on("click", function(e){ - e.preventDefault(); - return false; - }) - $('.cmdur-success').children('a').addClass("login-modal"); - - // getting_started.append( $('
',{ - // class: 'contact-form', - // text: `Invite Superior Hospitality Partners to your community to see if Hospitality Mentality 360 will be beneficial for you and your visitors.` - // })) - // $(".contact-form").on("click", function(){ - // window.location = window.contactForm; + // let getting_started = $(".parallax-section:nth-child(2)"); + // let login_section = getting_started.find(".service-listing").children(".service-list:first-child"); + // login_section.addClass("parallax-hover"); + // login_section.on("click", function(){ + // $("#modal-login").toggleClass("show-login"); // }) }); \ No newline at end of file