{"id":3192,"date":"2016-03-10T19:09:50","date_gmt":"2016-03-10T13:39:50","guid":{"rendered":"http:\/\/www.aivahthemes.com\/wp\/anona\/?page_id=3192"},"modified":"2024-10-29T21:25:39","modified_gmt":"2024-10-29T21:25:39","slug":"home-page-4","status":"publish","type":"page","link":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?page_id=3192","title":{"rendered":"Home Page 4"},"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(\"#dateselect10\").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_submit10\").on(\"click\",function(){\r\n\t\t\t\t\tvar apt_name  = jQuery(\"#iva_apt_name10\").val();\r\n\t\t\t\t\tvar apt_date  = jQuery(\"#dateselect10\").val();\r\n\t\t\t\t\tvar apt_email = jQuery(\"#iva_apt_email10\").val();\r\n\t\t\t\t\tvar apt_phone = jQuery(\"#iva_apt_phone10\").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_email10\").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_email10\").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_name10\").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_name10\").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_phone10\").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_phone10\").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_date10\").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_date10\").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_apptform10\").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_msg10\").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_msg10\"><\/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_apptform10\"><div class=\"one_half form_col\"><input type=\"text\" name=\"iva_apt_name\" id=\"iva_apt_name10\" value=\"\" placeholder=\"First Name\" class=\"iva_name10\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"iva_apt_email\" value=\"\" placeholder=\"Email\"  id=\"iva_apt_email10\" class=\"iva_email10\"><\/div><div class=\"one_half form_col\"><input type=\"text\" name=\"appointmentdate\" readonly=\"readyonly\" value=\"\" placeholder=\"Date\" id=\"dateselect10\" class=\"iva_date-10\"><\/div><div class=\"one_half form_col last\"><input type=\"text\" name=\"phone\" id=\"iva_apt_phone10\" value=\"\" placeholder=\"Phone\" class=\"iva_phone10\"><\/div><div class=\"clear\"><\/div><button id=\"button_submit10\" type=\"button\" class=\"btn yellow true large\"><span>REQUEST AN INSPECTION<\/span><\/button><input type=\"hidden\" value =\"\" id=\"iva_frm_action10\"><\/form><\/div><\/div><\/div><\/div><\/div>\n<div id=\"section60\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;padding:80px 0 0 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"fancyheading center\" ><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>ADVANCED APPOINTMENT SYSTEM<\/strong><\/span><\/h1><p>Easily manage your Appointments Cancel, Confirm,<br \/>\nUnconfirm &#038; Set Custom Email message for each from theme options<\/p><\/div>\n<span  class=\"imagesc iva_anim iva-tooltip    img-aligncenter\"  style=\"\"><figure><img decoding=\"async\" src=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2016\/03\/anona_appointment_page.jpg\" class=\"\" alt=\"\"  style=\"\"><\/figure><\/span>\n<\/div><\/div>\n<div id=\"section42\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#dfe5e7;padding:80px 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"fancyheading center\" ><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>ANONA CORE FEATURES<\/strong><\/span><\/h1><p>The Best Pest Management Services Website Builder<\/p><\/div>\n<div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style1\"><div class=\"sIcn_heading\"><i class=\"fa fa-bug services_icon1\" style=\"color:#F7CA18;\"><\/i><\/div><div class=\"sIcn_content\"><h3>Pest Showcase<\/h3>More than 30000+ customers who purchased themes from AivahThemes are happy with the features packed within each of our themes.<\/div><\/div><\/div><\/div>\n<div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style1\"><div class=\"sIcn_heading\"><i class=\"fa fa-bug services_icon1\" style=\"color:#F7CA18;\"><\/i><\/div><div class=\"sIcn_content\"><h3>Pest Shortcode<\/h3>More than 30000+ customers who purchased themes from AivahThemes are happy with the features packed within each of our themes.<\/div><\/div><\/div><\/div>\n<div class=\"one_third last\" ><div class=\"atp-services\"><div class=\"serviceIcn_style1\"><div class=\"sIcn_heading\"><i class=\"fa fa-bug services_icon1\" style=\"color:#F7CA18;\"><\/i><\/div><div class=\"sIcn_content\"><h3>Appointment System<\/h3>AivahThemes has 40+ Items in its portfolio which includes HTML Templates, WordPress Themes, phpBB Skins and Admin Skins.<\/div><\/div><\/div><\/div><div class=\"clear\"><\/div>\n<div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style1\"><div class=\"sIcn_heading\"><i class=\"fa fa-bug services_icon1\" style=\"color:#F7CA18;\"><\/i><\/div><div class=\"sIcn_content\"><h3>Ultimate Shortcodes<\/h3>More than 30000+ customers who purchased themes from AivahThemes are happy with the features packed within each of our themes.<\/div><\/div><\/div><\/div>\n<div class=\"one_third\" ><div class=\"atp-services\"><div class=\"serviceIcn_style1\"><div class=\"sIcn_heading\"><i class=\"fa fa-bug services_icon1\" style=\"color:#F7CA18;\"><\/i><\/div><div class=\"sIcn_content\"><h3>WooCommerce Support<\/h3>More than 30000+ customers who purchased themes from AivahThemes are happy with the features packed within each of our themes.<\/div><\/div><\/div><\/div>\n<div class=\"one_third last\" ><div class=\"atp-services\"><div class=\"serviceIcn_style1\"><div class=\"sIcn_heading\"><i class=\"fa fa-bug services_icon1\" style=\"color:#F7CA18;\"><\/i><\/div><div class=\"sIcn_content\"><h3>Responsive Design<\/h3>AivahThemes has 40+ Items in its portfolio which includes HTML Templates, WordPress Themes, phpBB Skins and Admin Skins.<\/div><\/div><\/div><\/div><div class=\"clear\"><\/div>\n<\/div><\/div>\n<div id=\"section16\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#ffffff;padding:80px 0 0 0;border-color:#ffffff;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"fancyheading center\" ><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>PEST SHOWCASE<\/strong><\/span><\/h1><p>The showcase allows to display pests<\/p><\/div>\n<span  class=\"imagesc iva_anim iva-tooltip    img-aligncenter\"  style=\"max-width:835px;height:606px;\"><figure><img decoding=\"async\" src=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/wp-content\/uploads\/2016\/03\/anona_pestshocase.jpg\" class=\"\" alt=\"\"  style=\"max-width:835px;height:606px;\"><\/figure><\/span>\n<\/div><\/div>\n<div id=\"section89\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#dfe5e7;padding:80px 0;border-color:#f7f7f7;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div class=\"fancyheading center\" ><h1 class=\"fancy-title \"><span  style=\"color:#444444;\"><strong>PEST CATEGORIES<\/strong><\/span><\/h1><p>The showcase allows to display pest categories<\/p><\/div>\n<div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=ants\">Ants<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=bed-bug\">Bed Bug<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=cockroach\">Cockroach<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=flies\">Flies<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=hornets\">Hornets<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=mosquitoes\">Mosquitoes<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=rodents\">Rodents<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=scorpions\">Scorpions<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=silver-fish\">Silver Fish<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=snakes\">Snakes<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=spider\">Spider<\/a><\/h2><\/div><\/div><\/div><div class=\"one_sixth nomargin\"><div class=\"iva-pests\"><div class=\"cs-title\"><h2><a href=\"https:\/\/pacqpestcontrol.pacqtechnologies.net\/?pest_category=termites\">Termites<\/a><\/h2><\/div><\/div><\/div><div class=\"clear\"><\/div>\n<\/div><\/div>\n<div id=\"section32\"  class=\"section_row clearfix section_bg    \"  style=\"background-color:#F7CA18;padding:80px 0;\"   ><div class=\"iva-section-patterns\" ><\/div><div class=\"section_inner\">\n<div  data-id=\"fadeInUp\" class=\"callOutBox iva_anim \" ><div class=\"teaser_content\"><div class=\"callout_text\" >\n<div class=\"fancyheading left\"  style=\"margin-bottom:0px\"><h1 class=\"fancy-title large\"><span  style=\"color:#444444;\"><strong>THE MOST ADVANCED<\/strong> PEST CONTROL THEME<\/span><\/h1><p><\/p><\/div>\n<\/div><div class=\"callout_btn\"><a  href=\"#\"  class=\"btn  xlarge black \"><span>Purchase Now<\/span><\/a><\/div><\/div><\/div><div class=\"clear\"><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template_stretched.php","meta":{"footnotes":""},"class_list":["post-3192","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages\/3192","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=3192"}],"version-history":[{"count":1,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages\/3192\/revisions"}],"predecessor-version":[{"id":4400,"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=\/wp\/v2\/pages\/3192\/revisions\/4400"}],"wp:attachment":[{"href":"https:\/\/pacqpestcontrol.pacqtechnologies.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}