{"id":18,"date":"2015-03-10T06:50:40","date_gmt":"2015-03-10T06:50:40","guid":{"rendered":"http:\/\/www.aivahthemes.com\/wp\/pestokil\/?page_id=18"},"modified":"2024-10-29T21:25:39","modified_gmt":"2024-10-29T21:25:39","slug":"frontpage","status":"publish","type":"page","link":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?page_id=18","title":{"rendered":"Frontpage"},"content":{"rendered":"<script type=\"text\/javascript\">\r\n\t\t\tjQuery(document).ready(function($) {\r\n\t\t\t\t\/\/ Disabled specific days:\r\n\t\t\t\t$.datepicker.setDefaults($.datepicker.regional['']);\r\n\t\t\t\tfunction disable_specificdays(date) {\r\n\t\t\t\t\tvar disabledDays = null;\r\n\t\t\t\t\t\tif ( disabledDays != null){\r\n\t\t\t\t\t\t\tvar m = date.getMonth();\r\n\t\t\t\t\t\t\tvar d = date.getDate();\r\n\t\t\t\t\t\t\tvar y = date.getFullYear();\r\n\t\t\t\t\t\t\tvar current_date = (m + 1) + \"\/\" + d + \"\/\" + y ;\r\n\t\t\t\t\t\t\tfor ( var k = 0; k < disabledDays.length; k++ ) {\r\n\t\t\t\t\t\t\t\tif ($.inArray(current_date, disabledDays) != -1 ) {\r\n\t\t\t\t\t\t\t\treturn [0];\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\treturn [1];\r\n\t\t\t\t}\r\n\r\n\t\t\t\tjQuery(\"#dateselect410\").datepicker({\r\n\t\t\t\t\tdateFormat: \"yy\/mm\/dd\",\r\n\t\t\t\t\tshowOtherMonths: true,\r\n\t\t\t\t\tselectOtherMonths: true,\r\n\t\t\t\t\tbeforeShowDay : disable_specificdays,\r\n\t\t\t\t\tminDate: 0,\r\n\t\t\t\t\tfirstDay:\"0\"\r\n\t\t\t\t});\r\n\t\t\t\t$.datepicker.setDefaults($.datepicker.regional['']);\r\n\t\t\t\tjQuery(\"#button_submit410\").on(\"click\",function(){\r\n\t\t\t\t\tvar apt_name  = jQuery(\"#iva_apt_name410\").val();\r\n\t\t\t\t\tvar apt_date  = jQuery(\"#dateselect410\").val();\r\n\t\t\t\t\tvar apt_email = jQuery(\"#iva_apt_email410\").val();\r\n\t\t\t\t\tvar apt_phone = jQuery(\"#iva_apt_phone410\").val();\r\n\t\t\t\t\tvar proceed = true;\r\n\t\t\t\t\tvar redirect = \"false\";\r\n\r\n\t\t\t\t\tfilter = \/^[A-Z0-9._%+-]+@([A-Z0-9-]+\\.)+[A-Z]{2,4}$\/i;\r\n\t\t\t\t\tif( filter.test( apt_email ) ){\r\n\t\t\t\t\t jQuery(\".iva_email410\").removeClass(\"error\");\r\n\t\t\t\t\t  proceed = true;\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t jQuery(\".iva_email410\").addClass(\"error\");\r\n\t\t\t\t\t   proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_name ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_name410\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_name ){\r\n\t\t\t\t\t\tjQuery(\".iva_name410\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( apt_phone ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_phone410\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_phone ){\r\n\t\t\t\t\t\tjQuery(\".iva_phone410\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\tif( apt_date ===\"\" ){\r\n\t\t\t\t\t  jQuery(\".iva_date410\").addClass(\"error\");\r\n\t\t\t\t\t  proceed = false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( apt_date ){\r\n\t\t\t\t\t\tjQuery(\".iva_date410\").removeClass(\"error\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif( proceed ){\r\n\t\t\t\t\t\tif( redirect == \"false\"){\r\n\t\t\t\t\t\t\tiva_appt_sh_send_mail();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\telse{\r\n\t\t\t\t\t\t\twindow.location = frm_action;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}else{\r\n\t\t\t\t\t  return false;\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\t\t\tfunction iva_appt_sh_send_mail(){\r\n\t\t\t\t\t$.ajax({\r\n\t\t\t\t\t\turl: iva_panel.ajaxurl,\r\n\t\t\t\t\t\ttype: \"post\",\r\n\t\t\t\t\t\tdataType: \"html\",\r\n\t\t\t\t\t\tdata: {\r\n\t\t\t\t\t\t\taction   : \"iva_sh_apt_send_mail\",\r\n\t\t\t\t\t\t\tdata\t : jQuery(\"#iva_apptform410\").serialize()\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t\tsuccess: function( response ){\r\n\t\t\t\t\t\t\tjQuery(\".iva_sh_apt_msg410\").html(response);\r\n\t\t\t\t\t\t\tif( jQuery( \"#sh_apt_msg\" ).hasClass( \"success\" ) ){\r\n\t\t\t\t\t\t\t\tdocument.iva_apptform.reset();\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t<\/script><div class=\"iva_appt_section\"  style=\"background-color:#222c2e;color:#ffffff;\"><div class=\"iva_appt_inner\"><div class=\"iva_appt_content\"><div class=\"iva_sh_apt_msg410\"><\/div><div class=\"one_third mb0\"><div class=\"fancyheading\"><h1 class=\"fancy-title large\"><span>APPOINTMENT<br><\/span><\/h1><small>Short Summary for the appointment callout box goes here and you can add more content using shortcode.<\/small><\/div><\/div><div class=\"two_third mb0 last\"><div class=\"iva_apptform_wrap\"><form name=\"iva_apptform\" method=\"post\" action=\"\" id=\"iva_apptform410\"><div class=\"one_half form_col\"><input type=\"text\" name=\"iva_apt_name\" id=\"iva_apt_name410\" value=\"\" placeholder=\"First Name\" class=\"iva_name410\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"iva_apt_email\" value=\"\" placeholder=\"Email\"  id=\"iva_apt_email410\" class=\"iva_email410\"><\/div><div class=\"one_half form_col\"><input type=\"text\" name=\"appointmentdate\" readonly=\"readyonly\" value=\"\" placeholder=\"Date\" id=\"dateselect410\" class=\"iva_date-410\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"phone\" id=\"iva_apt_phone410\" value=\"\" placeholder=\"Phone\" class=\"iva_phone410\"><\/div><div class=\"clear\"><\/div><button id=\"button_submit410\" type=\"button\" class=\"btn yellow true large\"><span>REQUEST AN INSPECTION<\/span><\/button><input type=\"hidden\" value =\"\" id=\"iva_frm_action410\"><\/form><\/div><\/div><\/div><\/div><\/div>\n<div id=\"section53\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;padding:80px 0;border-color:f6f6f6;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><i class=\"fa fa-star\"><\/i><\/div><div class=\"sIcn_heading2a\"><h3>5 STAR <strong>PROTECTION<\/strong><\/h3><div class=\"sIcn_content2a\">We provide the 5 star protection plan guarantees you stay safe from pest without hassle. Saves your money.<\/div><\/div><\/div><\/div><\/div>\n<div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><a  href=\"http:\/\/www.aivahthemes.com\/wp\/anona\/pest-control\/\" ><i class=\"fa fa-archive\"><\/i><\/a><\/div><div class=\"sIcn_heading2a\"><h3>PESTS <strong>LIBRARY<\/strong><\/h3><div class=\"sIcn_content2a\">Certain pests can be very dangerous and even deadly to humans and pets. get more information with our pest library.<\/div><\/div><\/div><\/div><\/div>\n<div class=\"one_third last\" ><div class=\"atp-services\"><div class=\"serviceIcn_style2a\"><div class=\"services_icon2a yellow\"><i class=\"fa fa-search\"><\/i><\/div><div class=\"sIcn_heading2a\"><h3>FREE <strong>INSPECTION<\/strong><\/h3><div class=\"sIcn_content2a\">Schedule a Complimentary inspection of your Residential or Commercial place and effectively rid your life of pests! <\/div><\/div><\/div><\/div><\/div><div class=\"clear\"><\/div>\n<\/div><\/div>\n<div id=\"section51\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#dfe5e7;padding:100px 0 80px 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"two_third\" ><div class=\"fancyheading textleft\" ><h1 class=\"fancy-title xlarge\"><span >DEFEND YOUR PEST<br \/>\n<strong>CALL US FOR A FREE ESTIMATE VIA TOLL FREE 1.855.ANONA.<\/strong><\/span><\/h1><p>What are you waiting for? Request a free estimate from our Toll FREE number or Book an Appointment. We will visit with our team shortly!<\/p><\/div>\n<div class=\"one_half\" ><h5><strong>HOW DOES IT WORKS?<\/strong><\/h5>\n<p>Get free estimate via our online &#8220;Advanced Booking System&#8221; or make us call on our Toll FREE number. We will visit with our team shortly!<br \/><\/div>\n<div class=\"one_half last\" ><h5><strong>MORE SERVICES WE OFFER<\/strong><\/h5>\n\n<ul class=\"iva-checklist iva-liststyle1\">\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#E0BA21;\"><\/i><\/span>Best quality services<\/li>\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#E0BA21;\"><\/i><\/span>Domestic Pest Control<\/li>\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#E0BA21;\"><\/i><\/span>Commercial Pest Control<\/li>\n<li class=\"iva-li-item-content\"><span class=\"icon-wrapper \"><i class=\"fa fa-fw fa fa-bug\"  style=\"color:#E0BA21;\"><\/i><\/span>Construction Pest Control<\/li>\n<\/ul>\n<\/div><div class=\"clear\"><\/div><\/div>\n<div class=\"one_third last\" ><span  class=\"imagesc iva_anim iva-tooltip   \"  style=\"\"><figure><img decoding=\"async\" src=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2015\/07\/bg_img_ps.jpg\" class=\"\" alt=\"\"  style=\"\"><\/figure><span class=\"image_caption ivatip ivatip_top\">Image Caption as a ToolTip<\/span><\/span>\n<div class=\"demo_space\"  style=\"height:10px\"><\/div>\n<span  class=\"imagesc iva_anim iva-tooltip   \"  style=\"\"><figure><img decoding=\"async\" src=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2015\/03\/construction.jpg\" class=\"\" alt=\"\"  style=\"\"><\/figure><span class=\"image_caption ivatip ivatip_bottom\">Caption with bottom position<\/span><\/span><\/div><div class=\"clear\"><\/div>\n<\/div><\/div>\n<div id=\"section89\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"fancyheading center\" ><h2 class=\"fancy-title \"><span  style=\"color:#444444;\">OUR <strong>HAPPY CUSTOMERS<\/strong><\/span><\/h2><p>What Our Clients Say About Us<\/p><\/div>\n<script>\r\n\t\t\t\tjQuery(document).ready(function($){\r\n\t\t\t\t\tvar swiper = new Swiper(\".swiper-container-85\", {\r\n\t\t\t\t\t\tslidesPerView: 1,\r\n\t\t\t\t\t\tautoplay: false,\r\n\t\t\t\t\t\tloop: true,\r\n\t\t\t\t\t\tspeed: 3000,\r\n\t\t\t\t\t\tpagination: {\r\n\t\t\t\t\t\t\tel: \".swiper-pagination\",\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t<\/script><div class=\"swiper-container swiper-container-85\"><div class=\"swiper-wrapper\"><div class=\"swiper-slide\"><div class=\"tc-content\"><p>\"Best theme in the marketplace with all the features needed for the Pest Control Services company and very user friendly with appointments management system as well.\"<\/p><div class=\"tc-client-meta\"><div class=\"client-name\"> - Adrenal Dorsen, Andre Dloex, <a href=\"http:\/\/www.yourdomain.com\" target=\"_blank\">DomainAndre<\/a><\/div><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"tc-content\"><p>\"Anona Theme made our work hassel free with the features included in it are really indeed for a company with having no issues in managing their appointments.\"<\/p><div class=\"tc-client-meta\"><div class=\"client-name\"> - Lorea Claudia, Star Dloex, <a href=\"http:\/\/www.yourdomain.com\" target=\"_blank\">StartDloex<\/a><\/div><\/div><\/div><\/div><div class=\"swiper-slide\"><div class=\"tc-content\"><p>\"Anona Theme comes with an amazing features useful for the pest control company like managing the appointments and bookings and they have made our life really simple and easy.\"<\/p><div class=\"tc-client-meta\"><div class=\"client-name\"> - John Smith, Star Company, <a href=\"http:\/\/www.yourdomain.com\" target=\"_blank\">Domain<\/a><\/div><\/div><\/div><\/div><div class=\"swiper-pagination\"><\/div><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"template_stretched.php","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":1,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":4393,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/4393"}],"wp:attachment":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}