0byt3m1n1
Path:
/
data
/
23
/
2
/
120
/
102
/
2283917
/
meta
/
2509584
/
mysql.backup
/
[
Home
]
File: 1_0322163_9.mysqlcluster19.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster19 Database: 1_0322163_9 -- ------------------------------------------------------ -- Server version 5.6.34-79.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_ai1ec_event_category_meta` -- DROP TABLE IF EXISTS `wp_ai1ec_event_category_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_event_category_meta` ( `term_id` bigint(20) NOT NULL, `term_color` varchar(255) NOT NULL, `term_image` varchar(254) DEFAULT NULL, PRIMARY KEY (`term_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_event_category_meta` -- LOCK TABLES `wp_ai1ec_event_category_meta` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_event_category_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ai1ec_event_category_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ai1ec_event_instances` -- DROP TABLE IF EXISTS `wp_ai1ec_event_instances`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_event_instances` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `post_id` bigint(20) NOT NULL, `start` int(10) unsigned NOT NULL, `end` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `evt_instance` (`post_id`,`start`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_event_instances` -- LOCK TABLES `wp_ai1ec_event_instances` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_event_instances` DISABLE KEYS */; INSERT INTO `wp_ai1ec_event_instances` VALUES (1,900,1496343600,1496350800),(3,921,1522508400,1522514700),(4,951,1504242000,1504328400); /*!40000 ALTER TABLE `wp_ai1ec_event_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ai1ec_events` -- DROP TABLE IF EXISTS `wp_ai1ec_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_events` ( `post_id` bigint(20) NOT NULL, `start` int(10) unsigned NOT NULL, `end` int(10) unsigned DEFAULT NULL, `timezone_name` varchar(50) DEFAULT NULL, `allday` tinyint(1) NOT NULL, `instant_event` tinyint(1) NOT NULL DEFAULT '0', `recurrence_rules` longtext, `exception_rules` longtext, `recurrence_dates` longtext, `exception_dates` longtext, `venue` varchar(255) DEFAULT NULL, `country` varchar(255) DEFAULT NULL, `address` varchar(255) DEFAULT NULL, `city` varchar(255) DEFAULT NULL, `province` varchar(255) DEFAULT NULL, `postal_code` varchar(32) DEFAULT NULL, `show_map` tinyint(1) DEFAULT NULL, `contact_name` varchar(255) DEFAULT NULL, `contact_phone` varchar(32) DEFAULT NULL, `contact_email` varchar(128) DEFAULT NULL, `contact_url` varchar(255) DEFAULT NULL, `cost` varchar(255) DEFAULT NULL, `ticket_url` varchar(255) DEFAULT NULL, `ical_feed_url` varchar(255) DEFAULT NULL, `ical_source_url` varchar(255) DEFAULT NULL, `ical_organizer` varchar(255) DEFAULT NULL, `ical_contact` varchar(255) DEFAULT NULL, `ical_uid` varchar(255) DEFAULT NULL, `show_coordinates` tinyint(1) DEFAULT NULL, `latitude` decimal(20,15) DEFAULT NULL, `longitude` decimal(20,15) DEFAULT NULL, `force_regenerate` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`post_id`), KEY `feed_source` (`ical_feed_url`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_events` -- LOCK TABLES `wp_ai1ec_events` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_events` DISABLE KEYS */; INSERT INTO `wp_ai1ec_events` VALUES (900,1496343600,1496350800,'UTC',0,0,NULL,NULL,NULL,NULL,'The Mary C. O\'Keefe ','','Ocean Springs MS','','','',0,'','','','','a:2:{s:4:\"cost\";s:6:\"$15.00\";s:7:\"is_free\";b:0;}','http://themaryc.org/?event=june-2017-coast-big-band-summer-show',NULL,NULL,NULL,NULL,'ai1ec-900@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(921,1522508400,1522514700,'America/Chicago',0,0,NULL,NULL,NULL,NULL,'USM GULF PARK - LONG BEACH ','','','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:1;}','',NULL,NULL,NULL,NULL,'ai1ec-921@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(951,1504242000,1504328400,'America/Chicago',1,0,NULL,NULL,NULL,NULL,'','','','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:0;}','',NULL,NULL,NULL,NULL,'ai1ec-951@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0); /*!40000 ALTER TABLE `wp_ai1ec_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_itgallery_gallerys` -- DROP TABLE IF EXISTS `wp_huge_itgallery_gallerys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_itgallery_gallerys` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `sl_height` int(11) unsigned DEFAULT NULL, `sl_width` int(11) unsigned DEFAULT NULL, `pause_on_hover` text COLLATE utf8mb4_unicode_520_ci, `gallery_list_effects_s` text COLLATE utf8mb4_unicode_520_ci, `description` text COLLATE utf8mb4_unicode_520_ci, `hover_effect` int(1) NOT NULL DEFAULT '0', `param` text COLLATE utf8mb4_unicode_520_ci, `sl_position` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `ordering` int(11) NOT NULL, `published` text COLLATE utf8mb4_unicode_520_ci, `huge_it_sl_effects` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `display_type` int(11) DEFAULT '2', `content_per_page` int(11) DEFAULT '5', `rating` varchar(15) CHARACTER SET utf8 NOT NULL DEFAULT 'off', `autoslide` varchar(15) CHARACTER SET utf8 NOT NULL DEFAULT 'on', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_itgallery_gallerys` -- LOCK TABLES `wp_huge_itgallery_gallerys` WRITE; /*!40000 ALTER TABLE `wp_huge_itgallery_gallerys` DISABLE KEYS */; INSERT INTO `wp_huge_itgallery_gallerys` VALUES (2,'USM JAZZ & BLUES FEST 2017',375,600,'on','cubeH','4000',0,'1000','center',1,'300','4',2,5,'off','on'),(3,'CASA GALA',375,600,'on','cubeH','4000',0,'1000','center',1,'300','4',2,5,'off','on'),(4,'MISSISSIPPI BICENTENNIAL CELEBRATION 2017',375,600,'on','cubeH','4000',0,'1000','center',1,'300','4',2,5,'off','on'),(5,'WEDDING RECEPTION SUMMER 2016',375,600,'on','cubeH','4000',0,'1000','center',1,'300','4',2,5,'off','on'),(6,'BILOXI YACHT CLUB PARTY',375,600,'on','cubeH','4000',0,'1000','center',1,'300','4',2,5,'off','on'),(7,'2016 SENIOR PROM',375,600,'on','cubeH','4000',0,'1000','center',1,'300','4',2,5,'off','on'),(8,'KEESLER 75TH',375,600,'on','cubeH','4000',0,'1000','center',1,'300','4',2,5,'off','on'); /*!40000 ALTER TABLE `wp_huge_itgallery_gallerys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_itgallery_images` -- DROP TABLE IF EXISTS `wp_huge_itgallery_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_itgallery_images` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `gallery_id` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_520_ci, `image_url` text COLLATE utf8mb4_unicode_520_ci, `sl_url` text CHARACTER SET utf8, `sl_type` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_target` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `ordering` int(11) NOT NULL, `published` tinyint(4) unsigned DEFAULT NULL, `published_in_sl_width` tinyint(4) unsigned DEFAULT NULL, `like` int(11) NOT NULL DEFAULT '0', `dislike` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_itgallery_images` -- LOCK TABLES `wp_huge_itgallery_images` WRITE; /*!40000 ALTER TABLE `wp_huge_itgallery_images` DISABLE KEYS */; INSERT INTO `wp_huge_itgallery_images` VALUES (10,'STAN GILL ','2','','http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6.jpg','','image','on',2,2,1,0,0),(11,'THE COAST BIG BAND READY TO PLAY','2','','http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2.jpg','','image','on',1,2,1,0,0),(12,'POSTER 2017','2','','http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4.jpg','','image','on',0,2,1,0,0),(13,'PAUL NEWTON AND HIS HARMONICA','2','','http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1.jpg','','image','on',3,2,1,0,0),(14,'DANCING TO THE COAST BIG BAND','2','','http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3.jpg','','image','on',5,2,1,0,0),(15,'VOCALIST DAVID, CHET, AND JONATHAN','2','','http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5.jpg','','image','on',4,2,1,0,0),(16,'OUR SAX SOLOIST','3','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723.jpg','','image','on',1,2,1,0,0),(17,'THE GUYS','3','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750.jpg','','image','on',2,2,1,0,0),(18,'THE COAST BIG BAND','3','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657.jpg','','image','on',3,2,1,0,0),(19,'KAREN ABERNATHY AND THE BAND','3','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699.jpg','','image','on',4,2,1,0,0),(20,'VOCALIST DAVID DELK, KAREN ABERNATHY, CHET LANDRY, AND JOHNATHAN BRANNAN','3','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677.jpg','','image','on',5,2,1,0,0),(21,'INVITATION 2017','3','','http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o.jpg','','image','on',0,2,1,0,0),(22,'OFFICIAL POSTER ','4','','http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n.jpg','','image','on',0,2,1,0,0),(23,'THE COAST BIG BAND','4','','http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n.jpg','','image','on',2,2,1,0,0),(24,'THE \"OTHER\" BLUES BROTHERS','4','','http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1.jpg','','image','on',4,2,1,0,0),(25,'VOCALIST DAVID DELK','4','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925.jpg','','image','on',5,2,1,0,0),(26,'GUEST PERFORMER, GULFPORT MAYOR BILLY HEWES','4','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277.jpg','','image','on',3,2,1,0,0),(27,'STAGE BEING BUILT','4','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909.jpg','','image','on',1,2,1,0,0),(34,'READY FOR THE GUESTS','5','','http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-e1493084229343.jpg','','image','on',1,2,1,0,0),(35,'THE FATHER OF THE BRIDE HAVING FUN!','5','','http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-e1493084269714.jpg','','image','on',2,2,1,0,0),(36,'VOCALISTS KAREN AND DAVID','5','','http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8.jpg','','image','on',3,2,1,0,0),(37,'THE COAST BIG BAND','5','','http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-e1493084342396.jpg','','image','on',4,2,1,0,0),(38,'DRUMMER CONNIE SPRINKLE','6','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637.jpg','','image','on',2,2,1,0,0),(39,'VOCALIST KAREN ABERNATHY AND THE BAND','6','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618.jpg','','image','on',1,2,1,0,0),(40,'VOCALIST DAVID DELK','6','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643.jpg','','image','on',3,2,1,0,0),(43,'THE GRAND HOTEL','5','','http://daviddelk.net/band/wp-content/uploads/2017/04/Grand_Hotel_Marriott_Resort_Golf_Club_Spa_Point_Clear.jpg','','image','on',0,2,1,0,0),(44,'BILOXI YACHT CLUB','6','','http://daviddelk.net/band/wp-content/uploads/2017/04/67434853.png','','image','on',0,2,1,0,0),(45,'PIANIST STAN GILL','6','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2.jpg','','image','on',4,2,1,0,0),(47,'POWERFUL HORNS','7','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-e1491522412249.jpg','','image','on',5,2,1,0,0),(49,'VOCALIST CHET LANDRY','7','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-e1493094402135.jpg','','image','on',4,2,1,0,0),(50,'OUR VOCALISTS','7','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-e1493094588775.jpg','','image','on',3,2,1,0,0),(51,'DANCING TO OUR MUSIC','7','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-e1493094488195.jpg','','image','on',2,2,1,0,0),(52,'THE COAST BIG BAND','7','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-e1493094466125.jpg','','image','on',1,2,1,0,0),(55,'EVENT SITE','7','','http://daviddelk.net/band/wp-content/uploads/2017/04/ip.jpg','','image','on',0,2,1,0,0),(56,'VOCALIST KAREN AND THE BAND','8','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-e1493097377145.jpg','','image','on',2,2,1,0,0),(57,'VOCALISTS KAREN ABERNATHY AND DAVID DELK','8','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-e1493097353944.jpg','','image','on',4,2,1,0,0),(58,'SAX SOLOIST','8','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-e1493097328186.jpg','','image','on',3,2,1,0,0),(59,'THE COAST BIG BAND','8','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-e1493097293857.jpg','','image','on',1,2,1,0,0),(60,'THE COAST BIG BAND','8','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-e1493097310199.jpg','','image','on',5,2,1,0,0),(61,'POSTER','8','','http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1198.jpg','','image','on',0,2,1,0,0); /*!40000 ALTER TABLE `wp_huge_itgallery_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_huge_itgallery_like_dislike` -- DROP TABLE IF EXISTS `wp_huge_itgallery_like_dislike`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_huge_itgallery_like_dislike` ( `id` int(11) NOT NULL AUTO_INCREMENT, `image_id` int(11) NOT NULL, `image_status` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `ip` varchar(35) COLLATE utf8mb4_unicode_520_ci NOT NULL, `cook` varchar(15) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_huge_itgallery_like_dislike` -- LOCK TABLES `wp_huge_itgallery_like_dislike` WRITE; /*!40000 ALTER TABLE `wp_huge_itgallery_like_dislike` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_huge_itgallery_like_dislike` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=5113 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://daviddelk.net/band','yes'),(2,'home','http://daviddelk.net/band','yes'),(3,'blogname','Coast Big Band','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','david@abcrental.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','1','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:85:\"all-in-one-event-calendar-extended-views/all-in-one-event-calendar-extended-views.php\";i:1;s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";i:2;s:27:\"autoptimize/autoptimize.php\";i:3;s:27:\"js_composer/js_composer.php\";i:4;s:27:\"p3-profiler/p3-profiler.php\";i:5;s:51:\"restaurant-reservations/restaurant-reservations.php\";i:6;s:31:\"template-core/template-core.php\";i:7;s:23:\"wp-smushit/wp-smush.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:103:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/plugins/wp-sweep/wp-sweep.php\";i:1;s:105:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/plugins/wp-smushit/wp-smush.php\";i:2;s:117:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/plugins/wp-fastest-cache/wpFastestCache.php\";i:3;s:115:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/plugins/gallery-images/gallery-images.php\";i:4;s:121:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/themes/buffalo/includes/class-tpath-ratings.php\";}','no'),(40,'template','buffalo','yes'),(41,'stylesheet','buffalo','yes'),(42,'comment_whitelist','','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','1','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:3:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:35:\"wp-fastest-cache/wpFastestCache.php\";a:2:{i:0;s:14:\"WpFastestCache\";i:1;s:9:\"uninstall\";}s:27:\"autoptimize/autoptimize.php\";s:21:\"autoptimize_uninstall\";}','no'),(82,'timezone_string','America/Chicago','yes'),(83,'page_for_posts','342','yes'),(84,'page_on_front','736','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','36686','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:106:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"manage_bookings\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:19:\"switch_ai1ec_themes\";b:1;s:20:\"manage_ai1ec_options\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:38:\"vc_access_rules_post_types/ai1ec_event\";b:1;s:42:\"vc_access_rules_post_types/tpath_portfolio\";b:1;s:44:\"vc_access_rules_post_types/tpath_testimonial\";b:1;s:44:\"vc_access_rules_post_types/tpath_team_member\";b:1;s:40:\"vc_access_rules_post_types/tpath_clients\";b:1;s:39:\"vc_access_rules_post_types/tpath_stores\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:68:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"manage_bookings\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:38:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:16:\"read_ai1ec_event\";b:1;s:16:\"edit_ai1ec_event\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:24:\"edit_others_ai1ec_events\";b:1;s:25:\"edit_private_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:18:\"delete_ai1ec_event\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:26:\"delete_others_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;s:27:\"delete_private_ai1ec_events\";b:1;s:20:\"publish_ai1ec_events\";b:1;s:25:\"read_private_ai1ec_events\";b:1;s:24:\"manage_events_categories\";b:1;s:18:\"manage_ai1ec_feeds\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:15:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:19:\"rtb_booking_manager\";a:2:{s:4:\"name\";s:15:\"Booking Manager\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:15:\"manage_bookings\";b:1;}}s:21:\"ai1ec_event_assistant\";a:2:{s:4:\"name\";s:17:\"Event Contributor\";s:12:\"capabilities\";a:7:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_ai1ec_events\";b:1;s:17:\"read_ai1ec_events\";b:1;s:19:\"delete_ai1ec_events\";b:1;s:27:\"edit_published_ai1ec_events\";b:1;s:29:\"delete_published_ai1ec_events\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"primary\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:12:\"header-right\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:15:\"footer-widget-3\";a:1:{i:0;s:28:\"tpath_facebook_like-widget-2\";}s:15:\"footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:8:{i:1502921993;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1502931489;a:1:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1502940226;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1502947420;a:1:{s:20:\"imagify_rating_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1502994331;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1503004519;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1503293022;a:1:{s:46:\"imagify_update_library_size_calculations_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(117,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"david@abcrental.com\";s:7:\"version\";s:5:\"4.7.5\";s:9:\"timestamp\";i:1494984604;}','no'),(137,'theme_mods_twentysixteen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1491504291;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(139,'_transient_twentysixteen_categories','1','yes'),(140,'db_upgraded','','yes'),(142,'can_compress_scripts','0','no'),(148,'current_theme','Buffalo','yes'),(149,'theme_mods_buffalo','a:199:{i:0;b:0;s:18:\"tpath_demo_content\";s:104:\"http://themexlab.com/buffalo/wp-admin/themes.php?page=tpath_options&import_demo=true&import_content=true\";s:24:\"tpath_demo_theme_options\";s:104:\"http://themexlab.com/buffalo/wp-admin/themes.php?page=tpath_options&import_demo=true&import_options=true\";s:25:\"tpath_disable_page_loader\";s:1:\"1\";s:13:\"tpath_favicon\";s:54:\"[site_url]/wp-content/uploads/2017/04/note-favicon.png\";s:23:\"tpath_apple_iphone_icon\";s:0:\"\";s:30:\"tpath_apple_iphone_retina_icon\";s:0:\"\";s:21:\"tpath_apple_ipad_icon\";s:0:\"\";s:28:\"tpath_apple_ipad_retina_icon\";s:0:\"\";s:23:\"tpath_enable_responsive\";i:1;s:16:\"tpath_custom_css\";s:0:\"\";s:19:\"tpath_sticky_header\";s:1:\"1\";s:27:\"tpath_enable_cart_in_header\";i:0;s:17:\"tpath_header_info\";s:40:\"<h3 style=\'margin: 0;\'>Menu Options</h3>\";s:21:\"tpath_header_bg_image\";s:0:\"\";s:22:\"tpath_header_bg_repeat\";s:6:\"repeat\";s:20:\"tpath_header_bg_full\";s:1:\"1\";s:24:\"tpath_header_parallax_bg\";s:1:\"1\";s:10:\"tpath_logo\";s:54:\"[site_url]/wp-content/uploads/2017/04/bigband-logo.png\";s:15:\"tpath_logo_text\";s:0:\"\";s:22:\"tpath_logo_font_styles\";a:5:{s:4:\"size\";s:4:\"50px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"500\";s:5:\"color\";s:7:\"#2e2e2e\";}s:16:\"tpath_logo_align\";s:6:\"center\";s:24:\"tpath_header_padding_top\";s:0:\"\";s:27:\"tpath_header_padding_bottom\";s:0:\"\";s:25:\"tpath_header_padding_left\";s:0:\"\";s:26:\"tpath_header_padding_right\";s:0:\"\";s:15:\"tpath_menu_type\";s:8:\"standard\";s:25:\"tpath_dropdown_menu_width\";s:5:\"220px\";s:18:\"tpath_theme_layout\";s:9:\"fullwidth\";s:12:\"tpath_layout\";s:7:\"one-col\";s:26:\"tpath_fullwidth_site_width\";s:4:\"1200\";s:22:\"tpath_boxed_site_width\";s:4:\"1200\";s:17:\"tpath_footer_info\";s:42:\"<h3 style=\'margin: 0;\'>Copyright Area</h3>\";s:27:\"tpath_footer_widgets_enable\";s:1:\"1\";s:26:\"tpath_footer_widget_layout\";s:1:\"4\";s:21:\"tpath_footer_bg_image\";s:59:\"[site_url]/wp-content/uploads/2017/04/footer-background.png\";s:22:\"tpath_footer_bg_repeat\";s:6:\"repeat\";s:20:\"tpath_footer_bg_full\";i:0;s:31:\"tpath_footer_widget_padding_top\";s:0:\"\";s:34:\"tpath_footer_widget_padding_bottom\";s:0:\"\";s:32:\"tpath_footer_widget_padding_left\";s:0:\"\";s:33:\"tpath_footer_widget_padding_right\";s:0:\"\";s:24:\"tpath_footer_padding_top\";s:0:\"\";s:27:\"tpath_footer_padding_bottom\";s:0:\"\";s:25:\"tpath_footer_padding_left\";s:0:\"\";s:26:\"tpath_footer_padding_right\";s:0:\"\";s:20:\"tpath_copyright_text\";s:68:\"Copyright © 2016 - [year]. The Coast Big Band. All Rights Reserved.\";s:21:\"tpath_background_info\";s:54:\"<h3 style=\'margin: 0;\'>Sidebar Background Options</h3>\";s:19:\"tpath_body_bg_image\";s:0:\"\";s:20:\"tpath_body_bg_repeat\";s:6:\"repeat\";s:24:\"tpath_body_bg_attachment\";s:5:\"fixed\";s:18:\"tpath_body_bg_full\";s:1:\"1\";s:28:\"tpath_enable_content_full_bg\";s:1:\"0\";s:30:\"tpath_primary_content_bg_image\";s:0:\"\";s:31:\"tpath_primary_content_bg_repeat\";s:9:\"no-repeat\";s:29:\"tpath_primary_content_bg_full\";s:1:\"0\";s:32:\"tpath_primary_content_min_height\";s:5:\"300px\";s:30:\"tpath_primary_sidebar_bg_image\";s:0:\"\";s:31:\"tpath_primary_sidebar_bg_repeat\";s:6:\"repeat\";s:29:\"tpath_primary_sidebar_bg_full\";i:0;s:24:\"tpath_custom_colors_info\";s:39:\"<h3 style=\'margin: 0;\'>Menu Colors</h3>\";s:25:\"tpath_custom_scheme_color\";s:0:\"\";s:30:\"tpath_custom_scheme_color_dark\";s:0:\"\";s:16:\"tpath_link_color\";s:0:\"\";s:22:\"tpath_link_hover_color\";s:0:\"\";s:18:\"tpath_button_color\";s:0:\"\";s:25:\"tpath_button_border_color\";s:0:\"\";s:23:\"tpath_button_text_color\";s:0:\"\";s:24:\"tpath_button_hover_color\";s:0:\"\";s:31:\"tpath_button_border_hover_color\";s:0:\"\";s:29:\"tpath_button_hover_text_color\";s:0:\"\";s:19:\"tpath_body_bg_color\";s:0:\"\";s:29:\"tpath_header_background_color\";s:0:\"\";s:33:\"tpath_header_top_background_color\";s:0:\"\";s:29:\"tpath_sticky_background_color\";s:0:\"\";s:41:\"tpath_footer_widget_area_background_color\";s:0:\"\";s:29:\"tpath_footer_background_color\";s:0:\"\";s:30:\"tpath_primary_content_bg_color\";s:0:\"\";s:30:\"tpath_primary_sidebar_bg_color\";s:0:\"\";s:19:\"tpath_menu_bg_color\";s:0:\"\";s:25:\"tpath_menu_hover_bg_color\";s:0:\"\";s:27:\"tpath_menu_font_hover_color\";s:0:\"\";s:23:\"tpath_sub_menu_bg_color\";s:0:\"\";s:29:\"tpath_sub_menu_bg_hover_color\";s:0:\"\";s:31:\"tpath_sub_menu_font_hover_color\";s:0:\"\";s:15:\"tpath_body_font\";a:5:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:4:\"Lato\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:7:\"#000000\";}s:20:\"tpath_h1_font_styles\";a:5:{s:4:\"size\";s:4:\"45px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h2_font_styles\";a:5:{s:4:\"size\";s:4:\"40px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h3_font_styles\";a:5:{s:4:\"size\";s:4:\"32px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h4_font_styles\";a:5:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h5_font_styles\";a:5:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:20:\"tpath_h6_font_styles\";a:5:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:22:\"tpath_menu_font_styles\";a:5:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:25:\"tpath_submenu_font_styles\";a:5:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:25:\"tpath_section_font_styles\";a:5:{s:4:\"size\";s:4:\"24px\";s:4:\"face\";s:4:\"Arvo\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:28:\"tpath_post_title_font_styles\";a:5:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:35:\"tpath_single_post_title_font_styles\";a:5:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:5:\"color\";s:0:\"\";}s:34:\"tpath_footer_widget_heading_styles\";a:5:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:7:\"PT Sans\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"700\";s:5:\"color\";s:0:\"\";}s:31:\"tpath_footer_widget_font_styles\";a:5:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:7:\"PT Sans\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"400\";s:5:\"color\";s:0:\"\";}s:22:\"tpath_social_icon_type\";s:6:\"circle\";s:19:\"tpath_facebook_link\";s:0:\"\";s:18:\"tpath_twitter_link\";s:0:\"\";s:19:\"tpath_linkedin_link\";s:0:\"\";s:20:\"tpath_pinterest_link\";s:0:\"\";s:21:\"tpath_googleplus_link\";s:0:\"\";s:18:\"tpath_youtube_link\";s:0:\"\";s:14:\"tpath_rss_link\";s:0:\"\";s:17:\"tpath_tumblr_link\";s:0:\"\";s:17:\"tpath_reddit_link\";s:0:\"\";s:19:\"tpath_dribbble_link\";s:0:\"\";s:15:\"tpath_digg_link\";s:0:\"\";s:17:\"tpath_flickr_link\";s:0:\"\";s:16:\"tpath_skype_link\";s:0:\"\";s:18:\"tpath_blogger_link\";s:0:\"\";s:16:\"tpath_yahoo_link\";s:0:\"\";s:17:\"tpath_blog_layout\";s:0:\"\";s:25:\"tpath_blog_archive_layout\";s:0:\"\";s:24:\"tpath_single_post_layout\";s:0:\"\";s:15:\"tpath_blog_type\";s:4:\"list\";s:23:\"tpath_archive_blog_type\";s:4:\"list\";s:23:\"tpath_blog_grid_columns\";s:3:\"two\";s:29:\"tpath_blog_slideshow_autoplay\";s:5:\"false\";s:26:\"tpath_blog_slideshow_speed\";s:3:\"200\";s:25:\"tpath_blog_animation_type\";s:6:\"fadeUp\";s:29:\"tpath_disable_blog_pagination\";i:0;s:20:\"tpath_blog_prev_next\";i:0;s:22:\"tpath_blog_author_info\";s:1:\"0\";s:25:\"tpath_blog_social_sharing\";i:0;s:19:\"tpath_blog_comments\";s:1:\"0\";s:27:\"tpath_blog_post_meta_author\";i:0;s:25:\"tpath_blog_post_meta_date\";i:0;s:31:\"tpath_blog_post_meta_categories\";i:0;s:29:\"tpath_blog_post_meta_comments\";i:0;s:20:\"tpath_blog_read_more\";i:0;s:25:\"tpath_blog_read_more_text\";s:0:\"\";s:31:\"tpath_blog_excerpt_length_large\";s:3:\"100\";s:30:\"tpath_blog_excerpt_length_grid\";s:2:\"20\";s:22:\"tpath_blog_date_format\";s:6:\"d M, Y\";s:22:\"tpath_sharing_facebook\";s:1:\"1\";s:21:\"tpath_sharing_twitter\";s:1:\"0\";s:22:\"tpath_sharing_linkedin\";s:1:\"0\";s:23:\"tpath_sharing_pinterest\";s:1:\"0\";s:24:\"tpath_sharing_googleplus\";s:1:\"0\";s:20:\"tpath_sharing_tumblr\";i:0;s:20:\"tpath_sharing_reddit\";i:0;s:18:\"tpath_sharing_digg\";i:0;s:19:\"tpath_sharing_email\";s:1:\"1\";s:21:\"tpath_contact_heading\";s:48:\"<h3 style=\'margin: 0;\'>Contact Form Options</h3>\";s:15:\"tpath_site_name\";s:23:\"Coast Big Band Website \";s:16:\"tpath_site_email\";s:14:\"ammgpt@aol.com\";s:14:\"tpath_site_url\";s:28:\"http://www.coastbigband.com \";s:18:\"tpath_site_address\";s:0:\"\";s:16:\"tpath_site_phone\";s:0:\"\";s:21:\"tpath_site_fax_number\";s:0:\"\";s:29:\"tpath_show_google_map_contact\";s:1:\"0\";s:15:\"tpath_gmap_type\";s:7:\"ROADMAP\";s:16:\"tpath_gmap_width\";s:4:\"100%\";s:17:\"tpath_gmap_height\";s:5:\"510px\";s:18:\"tpath_gmap_address\";s:0:\"\";s:18:\"tpath_gmap_content\";s:0:\"\";s:21:\"tpath_gmap_zoom_level\";s:2:\"12\";s:22:\"tpath_gmap_marker_icon\";s:0:\"\";s:16:\"tpath_gmap_popup\";i:0;s:22:\"tpath_gmap_scrollwheel\";i:0;s:16:\"tpath_gmap_scale\";i:0;s:22:\"tpath_gmap_zoomcontrol\";i:0;s:21:\"tpath_contact_message\";s:142:\"Fill out all required fields to send a message. You have to login to your wordpress account to post any comment. Please don\'t spam, thank you!\";s:19:\"tpath_contact_email\";s:0:\"\";s:15:\"tpath_form_name\";i:0;s:18:\"tpath_form_subject\";i:0;s:17:\"tpath_form_budget\";i:0;s:19:\"tpath_form_priority\";i:0;s:17:\"tpath_labels_name\";s:0:\"\";s:18:\"tpath_labels_email\";s:0:\"\";s:20:\"tpath_labels_subject\";s:0:\"\";s:20:\"tpath_labels_message\";s:0:\"\";s:19:\"tpath_labels_budget\";s:0:\"\";s:21:\"tpath_labels_priority\";s:0:\"\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";s:9:\"smof_init\";s:31:\"Sat, 16 May 2015 11:48:06 +0000\";s:18:\"nav_menu_locations\";a:2:{s:13:\"tpath-primary\";i:30;s:19:\"tpath-primary-right\";i:31;}s:25:\"tpath_blog_list_fullwidth\";s:2:\"no\";s:32:\"tpath_enable_social_icons_footer\";s:1:\"1\";s:20:\"tpath_instagram_link\";s:0:\"\";s:7:\"backups\";N;s:14:\"google_map_api\";s:0:\"\";s:18:\"tpath_color_scheme\";s:11:\"default.css\";s:35:\"tpath_blog_slideshow_autoplay_speed\";s:4:\"5000\";s:28:\"tpath_blog_animation_in_type\";s:7:\"flipInX\";s:29:\"tpath_blog_animation_out_type\";s:12:\"slideOutDown\";s:24:\"tpath_woo_archive_layout\";s:7:\"one-col\";s:23:\"tpath_woo_single_layout\";s:13:\"two-col-right\";s:23:\"tpath_woo_archive_image\";s:0:\"\";s:28:\"tpath_loop_products_per_page\";s:0:\"\";s:23:\"tpath_loop_shop_columns\";s:1:\"4\";s:28:\"tpath_related_products_count\";s:1:\"3\";s:23:\"tpath_woo_shop_ordering\";s:1:\"0\";s:18:\"custom_css_post_id\";i:-1;}','yes'),(150,'theme_switched','','yes'),(151,'widget_tpath_about-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_tpath_testimonial-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(153,'widget_tpath_facebook_like-widget','a:2:{i:2;a:12:{s:5:\"title\";s:15:\"CONNECT WITH US\";s:8:\"page_url\";s:38:\"https://www.facebook.com/CoastBigBand/\";s:5:\"width\";s:5:\"250px\";s:6:\"height\";s:0:\"\";s:11:\"show_stream\";s:2:\"on\";s:10:\"show_faces\";N;s:11:\"show_header\";s:2:\"on\";s:12:\"color_scheme\";s:5:\"light\";s:10:\"background\";s:0:\"\";s:11:\"border_size\";s:0:\"\";s:13:\"border_radius\";s:0:\"\";s:12:\"border_color\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(154,'widget_tpath_tweets-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(155,'widget_tpath_call_to_action-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(156,'widget_tpath_flickr_widget-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'widget_tpath_instagram_widget-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(158,'widget_tpath_popular_posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(159,'widget_tpath_category_posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'widget_tpath_tabs-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_tpath_contact_info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'shop_catalog_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";i:335;i:0;i:1;}','yes'),(173,'vc_version','5.1','yes'),(174,'wpb_js_composer_license_activation_notified','yes','yes'),(175,'rtb_pending_count','0','yes'),(176,'widget_rtb_booking_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'recently_activated','a:8:{s:35:\"wp-fastest-cache/wpFastestCache.php\";i:1502854370;s:33:\"gallery-images/gallery-images.php\";i:1502854298;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1502854277;s:21:\"wp-sweep/wp-sweep.php\";i:1502767087;s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";i:1502765572;s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";i:1502762539;s:32:\"duplicate-page/duplicatepage.php\";i:1502762502;s:41:\"speed-booster-pack/speed-booster-pack.php\";i:1502748789;}','yes'),(179,'revslider-update-check-short','1502231628','yes'),(180,'revslider-templates-check','1502231633','yes'),(185,'revslider-library-check','1502231638','yes'),(186,'rs-library','a:2:{s:7:\"objects\";a:169:{i:198;a:11:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:11:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:11:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:11:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:11:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:11:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:11:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:11:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:11:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:11:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:11:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:11:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:11:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:11:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:11:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:11:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:11:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:11:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:11:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:11:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:11:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:11:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:11:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:11:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:11:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:11:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:11:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:11:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:11:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:11:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:11:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:11:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:11:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:11:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:11:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:11:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:11:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:11:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:11:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:11:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:11:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:11:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:11:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:11:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:11:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:11:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:11:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:11:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:11:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:11:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:11:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:11:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:11:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:11:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:11:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:11:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:11:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:11:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:11:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:11:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:11:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:11:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:11:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:11:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:11:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:11:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:11:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:11:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:11:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:11:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:11:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:11:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:11:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:11:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:11:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:11:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:11:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:11:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:11:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:11:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:11:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:11:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:11:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:11:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:11:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:11:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:11:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:11:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:11:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:11:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:11:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:11:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:11:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:11:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:11:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:11:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:11:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:11:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:11:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:11:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:11:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:11:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:11:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:11:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:11:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:11:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:11:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:11:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:11:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:11:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:11:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:11:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:11:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:11:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:11:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:11:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:11:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:11:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:11:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:11:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:11:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:11:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:11:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:11:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:11:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:11:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:11:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:11:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:11:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:11:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:11:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:11:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:11:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:11:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:11:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:11:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:11:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:11:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:11:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:11:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:11:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:11:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:11:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:11:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:11:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:11:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:11:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:11:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:11:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:11:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:11:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:11:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:11:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:11:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:11:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:11:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:11:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:11:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:11:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:11:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:11:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:11:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:11:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:11:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:11:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:11:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:11:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:11:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:11:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}}','no'),(187,'revslider_checktables','1','yes'),(188,'rs_tables_created','1','yes'),(189,'revslider_table_version','1.0.6','yes'),(190,'revslider-global-settings','a:0:{}','yes'),(191,'revslider_update_version','5.2.5.5','yes'),(192,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(193,'fresh_site','0','yes'),(194,'category_children','a:0:{}','yes'),(197,'testimonial_categories_children','a:0:{}','yes'),(199,'client_categories_children','a:0:{}','yes'),(200,'store_types_children','a:0:{}','yes'),(209,'duplicate_page_options','a:3:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";}','yes'),(210,'wpseo','a:24:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"4.8\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1491505790;}','yes'),(211,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(212,'wpseo_titles','a:114:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:21:\"title-tpath_portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tpath_portfolio\";s:0:\"\";s:23:\"metakey-tpath_portfolio\";s:0:\"\";s:23:\"noindex-tpath_portfolio\";b:0;s:24:\"showdate-tpath_portfolio\";b:0;s:27:\"hideeditbox-tpath_portfolio\";b:0;s:23:\"title-tpath_testimonial\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tpath_testimonial\";s:0:\"\";s:25:\"metakey-tpath_testimonial\";s:0:\"\";s:25:\"noindex-tpath_testimonial\";b:0;s:26:\"showdate-tpath_testimonial\";b:0;s:29:\"hideeditbox-tpath_testimonial\";b:0;s:23:\"title-tpath_team_member\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-tpath_team_member\";s:0:\"\";s:25:\"metakey-tpath_team_member\";s:0:\"\";s:25:\"noindex-tpath_team_member\";b:0;s:26:\"showdate-tpath_team_member\";b:0;s:29:\"hideeditbox-tpath_team_member\";b:0;s:19:\"title-tpath_clients\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-tpath_clients\";s:0:\"\";s:21:\"metakey-tpath_clients\";s:0:\"\";s:21:\"noindex-tpath_clients\";b:0;s:22:\"showdate-tpath_clients\";b:0;s:25:\"hideeditbox-tpath_clients\";b:0;s:18:\"title-tpath_stores\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tpath_stores\";s:0:\"\";s:20:\"metakey-tpath_stores\";s:0:\"\";s:20:\"noindex-tpath_stores\";b:0;s:21:\"showdate-tpath_stores\";b:0;s:24:\"hideeditbox-tpath_stores\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:30:\"title-tax-portfolio_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-tax-portfolio_categories\";s:0:\"\";s:32:\"metakey-tax-portfolio_categories\";s:0:\"\";s:36:\"hideeditbox-tax-portfolio_categories\";b:0;s:32:\"noindex-tax-portfolio_categories\";b:0;s:26:\"title-tax-portfolio_skills\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-portfolio_skills\";s:0:\"\";s:28:\"metakey-tax-portfolio_skills\";s:0:\"\";s:32:\"hideeditbox-tax-portfolio_skills\";b:0;s:28:\"noindex-tax-portfolio_skills\";b:0;s:32:\"title-tax-testimonial_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-testimonial_categories\";s:0:\"\";s:34:\"metakey-tax-testimonial_categories\";s:0:\"\";s:38:\"hideeditbox-tax-testimonial_categories\";b:0;s:34:\"noindex-tax-testimonial_categories\";b:0;s:32:\"title-tax-team_member_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-team_member_categories\";s:0:\"\";s:34:\"metakey-tax-team_member_categories\";s:0:\"\";s:38:\"hideeditbox-tax-team_member_categories\";b:0;s:34:\"noindex-tax-team_member_categories\";b:0;s:27:\"title-tax-client_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-client_categories\";s:0:\"\";s:29:\"metakey-tax-client_categories\";s:0:\"\";s:33:\"hideeditbox-tax-client_categories\";b:0;s:29:\"noindex-tax-client_categories\";b:0;s:21:\"title-tax-store_types\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-store_types\";s:0:\"\";s:23:\"metakey-tax-store_types\";s:0:\"\";s:27:\"hideeditbox-tax-store_types\";b:0;s:23:\"noindex-tax-store_types\";b:0;}','yes'),(213,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"b10b5cbdd1b3dee8270362c39c542978\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(214,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(215,'wpseo_internallinks','a:21:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;s:34:\"post_types-tpath_portfolio-maintax\";i:0;s:36:\"post_types-tpath_testimonial-maintax\";i:0;s:36:\"post_types-tpath_team_member-maintax\";i:0;s:32:\"post_types-tpath_clients-maintax\";i:0;s:31:\"post_types-tpath_stores-maintax\";i:0;s:38:\"taxonomy-portfolio_categories-ptparent\";i:0;s:34:\"taxonomy-portfolio_skills-ptparent\";i:0;s:40:\"taxonomy-testimonial_categories-ptparent\";i:0;s:40:\"taxonomy-team_member_categories-ptparent\";i:0;s:35:\"taxonomy-client_categories-ptparent\";i:0;s:29:\"taxonomy-store_types-ptparent\";i:0;}','yes'),(216,'wpseo_xml','a:28:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:44:\"user_role-rtb_booking_manager-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:41:\"post_types-tpath_portfolio-not_in_sitemap\";b:0;s:43:\"post_types-tpath_testimonial-not_in_sitemap\";b:0;s:43:\"post_types-tpath_team_member-not_in_sitemap\";b:0;s:39:\"post_types-tpath_clients-not_in_sitemap\";b:0;s:38:\"post_types-tpath_stores-not_in_sitemap\";b:0;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;s:46:\"taxonomies-portfolio_categories-not_in_sitemap\";b:0;s:42:\"taxonomies-portfolio_skills-not_in_sitemap\";b:0;s:48:\"taxonomies-testimonial_categories-not_in_sitemap\";b:0;s:48:\"taxonomies-team_member_categories-not_in_sitemap\";b:0;s:43:\"taxonomies-client_categories-not_in_sitemap\";b:0;s:37:\"taxonomies-store_types-not_in_sitemap\";b:0;}','yes'),(217,'wpseo_flush_rewrite','1','yes'),(218,'wpb2d-init-errors','','no'),(219,'wpb2d-premium-extensions','a:0:{}','no'),(222,'WPLANG','','yes'),(233,'wpseo_sitemap_1_cache_validator','2hRSf','no'),(234,'wpseo_sitemap_page_cache_validator','2hS4e','no'),(239,'rs_cache_overlay','5.4.1','yes'),(245,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(246,'wpseo_sitemap_685_cache_validator','6AyAT','no'),(247,'wpseo_sitemap_690_cache_validator','6AyB1','no'),(248,'wpseo_sitemap_710_cache_validator','6AyBb','no'),(249,'wpseo_sitemap_712_cache_validator','6AyBn','no'),(250,'wpseo_sitemap_713_cache_validator','6AyBt','no'),(254,'wpseo_sitemap_cache_validator_global','tNit','no'),(257,'wpseo_sitemap_portfolio_skills_cache_validator','6Dm77','no'),(260,'wpseo_sitemap_post_tag_cache_validator','5j2Jc','no'),(265,'wpseo_sitemap_tpath_stores_cache_validator','6DpeY','no'),(268,'wpseo_sitemap_tpath_portfolio_cache_validator','6DuNs','no'),(271,'wpseo_sitemap_store_types_cache_validator','6Dx4P','no'),(274,'wpseo_sitemap_client_categories_cache_validator','67v2h','no'),(277,'wpseo_sitemap_tpath_testimonial_cache_validator','MXkz','no'),(280,'wpseo_sitemap_post_format_cache_validator','6DY8W','no'),(283,'wpseo_sitemap_category_cache_validator','5j2J4','no'),(286,'wpseo_sitemap_post_cache_validator','5EPpZ','no'),(289,'wpseo_sitemap_portfolio_categories_cache_validator','6EdIO','no'),(292,'wpseo_sitemap_team_member_categories_cache_validator','568fK','no'),(295,'wpseo_sitemap_tpath_clients_cache_validator','MhHa','no'),(298,'wpseo_sitemap_tpath_team_member_cache_validator','568fR','no'),(301,'wpseo_sitemap_testimonial_categories_cache_validator','67veG','no'),(307,'_site_transient_timeout_browser_f27a70fef65ab50236291e1635e268f3','1492124010','no'),(308,'_site_transient_browser_f27a70fef65ab50236291e1635e268f3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(319,'wpseo_sitemap_684_cache_validator','cVAa','no'),(320,'wpseo_sitemap_689_cache_validator','cVAi','no'),(321,'wpseo_sitemap_709_cache_validator','cVAr','no'),(322,'wpseo_sitemap_714_cache_validator','cVAA','no'),(323,'wpseo_sitemap_686_cache_validator','dxcV','no'),(324,'wpseo_sitemap_687_cache_validator','dxd7','no'),(325,'wpseo_sitemap_688_cache_validator','dxdk','no'),(326,'wpseo_sitemap_708_cache_validator','dxdt','no'),(327,'wpseo_sitemap_711_cache_validator','dxdD','no'),(336,'tribe_events_calendar_options','a:39:{s:14:\"schema-version\";s:3:\"3.9\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:2:{i:0;s:1:\"0\";i:1;s:5:\"4.4.5\";}s:18:\"latest_ecp_version\";s:7:\"4.5.2.1\";s:39:\"last-update-message-the-events-calendar\";s:5:\"4.4.5\";s:11:\"donate-link\";b:0;s:12:\"postsPerPage\";s:2:\"10\";s:17:\"liveFiltersUpdate\";b:1;s:12:\"showComments\";b:0;s:20:\"showEventsInMainLoop\";b:1;s:10:\"eventsSlug\";s:6:\"events\";s:15:\"singleEventSlug\";s:5:\"event\";s:14:\"multiDayCutoff\";s:5:\"00:00\";s:21:\"defaultCurrencySymbol\";s:1:\"$\";s:23:\"reverseCurrencyPosition\";b:0;s:15:\"embedGoogleMaps\";b:1;s:19:\"embedGoogleMapsZoom\";s:2:\"10\";s:11:\"debugEvents\";b:0;s:26:\"tribe_events_timezone_mode\";s:5:\"event\";s:32:\"tribe_events_timezones_show_zone\";b:0;s:16:\"stylesheetOption\";s:5:\"tribe\";s:19:\"tribeEventsTemplate\";s:7:\"default\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:10:\"viewOption\";s:4:\"list\";s:20:\"tribeDisableTribeBar\";b:1;s:16:\"monthEventAmount\";s:1:\"3\";s:23:\"enable_month_view_cache\";b:1;s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:21:\"dateWithoutYearFormat\";s:3:\"F j\";s:18:\"monthAndYearFormat\";s:3:\"F Y\";s:17:\"dateTimeSeparator\";s:3:\" @ \";s:18:\"timeRangeSeparator\";s:3:\" - \";s:16:\"datepickerFormat\";s:1:\"0\";s:21:\"tribeEventsBeforeHTML\";s:0:\"\";s:20:\"tribeEventsAfterHTML\";s:0:\"\";s:13:\"earliest_date\";s:19:\"2017-06-01 19:30:00\";s:21:\"earliest_date_markers\";a:1:{i:0;s:4:\"1006\";}s:11:\"latest_date\";s:19:\"2017-06-01 21:30:00\";s:19:\"latest_date_markers\";a:1:{i:0;s:4:\"1006\";}}','yes'),(337,'widget_tribe-events-list-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(338,'tribe_last_save_post','1496033805','yes'),(343,'_transient_timeout_03189929ceb6c1ab636e0cb9ec7ee6d6','1491530637','no'),(344,'_transient_03189929ceb6c1ab636e0cb9ec7ee6d6','\n<div id=\"tribe-events-content\" class=\"tribe-events-month\">\n\n <!-- Month Title -->\n <h2 class=\"tribe-events-page-title\">Events for April 2017</h2>\n \n <!-- Notices -->\n <div class=\"tribe-events-notices\"><ul><li>There were no results found.</li></ul></div>\n <!-- Month Header -->\n <div id=\"tribe-events-header\" data-title=\"Events Archive - Coast Big Band\" data-view=\"month\" data-date=\"2017-04\" data-baseurl=\"http://daviddelk.net/band/events/month/\">\n\n <!-- Header Navigation -->\n \n\n<h3 class=\"screen-reader-text\" tabindex=\"0\">Calendar Month Navigation</h3>\n\n<ul class=\"tribe-events-sub-nav\">\n <li class=\"tribe-events-nav-previous\" aria-label=\"previous month link\">\n </li>\n <!-- .tribe-events-nav-previous -->\n <li class=\"tribe-events-nav-next\" aria-label=\"next month link\">\n </li>\n <!-- .tribe-events-nav-next -->\n</ul><!-- .tribe-events-sub-nav -->\n\n\n </div>\n <!-- #tribe-events-header -->\n \n <!-- Month Grid -->\n \n\n <table class=\"tribe-events-calendar\">\n <thead>\n <tr>\n <th id=\"tribe-events-monday\" title=\"Monday\" data-day-abbr=\"Mon\">Monday</th>\n <th id=\"tribe-events-tuesday\" title=\"Tuesday\" data-day-abbr=\"Tue\">Tuesday</th>\n <th id=\"tribe-events-wednesday\" title=\"Wednesday\" data-day-abbr=\"Wed\">Wednesday</th>\n <th id=\"tribe-events-thursday\" title=\"Thursday\" data-day-abbr=\"Thu\">Thursday</th>\n <th id=\"tribe-events-friday\" title=\"Friday\" data-day-abbr=\"Fri\">Friday</th>\n <th id=\"tribe-events-saturday\" title=\"Saturday\" data-day-abbr=\"Sat\">Saturday</th>\n <th id=\"tribe-events-sunday\" title=\"Sunday\" data-day-abbr=\"Sun\">Sunday</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n \n \n <td class=\"tribe-events-othermonth tribe-events-past mobile-trigger tribe-event-day-27\"\n data-day=\"2017-03-27\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"March 27\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-27-0\">\n\n 27 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-othermonth tribe-events-past mobile-trigger tribe-event-day-28\"\n data-day=\"2017-03-28\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"March 28\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-28-0\">\n\n 28 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-othermonth tribe-events-past mobile-trigger tribe-event-day-29\"\n data-day=\"2017-03-29\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"March 29\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-29-0\">\n\n 29 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-othermonth tribe-events-past mobile-trigger tribe-event-day-30\"\n data-day=\"2017-03-30\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"March 30\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-30-0\">\n\n 30 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-othermonth tribe-events-past mobile-trigger tribe-event-day-31 tribe-events-right\"\n data-day=\"2017-03-31\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"March 31\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-31-0\">\n\n 31 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-past mobile-trigger tribe-event-day-01 tribe-events-right\"\n data-day=\"2017-04-01\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 1\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-1-0\">\n\n 1 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-past mobile-trigger tribe-event-day-02 tribe-events-right\"\n data-day=\"2017-04-02\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 2\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-2-0\">\n\n 2 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n </tr>\n <tr>\n \n \n <td class=\"tribe-events-thismonth tribe-events-past mobile-trigger tribe-event-day-03\"\n data-day=\"2017-04-03\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 3\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-3-0\">\n\n 3 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-past mobile-trigger tribe-event-day-04\"\n data-day=\"2017-04-04\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 4\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-4-0\">\n\n 4 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-past mobile-trigger tribe-event-day-05\"\n data-day=\"2017-04-05\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 5\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-5-0\">\n\n 5 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-past mobile-trigger tribe-event-day-06\"\n data-day=\"2017-04-06\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 6\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-6-0\">\n\n 6 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-present mobile-trigger tribe-event-day-07 tribe-events-right\"\n data-day=\"2017-04-07\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 7\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-7-0\">\n\n 7 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-08 tribe-events-right\"\n data-day=\"2017-04-08\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 8\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-8-0\">\n\n 8 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-09 tribe-events-right\"\n data-day=\"2017-04-09\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 9\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-9-0\">\n\n 9 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n </tr>\n <tr>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-10\"\n data-day=\"2017-04-10\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 10\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-10-0\">\n\n 10 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-11\"\n data-day=\"2017-04-11\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 11\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-11-0\">\n\n 11 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-12\"\n data-day=\"2017-04-12\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 12\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-12-0\">\n\n 12 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-13\"\n data-day=\"2017-04-13\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 13\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-13-0\">\n\n 13 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-14 tribe-events-right\"\n data-day=\"2017-04-14\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 14\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-14-0\">\n\n 14 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-15 tribe-events-right\"\n data-day=\"2017-04-15\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 15\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-15-0\">\n\n 15 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-16 tribe-events-right\"\n data-day=\"2017-04-16\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 16\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-16-0\">\n\n 16 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n </tr>\n <tr>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-17\"\n data-day=\"2017-04-17\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 17\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-17-0\">\n\n 17 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-18\"\n data-day=\"2017-04-18\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 18\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-18-0\">\n\n 18 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-19\"\n data-day=\"2017-04-19\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 19\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-19-0\">\n\n 19 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-20\"\n data-day=\"2017-04-20\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 20\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-20-0\">\n\n 20 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-21 tribe-events-right\"\n data-day=\"2017-04-21\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 21\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-21-0\">\n\n 21 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-22 tribe-events-right\"\n data-day=\"2017-04-22\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 22\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-22-0\">\n\n 22 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-23 tribe-events-right\"\n data-day=\"2017-04-23\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 23\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-23-0\">\n\n 23 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n </tr>\n <tr>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-24\"\n data-day=\"2017-04-24\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 24\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-24-0\">\n\n 24 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-25\"\n data-day=\"2017-04-25\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 25\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-25-0\">\n\n 25 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-26\"\n data-day=\"2017-04-26\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 26\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-26-0\">\n\n 26 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-27\"\n data-day=\"2017-04-27\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 27\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-27-1\">\n\n 27 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-28 tribe-events-right\"\n data-day=\"2017-04-28\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 28\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-28-1\">\n\n 28 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-29 tribe-events-right\"\n data-day=\"2017-04-29\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 29\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-29-1\">\n\n 29 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n \n \n <td class=\"tribe-events-thismonth tribe-events-future mobile-trigger tribe-event-day-30 tribe-events-right\"\n data-day=\"2017-04-30\"\n data-tribejson=\'{\"i18n\":{\"find_out_more\":\"Find out more \\u00bb\",\"for_date\":\"Events for\"},\"date_name\":\"April 30\"}\'\n >\n \n<!-- Day Header -->\n<div id=\"tribe-events-daynum-30-1\">\n\n 30 \n</div>\n\n<!-- Events List -->\n\n<!-- View More -->\n </td>\n </tr>\n </tbody>\n </table><!-- .tribe-events-calendar -->\n\n <!-- Month Footer -->\n <div id=\"tribe-events-footer\">\n\n <!-- Footer Navigation -->\n \n\n<h3 class=\"screen-reader-text\" tabindex=\"0\">Calendar Month Navigation</h3>\n\n<ul class=\"tribe-events-sub-nav\">\n <li class=\"tribe-events-nav-previous\" aria-label=\"previous month link\">\n </li>\n <!-- .tribe-events-nav-previous -->\n <li class=\"tribe-events-nav-next\" aria-label=\"next month link\">\n </li>\n <!-- .tribe-events-nav-next -->\n</ul><!-- .tribe-events-sub-nav -->\n\n \n </div>\n <!-- #tribe-events-footer -->\n \n \n<script type=\"text/html\" id=\"tribe_tmpl_month_mobile_day_header\">\n <div class=\"tribe-mobile-day\" data-day=\"[[=date]]\">[[ if(has_events) { ]]\n <h3 class=\"tribe-mobile-day-heading\">[[=i18n.for_date]] <span>[[=raw date_name]]</span></h3>[[ } ]]\n </div>\n</script>\n\n<script type=\"text/html\" id=\"tribe_tmpl_month_mobile\">\n <div class=\"tribe-events-mobile tribe-clearfix tribe-events-mobile-event-[[=eventId]][[ if(categoryClasses.length) { ]] [[= categoryClasses]][[ } ]]\">\n <h4 class=\"summary\">\n <a class=\"url\" href=\"[[=permalink]]\" title=\"[[=title]]\" rel=\"bookmark\">[[=raw title]]</a>\n </h4>\n\n <div class=\"tribe-events-event-body\">\n <div class=\"tribe-events-event-schedule-details\">\n <span class=\"tribe-event-date-start\">[[=dateDisplay]] </span>\n </div>\n [[ if(imageSrc.length) { ]]\n <div class=\"tribe-events-event-image\">\n <a href=\"[[=permalink]]\" title=\"[[=title]]\">\n <img src=\"[[=imageSrc]]\" alt=\"[[=title]]\" title=\"[[=title]]\">\n </a>\n </div>\n [[ } ]]\n [[ if(excerpt.length) { ]]\n <div class=\"tribe-event-description\"> [[=raw excerpt]] </div>\n [[ } ]]\n <a href=\"[[=permalink]]\" class=\"tribe-events-read-more\" rel=\"bookmark\">[[=i18n.find_out_more]]</a>\n </div>\n </div>\n</script>\n \n<script type=\"text/html\" id=\"tribe_tmpl_tooltip\">\n <div id=\"tribe-events-tooltip-[[=eventId]]\" class=\"tribe-events-tooltip\">\n <h4 class=\"entry-title summary\">[[=raw title]]</h4>\n\n <div class=\"tribe-events-event-body\">\n <div class=\"tribe-event-duration\">\n <abbr class=\"tribe-events-abbr tribe-event-date-start\">[[=dateDisplay]] </abbr>\n </div>\n [[ if(imageTooltipSrc.length) { ]]\n <div class=\"tribe-events-event-thumb\">\n <img src=\"[[=imageTooltipSrc]]\" alt=\"[[=title]]\" />\n </div>\n [[ } ]]\n [[ if(excerpt.length) { ]]\n <div class=\"tribe-event-description\">[[=raw excerpt]]</div>\n [[ } ]]\n <span class=\"tribe-events-arrow\"></span>\n </div>\n </div>\n</script>\n\n<script type=\"text/html\" id=\"tribe_tmpl_tooltip_featured\">\n <div id=\"tribe-events-tooltip-[[=eventId]]\" class=\"tribe-events-tooltip tribe-event-featured\">\n [[ if(imageTooltipSrc.length) { ]]\n <div class=\"tribe-events-event-thumb\">\n <img src=\"[[=imageTooltipSrc]]\" alt=\"[[=title]]\" />\n </div>\n [[ } ]]\n\n <h4 class=\"entry-title summary\">[[=raw title]]</h4>\n\n <div class=\"tribe-events-event-body\">\n <div class=\"tribe-event-duration\">\n <abbr class=\"tribe-events-abbr tribe-event-date-start\">[[=dateDisplay]] </abbr>\n </div>\n\n [[ if(excerpt.length) { ]]\n <div class=\"tribe-event-description\">[[=raw excerpt]]</div>\n [[ } ]]\n <span class=\"tribe-events-arrow\"></span>\n </div>\n </div>\n</script>\n\n</div><!-- #tribe-events-content -->\n','no'),(354,'wpseo_sitemap_768_cache_validator','joZa','no'),(355,'wpseo_sitemap_741_cache_validator','jFxr','no'),(359,'_site_transient_timeout_browser_08622865acebb06636778b786a1aad5e','1492138305','no'),(360,'_site_transient_browser_08622865acebb06636778b786a1aad5e','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"10.0.3\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(372,'wpseo_sitemap_tribe_events_cache_validator','2ginl','no'),(376,'tribe_events_cat_children','a:0:{}','yes'),(950,'revslider-connection','','yes'),(951,'revslider-latest-version','5.4.5.1','yes'),(952,'revslider-stable-version','4.2','yes'),(953,'revslider-notices','a:7:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:230:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:242:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:240:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:232:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:249:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:236:\"<a href=\"http://revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"http://updates.themepunch.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(954,'revslider-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"5.0.0\";s:10:\"version_to\";s:5:\"5.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','yes'),(955,'revslider-addons','O:8:\"stdClass\":17:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:70:\"http://updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:19:\"revslider-404-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:21:\"revslider-login-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:7:\"5.4.3.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}}','yes'),(1101,'theme_mods_sydney','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:13:\"tpath-primary\";i:30;s:19:\"tpath-primary-right\";i:31;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1492570574;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:8:\"footer-1\";N;s:8:\"footer-2\";N;s:8:\"footer-3\";N;}}}','yes'),(1108,'wpseo_taxonomy_meta','a:1:{s:22:\"team_member_categories\";a:1:{i:17;a:2:{s:13:\"wpseo_linkdex\";s:1:\"9\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(1109,'team_member_categories_children','a:0:{}','yes'),(1233,'_site_transient_timeout_browser_ec09c1f205a8c9a567166203a7884107','1493323320','no'),(1234,'_site_transient_browser_ec09c1f205a8c9a567166203a7884107','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1423,'calendarjsupdated','1','no'),(1424,'jswidgetupdated','0','no'),(1425,'ai1ec_force_flush_rewrite_rules','','yes'),(1427,'ai1ec_clean_twig_cache','','yes'),(1428,'ai1ec_version','2.5.22','no'),(1429,'ai1ec_db_version','be37a85f4105c9e49c69f4cfa3d3c2918d046fe1','no'),(1430,'ai1ec_category_meta_ported','1','no'),(1431,'ai1ec_current_theme','a:5:{s:9:\"theme_dir\";s:134:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band\\wp-content\\plugins\\all-in-one-event-calendar\\public\\themes-ai1ec\\vortex\";s:10:\"theme_root\";s:127:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band\\wp-content\\plugins\\all-in-one-event-calendar\\public\\themes-ai1ec\";s:9:\"theme_url\";s:97:\"http://daviddelk.net/band/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex\";s:10:\"stylesheet\";s:6:\"vortex\";s:6:\"legacy\";b:0;}','yes'),(1432,'ai1ec_less_variables','a:58:{s:14:\"bodyBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:15:\"Body background\";}s:9:\"textColor\";a:4:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:10:\"Text color\";}s:10:\"textEmboss\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:11:\"Text emboss\";}s:9:\"linkColor\";a:4:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:4:\"Link\";}s:14:\"linkColorHover\";a:4:{s:5:\"value\";s:7:\"#335980\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:12:\"Link (hover)\";}s:14:\"baseFontFamily\";a:4:{s:5:\"value\";s:46:\"\"Helvetica Neue\", Helvetica, Arial, sans-serif\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:4:\"font\";s:11:\"description\";s:9:\"Base font\";}s:12:\"baseFontSize\";a:4:{s:5:\"value\";s:4:\"13px\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:4:\"size\";s:11:\"description\";s:14:\"Base font size\";}s:15:\"tableBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:16:\"Table background\";}s:20:\"tableLabelBackground\";a:4:{s:5:\"value\";s:7:\"#f5f5f5\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:23:\"Table header background\";}s:14:\"tableLabelText\";a:4:{s:5:\"value\";s:7:\"#9e9e9e\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:17:\"Table header text\";}s:20:\"btnPrimaryBackground\";a:4:{s:5:\"value\";s:7:\"#6dbb4f\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:19:\"Primary brand color\";}s:13:\"btnBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:17:\"Button background\";}s:9:\"btnBorder\";a:4:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:13:\"Button border\";}s:12:\"btnTextColor\";a:4:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:11:\"Button text\";}s:9:\"inputText\";a:4:{s:5:\"value\";s:4:\"#555\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:16:\"Input field text\";}s:15:\"inputBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:22:\"Input field background\";}s:11:\"inputBorder\";a:4:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:18:\"Input field border\";}s:16:\"inputBorderFocus\";a:4:{s:5:\"value\";s:20:\"rgba(82,168,236,0.8)\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:26:\"Input field border (focus)\";}s:23:\"inputDisabledBackground\";a:4:{s:5:\"value\";s:7:\"#eeeeee\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:33:\"Input field background (disabled)\";}s:10:\"labelColor\";a:4:{s:5:\"value\";s:7:\"#aaaaaa\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:11:\"Field label\";}s:18:\"dropdownBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:24:\"Dropdown list background\";}s:14:\"dropdownBorder\";a:4:{s:5:\"value\";s:16:\"rgba(0,0,0,0.15)\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:20:\"Dropdown list border\";}s:17:\"dropdownLinkColor\";a:4:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:14:\"List item text\";}s:22:\"dropdownLinkColorHover\";a:4:{s:5:\"value\";s:7:\"#262626\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:29:\"List item text (active/hover)\";}s:27:\"dropdownLinkBackgroundHover\";a:4:{s:5:\"value\";s:7:\"#f5f5f5\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:35:\"List item background (active/hover)\";}s:15:\"placeholderText\";a:4:{s:5:\"value\";s:7:\"#999999\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:28:\"Input field placeholder text\";}s:10:\"todayColor\";a:4:{s:5:\"value\";s:7:\"#ffffdd\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:11:\"Today color\";}s:25:\"alldayBadgeGradientMiddle\";a:4:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:19:\"All-day badge color\";}s:16:\"eventImageShadow\";a:4:{s:5:\"value\";s:15:\"rgba(0,0,0,0.4)\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:18:\"Event image shadow\";}s:17:\"eventDefaultColor\";a:4:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:19:\"Event default color\";}s:22:\"eventDefaultColorHover\";a:4:{s:5:\"value\";s:7:\"#335980\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:27:\"Event default color (hover)\";}s:19:\"eventStubAllDayText\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:33:\"All-day/multi-day event stub text\";}s:25:\"eventStubAllDayTextShadow\";a:4:{s:5:\"value\";s:15:\"rgba(0,0,0,0.4)\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:40:\"All-day/multi-day event stub text shadow\";}s:11:\"eventBorder\";a:4:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:12:\"Event border\";}s:15:\"eventBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:16:\"Event background\";}s:19:\"eventTimeBackground\";a:4:{s:5:\"value\";s:7:\"#eeeeee\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:21:\"Event time background\";}s:9:\"eventText\";a:4:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:10:\"Event text\";}s:23:\"monthViewDateBackground\";a:4:{s:5:\"value\";s:7:\"#eaf4ff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:26:\"Month view date background\";}s:21:\"dayViewNowMarkerColor\";a:4:{s:5:\"value\";s:7:\"#f2c539\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:24:\"Week/day view now marker\";}s:21:\"agendaDateTitleBorder\";a:4:{s:5:\"value\";s:7:\"#6689AC\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:23:\"Date label accent color\";}s:25:\"agendaDateTitleBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:21:\"Date label background\";}s:20:\"agendaDateBackground\";a:4:{s:5:\"value\";s:7:\"#f2f2f2\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:15:\"Date background\";}s:21:\"agendaTodayBackground\";a:4:{s:5:\"value\";s:7:\"#f4f4bf\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:16:\"Today background\";}s:15:\"titleFontFamily\";a:4:{s:5:\"value\";s:57:\"\"League Gothic\", Impact, \"Arial Black\", Arial, sans-serif\";s:11:\"description\";s:10:\"Title font\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:4:\"font\";}s:13:\"titleFontSize\";a:4:{s:5:\"value\";s:4:\"30px\";s:11:\"description\";s:15:\"Title font size\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:4:\"size\";}s:17:\"posterboardMainBg\";a:4:{s:5:\"value\";s:22:\"rgba(255, 255, 255, 0)\";s:11:\"description\";s:15:\"Main background\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:17:\"posterboardTileBg\";a:4:{s:5:\"value\";s:7:\"#fff9f0\";s:11:\"description\";s:15:\"Tile background\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:19:\"posterboardFooterBg\";a:4:{s:5:\"value\";s:7:\"#f6f1ea\";s:11:\"description\";s:22:\"Tile footer background\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:21:\"posterboardTileBorder\";a:4:{s:5:\"value\";s:7:\"#fff9f0\";s:11:\"description\";s:11:\"Tile border\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:21:\"posterboardTileShadow\";a:4:{s:5:\"value\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"description\";s:11:\"Tile shadow\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:22:\"posterboardImageBorder\";a:4:{s:5:\"value\";s:13:\"rgba(0,0,0,0)\";s:11:\"description\";s:12:\"Image border\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:23:\"posterboardImagePadding\";a:4:{s:5:\"value\";s:4:\"#fff\";s:11:\"description\";s:19:\"Image padding color\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:28:\"posterboardImagePaddingWidth\";a:4:{s:5:\"value\";s:3:\"8px\";s:11:\"description\";s:19:\"Image padding width\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:4:\"size\";}s:24:\"posterboardDateTitleText\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:11:\"description\";s:15:\"Date label text\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:17:\"streamEventBorder\";a:4:{s:5:\"value\";s:7:\"#cccccc\";s:11:\"description\";s:24:\"Stream view event border\";s:3:\"tab\";s:6:\"stream\";s:4:\"type\";s:5:\"color\";}s:21:\"streamEventBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:11:\"description\";s:28:\"Stream view event background\";s:3:\"tab\";s:6:\"stream\";s:4:\"type\";s:5:\"color\";}s:19:\"streamDateTitleText\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:11:\"description\";s:29:\"Stream view date divider text\";s:3:\"tab\";s:6:\"stream\";s:4:\"type\";s:5:\"color\";}s:25:\"streamDateTitleBackground\";a:4:{s:5:\"value\";s:7:\"#c4c4c4\";s:11:\"description\";s:35:\"Stream view date divider background\";s:3:\"tab\";s:6:\"stream\";s:4:\"type\";s:5:\"color\";}}','yes'),(1433,'ai1ec_settings','a:63:{s:31:\"enabling_ticket_invitation_page\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:9:\"ai1ec_api\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:7:\"boolean\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:16:\"ai1ec_db_version\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:10:\"feeds_page\";a:4:{s:5:\"value\";s:48:\"ai1ec_event_page_all-in-one-event-calendar-feeds\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:13:\"settings_page\";a:4:{s:5:\"value\";s:51:\"ai1ec_event_page_all-in-one-event-calendar-settings\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:19:\"less_variables_page\";a:4:{s:5:\"value\";s:51:\"ai1ec_event_page_all-in-one-event-calendar-edit-css\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:17:\"input_date_format\";a:5:{s:5:\"value\";s:3:\"def\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:26:\"Input dates in this format\";s:7:\"options\";a:4:{i:0;a:2:{s:4:\"text\";s:18:\"Default (d/m/yyyy)\";s:5:\"value\";s:3:\"def\";}i:1;a:2:{s:4:\"text\";s:13:\"US (m/d/yyyy)\";s:5:\"value\";s:2:\"us\";}i:2;a:2:{s:4:\"text\";s:19:\"ISO 8601 (yyyy-m-d)\";s:5:\"value\";s:3:\"iso\";}i:3;a:2:{s:4:\"text\";s:17:\"Dotted (m.d.yyyy)\";s:5:\"value\";s:3:\"dot\";}}}}s:15:\"plugins_options\";a:4:{s:5:\"value\";a:0:{}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:17:\"ticketing_message\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:15:\"ticketing_token\";a:4:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:17:\"ticketing_enabled\";a:4:{s:5:\"value\";b:0;s:4:\"type\";s:7:\"boolean\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:21:\"ticketing_calendar_id\";a:4:{s:5:\"value\";N;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:16:\"calendar_page_id\";a:5:{s:5:\"value\";i:899;s:4:\"type\";s:5:\"mixed\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:22:\"calendar-page-selector\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:13:\"Calendar page\";}}s:14:\"week_start_day\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:14:\"Week starts on\";s:7:\"options\";s:12:\"get_weekdays\";}}s:13:\"enabled_views\";a:5:{s:5:\"value\";a:6:{s:6:\"agenda\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:1;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:1;s:8:\"longname\";a:6:{i:0;s:6:\"Agenda\";i:1;s:6:\"Agenda\";s:8:\"singular\";s:6:\"Agenda\";s:6:\"plural\";s:6:\"Agenda\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:6:\"oneday\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:3:\"Day\";i:1;s:3:\"Day\";s:8:\"singular\";s:3:\"Day\";s:6:\"plural\";s:3:\"Day\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:5:\"month\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:5:\"Month\";i:1;s:5:\"Month\";s:8:\"singular\";s:5:\"Month\";s:6:\"plural\";s:5:\"Month\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:4:\"week\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:4:\"Week\";i:1;s:4:\"Week\";s:8:\"singular\";s:4:\"Week\";s:6:\"plural\";s:4:\"Week\";s:7:\"context\";N;s:6:\"domain\";s:25:\"all-in-one-event-calendar\";}}s:11:\"posterboard\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:11:\"Posterboard\";i:1;s:11:\"Posterboard\";s:8:\"singular\";s:11:\"Posterboard\";s:6:\"plural\";s:11:\"Posterboard\";s:7:\"context\";N;s:6:\"domain\";s:40:\"all-in-one-event-calendar-extended-views\";}}s:6:\"stream\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:1;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:6:\"Stream\";i:1;s:6:\"Stream\";s:8:\"singular\";s:6:\"Stream\";s:6:\"plural\";s:6:\"Stream\";s:7:\"context\";N;s:6:\"domain\";s:40:\"all-in-one-event-calendar-extended-views\";}}}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:13:\"enabled-views\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:15:\"Available views\";}}s:15:\"timezone_string\";a:5:{s:5:\"value\";s:15:\"America/Chicago\";s:4:\"type\";s:9:\"wp_option\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:8:\"Timezone\";s:7:\"options\";s:33:\"Ai1ec_Date_Timezone:get_timezones\";}}s:23:\"default_tags_categories\";a:5:{s:5:\"value\";a:2:{s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:15:\"tags-categories\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:28:\"Preselected calendar filters\";s:4:\"help\";s:80:\"To clear, hold ⌘/<abbr class=\"initialism\">CTRL</abbr> and click selection.\";}}s:10:\"exact_date\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:38:\"Default calendar start date (optional)\";s:4:\"type\";s:4:\"date\";}}s:22:\"agenda_events_per_page\";a:5:{s:5:\"value\";i:10;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:25:\"Agenda pages show at most\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"events\";s:9:\"validator\";s:7:\"numeric\";}}s:19:\"week_view_starts_at\";a:5:{s:5:\"value\";i:8;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:23:\"Week/Day view starts at\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:3:\"hrs\";s:9:\"validator\";s:7:\"numeric\";}}s:17:\"week_view_ends_at\";a:5:{s:5:\"value\";i:24;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:21:\"Week/Day view ends at\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:3:\"hrs\";s:9:\"validator\";s:7:\"numeric\";}}s:19:\"google_maps_api_key\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:295:\"<span class=\"ai1ec-tooltip-toggle\"\n data-original-title=\"Google may request for an API key in order to show the map\">\n Google Maps API Key</span> (<a target=\"_blank\" href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key\">Get an API key</a>)\";s:4:\"type\";s:6:\"normal\";}}s:15:\"month_word_wrap\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:52:\"<strong>Word-wrap event stubs</strong> in Month view\";s:4:\"help\";s:46:\"Only applies to events that span a single day.\";}}s:30:\"agenda_include_entire_last_day\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:246:\"In <span class=\"ai1ec-tooltip-toggle\"\n data-original-title=\"These include Agenda view,\n the Upcoming Events widget, and some extended views.\">\n Agenda-like views</span>, <strong>include all events\n from last day shown</strong>\";}}s:22:\"agenda_events_expanded\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:56:\"Keep all events <strong>expanded</strong> in Agenda view\";}}s:25:\"show_year_in_agenda_dates\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:50:\"<strong>Show year</strong> in calendar date labels\";}}s:22:\"show_location_in_title\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:64:\"<strong>Show location in event titles</strong> in calendar views\";}}s:19:\"exclude_from_search\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:51:\"<strong>Exclude</strong> events from search results\";}}s:29:\"turn_off_subscription_buttons\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:108:\"Hide <strong>Subscribe</strong>/<strong>Add to Calendar</strong> buttons in calendar and single event views \";}}s:27:\"disable_get_calendar_button\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:50:\"Hide <strong>Get a Timely Calendar</strong> button\";}}s:23:\"hide_maps_until_clicked\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:48:\" Hide <strong>Google Maps</strong> until clicked\";}}s:17:\"affix_filter_menu\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:80:\" <strong>Affix filter menu</strong> to top of window when it scrolls out of view\";s:4:\"help\";s:57:\"Only applies to first visible calendar found on the page.\";}}s:24:\"affix_vertical_offset_md\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:39:\"Offset affixed filter bar vertically by\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"affix_vertical_offset_lg\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:100:\"<i class=\"ai1ec-fa ai1ec-fa-lg ai1ec-fa-fw ai1ec-fa-desktop\"></i> Wide screens only (≥ 1200px)\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"affix_vertical_offset_sm\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:87:\"<i class=\"ai1ec-fa ai1ec-fa-lg ai1ec-fa-fw ai1ec-fa-tablet\"></i> Tablets only (< 980px)\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"affix_vertical_offset_xs\";a:5:{s:5:\"value\";i:0;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:86:\"<i class=\"ai1ec-fa ai1ec-fa-lg ai1ec-fa-fw ai1ec-fa-mobile\"></i> Phones only (< 768px)\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"pixels\";s:9:\"validator\";s:7:\"numeric\";}}s:38:\"strict_compatibility_content_filtering\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:38:\"Strict compatibility content filtering\";}}s:19:\"hide_featured_image\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:61:\" <strong>Hide featured image</strong> from event details page\";s:4:\"help\";s:77:\"Select this option if your theme already displays each post\'s featured image.\";}}s:14:\"input_24h_time\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:3:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:46:\" Use <strong>24h time</strong> in time pickers\";}}s:22:\"disable_autocompletion\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:3:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:54:\"<strong>Disable address autocomplete</strong> function\";}}s:18:\"geo_region_biasing\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:3:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:104:\"Use the configured <strong>region</strong> (WordPress locale) to bias the address autocomplete function \";}}s:9:\"embedding\";a:5:{s:5:\"value\";N;s:4:\"type\";s:4:\"html\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:3:{s:5:\"class\";s:4:\"html\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:14:\"embedded-views\";}}s:21:\"calendar_css_selector\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:6:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:35:\"Move calendar into this DOM element\";s:4:\"type\";s:6:\"normal\";s:4:\"help\";s:471:\"Optional. Use this JavaScript-based shortcut to place the\n calendar a DOM element other than the usual page content container\n if you are unable to create an appropriate page template\n for the calendar page. To use, enter a\n <a target=\"_blank\" href=\"https://api.jquery.com/category/selectors/\">\n jQuery selector</a> that evaluates to a single DOM element.\n Any existing markup found within the target will be replaced\n by the calendar.\";}}s:22:\"skip_in_the_loop_check\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:98:\"<strong>Skip <tt>in_the_loop()</tt> check </strong> that protects against multiple calendar output\";s:4:\"help\";s:225:\"Try enabling this option if your calendar does not appear on the calendar page. It is needed for compatibility with a small number of themes that call <tt>the_content()</tt> from outside of The Loop. Leave disabled otherwise.\";}}s:24:\"disable_gzip_compression\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:42:\"Disable <strong>gzip</strong> compression.\";s:4:\"help\";s:262:\"Use this option if calendar is unresponsive. <a target=\"_blank\" href=\"https://time.ly/document/user-guide/troubleshooting/disable-gzip-compression/\">Read more</a> about the issue. (From version 2.1 onwards, gzip is disabled by default for maximum compatibility.)\";}}s:28:\"ai1ec_use_frontend_rendering\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:23:\"Use frontend rendering.\";s:4:\"help\";s:85:\"Renders calendar views on the client rather than the server; can improve performance.\";}}s:16:\"cache_dynamic_js\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:22:\"Use advanced JS cache.\";s:4:\"help\";s:59:\"Cache dynamically generated JS files. Improves performance.\";}}s:18:\"render_css_as_link\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:94:\"<strong>Link CSS</strong> in <code><head></code> section when file cache is unavailable.\";s:4:\"help\";s:123:\"Use this option if file cache is unavailable and you would prefer to serve CSS as a link rather than have it output inline.\";}}s:15:\"edit_robots_txt\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:8:{s:5:\"class\";s:8:\"textarea\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:48:\"Current <strong>robots.txt</strong> on this site\";s:4:\"type\";s:6:\"normal\";s:4:\"rows\";i:6;s:8:\"readonly\";s:8:\"readonly\";s:4:\"help\";s:445:\"The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or\n <code><a href=\"https://en.wikipedia.org/wiki/Robots.txt\" target=\"_blank\">robots.txt</a></code>\n protocol, is a convention for cooperating web crawlers and other web robots\n about accessing all or part of a website that is otherwise publicly viewable.\n You can change it manually by editing <code>robots.txt</code> in your root WordPress directory.\";}}s:16:\"allow_statistics\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:8:\"advanced\";s:5:\"label\";s:184:\"<strong>Publicize, promote, and share my events</strong> marked as public on the Timely network. (<a href=\"https://time.ly/event-search-calendar\" target=\"_blank\">Learn more »</a>)\";}}s:14:\"legacy_options\";a:4:{s:5:\"value\";N;s:4:\"type\";s:14:\"legacy_options\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:13:\"ics_cron_freq\";a:4:{s:5:\"value\";s:6:\"hourly\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";}s:10:\"twig_cache\";a:5:{s:5:\"value\";s:119:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band\\wp-content\\plugins\\all-in-one-event-calendar\\cache\\twig\\\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:5:\"cache\";s:3:\"tab\";s:8:\"advanced\";s:4:\"item\";s:5:\"cache\";s:5:\"label\";s:41:\"Templates cache improves site performance\";}}s:28:\"always_use_calendar_timezone\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:5:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"viewing-events\";s:4:\"item\";s:14:\"viewing-events\";s:5:\"label\";s:53:\"Display events in <strong>calendar time zone</strong>\";s:4:\"help\";s:131:\"If this box is checked events will appear in the calendar time zone with time zone information displayed on the event details page.\";}}s:27:\"posterboard_events_per_page\";a:5:{s:5:\"value\";i:30;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.11\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:30:\"Posterboard pages show at most\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"events\";s:9:\"validator\";s:7:\"numeric\";}}s:22:\"stream_events_per_page\";a:5:{s:5:\"value\";i:30;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.11\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:25:\"Stream pages show at most\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"events\";s:9:\"validator\";s:7:\"numeric\";}}s:26:\"posterboard_tile_min_width\";a:5:{s:5:\"value\";i:240;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.11\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:30:\"Posterboard tile minimum width\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:2:\"px\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"posterboard_equal_height\";a:4:{s:5:\"value\";b:1;s:4:\"type\";s:6:\"hidden\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.11\";}s:16:\"posterboard_mode\";a:5:{s:5:\"value\";i:1;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.11\";s:8:\"renderer\";a:5:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:18:\"Posterboard style:\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"text\";s:4:\"Tile\";s:5:\"value\";i:0;}i:1;a:2:{s:4:\"text\";s:4:\"Grid\";s:5:\"value\";i:1;}i:2;a:2:{s:4:\"text\";s:8:\"Bulletin\";s:5:\"value\";i:2;}}}}s:23:\"posterboard_footer_show\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.11\";s:8:\"renderer\";a:6:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:31:\"Show footer in Posterboard tile\";s:4:\"help\";s:67:\"Shows or hides the category and tag footer in the posterboard tile.\";s:4:\"type\";s:6:\"append\";}}s:28:\"ai1ec_licence_extended_views\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.11\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:11:\"group-class\";s:14:\"ai1ec-col-sm-7\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:8:\"licenses\";s:4:\"type\";s:6:\"normal\";s:5:\"label\";s:26:\"Extended Views License Key\";s:6:\"status\";s:35:\"ai1ec_licence_status_extended_views\";}}s:35:\"ai1ec_licence_status_extended_views\";a:4:{s:5:\"value\";s:7:\"invalid\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.11\";}s:24:\"show_create_event_button\";a:5:{s:5:\"value\";b:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.22\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:10:\"extensions\";s:5:\"label\";s:92:\" Show the old <strong>Post Your Event</strong> button above the calendar to privileged users\";s:4:\"help\";s:145:\"Install the <a target=\"_blank\" href=\"https://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>.\";}}}','yes'),(1434,'ai1ec_scheduler_hooks','a:3:{s:5:\"hooks\";a:1:{s:24:\"ai1ec_purge_events_cache\";a:5:{s:4:\"hook\";s:24:\"ai1ec_purge_events_cache\";s:9:\"timestamp\";i:1492801069;s:7:\"version\";s:1:\"0\";s:10:\"recurrence\";s:11:\"every_10800\";s:4:\"freq\";s:2:\"3h\";}}s:5:\"freqs\";a:1:{i:10800;a:3:{s:4:\"hash\";s:11:\"every_10800\";s:4:\"name\";N;s:7:\"seconds\";i:10800;}}s:7:\"version\";s:6:\"2.5.18\";}','yes'),(1435,'widget_ai1ec_agenda_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1436,'ai1ec_admin','a:4:{s:9:\"_messages\";a:0:{}s:3:\"all\";a:0:{}s:21:\"network_admin_notices\";a:0:{}s:13:\"admin_notices\";a:0:{}}','no'),(1437,'ai1ec_api_settings','a:5:{s:7:\"enabled\";b:0;s:7:\"message\";b:0;s:5:\"token\";s:0:\"\";s:11:\"calendar_id\";i:0;s:16:\"payment_settings\";a:5:{s:14:\"payment_method\";s:6:\"paypal\";s:12:\"paypal_email\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:8:\"currency\";s:3:\"USD\";}}','yes'),(1442,'ai1ec_robots_txt','a:2:{s:12:\"is_installed\";b:1;s:7:\"page_id\";i:899;}','no'),(1455,'_ai1ec_review','a:1:{s:12:\"release_date\";s:10:\"1492804120\";}','no'),(1456,'wpseo_sitemap_ai1ec_event_cache_validator','6Ptka','no'),(1470,'ai1ec_filename_css','e52a74ed_ai1ec_parsed_css.css','yes'),(1484,'_site_transient_timeout_ai1ec_timely_addons','1492812116','no'),(1485,'_site_transient_ai1ec_timely_addons','<div class=\"ai1ec-addons\">\n <div class=\"ai1ec-addon\">\n <div class=\"ai1ec-addon-title\">Core Calendar</div>\n <div class=\"ai1ec-addon-image\">\n <a href=\"https://time.ly/wordpress-calendar-plugin/\" target=\"_blank\">\n <img height=\"150\" src=\"http://time.ly/wp-timely/wp-content/uploads/2014/08/hub2.png\">\n </a>\n </div>\n <div class=\"ai1ec-addon-excerpt\">Get WordPress’s leading Calendar Plugin</div>\n <a class=\"ai1ec-addon-button\" target=\"_blank\"\n href=\"https://time.ly/wordpress-calendar-plugin/\">\n <i class=\"ai1ec-fa ai1ec-fa-download ai1ec-fa-fw\"></i>\n Get this Add-on\n </a>\n </div>\n <div class=\"ai1ec-addon\">\n <div class=\"ai1ec-addon-title\">Core+ Calendar</div>\n <div class=\"ai1ec-addon-image\">\n <a href=\"https://time.ly/wordpress-calendar-plugin/core-plus-calendar/\" target=\"_blank\">\n <img height=\"150\" src=\"http://time.ly/wp-timely/wp-content/uploads/2014/06/Pro.png\">\n </a>\n </div>\n <div class=\"ai1ec-addon-excerpt\">A powerful suite of plugins for creating the most beautiful calendar on the Web.</div>\n <a class=\"ai1ec-addon-button\" target=\"_blank\"\n href=\"https://time.ly/wordpress-calendar-plugin/core-plus-calendar/\">\n <i class=\"ai1ec-fa ai1ec-fa-download ai1ec-fa-fw\"></i>\n Get this Add-on\n </a>\n </div>\n <div class=\"ai1ec-addon\">\n <div class=\"ai1ec-addon-title\">Front End Event Submissions</div>\n <div class=\"ai1ec-addon-image\">\n <a href=\"https://time.ly/wordpress-calendar-plugin/addons/frontend-submissions/\" target=\"_blank\">\n <img height=\"150\" src=\"http://time.ly/wp-timely/wp-content/uploads/edd/2014/08/front-end-submission.gif\">\n </a>\n </div>\n <div class=\"ai1ec-addon-excerpt\">Allow your community to submit events to your calendar.</div>\n <a class=\"ai1ec-addon-button\" target=\"_blank\"\n href=\"https://time.ly/wordpress-calendar-plugin/addons/frontend-submissions/\">\n <i class=\"ai1ec-fa ai1ec-fa-download ai1ec-fa-fw\"></i>\n Get this Add-on\n </a>\n </div>\n <div class=\"ai1ec-addon\">\n <div class=\"ai1ec-addon-title\">Twitter Integration</div>\n <div class=\"ai1ec-addon-image\">\n <a href=\"https://time.ly/wordpress-calendar-plugin/addons/twitter-integration/\" target=\"_blank\">\n <img height=\"150\" src=\"http://time.ly/wp-timely/wp-content/uploads/edd/2014/08/twitter-addon.gif\">\n </a>\n </div>\n <div class=\"ai1ec-addon-excerpt\">Connect your calendar to Twitter and send tweet reminders for your events.</div>\n <a class=\"ai1ec-addon-button\" target=\"_blank\"\n href=\"https://time.ly/wordpress-calendar-plugin/addons/twitter-integration/\">\n <i class=\"ai1ec-fa ai1ec-fa-download ai1ec-fa-fw\"></i>\n Get this Add-on\n </a>\n </div>\n <div class=\"ai1ec-addon\">\n <div class=\"ai1ec-addon-title\">Extended Views</div>\n <div class=\"ai1ec-addon-image\">\n <a href=\"https://time.ly/wordpress-calendar-plugin/addons/extended-views-2/\" target=\"_blank\">\n <img height=\"150\" src=\"http://time.ly/wp-timely/wp-content/uploads/2013/12/calendar-laptop-posterboard.jpg\">\n </a>\n </div>\n <div class=\"ai1ec-addon-excerpt\">2 beautiful view types - Posterboard and Stream View.</div>\n <a class=\"ai1ec-addon-button\" target=\"_blank\"\n href=\"https://time.ly/wordpress-calendar-plugin/addons/extended-views-2/\">\n <i class=\"ai1ec-fa ai1ec-fa-download ai1ec-fa-fw\"></i>\n Get this Add-on\n </a>\n </div>\n <div class=\"ai1ec-addon\">\n <div class=\"ai1ec-addon-title\">Superwidget</div>\n <div class=\"ai1ec-addon-image\">\n <a href=\"https://time.ly/wordpress-calendar-plugin/addons/superwidget/\" target=\"_blank\">\n <img height=\"150\" src=\"http://time.ly/wp-timely/wp-content/uploads/edd/2014/08/superwidget-addon.gif\">\n </a>\n </div>\n <div class=\"ai1ec-addon-excerpt\">Embed your calendar on other websites or services, almost anywhere.</div>\n <a class=\"ai1ec-addon-button\" target=\"_blank\"\n href=\"https://time.ly/wordpress-calendar-plugin/addons/superwidget/\">\n <i class=\"ai1ec-fa ai1ec-fa-download ai1ec-fa-fw\"></i>\n Get this Add-on\n </a>\n </div>\n <div class=\"ai1ec-addon\">\n <div class=\"ai1ec-addon-title\">Venues</div>\n <div class=\"ai1ec-addon-image\">\n <a href=\"https://time.ly/wordpress-calendar-plugin/addons/venues/\" target=\"_blank\">\n <img height=\"150\" src=\"http://time.ly/wp-timely/wp-content/uploads/edd/2014/08/venue-addon2.gif\">\n </a>\n </div>\n <div class=\"ai1ec-addon-excerpt\">Save time and create richer venue listings.</div>\n <a class=\"ai1ec-addon-button\" target=\"_blank\"\n href=\"https://time.ly/wordpress-calendar-plugin/addons/venues/\">\n <i class=\"ai1ec-fa ai1ec-fa-download ai1ec-fa-fw\"></i>\n Get this Add-on\n </a>\n </div>\n <div class=\"ai1ec-addon\">\n <div class=\"ai1ec-addon-title\">CSV Import</div>\n <div class=\"ai1ec-addon-image\">\n <a href=\"https://time.ly/wordpress-calendar-plugin/addons/csv-import/\" target=\"_blank\">\n <img height=\"150\" src=\"http://time.ly/wp-timely/wp-content/uploads/edd/2014/08/csv-addon.gif\">\n </a>\n </div>\n <div class=\"ai1ec-addon-excerpt\">Import your events from Excel or from another database directly into your calendar.</div>\n <a class=\"ai1ec-addon-button\" target=\"_blank\"\n href=\"https://time.ly/wordpress-calendar-plugin/addons/csv-import/\">\n <i class=\"ai1ec-fa ai1ec-fa-download ai1ec-fa-fw\"></i>\n Get this Add-on\n </a>\n </div>\n </div>','no'),(1498,'ai1ec_extended_views_version','1.2.11','yes'),(1499,'ai1ec_render_css','http://daviddelk.net/band/wp-content/plugins/all-in-one-event-calendar/cache/e52a74ed_ai1ec_parsed_css.css','yes'),(1502,'events_categories_children','a:0:{}','yes'),(1715,'gallery_img_lightbox_type','new_type','yes'),(1716,'gallery_img_lightbox_lightboxView','view1','yes'),(1717,'gallery_img_lightbox_speed_new','600','yes'),(1718,'gallery_img_lightbox_overlayClose_new','true','yes'),(1719,'gallery_img_lightbox_loop_new','true','yes'),(1720,'gallery_img_admin_image_hover_preview','on','yes'),(1721,'gallery_img_light_box_size_fix','false','yes'),(1722,'gallery_img_light_box_width','500','yes'),(1723,'gallery_img_light_box_height','500','yes'),(1724,'gallery_img_light_box_maxwidth','900','yes'),(1725,'gallery_img_light_box_maxheight','700','yes'),(1726,'gallery_img_light_box_initialwidth','300','yes'),(1727,'gallery_img_light_box_initialheight','100','yes'),(1728,'gallery_img_version','2.2.5','yes'),(1729,'gallery_img_disable_right_click','off','yes'),(1730,'widget_gallery_img_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1846,'_transient_timeout_ai1ec_api_subscriptions','1493072992','no'),(1847,'_transient_ai1ec_api_subscriptions','a:0:{}','no'),(1939,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.8.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";d:1493153111;s:7:\"version\";s:3:\"4.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(2008,'_transient_timeout_ai1ec_api_features','1493265513','no'),(2009,'_transient_ai1ec_api_features','a:34:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:10:\"api-access\";s:9:\"available\";b:1;}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:9:\"ticketing\";s:9:\"available\";b:1;}i:2;O:8:\"stdClass\":2:{s:4:\"code\";s:7:\"twitter\";s:9:\"available\";b:1;}i:3;O:8:\"stdClass\":2:{s:4:\"code\";s:20:\"frontend-submissions\";s:9:\"available\";b:1;}i:4;O:8:\"stdClass\":2:{s:4:\"code\";s:10:\"csv-import\";s:9:\"available\";b:1;}i:5;O:8:\"stdClass\":2:{s:4:\"code\";s:12:\"super-widget\";s:9:\"available\";b:1;}i:6;O:8:\"stdClass\":2:{s:4:\"code\";s:14:\"extended-views\";s:9:\"available\";b:1;}i:7;O:8:\"stdClass\":2:{s:4:\"code\";s:13:\"big-filtering\";s:9:\"available\";b:1;}i:8;O:8:\"stdClass\":2:{s:4:\"code\";s:20:\"custom-filter-groups\";s:9:\"available\";b:1;}i:9;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"discover-events\";s:9:\"available\";b:1;}i:10;O:8:\"stdClass\":2:{s:4:\"code\";s:13:\"event-promote\";s:9:\"available\";b:1;}i:11;O:8:\"stdClass\":2:{s:4:\"code\";s:8:\"facebook\";s:9:\"available\";b:1;}i:12;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"featured-events\";s:9:\"available\";b:1;}i:13;O:8:\"stdClass\":2:{s:4:\"code\";s:9:\"mailchimp\";s:9:\"available\";b:1;}i:14;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"phrase-override\";s:9:\"available\";b:1;}i:15;O:8:\"stdClass\":2:{s:4:\"code\";s:8:\"popovers\";s:9:\"available\";b:1;}i:16;O:8:\"stdClass\":2:{s:4:\"code\";s:14:\"save-and-share\";s:9:\"available\";b:1;}i:17;O:8:\"stdClass\":2:{s:4:\"code\";s:6:\"venues\";s:9:\"available\";b:1;}i:18;O:8:\"stdClass\":2:{s:4:\"code\";s:12:\"import-feeds\";s:9:\"available\";b:1;}i:19;O:8:\"stdClass\":2:{s:4:\"code\";s:13:\"search-events\";s:9:\"available\";b:1;}i:20;O:8:\"stdClass\":2:{s:4:\"code\";s:29:\"import-feeds-preserve-changes\";s:9:\"available\";b:1;}i:21;O:8:\"stdClass\":2:{s:4:\"code\";s:17:\"recurrence-events\";s:9:\"available\";b:1;}i:22;O:8:\"stdClass\":2:{s:4:\"code\";s:13:\"filter-venues\";s:9:\"available\";b:1;}i:23;O:8:\"stdClass\":2:{s:4:\"code\";s:17:\"filter-organizers\";s:9:\"available\";b:1;}i:24;O:8:\"stdClass\":2:{s:4:\"code\";s:30:\"import-feeds-max-future-events\";s:9:\"available\";b:1;}i:25;O:8:\"stdClass\":2:{s:4:\"code\";s:14:\"social-sharing\";s:9:\"available\";b:1;}i:26;O:8:\"stdClass\":2:{s:4:\"code\";s:18:\"export-feed-as-xml\";s:9:\"available\";b:1;}i:27;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"organize-section\";s:9:\"available\";b:1;}i:28;O:8:\"stdClass\":2:{s:4:\"code\";s:18:\"advanced-filtering\";s:9:\"available\";b:1;}i:29;O:8:\"stdClass\":2:{s:4:\"code\";s:9:\"text-edit\";s:9:\"available\";b:1;}i:30;O:8:\"stdClass\":2:{s:4:\"code\";s:12:\"filter-popup\";s:9:\"available\";b:1;}i:31;O:8:\"stdClass\":2:{s:4:\"code\";s:11:\"slider-view\";s:9:\"available\";b:1;}i:32;O:8:\"stdClass\":2:{s:4:\"code\";s:20:\"custom-header-footer\";s:9:\"available\";b:1;}i:33;O:8:\"stdClass\":2:{s:4:\"code\";s:20:\"disable-export-feeds\";s:9:\"available\";b:1;}}','no'),(2010,'_site_transient_timeout_ai1ec_rss_feed','1493308414','no'),(2011,'_site_transient_ai1ec_rss_feed','a:0:{}','no'),(2541,'_site_transient_timeout_browser_fa9d3b6a12ca197fcd0b8da44b832bb2','1495466024','no'),(2542,'_site_transient_browser_fa9d3b6a12ca197fcd0b8da44b832bb2','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(2580,'ossdl_off_cdn_url','http://daviddelk.net/band','yes'),(2581,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(2582,'ossdl_off_exclude','.php','yes'),(2583,'ossdl_cname','','yes'),(2585,'wpsupercache_start','1494862708','yes'),(2586,'wpsupercache_count','0','yes'),(2587,'supercache_stats','a:3:{s:9:\"generated\";i:1494862886;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:12:\"expired_list\";a:0:{}s:6:\"cached\";i:0;s:11:\"cached_list\";a:0:{}s:2:\"ts\";i:1494862886;}s:7:\"wpcache\";a:3:{s:6:\"cached\";i:0;s:7:\"expired\";i:0;s:5:\"fsize\";s:3:\"0KB\";}}','yes'),(2736,'wpseo_sitemap_103_cache_validator','67v1x','no'),(2737,'wpseo_sitemap_102_cache_validator','67v3p','no'),(2738,'wpseo_sitemap_101_cache_validator','67v42','no'),(2739,'wpseo_sitemap_100_cache_validator','67v4k','no'),(2740,'wpseo_sitemap_99_cache_validator','wa8y','no'),(2741,'wpseo_sitemap_98_cache_validator','wa8K','no'),(2742,'wpseo_sitemap_97_cache_validator','67va2','no'),(2743,'wpseo_sitemap_96_cache_validator','67vb3','no'),(2744,'wpseo_sitemap_83_cache_validator','67vbW','no'),(2745,'wpseo_sitemap_78_cache_validator','67vcf','no'),(2746,'wpseo_sitemap_79_cache_validator','67vcy','no'),(2747,'wpseo_sitemap_76_cache_validator','67vcK','no'),(2748,'wpseo_sitemap_73_cache_validator','67vcU','no'),(2749,'wpseo_sitemap_72_cache_validator','67vde','no'),(2750,'wpseo_sitemap_70_cache_validator','67vdt','no'),(2751,'wpseo_sitemap_68_cache_validator','67vdB','no'),(2752,'wpseo_sitemap_619_cache_validator','67vdM','no'),(2753,'wpseo_sitemap_618_cache_validator','67vfA','no'),(2754,'wpseo_sitemap_617_cache_validator','67vgc','no'),(2755,'wpseo_sitemap_28_cache_validator','67vgP','no'),(2756,'wpseo_sitemap_26_cache_validator','67viQ','no'),(2757,'wpseo_sitemap_21_cache_validator','67vjo','no'),(2983,'_site_transient_timeout_browser_463dbe24064bbb00c844a9cf6397d7f3','1496425881','no'),(2985,'_site_transient_browser_463dbe24064bbb00c844a9cf6397d7f3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:4:\"10.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(3060,'_transient_timeout_yst_sm_post_tag_1:tNit_5j2Jc','1496052253','no'),(3061,'_transient_yst_sm_post_tag_1:tNit_5j2Jc','C:24:\"WPSEO_Sitemap_Cache_Data\":1371:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1323:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/tag/dishes/</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/tag/food/</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/tag/meat/</loc>\n <lastmod>2015-05-25T04:52:13-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/tag/menus/</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/tag/restaurant/</loc>\n <lastmod>2015-05-25T05:09:41-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/tag/roasted/</loc>\n <lastmod>2015-05-25T05:26:48-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/tag/salads/</loc>\n <lastmod>2015-05-25T05:00:39-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/tag/spices/</loc>\n <lastmod>2015-05-25T05:30:29-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/tag/steak/</loc>\n <lastmod>2015-05-25T05:26:48-05:00</lastmod>\n </url>\n</urlset>\";}}','no'),(3062,'_transient_timeout_yst_sm_team_member_categories_1:tNit_568fK','1496058188','no'),(3063,'_transient_yst_sm_team_member_categories_1:tNit_568fK','C:24:\"WPSEO_Sitemap_Cache_Data\":471:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:424:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/members/cbband/</loc>\n <lastmod>2017-04-23T10:42:23-05:00</lastmod>\n </url>\n</urlset>\";}}','no'),(3065,'_transient_timeout_yst_sm_post_1:tNit_5EPpZ','1496077609','no'),(3067,'_transient_yst_sm_post_1:tNit_5EPpZ','C:24:\"WPSEO_Sitemap_Cache_Data\":3476:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:3428:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/news/</loc>\n </url>\n <url>\n <loc>http://daviddelk.net/band/awesome-dishes/</loc>\n <lastmod>2015-05-25T03:45:34-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-01.jpg</image:loc>\n <image:title><![CDATA[blog-01]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/spicy-steak-bites/</loc>\n <lastmod>2015-05-25T04:38:44-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-02.jpg</image:loc>\n <image:title><![CDATA[blog-02]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/roasted-bison-steak/</loc>\n <lastmod>2015-05-25T04:42:56-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-03.jpg</image:loc>\n <image:title><![CDATA[blog-03]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/bbq-spareribs-salad/</loc>\n <lastmod>2015-05-25T04:52:13-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-04.jpg</image:loc>\n <image:title><![CDATA[blog-04]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/hot-cereals-breakfast/</loc>\n <lastmod>2015-05-25T04:55:39-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-07.jpg</image:loc>\n <image:title><![CDATA[blog-07]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/best-stuffed-salads/</loc>\n <lastmod>2015-05-25T05:00:39-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-08.jpg</image:loc>\n <image:title><![CDATA[blog-08]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/coffee-de-creama/</loc>\n <lastmod>2015-05-25T05:09:41-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-09.jpg</image:loc>\n <image:title><![CDATA[blog-09]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/best-steak-menues/</loc>\n <lastmod>2015-05-25T05:26:48-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-10.jpg</image:loc>\n <image:title><![CDATA[blog-10]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/15-awesome-spices/</loc>\n <lastmod>2015-05-25T05:30:29-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-13.jpg</image:loc>\n <image:title><![CDATA[blog-13]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/hello-world/</loc>\n <lastmod>2016-06-23T10:23:45-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/hot-fried-chickens/</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/blog-14.jpg</image:loc>\n <image:title><![CDATA[blog-14]]></image:title>\n </image:image>\n </url>\n</urlset>\";}}','no'),(3103,'_transient_timeout_yst_sm_portfolio_categories_1:tNit_6EdIO','1496105299','no'),(3104,'_transient_yst_sm_portfolio_categories_1:tNit_6EdIO','C:24:\"WPSEO_Sitemap_Cache_Data\":741:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:694:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/portfolio-categories/bbq/</loc>\n <lastmod>2015-05-16T09:01:56-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio-categories/roasted/</loc>\n <lastmod>2015-05-16T09:00:33-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio-categories/spicy/</loc>\n <lastmod>2015-05-16T09:01:47-05:00</lastmod>\n </url>\n</urlset>\";}}','no'),(3106,'_transient_timeout_yst_sm_portfolio_skills_1:tNit_6Dm77','1496106593','no'),(3107,'_transient_yst_sm_portfolio_skills_1:tNit_6Dm77','C:24:\"WPSEO_Sitemap_Cache_Data\":731:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:684:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/portfolio-skills/chicken/</loc>\n <lastmod>2015-05-16T08:54:02-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio-skills/salad/</loc>\n <lastmod>2015-05-16T09:01:56-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio-skills/steak/</loc>\n <lastmod>2015-05-16T09:01:56-05:00</lastmod>\n </url>\n</urlset>\";}}','no'),(3111,'_transient_timeout_yst_sm_post_format_1:tNit_6DY8W','1496109052','no'),(3112,'_transient_yst_sm_post_format_1:tNit_6DY8W','C:24:\"WPSEO_Sitemap_Cache_Data\":582:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:535:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/type/gallery/</loc>\n <lastmod>2015-05-25T05:26:48-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/type/image/</loc>\n <lastmod>2015-05-25T05:00:39-05:00</lastmod>\n </url>\n</urlset>\";}}','no'),(3115,'_transient_timeout_yst_sm_tpath_portfolio_1:tNit_6DuNs','1496109089','no'),(3116,'_transient_yst_sm_tpath_portfolio_1:tNit_6DuNs','C:24:\"WPSEO_Sitemap_Cache_Data\":2892:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:2844:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/portfolio/roasted-bison-steak/</loc>\n <lastmod>2015-05-16T08:51:21-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-01.jpg</image:loc>\n <image:title><![CDATA[portfolio-01]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio/chicken-breast-roaster/</loc>\n <lastmod>2015-05-16T08:54:02-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-02.jpg</image:loc>\n <image:title><![CDATA[portfolio-02]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio/bbq-spareribs-salat/</loc>\n <lastmod>2015-05-16T08:54:07-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-03.jpg</image:loc>\n <image:title><![CDATA[portfolio-03]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio/roasted-bison-steak-2/</loc>\n <lastmod>2015-05-16T08:59:32-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-04.jpg</image:loc>\n <image:title><![CDATA[portfolio-04]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio/bbq-spareribs-salat-2/</loc>\n <lastmod>2015-05-16T08:59:42-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-05.jpg</image:loc>\n <image:title><![CDATA[portfolio-05]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio/spicy-steak-bites/</loc>\n <lastmod>2015-05-16T09:00:33-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-06.jpg</image:loc>\n <image:title><![CDATA[portfolio-06]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio/bbq-spareribs-salat-3/</loc>\n <lastmod>2015-05-16T09:01:47-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-07.jpg</image:loc>\n <image:title><![CDATA[portfolio-07]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/portfolio/roasted-bison-steak-3/</loc>\n <lastmod>2015-05-16T09:01:56-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/portfolio-08.jpg</image:loc>\n <image:title><![CDATA[portfolio-08]]></image:title>\n </image:image>\n </url>\n</urlset>\";}}','no'),(3117,'_transient_timeout_yst_sm_category_1:tNit_5j2J4','1496109103','no'),(3118,'_transient_yst_sm_category_1:tNit_5j2J4','C:24:\"WPSEO_Sitemap_Cache_Data\":954:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:907:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/category/menus/</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/category/restaurant/</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/category/spices/</loc>\n <lastmod>2015-05-25T05:30:29-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/category/steaks/</loc>\n <lastmod>2015-05-25T05:26:48-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/category/uncategorized/</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n </url>\n</urlset>\";}}','no'),(3119,'_transient_timeout_yst_sm_store_types_1:tNit_6Dx4P','1496109123','no'),(3120,'_transient_yst_sm_store_types_1:tNit_6Dx4P','C:24:\"WPSEO_Sitemap_Cache_Data\":862:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:815:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/types/casual-dining/</loc>\n <lastmod>2015-06-10T11:53:53-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/types/fast-casual-restaurants/</loc>\n <lastmod>2015-06-10T11:50:50-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/types/fine-dining/</loc>\n <lastmod>2015-06-10T11:53:53-05:00</lastmod>\n </url>\n <url>\n <loc>http://daviddelk.net/band/types/quick-service-restaurants/</loc>\n <lastmod>2015-06-10T11:50:57-05:00</lastmod>\n </url>\n</urlset>\";}}','no'),(3122,'_transient_timeout_yst_sm_tpath_stores_1:tNit_6DpeY','1496109183','no'),(3123,'_transient_yst_sm_tpath_stores_1:tNit_6DpeY','C:24:\"WPSEO_Sitemap_Cache_Data\":2761:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:2713:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/stores/australiathe-sardine-room/</loc>\n <lastmod>2015-06-10T08:36:52-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/06/store01.jpg</image:loc>\n <image:title><![CDATA[store01]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/stores/the-bear/</loc>\n <lastmod>2015-06-10T11:15:30-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/06/store02.jpg</image:loc>\n <image:title><![CDATA[store02]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/stores/opus-restaurant/</loc>\n <lastmod>2015-06-10T11:16:27-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/06/store03.jpg</image:loc>\n <image:title><![CDATA[store03]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/stores/harrys-restaurant/</loc>\n <lastmod>2015-06-10T11:17:34-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/06/store04.jpg</image:loc>\n <image:title><![CDATA[store04]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/stores/rice-paper-scissors/</loc>\n <lastmod>2015-06-10T11:18:58-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/06/store06.jpg</image:loc>\n <image:title><![CDATA[store06]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/stores/twenty-8-acres/</loc>\n <lastmod>2015-06-10T11:50:50-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/06/store07.jpg</image:loc>\n <image:title><![CDATA[store07]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/stores/slide-restaurant/</loc>\n <lastmod>2015-06-10T11:50:57-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/06/store05.jpg</image:loc>\n <image:title><![CDATA[store05]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/stores/medusa-greek-taverna/</loc>\n <lastmod>2015-06-10T11:53:53-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/06/store08.jpg</image:loc>\n <image:title><![CDATA[store08]]></image:title>\n </image:image>\n </url>\n</urlset>\";}}','no'),(3126,'_transient_timeout_yst_sm_tpath_team_member_1:tNit_568fR','1496109224','no'),(3127,'_transient_yst_sm_tpath_team_member_1:tNit_568fR','C:24:\"WPSEO_Sitemap_Cache_Data\":1596:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1548:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://daviddelk.net/band/team/powerful-horns/</loc>\n <lastmod>2017-04-09T22:34:27-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-e1491537845222.jpg</image:loc>\n <image:title><![CDATA[IMG_2083]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/team/holiday-concerts/</loc>\n <lastmod>2017-04-09T23:39:53-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-e1491537824739.jpg</image:loc>\n <image:title><![CDATA[4BAND]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/team/soloists/</loc>\n <lastmod>2017-04-10T08:52:13-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-e1491537869156.jpg</image:loc>\n <image:title><![CDATA[IMG_6401]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://daviddelk.net/band/team/hot-singers/</loc>\n <lastmod>2017-04-23T10:42:23-05:00</lastmod>\n <image:image>\n <image:loc>http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-e1491798755945.jpg</image:loc>\n <image:title><![CDATA[IMG_6458b]]></image:title>\n </image:image>\n </url>\n</urlset>\";}}','no'),(3146,'_transient_timeout_tribe_help_api_data-the-events-calendar','1496043543','no'),(3147,'_transient_tribe_help_api_data-the-events-calendar','O:8:\"stdClass\":26:{s:4:\"name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:7:\"version\";s:7:\"4.5.2.1\";s:6:\"author\";s:51:\"<a href=\"http://m.tri.be/1x\">Modern Tribe, Inc.</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:12:\"contributors\";a:32:{s:6:\"aguseo\";s:37:\"https://profiles.wordpress.org/aguseo\";s:13:\"barryhughes-1\";s:44:\"https://profiles.wordpress.org/barryhughes-1\";s:7:\"bordoni\";s:38:\"https://profiles.wordpress.org/bordoni\";s:7:\"borkweb\";s:38:\"https://profiles.wordpress.org/borkweb\";s:11:\"brianjessee\";s:42:\"https://profiles.wordpress.org/brianjessee\";s:11:\"brook-tribe\";s:42:\"https://profiles.wordpress.org/brook-tribe\";s:9:\"courane01\";s:40:\"https://profiles.wordpress.org/courane01\";s:9:\"faction23\";s:40:\"https://profiles.wordpress.org/faction23\";s:8:\"geoffbel\";s:39:\"https://profiles.wordpress.org/geoffbel\";s:11:\"geoffgraham\";s:42:\"https://profiles.wordpress.org/geoffgraham\";s:6:\"ggwicz\";s:37:\"https://profiles.wordpress.org/ggwicz\";s:6:\"jazbek\";s:37:\"https://profiles.wordpress.org/jazbek\";s:8:\"jbrinley\";s:39:\"https://profiles.wordpress.org/jbrinley\";s:11:\"leahkoerper\";s:42:\"https://profiles.wordpress.org/leahkoerper\";s:8:\"lucatume\";s:39:\"https://profiles.wordpress.org/lucatume\";s:10:\"mastromktg\";s:41:\"https://profiles.wordpress.org/mastromktg\";s:8:\"mat-lipe\";s:39:\"https://profiles.wordpress.org/mat-lipe\";s:6:\"mdbitz\";s:37:\"https://profiles.wordpress.org/mdbitz\";s:11:\"moderntribe\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:6:\"mzaweb\";s:37:\"https://profiles.wordpress.org/mzaweb\";s:11:\"neillmcshea\";s:42:\"https://profiles.wordpress.org/neillmcshea\";s:10:\"nicosantos\";s:41:\"https://profiles.wordpress.org/nicosantos\";s:12:\"peterchester\";s:43:\"https://profiles.wordpress.org/peterchester\";s:12:\"reidpeifer-1\";s:43:\"https://profiles.wordpress.org/reidpeifer-1\";s:10:\"roblagatta\";s:41:\"https://profiles.wordpress.org/roblagatta\";s:10:\"ryancurban\";s:41:\"https://profiles.wordpress.org/ryancurban\";s:13:\"shanepearlman\";s:44:\"https://profiles.wordpress.org/shanepearlman\";s:12:\"shelbelliott\";s:43:\"https://profiles.wordpress.org/shelbelliott\";s:9:\"tribecari\";s:40:\"https://profiles.wordpress.org/tribecari\";s:11:\"trishasalas\";s:42:\"https://profiles.wordpress.org/trishasalas\";s:6:\"vicskf\";s:37:\"https://profiles.wordpress.org/vicskf\";s:9:\"zbtirrell\";s:40:\"https://profiles.wordpress.org/zbtirrell\";}s:8:\"requires\";s:3:\"3.9\";s:6:\"tested\";s:5:\"4.7.5\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:92;s:7:\"ratings\";a:5:{i:5;i:1188;i:4;i:80;i:3;i:40;i:2;i:32;i:1;i:78;}s:11:\"num_ratings\";i:1418;s:15:\"support_threads\";i:264;s:24:\"support_threads_resolved\";i:215;s:15:\"active_installs\";i:500000;s:10:\"downloaded\";s:9:\"6,398,135\";s:12:\"last_updated\";s:21:\"2017-05-19 5:21pm GMT\";s:5:\"added\";s:10:\"2010-01-19\";s:8:\"homepage\";s:0:\"\";s:8:\"sections\";a:6:{s:11:\"description\";s:18060:\"<p>Create an events calendar and manage it with ease. The Events Calendar plugin provides professional-level quality and features backed by a team you can trust.</p>\n<p>Packed with loads of useful features, The Events Calendar by Modern Tribe is ready to go right out of the box. It’s extensible, easy to use, and completely customizable.</p>\n<p>Looking for additional functionality including recurring events, ticket sales, publicly submitted events, new views, Facebook event integration and more?</p>\n<p><strong>Check out <a href=\"http://m.tri.be/mj\" rel=\"nofollow\">Events Calendar PRO</a> and <a href=\"http://m.tri.be/2a\" rel=\"nofollow\">other add-ons</a></strong></p>\n<blockquote>\n<p><strong>New Import Tool!</strong><br />\n We’ve made bulk event imports easier to manage than ever. This add-on service for The Events Calendar allows you to import events from your favorite sources, including Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS.<br />\n <a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Check out Event Aggregator now</a>.</p>\n</blockquote>\n<h4>BUILT SOLID & SUPPORTED</h4>\n<p>The Events Calendar is crafted the WordPress way.</p>\n<p>The Events Calendar plugin has been audited by many WordPress industry experts, including core developer Mark Jaquith for security & plugin review team member Pippin Williamson for best practices and plugin compatibility.</p>\n<p>Our dedicated support team has poured hundreds of hours into QA, monthly usability tests, and numerous user interviews to guarantee quality and ease-of-use. We stand behind our work and offer light support weekly for the community via the WordPress.org support forums.</p>\n<p>If you need a deeper level of support or a faster response to your specific question, our Events Calendar PRO add-on includes access to our premium support forums with a 24-48 hour response time during the workweek.</p>\n<p>Enjoy using The Events Calendar, know how to get under the hood and want to make money helping people? We’re growing our community team and would love to hear from you. If you’re interested, <a href=\"http://m.tri.be/mk\" rel=\"nofollow\">check this out!</a></p>\n<h4>PLUG-N-PLAY or HIGHLY CUSTOMIZABLE</h4>\n<p>The Events Calendar is built to work out of the box. Just turn it on, configure the settings to match your needs and you’ll be making events in less than 5 minutes.<br />\nOr customize it to suit your specific needs. The Events Calendar is built by developers, for developers…it’s ready to be the foundation for your wildest hack sessions:</p>\n<p>The Events Calendar is built to work out of the box. Just turn it on, configure the settings to match your needs and you’ll be making events in less than 5 minutes.</p>\n<ul>\n<li>WP REST API support</li>\n<li>Skeleton stylesheet to theme fast & efficiently</li>\n<li>Partial template overrides</li>\n<li>Template tags, hooks, and filters</li>\n<li><a href=\"http://m.tri.be/eu\" rel=\"nofollow\">Extensive documentation</a></li>\n<li><a href=\"https://github.com/theeventscalendar\" rel=\"nofollow\">Library of code snippets</a> on GitHub.</li>\n</ul>\n<p>Whether your vision is big or small, you’re in good company. Hundreds of thousands of churches, eateries, small businesses, musicians, venues, and non-profits are publishing and promoting their events with The Events Calendar.</p>\n<p>The Events Calendar has been scaled to work on networks with over 25 million unique visitors per month and hundreds of thousands of events. Fortune 100 companies, major universities, government institutions and some seriously epic startups push their events with our platform.</p>\n<h4>FEATURES</h4>\n<p>Whether you’re operating a hyperlocal hub listing thousands of events, a university with many thousands of users, or you’re a sole business owner listing your classes, The Events Calendar has your back.</p>\n<p>Just getting started? Definitely watch and read through the <a href=\"http://m.tri.be/2d\" rel=\"nofollow\">New User Primer</a> before going much further.</p>\n<ul>\n<li>Rapidly create events</li>\n<li>Saved venues & organizers</li>\n<li>Calendar month view with tooltips</li>\n<li>List view</li>\n<li>Day view</li>\n<li>Event search</li>\n<li>Google maps</li>\n<li>Widget: Upcoming events list</li>\n<li>Events Taxonomies (Categories & Tags)</li>\n<li>Google Calendar and iCal exporting</li>\n<li>WP REST API endpoints (READ)</li>\n<li>Completely ajaxified for super smooth browsing</li>\n<li>Completely responsive from mobile to tablet to desktop</li>\n<li>Tested on the major theme frameworks such as Avada, Genesis, Woo Themes, Thesis and many more.</li>\n<li>Increase your SEO with Microformats</li>\n<li>Internationalized & Translated</li>\n<li>Multiple stylesheets (Skeleton, Default, Tribe Event Styles) to improve integration</li>\n<li>Extensive Template Tags for Customization</li>\n<li>Hook & Filters up the wazoo</li>\n<li>Caching Support</li>\n<li>Debug Mode for Developers</li>\n</ul>\n<p>Looking for something else? We’ve got add-ons available to take your calendar to the next level.</p>\n<h4>PRO Features</h4>\n<p>Add recurring events, a whole recurring events, a whole range of new views ( week / map / photo / venue / organizer) & widgets (calendar / featured venue / week / event countdown), shortcodes, custom event attributes, default content, location search, much more with <a href=\"http://m.tri.be/2c\" rel=\"nofollow\">Events Calendar PRO</a></p>\n<h4>Event Ticketing</h4>\n<p>Collect free RSVPs with Event Tickets or add paid ticketing features with <a href=\"http://m.tri.be/18wg\" rel=\"nofollow\">Event Tickets Plus</a>, including the ability to sell tickets, collect sales, and manage attendees all from within your WordPress dashboard! Works with your favorite eCommerce plugin (WooCommerce, Shopp, Easy Digital Downloads, or WP E-Commerce).</p>\n<h4>Bulk Event Import</h4>\n<p>Fill your calendar with events from your favorite sources, including Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. <a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> provides a convenient dashboard to manage scheduled imports, manual imports, filters, one-way sync, import history, and more.</p>\n<h4>User-Submitted Events</h4>\n<p>Running a community calendar? <a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a> lets users add events directly to your calendar without needing access to your admin.</p>\n<h4>Advanced User Search & Filters</h4>\n<p>Have so many amazing events that your users get overwhelmed? <a href=\"http://m.tri.be/52\" rel=\"nofollow\">Filter Bar</a> adds a configurable set of filters to your event pages so users can view and search for the exact events that interest them.</p>\n<h4>Integrate With Eventbrite</h4>\n<p>Connect your calendar with your Eventbrite.com account! <a href=\"http://m.tri.be/18wf\" rel=\"nofollow\">Eventbrite Tickets</a> allows you to import/export between The Events Calendar and Eventbrite, and incorporate ticket sales.</p>\n<p><a href=\"https://www.facebook.com/theeventscalendar/\" rel=\"nofollow\">Join us on Facebook</a> to be part of our active community, check us out <a href=\"https://twitter.com/TheEventsCal\" rel=\"nofollow\">on Twitter</a>, and <a href=\"http://m.tri.be/rm\" rel=\"nofollow\">sign up for our newsletter</a> for release announcements and discounts.</p>\n<h4>SUBMITTING PATCHES</h4>\n<p>If you’ve identified a bug and want to submit a patch, we’d welcome it at our <a href=\"https://github.com/moderntribe/the-events-calendar\" rel=\"nofollow\">GitHub page for The Events Calendar</a>. Simply cue up your proposed patch as a pull request, and we’ll review as part of our monthly release cycle and merge into the codebase if appropriate from there. (If a pull request is rejected, we’ll do our best to tell you why). Users whose pull requests are accepted will receive credit in the plugin’s changelog. For more information, check out the readme at our GitHub page. Happy coding!</p>\n<h3>Documentation</h3>\n<p>All of our online documentation can be found on <a href=\"http://m.tri.be/eu\" rel=\"nofollow\">our documentation site</a>.</p>\n<p>Some links you may find particularly useful are:</p>\n<ul>\n<li><a href=\"http://m.tri.be/2l\" rel=\"nofollow\">The Events Calendar New User Primer</a></li>\n<li><a href=\"http://m.tri.be/2m\" rel=\"nofollow\">The Themer’s Guide to The Events Calendar</a></li>\n<li><a href=\"http://m.tri.be/18wm\" rel=\"nofollow\">Knowledgebase</a></li>\n</ul>\n<p>If you have any questions about this plugin, you can post a thread in our <a href=\"https://wordpress.org/support/plugin/the-events-calendar\" rel=\"nofollow\">WordPress.org forum</a>. Please search existing threads before opening a new one.</p>\n<p>The <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Modern Tribe premium support forums</a> are available for you to read. You won’t, however, be able to post a message in any forums beyond Pre-Sale Questions unless you have purchased a premium license.</p>\n<h3>Add-Ons</h3>\n<p>But wait: there’s more! We’ve got a whole stable of plugins available to help you be awesome at what you do. Check out a full list of the products below, and over on <a href=\"http://m.tri.be/18wn\" rel=\"nofollow\">our website</a>.</p>\n<p>Our Free Plugins:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugin/event-tickets/\" rel=\"nofollow\">Event Tickets</a></li>\n<li><a href=\"https://wordpress.org/plugins/advanced-post-manager/\">Advanced Post Manager</a></li>\n<li><a href=\"https://wordpress.org/plugins/blog-copier/\">Blog Copier</a></li>\n<li><a href=\"https://wordpress.org/plugins/gigpress/\">GigPress</a></li>\n<li><a href=\"https://wordpress.org/plugins/image-widget/\">Image Widget</a></li>\n<li><a href=\"https://wordpress.org/plugins/widget-builder/\">Widget Builder</a></li>\n</ul>\n<p>Our Premium Plugins and Services:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a></li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> (service)</li>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a></li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">The Events Calendar: Community Events</a></li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">The Events Calendar: Community Tickets</a></li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">The Events Calendar: Filter Bar</a></li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">The Events Calendar: Eventbrite Tickets</a></li>\n</ul>\n<h3>Translations</h3>\n<p>The Events Calendar is translated by volunteers at <a href=\"https://translate.wordpress.org/projects/wp-plugins/the-events-calendar/stable\" rel=\"nofollow\">translate.wordpress.org</a>. There you can find a list of available languages, download translation files, or help update the translations. Thank you to everyone who helps to maintain our translations!</p>\n<h3>Help</h3>\n<p>Welcome to The Events Calendar, a full-featured events management system for WordPress. Thank you so much for using the labor of our love. We are Modern Tribe and we are here to help you be awesome.</p>\n<p>If you aren’t familiar with The Events Calendar, check out our <a href=\"http://m.tri.be/2p\" rel=\"nofollow\">new user primer</a>. It’ll introduce you to the basics of what the plugin has to offer and will have you creating events in no time. From there, the resources below — extensive template tag documentation, FAQs, video walkthroughs and more — will give you a leg up as you dig deeper.</p>\n<p>Additional resources available include:</p>\n<ul>\n<li><a href=\"https://theeventscalendar.com/release-schedule/\" rel=\"nofollow\">Release Schedule</a></li>\n<li><a href=\"https://theeventscalendar.com/known-issues/\" rel=\"nofollow\">Known Issues</a></li>\n<li><a href=\"http://m.tri.be/eu\" rel=\"nofollow\">Documentation</a></li>\n<li><a href=\"http://m.tri.be/2n\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"http://m.tri.be/2t\" rel=\"nofollow\">Help Videos</a></li>\n<li><a href=\"http://m.tri.be/2u\" rel=\"nofollow\">Tutorials</a></li>\n<li><a href=\"http://m.tri.be/2v\" rel=\"nofollow\">Release Notes</a></li>\n<li><a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Forums</a></li>\n</ul>\n<p>We hit the <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"nofollow\">The Events Calendar forum here on WordPress.org</a> about once a week, assisting users with basic troubleshooting and identifying bugs that have been reported. (If you are looking for more active support, might we suggest buying a PRO license? Our team hits the <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Premium Forums</a> daily.)</p>\n<p>Some things to consider before posting on the forum:</p>\n<ul>\n<li>Look through existing threads before posting a new one and check that there isn’t already a discussion going on your issue.</li>\n<li>Your issue will be solved more quickly if you run a few checks before making a support request. Deactivate your plugins one by one – if the issue is fixed by deactivating a plugin you know you’ve got a plugin conflict. To test your Theme, revert to the default Twenty Twelve Theme to see if you are still experiencing the problem. If not, your Theme is the issue. Please provide this information when making your supper request.</li>\n<li>Sometimes, just resetting your permalinks can fix the issue. Visit Events -> Settings -> Permalinks, save your permalinks with a different option and then save with your preferred choice again. This can solve events-related problems and can is worth a shot before creating a new thread.</li>\n</ul>\n<p>Still not happy? Shoot us an email to support@theeventscalendar.com or tweet to <a href=\"https://twitter.com/TheEventsCal\" rel=\"nofollow\">@TheEventsCal</a> and tell us why. We’ll do what we can to make it right.</p>\n<h3>Contributors</h3>\n<p>The plugin is made with love by <a href=\"http://m.tri.be/2s\" rel=\"nofollow\">Modern Tribe Inc</a>.</p>\n<h4>Current Contributors</h4>\n<ul>\n<li><a href=\"https://profiles.wordpress.org/aguseo\" rel=\"nofollow\">Andras Guseo</a></li>\n<li><a href=\"https://profiles.wordpress.org/barryhughes\" rel=\"nofollow\">Barry Hughes</a></li>\n<li><a href=\"https://profiles.wordpress.org/brianjessee\" rel=\"nofollow\">Brian Jessee</a></li>\n<li><a href=\"https://profiles.wordpress.org/brook-tribe\" rel=\"nofollow\">Brook Harding</a></li>\n<li><a href=\"https://profiles.wordpress.org/tribecari\" rel=\"nofollow\">Caroline Tucker</a></li>\n<li><a href=\"https://profiles.wordpress.org/cliffpaulick\" rel=\"nofollow\">Clifford Paulick</a></li>\n<li><a href=\"https://profiles.wordpress.org/MZAWeb\" rel=\"nofollow\">Daniel Dvorkin</a></li>\n<li><a href=\"https://profiles.wordpress.org/geoffgraham\" rel=\"nofollow\">Geoff Graham</a></li>\n<li><a href=\"https://profiles.wordpress.org/ggwicz\" rel=\"nofollow\">George Gecewicz</a></li>\n<li><a href=\"https://profiles.wordpress.org/bordoni\" rel=\"nofollow\">Gustavo Bordoni</a></li>\n<li><a href=\"https://profiles.wordpress.org/leahkoerper\" rel=\"nofollow\">Leah Koerper</a></li>\n<li><a href=\"https://profiles.wordpress.org/lucatume\" rel=\"nofollow\">Luca Tumedei</a></li>\n<li><a href=\"https://profiles.wordpress.org/borkweb\" rel=\"nofollow\">Matthew Batchelder</a></li>\n<li><a href=\"https://profiles.wordpress.org/neillmcshea\" rel=\"nofollow\">Neill McShea</a></li>\n<li><a href=\"https://profiles.wordpress.org/nicosantos\" rel=\"nofollow\">Nico Santos</a></li>\n<li><a href=\"https://profiles.wordpress.org/peterchester\" rel=\"nofollow\">Peter Chester</a></li>\n<li><a href=\"https://profiles.wordpress.org/reid.peifer\" rel=\"nofollow\">Reid Peifer</a></li>\n<li><a href=\"https://profiles.wordpress.org/shane.pearlman\" rel=\"nofollow\">Shane Pearlman</a></li>\n<li><a href=\"https://profiles.wordpress.org/shelbelliott\" rel=\"nofollow\">Shelby Elliott</a></li>\n<li><a href=\"https://profiles.wordpress.org/trishasalas\" rel=\"nofollow\">Trisha Salas</a></li>\n<li><a href=\"https://profiles.wordpress.org/zbtirrell\" rel=\"nofollow\">Zachary Tirrell</a></li>\n</ul>\n<h4>Past Contributors</h4>\n<ul>\n<li><a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\" rel=\"nofollow\">Casey Driscoll</a></li>\n<li><a href=\"https://profiles.wordpress.org/ckpicker\" rel=\"nofollow\">Casey Picker</a></li>\n<li><a href=\"https://profiles.wordpress.org/dancameron\" rel=\"nofollow\">Dan Cameron</a></li>\n<li><a href=\"https://profiles.wordpress.org/jazbek\" rel=\"nofollow\">Jessica Yazbek</a></li>\n<li><a href=\"https://profiles.wordpress.org/jkudish\" rel=\"nofollow\">Joachim Kudish</a></li>\n<li><a href=\"https://profiles.wordpress.org/jgadbois\" rel=\"nofollow\">John Gadbois</a></li>\n<li><a href=\"https://profiles.wordpress.org/jonahcoyote\" rel=\"nofollow\">Jonah West</a></li>\n<li><a href=\"https://profiles.wordpress.org/jbrinley\" rel=\"nofollow\">Jonathan Brinley</a></li>\n<li><a href=\"https://profiles.wordpress.org/joshlimecuda\" rel=\"nofollow\">Josh Mallard</a></li>\n<li><a href=\"https://profiles.wordpress.org/justinendler\" rel=\"nofollow\">Justin Endler</a></li>\n<li><a href=\"https://profiles.wordpress.org/kellykathryn\" rel=\"nofollow\">Kelly Groves</a></li>\n<li><a href=\"https://profiles.wordpress.org/kelseydamas\" rel=\"nofollow\">Kelsey Damas</a></li>\n<li><a href=\"https://profiles.wordpress.org/kyleunzicker\" rel=\"nofollow\">Kyle Unzicker</a></li>\n<li><a href=\"https://profiles.wordpress.org/mat-lipe\" rel=\"nofollow\">Mat Lipe</a></li>\n<li><a href=\"https://profiles.wordpress.org/mattwiebe\" rel=\"nofollow\">Matt Wiebe</a></li>\n<li><a href=\"https://profiles.wordpress.org/mdbitz\" rel=\"nofollow\">Matthew Denton</a></li>\n<li><a href=\"https://profiles.wordpress.org/nickciske\" rel=\"nofollow\">Nick Ciske</a></li>\n<li><a href=\"https://profiles.wordpress.org/mastromktg\" rel=\"nofollow\">Nick Mastromattei</a></li>\n<li><a href=\"https://profiles.wordpress.org/paulhughes01\" rel=\"nofollow\">Paul Hughes</a></li>\n<li><a href=\"https://profiles.wordpress.org/roblagatta\" rel=\"nofollow\">Rob La Gatta</a></li>\n<li><a href=\"https://profiles.wordpress.org/ryancurban\" rel=\"nofollow\">Ryan Urban</a></li>\n<li><a href=\"https://profiles.wordpress.org/faction23\" rel=\"nofollow\">Samuel Estok</a></li>\n<li><a href=\"https://profiles.wordpress.org/codearachnid\" rel=\"nofollow\">Timothy Wood</a></li>\n</ul>\n\";s:12:\"installation\";s:1151:\"<h4>Install & Activate</h4>\n<p>Installing the plugin is easy. Just follow these steps:</p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins –> Add New.</li>\n<li>Select the Upload option and hit “Choose File.”</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The ‘x.x’ will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it’s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That’s it! Just configure your settings as you see fit, and you’re on your way to creating events in style. Need help getting things started? Check out our <a href=\"http://m.tri.be/2l\" rel=\"nofollow\">new user primer</a> for help with settings and features.</p>\n<h4>Requirements</h4>\n<ul>\n<li>PHP 5.2.4 or greater (recommended: PHP 5.4 or greater)</li>\n<li>WordPress 3.9 or above</li>\n<li>jQuery 1.11.x</li>\n</ul>\n\";s:3:\"faq\";s:6803:\"\n<h4>Installation Instructions</h4>\n<p>\n<h4>Install & Activate</h4>\n<p>Installing the plugin is easy. Just follow these steps:</p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins –> Add New.</li>\n<li>Select the Upload option and hit “Choose File.”</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The ‘x.x’ will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it’s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That’s it! Just configure your settings as you see fit, and you’re on your way to creating events in style. Need help getting things started? Check out our <a href=\"http://m.tri.be/2l\" rel=\"nofollow\">new user primer</a> for help with settings and features.</p>\n<h4>Requirements</h4>\n<ul>\n<li>PHP 5.2.4 or greater (recommended: PHP 5.4 or greater)</li>\n<li>WordPress 3.9 or above</li>\n<li>jQuery 1.11.x</li>\n</ul>\n</p>\n<h4>Are there any troubleshooting steps you’d suggest I try that might resolve my issue before I post a new thread?</h4>\n<p>\n<p>First, make sure that you’re running the latest version of The Events Calendar (4.0 as of this release). If you’re running Events Calendar PRO it needs to match the version number of The Events Calendar. And if you’ve got any other add-ons, make sure those are current / running the latest code as well.</p>\n<p>The most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just The Events Calendar is running on your site. If the issue persists from there, revert to the default Twenty Fourteen theme. If the issue is resolved after deactivating a specific plugin or your theme, you’ll know that is the source of the conflict.</p>\n<p>Note that we aren’t going to say “tough luck” if you identify a plugin/theme conflict. While we can’t guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.</p>\n</p>\n<h4>I’m still stuck. Where do I go to file a bug or ask a question?</h4>\n<p>\n<p>Users of the free The Events Calendar should post their questions in the plugin’s <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"nofollow\">WordPress.org forum</a>, which we hit about once a week (usually on Wednesdays). Please make sure to read <a href=\"https://wordpress.org/support/topic/welcome-the-events-calendar-users-read-this-first/\" rel=\"nofollow\">our sticky post</a> providing an overview of the support we provide free users BEFORE posting. If you find you’re not getting support in as timely a fashion as you wish, you might want to consider purchasing a PRO license.</p>\n<p>If you’re already a PRO user, you’re entitled access to our more actively-monitored <a href=\"http://m.tri.be/2r\" rel=\"nofollow\">Events Calendar PRO forum</a> on our website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. Generally, except in times of increased support loads, we reply to all comments within 24-48 hours during the business week.</p>\n</p>\n<h4>Events Calendar PRO looks awesome! I’m sold! How can I get my hands on it?</h4>\n<p>\n<p>Events Calendar PRO can be purchased directly on <a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">our website</a>. There are five (5) license types available, and all licenses include 1 year of access to support + updates.</p>\n</p>\n<h4>I’m interested in PRO or another add-on, but there are a few questions I’ve got before making the purchase. Can you help me get those addressed?</h4>\n<p>\n<p>Absolutely. If you’re not finding your questions answered on the product pages, hit up our <a href=\"http://m.tri.be/2w\" rel=\"nofollow\">pre-sales forum</a> on our site. You can save yourself some time by reviewing the threads first to verify if your question has already been asked. If it hasn’t, post a new thread as a guest. We’ll get you a reply as quickly as we can, so you can make an informed decision regarding purchase.</p>\n</p>\n<h4>What add-ons are available for The Events Calendar, and where can I read more about them?</h4>\n<p>\n<p>Currently, the following add-ons are available for The Events Calendar:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a>, for adding premium calendar features like recurring events, advanced views, cool widgets, shortcodes, additional fields, and more!</li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a>, a service that effortlessly fills your calendar with events from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS.</li>\n<li><a href=\"http://m.tri.be/18wj\" rel=\"nofollow\">Event Tickets</a> (free), which allows you to collect RSVPs to events. It can run alongside The Events Calendar or as a standalone plugin that adds RSVP functionality to WordPress posts and pages.</li>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a>, which allows you to sell tickets for your events using your favorite e-commerce platform.</li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a>, for allowing frontend event submission from your readers.</li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">Community Tickets</a>, which allows event organizers to sell tickets to the events they submit via Community Events.</li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">Filter Bar</a>, for adding advanced frontend filtering capabilities to your events calendar.</li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">Eventbrite Tickets</a>, for selling tickets to your event directly through Eventbrite.</li>\n</ul>\n</p>\n<h4>I have a feature idea. What’s the best way to tell you about it?</h4>\n<p>\n<p>We’ve got a <a href=\"https://tribe.uservoice.com/forums/195723-feature-ideas\" rel=\"nofollow\">UserVoice page</a> where we’re actively watching for feature ideas from the community. Vote up existing feature requests or add your own, and help us shape the future of the products business in a way that best meets the community’s needs.</p>\n</p>\n<h4>I’ve still got questions. Where can I find answers?</h4>\n<p>\n<p>Check out our extensive <a href=\"http://m.tri.be/18wm\" rel=\"nofollow\">knowledgebase</a> for articles on using, tweaking, and troubleshooting our plugins.</p>\n</p>\n\n\";s:9:\"changelog\";s:49883:\"<h4>[4.5.2.1] 2017-05-19</h4>\n<ul>\n<li>Fix – Prevent fatal errors occuring in PHP 5.5 and earlier [79208]</li>\n</ul>\n<h4>[4.5.2] 2017-05-17</h4>\n<ul>\n<li>Fix – Correct REST API reference URL (our thanks to Lindsey for flagging this) [78658]</li>\n<li>Fix – Improve Event Aggregator integration to avoid situations where imports continually restart but do not complete [77988]</li>\n<li>Tweak – Make the inclusion or exclusion of the year (within the event schedule string) filterable [78070]</li>\n<li>Tweak – Adjustments to help avoid false positive security alerts being generated in relation to our customizer integration [78355]</li>\n</ul>\n<h4>[4.5.1] 2017-05-04</h4>\n<ul>\n<li>Fix – Prevented errors on EA import screen that happened in exotic circumstance. Thanks @kathryn for reporting this! [75787]</li>\n<li>Fix – Made EA preserve custom dates after reimporting a Facebook Event when option is set. [75787]</li>\n<li>Fix – Enhance month view caching to minimize impact of JSON-LD generation [74656]</li>\n<li>Tweak – Styling/layout improvements within the Event Aggregator screen [77895]</li>\n</ul>\n<h4>[4.5.0.2] 2017-05-01</h4>\n<ul>\n<li>Fix – Ensure compatibility with WordPress version 4.4 and earlier</li>\n</ul>\n<h4>[4.5.0.1] 2017-05-01</h4>\n<ul>\n<li>Fix – Resolving issue where some premium plugins were falsely claiming they were out of date</li>\n</ul>\n<h4>[4.5] 2017-05-01</h4>\n<ul>\n<li>Feature – Event Aggregator now allows users to import from other sites with The Events Calendar [68139]</li>\n<li>Feature – Include a Events REST API endpoint for read operations [70711]</li>\n<li>Feature – Include granular Scheduling for Events Aggregator</li>\n<li>Tweak – Update Authority for modified fields now will include Organizer, Venues and Taxonomy changes [71152]</li>\n<li>Tweak – Clean up direct calls to get events and use wrapper <code>tribe_get_events()</code> which has a hook for customizing</li>\n<li>Tweak – Remove including Event Tickets for backwards compatibility as a vendor library [71908]</li>\n<li>Tweak – Create a global ID to increase consistency on all of the imported items with Event Aggregator [75218]</li>\n<li>Fix – Prevent Aggregator to run on Empty Queues thus generating fatals (props to @Donald for the report here) [75377]</li>\n<li>Fix – Categories and Tags are no longer cleared when importing with Event Aggregator (thank you @Nicolas for the report) [74264]</li>\n<li>Fix – Increase consistency on Column Mapping for CSV imports [76476]</li>\n<li>Tweak – Added filters for REST API: <code>tribe_events_rest_url_prefix</code>, <code>tribe_rest_url</code>, <code>tribe_events_rest_use_builtin</code>, <code>tribe_rest_events_archive_data</code>, <code>tribe_rest_event_max_per_page</code>, <code>tribe_rest_event_data</code>, <code>tribe_rest_venue_data</code>, <code>tribe_rest_organizer_data</code>, <code>tribe_rest_event_categories_data</code>, <code>tribe_rest_event_tags_data</code>, <code>tribe_rest_event_taxonomy_term_data</code>, <code>tribe_rest_event_featured_image</code>, <code>tribe_events_rest_api_enabled</code></li>\n<li>Tweak – Added filters for REST API Documentation: <code>tribe_rest_swagger_cost_details_documentation</code>, <code>tribe_rest_swagger_date_details_documentation</code>, <code>tribe_rest_swagger_image_details_documentation</code>, <code>tribe_rest_swagger_image_size_documentation</code>, <code>tribe_rest_swagger_term_documentation</code>, <code>tribe_rest_swagger_event_documentation</code>, <code>tribe_rest_swagger_organizer_documentation</code>, <code>tribe_rest_swagger_venue_documentation</code>, <code>tribe_rest_swagger_documentation</code></li>\n<li>Tweak – Added filters for Modified fields tracking: <code>tribe_tracker_post_types</code>, <code>tribe_tracker_excluded_meta_keys</code>, <code>tribe_tracker_enabled</code>, <code>tribe_tracker_enabled_for_terms</code>, <code>tribe_tracker_taxonomies</code></li>\n<li>Tweak – Added filters for Event Aggregator: <code>tribe_aggregator_localized_data</code>, <code>tribe_aggregator_service_messages</code>, <code>tribe_aggregator_url_import_range_options</code>, <code>tribe_aggregator_url_import_range_cap</code>, <code>tribe_aggregator_url_import_range_start</code>, <code>tribe_aggregator_url_import_range_end</code></li>\n<li>Tweak – Removed filters for Event Aggregator: <code>tribe_aggregator_track_modified_fields</code></li>\n<li>Tweak – Added actions for Initialization: <code>tribe_events_bound_implementations</code></li>\n<li>Tweak – Removed methods for <code>Tribe__Events__Main</code>: <code>track_event_post_field_changes</code>, <code>maybe_load_tickets_framework</code></li>\n<li>Tweak – Removed methods for <code>Tribe__Events__Aggregator__Service</code>: <code>has_service_message</code></li>\n</ul>\n<h4>[4.4.5] 2017-03-23</h4>\n<ul>\n<li>Fix – Local changes to events should be preserved in accordance with the Event Import Authority setting (thanks to @bryan for reporting this one) [72876]</li>\n<li>Fix – Correct the value for days of the week abbreviation (thanks @mmmmartin03 for the report) [75379]</li>\n<li>Tweak – Enable the month view cache by default on new installations [74867]</li>\n<li>Tweak – External links to Google maps changed from http to https (nice find by @bjf2000 – reported via the .org support page) [74930]</li>\n<li>Tweak – Links to WordPress.org changed from http to https (ultimately this is also credited to @bjf2000’s find. Thanks!) [72273]</li>\n</ul>\n<h4>[4.4.4] 2017-03-08</h4>\n<ul>\n<li>Fix – Avoid unnecessarily removing a callback from an action while inside the same action (improves PolyLang compatibility – props @Chouby) [73122]</li>\n<li>Fix – Resolving issue where sites that overrode the wp-admin path would fail to successfully perform a Facebook OAuth with Event Aggregator [74687]</li>\n<li>Tweak – Improve template loading for easier customization by developers and better support of the template hierarchy (props @QWp6t) [72842]</li>\n</ul>\n<h4>[4.4.3] 2017-02-22</h4>\n<ul>\n<li>Fix – Resolved issue where iCal exports on month view were exporting more events than intended (thanks to @s2ldesign for reporting in our forums) [72133]</li>\n<li>Fix – Resolved meta width issue for maps when Pro is active (gracias a @ANTONIO JOSE por el reporte del error) [69844, 72272]</li>\n<li>Fix – Resolved issue where featured images were not being imported via Event Aggregator Facebook imports (cheers to @Cody for the inital bug report) [72764]</li>\n<li>Fix – Resolved issue where translated ‘all’ slugs were not respected (thank you @Marianne for your report in the forums) [71996]</li>\n<li>Tweak – Translation improvements and fixes (@Katja – thanks! ) [70068]</li>\n<li>Tweak – Allow “-1” when specifying the “Month view events per day” setting [70497]</li>\n</ul>\n<h4>[4.4.2] 2017-02-09</h4>\n<ul>\n<li>Fix – Ensure the global and source-specific Google Map settings for imports are respected [67228]</li>\n<li>Fix – Prevent PHP 5.2 Strict mode from throwing notices due to usage of <code>is_a</code> [72812]</li>\n<li>Fix – Ensure the events list widget’s show/hide if there are upcoming events setting is respected [72965]</li>\n<li>Tweak – Add filters for template tag functions related to dates: <code>tribe_get_start_time</code>, <code>tribe_get_end_time</code>, <code>tribe_get_start_date</code> and <code>tribe_get_end_date</code> [67759]</li>\n</ul>\n<h4>[4.4.1.1] 2017-01-26</h4>\n<ul>\n<li>Fix – Resolved fatal caused when rendering themes that override tribe styles</li>\n</ul>\n<h4>[4.4.1] 2017-01-26</h4>\n<ul>\n<li>Fix – Resolve the Fatals related to undefined methods and Memory exhaustion [71958, 71912]</li>\n<li>Fix – iCal export for Single events working again [71916]</li>\n<li>Tweak – Changes the Search label to prevent duplicate words (props @oheinrich) [72149]</li>\n<li>Tweak – Add theme version to <code>tribe-event.css</code> (props @berler) [71973]</li>\n<li>Fix – Resolve JavaScript error when jQuery was been de-registered [71369]</li>\n<li>Fix – Prevent Fatals when Importing Images on Event Aggregator [70576]</li>\n<li>Fix – Prevent Third Party notes to be escaped, anchor link working again [71872]</li>\n<li>Fix – Google Maps now are using HTTPS instead of HTTP (props @cliffordp)</li>\n<li>Fix – Prevent Fatals on Event Aggegrator Cron, due to Activity logging failure [71904]</li>\n<li>Fix – Elminate some cases of problem with Facebook manual import on Event Aggregator [69137]</li>\n<li>Fix – WPML integration smaller incompatibilities [70520, 70522]</li>\n</ul>\n<h4>[4.4.0.1] 2017-01-09</h4>\n<ul>\n<li>Fix – Adds safety check to ensure a smooth activation process when earlier versions of Tribe Common are active</li>\n</ul>\n<h4>[4.4] 2017-01-09</h4>\n<ul>\n<li>Feature – Add dynamic helper text to single event editor to display the events date and time [66484]</li>\n<li>Feature – Add support for featured events [65898]</li>\n<li>Feature – Add support for placing the main events archive on the site homepage [38757]</li>\n<li>Feature – Add support for the theme customizer [67489]</li>\n<li>Feature – Make it possible to adjust map pins via the theme customizer [65889]</li>\n<li>Feature – Support for Event Aggregator in a multisite network context added [61427]</li>\n<li>Fix – Add a link to The Events Calendar Help page in the Network Administration screen of multisite installations [68665]</li>\n<li>Fix – Multisite license editing and displaying consistency [68662]</li>\n<li>Tweak – Adjusted styles and added actions for featured events in the List Widget [65923]</li>\n<li>Tweak – Organizers and Venues are now with a better and cleaner interface [68430]</li>\n<li>Tweak – Eliminate duplicate meta data for organizer posts [25084]</li>\n<li>Tweak – Improved the start/end date user interface [66486, 66487, 66550]</li>\n<li>Tweak – iCal export now includes all events – up to a reasonable limit – rather than just those in the current view [65037]</li>\n<li>Tweak – Adjustments made to the default week view colour scheme [69756]</li>\n<li>Tweak – Add AJAX and improve consistency of the venue and organizer UI [38129]</li>\n</ul>\n<h4>[4.3.5] 2016-12-20</h4>\n<ul>\n<li>Tweak – Updated the template override instructions in a number of templates [68229]</li>\n<li>Tweak – Improve behaviour of tribe_get_events_title() in respect of single events [46313]</li>\n<li>Tweak – Event Aggregator will only load on the Administration, prevent bigger loads for Front-End users [70812]</li>\n<li>Tweak – Allow better filtering for Organizers and Venue Meta fields (Props: @Chouby from Polylang) [70894]</li>\n<li>Fix – Prevent JavaScript Notices related to Bumpdown [69886]</li>\n<li>Fix – Assets URL on Windows Servers are fully operational again [68377]</li>\n<li>Fix – JavaScript and CSS files will respect HTTPS on all pages [69561]</li>\n<li>Fix – Fixed comment count and visibility issues due to Event Aggregator records [68297]</li>\n<li>Fix – Fixed PHP notices and warnings raised when importing .ics files [69960]</li>\n<li>Fix – Only show link to Venues if Pro is active in List View [69887]</li>\n<li>Fix – Fixed and issue that would make Event Aggregator importing notices remain stuck in the Import screen [70614]</li>\n<li>Fix – Avoid error screen when saving licenses on multisite installations [68599]</li>\n<li>Fix – Fix calendar view links in WPML language switcher [67134]</li>\n</ul>\n<h4>[4.3.4.2] 2016-12-13</h4>\n<ul>\n<li>Fix – Correct an oversight leading to breakages of the /all/ events archive for Events Calendar PRO users [70662]</li>\n</ul>\n<h4>[4.3.4.1] 2016-12-09</h4>\n<ul>\n<li>Fix – Updates Tribe Common to remove some stray characters that were impacting page layouts (props: @Aetles) [70536]</li>\n</ul>\n<h4>[4.3.4] 2016-12-08</h4>\n<ul>\n<li>Tweak – Tribe Common now is loaded only once across our plugin suite, improves performance on some cases [65755]</li>\n<li>Fix – Featured Images for Event Aggregator imports are works as expected again. [69465]</li>\n<li>Fix – Google Calendar and iCalendar files are now updating it’s repective events [68684]</li>\n<li>Fix – On demand Event Aggregator records will update events corretly [69542]</li>\n</ul>\n<h4>[4.3.3] 2016-11-16</h4>\n<ul>\n<li>Feature – Added Tribe Extension class and loader, to make small addons easier to build [68188]</li>\n<li>Fix – Ordering on Month view is working as expected again [69123]</li>\n<li>Fix – Enable ampersand character in mobile month view titles (thanks @kate for the report of this) [45409]</li>\n<li>Fix – Prevent notices for Event Aggregator License checking [67981]</li>\n<li>Fix – Miss-Matched text domains are resolved, important for translations (props to @Hans) [68462]</li>\n<li>Fix – Sticky on Month View is working as expect again [68902]</li>\n<li>Fix – Prevent HTTPS websites from pointing to Assets in HTTP [68372]</li>\n<li>Fix – On <code>WP_Query</code> we will no-longer overwrite custom <code>post__not_in</code> params [42143]</li>\n</ul>\n<h4>[4.3.2] 2016-11-02</h4>\n<ul>\n<li>Fix – Fixes an issue where the text in the Location search field was URL encoded when using the back or forward button for navigation. [61742]</li>\n<li>Fix – Aggregator Errors will not show more than once daily as comments (Thanks @Jacob for your report on the forums) [68094]</li>\n<li>Fix – Event Aggregator ICS default configuration now are been Selected Correctly [67885]</li>\n<li>Fix – Shortcode Month view now will display tooltips correctly [68094]</li>\n<li>Fix – Avoid loading the select2 JavaScript library twice when Advanced Custom Fields is activated (props to @ryan for the initial report [43605]</li>\n<li>Fix – Avoid errors and notices on calendar page when X theme and WPML plugins are active (thanks @ingrid for reporting this one) [64400]</li>\n</ul>\n<h4>[4.3.1.1] 2016-10-20</h4>\n<ul>\n<li>Fix – Corrected a packaging issue from the 4.3.1 release [67936]</li>\n</ul>\n<h4>[4.3.1] 2016-10-20</h4>\n<ul>\n<li>Tweak – Implement the pruning of Event Aggregator history records after 7 days, filterable by tribe_aggregator_record_retention [68283]</li>\n<li>Tweak – Event Aggregator will now verify that the license key has uses remaining before creating a history record [68286]</li>\n<li>Tweak – Improve <code>tribe_create_event</code> documentation (Props to Keith) [44871]</li>\n<li>Fix – Resolved an issue where scheduled Event Aggregator imports marked as “On Demand” were being run by cron [68284]</li>\n<li>Fix – Resolved a bug where empty meta fields were being inserted into Event Aggregator record post meta [68290]</li>\n<li>Fix – Resolved a bug where Venue and Organizers urls were been generated incorrectly (Thanks @Matt) [68168]</li>\n<li>Fix – Pagination links on Month view are updating correctly [67977]</li>\n<li>Fix – Resolved the support for translated event category archive slug that could lead to broken links on the front-end while using WPML (Props to Wilco in the support Forums) [62018]</li>\n<li>Fix – Resolved a bug where searching for past events in the List view would always yield no results (Thanks for the report @Davide) [61863]</li>\n<li>Fix – Resolved an issue where long file names would break plugin updates on some Windows installations (pros to @Alan [62552]</li>\n<li>Fix – Resolved an issue where the <code>/all</code> link on recurring events on non English websites could be broken (reported by @lumiest – thanks!) [68062]</li>\n<li>Fix – Pagination links on Month view are updating correctly [67977]</li>\n</ul>\n<h4>[4.3.0.1] 2016-10-14</h4>\n<ul>\n<li>Fix – Preventing legacy Facebook events from been duplicated</li>\n</ul>\n<h4>[4.3] 2016-10-13</h4>\n<ul>\n<li>Feature – Added Event Aggregator to enable service-based event imports from iCal feeds, Facebook, and Meetup</li>\n<li>Feature – Revamped the CSV import screens to work within the new Event Aggregator pages</li>\n<li>Tweak – Adjusted some view logic to support the new Event Views shortcode in Pro [44800]</li>\n<li>Tweak – Added a button to copy the system infomation on the help tab [43709]</li>\n<li>Tweak – Added an option for users to opt into automatic system infomation so our support system can grab the system information found on the help tab automatically [31645]</li>\n<li>Tweak – Use an earlier hook for iCal feed generation (props @jlambe) [64141]</li>\n<li>Tweak – Revise and simplify integration with Event Tickets attendee screen [61992]</li>\n<li>Tweak – Added context to a set of strings to make translation easier (props @pedro-mendonca) [64586]</li>\n<li>Tweak – Deprecated various disused functions and classes relating to the Meta Factory [39905]</li>\n<li>Fix – Cease using GLOB_BRACE for including deprecated files due to limited server support [63172]</li>\n<li>Fix – Avoid problems that can occur when hooking and unhooking actions (props @Chouby) [63474]</li>\n<li>Fix – Resolves an issue where we were duplicating a core WordPress hook but with a different set of parameters (props @Chouby) [66455]</li>\n<li>Fix – Correct the datetime formatting issues within the iCal feed (props @henryk) [65968]</li>\n<li>Deprecated – <code>Tribe__Events__Main::initOptions()</code> has been deprecated with no replacement</li>\n<li>Deprecated – <code>Tribe__Events__Main::set_meta_factory_global()</code> has been deprecated in favor of using the <code>Tribe__Events__Meta_Factory</code> class</li>\n<li>Deprecated – The <code>setup_meta()</code> method in both the <code>Tribe__Events__Template__Single_Event</code> and <code>Tribe__Events__Template_Factory</code> classes has been deprecated</li>\n<li>Deprecated – The <code>the_title()</code>, <code>event_date()</code>, <code>event_category()</code>, <code>event_tag()</code>, <code>event_website()</code>, <code>event_origin()</code>, <code>organizer_name()</code>, <code>organizer_email()</code>, <code>venue_name()</code>, <code>venue_address()</code>, and <code>venue_map()</code> methods have been deprecated in the <code>Tribe__Events__Advanced_Functions__Register_Meta</code> class</li>\n<li>Deprecated – The <code>register()</code>, <code>check_exists()</code>, and <code>get_args()</code> methods have been deprecated in the <code>Tribe__Events__Meta_Factory</code> class</li>\n</ul>\n<h4>[4.2.7] 2016-09-15</h4>\n<ul>\n<li>Tweak – Additional support for plugin extensions</li>\n</ul>\n<h4>[4.2.6] 2016-08-31</h4>\n<ul>\n<li>Add – tribe_is_event_past() conditional to detect if event end time is past current time (Reported by @Jonathan in our support forums – thanks Jonathan.)</li>\n</ul>\n<h4>[4.2.5] 2016-08-17</h4>\n<ul>\n<li>Fix – Fixed inconsistent template filtering logic for single event template [62525]</li>\n<li>Tweak – Restored preview for published events [64874]</li>\n</ul>\n<h4>[4.2.4] 2016-08-03</h4>\n<ul>\n<li>Tweak – Changed “Event Add-Ons” to load faster [64286]</li>\n<li>Fix – Fixed default venue setting [64628]</li>\n<li>Fix – Fixed default venue state and province settings [64629]</li>\n</ul>\n<h4>[4.2.3] 2016-07-20</h4>\n<ul>\n<li>Fix – In month view, be sure to unhook JSON-LD output when calling unhook function</li>\n<li>Fix – Incorrect JSON-LD event start and end times (thank you @jjbte for reporting on .org forums)</li>\n<li>Fix – Show Google Map and Link checkbox so they show when editing an event (Reported originally by Michael of @NailedIT in the .org forum)</li>\n<li>Fix – Use Community Events Venue Edit Link when on Community Events Forms instead of Admin (also as a result of the report abve from @NailedIT. Thanks again.)</li>\n</ul>\n<h4>[4.2.2] 2016-07-06</h4>\n<ul>\n<li>Fix – Small CSS Issue on Welcome Page</li>\n<li>Fix – Month view on mobile device width doesn’t have links to prev/next months</li>\n<li>Fix – Reimport of updated CSV removes featured image (Bug #46149)</li>\n<li>Fix – Fixed the issue that would make multiple organizers details disappear when trying to submit invalid event data using Community</li>\n<li>Fix – Add a check to avoid being unable to switch view when Filter Bar plugin is active and at least one field is set to auto-complete mode</li>\n<li>Fix – Only add the events custom post type to the tag archive queries and not custom queries with tags [45635]</li>\n<li>Fix – When using the filter tribe_events_excerpt_allow_shortcode shortcodes will be maybe be processed in event excerpts in the list views [42289]</li>\n</ul>\n<h4>[4.2.1.1] 2016-06-28</h4>\n<ul>\n<li>Fix – Ensure translations load as expected with all supported versions of WordPress (thanks to @JacobALund for originally reporting this on .org forums)</li>\n</ul>\n<h4>[4.2.1] 2016-06-22</h4>\n<ul>\n<li>Tweak – Adjust the caching rules for Month View for faster loading</li>\n<li>Fix – Replace a bad return type to avoid unnecessary notices in the error log</li>\n<li>Fix – Add missing styles for correctly hide screen reader text</li>\n<li>Fix – Fixes <code>tribe_get_event_link()</code> which wasn’t working when passing second parameter as `true’</li>\n<li>Tweak – Reduce the ginormous font size of Month View titles in skeleton styles</li>\n<li>Fix – Add styling to adjust List View description to full width</li>\n<li>Fix – Miscellaneous tweaks to improve the Month and Day views</li>\n<li>Fix – Fix a shorthand array that was causing errors in PHP 5.2 and 5.3 when importing events</li>\n</ul>\n<h4>[4.2] 2016-06-08</h4>\n<ul>\n<li>Feature – Added Google Maps API key field in the Settings tab to avoid map timeouts and errors on larger sites (Thanks to Yan for reporting this!)</li>\n<li>Feature – Added support for featured image, multiple organizers, excerpt and more custom fields in the .csv file import function for events (Thank you to Graphic Designer for posting on UserVoice!)</li>\n<li>Feature – Added support for featured image, description, map details and more custom fields in the .csv file import function for venues</li>\n<li>Feature – Added support for featured image and description in the .csv file import function for organizers (Thank you to Rebecca for posting on UserVoice!)</li>\n<li>Feature – Added an oEmbed template for events</li>\n<li>Feature – Improve performance of a query used to determine if there are free/uncosted events (Thank you @fabianmarz for the pull request!)</li>\n<li>Feature – Added support for attaching custom post types to events</li>\n<li>Tweak – Improved filtering of the <code>tribe_event_featured_image()</code> function (Cheers to @fabianmarz!)</li>\n<li>Tweak – Add an encoding class for the CSV importer to prevent non utf8 characters from preventing imports (Thanks to screenrage for the report!)</li>\n<li>Tweak – Improved our JSON-LD output to ensure consistency (Props to @garrettjohnson and Lars!)</li>\n<li>Tweak – Language files in the <code>wp-content/languages/plugins</code> path will be loaded before attempting to load internal language files (Thank you to user aafhhl for bringing this to our attention!)</li>\n<li>Tweak – Switch to HTTPS for the “Powered by The Events Calendar” link (Thank you Cynthia for reporting this!)</li>\n<li>Tweak – Switch to using HTTPS by default for interactions with Google Maps API</li>\n<li>Tweak – Improved filterability of calendar excerpts by introducing the new <code>tribe_events_get_the_excerpt</code> filter hook</li>\n<li>Tweak – Improved filtering of organizer details when importing by CSV (Props to @Geir for bringing this up!)</li>\n<li>Tweak – Adjustments for single event view in Twenty Fifteen theme</li>\n<li>Tweak – Improved performance of query used to test for events without any cost</li>\n<li>Tweak – Added missing semicolon to a laquo (Props to mwender on GitHub for the fix!)</li>\n<li>Tweak – Improve the “stickiness” of CSV import column mappings (Thank you @jamesgol!)</li>\n<li>Tweak – Consistency of JSON-LD markup improved (Cheers to @garrettjohnson for the help!)</li>\n<li>Tweak – Avoid notice-level errors when working with WP CLI on a site where The Events Calendar is also active (Thanks to @sun)</li>\n<li>Tweak – Corrected the spelling of timezone in the CSV Importer’s event field</li>\n<li>Tweak – Updated venue and organizer templates to use the new architecture for attaching custom post types to events</li>\n<li>Tweak – Move plugin CSS to PostCSS</li>\n<li>Tweak – Category default view is now set to <code>default</code> in place of hardcoding the current default view in the category base rewrite rule [31907]</li>\n<li>Deprecated – <code>Tribe__Events__PUE__Checker</code>, <code>Tribe__Events__PUE__Plugin_Info</code>, and <code>Tribe__Events__PUE__Utility</code> classes are deprecated and are replaced by <code>Tribe__PUE__Checker</code>, <code>Tribe__PUE__Plugin_Info</code>, and <code>Tribe__PUE__Utility</code> classes</li>\n<li>Fixed – Changed the use of <code>have_posts()</code> in the maybe iCal links for the main views that could cause an infinite loop</li>\n<li>Accessibility – Focus styles added for search fields</li>\n<li>Accessibility – Add ARIA labels for Month/Day/List sub nav</li>\n<li>Accessibility – Add ARIA label for events footer sub nav heading</li>\n</ul>\n<h4>[4.1.4] 2016-05-19</h4>\n<ul>\n<li>Fix – Improve accuracy of list view pagination after switching from month view</li>\n<li>Tweak – Give the multi-organizer form ‘sticky’ properties so values persist even if the submission is initially rejected</li>\n<li>Tweak – Resolved minor CSS issues in the welcome page</li>\n</ul>\n<h4>[4.1.3] 2016-04-28</h4>\n<ul>\n<li>Fix – Month View single days are now ordered as follows: sticky events, ongoing multi-day events, all day events, then start time. In other words, all events should be ordered as you’d expect when viewing events in Month View.</li>\n<li>Fix – Updated the compatibility of CSV importer with WordPress 4.5 due to a change in the <code>post_status</code> filter. This will help prevent some of the errors you may have seen when importing events using a CSV file.</li>\n<li>Tweak – Added new event names for AJAX success to the List, Month, and Day views to help The Events Calendar’s compatibility with our other premium plugins.</li>\n</ul>\n<h4>[4.1.2] 2016-04-11</h4>\n<ul>\n<li>Tweak – Removed an unneeded hook that attempted to add a query argument to event tag links</li>\n<li>Fix – Resolved an issue where events marked as “sticky” would not display as such in Month View</li>\n<li>Fix – Dashes, hyphens, or whatever you like to call them in the events archive slug no longer breaks the URL</li>\n<li>Fix – The notice that pops up when a conflicting “events” page exists can now be dismissed</li>\n</ul>\n<h4>[4.1.1.1] 2016-04-07</h4>\n<ul>\n<li>Security – Tightened up security with post type link filtering (props to Nadal Soler for reporting this issue!)</li>\n<li>Security – Tightened up security around tribe bar submissions (props to Paul Mynarsky for reporting this issue!)</li>\n</ul>\n<h4>[4.1.1] 2016-03-30</h4>\n<ul>\n<li>Fix – Resolved bug where array notices were output on single event pages when venues were not set (props to zaxiscreative for reporting this issue!)</li>\n<li>Fix – Resolved issue where the Month View in mobile sizes retained the long day-of-week names when the abbreviations should have been used (props to Lucy for the bug report!)</li>\n<li>Fix – Fixed bug where a “0” was added to the default Venue name when creating a new event</li>\n<li>Fix – Fixed notice that caused Ajax requests to fail (props to cgrymala on WP.org for reporting this!)</li>\n<li>Fix – Removed quotes from around TZID-specified timezones in iCal feeds which causes problems with some parsers (props to factory44 for reporting the issue that lead to this fix)</li>\n<li>Fix – Resolved various capitalization issues with German translations (props to oheinrich in our forums for pointing out this issue!)</li>\n</ul>\n<h4>[4.1.0.1] 2016-03-17</h4>\n<ul>\n<li>Fix – Resolved multiple issues with the German <code>de_DE</code> language file that caused a number of site-breaking issues</li>\n</ul>\n<h4>[4.1] 2016-03-15</h4>\n<ul>\n<li>Feature – Added a tribe_get_venue_website_url() function for fetching Venue website URLs (props to fervorcreative in our forums for this request!)</li>\n<li>Performance – Lazy-load venue and organizer selector data</li>\n<li>Tweak – Allow iCal filenames to be filtered via a new filter: tribe_events_ical_feed_filename</li>\n<li>Tweak – Added a hook to allow single day queries in month view to be filtered: tribe_events_month_daily_events_query_args</li>\n<li>Tweak – Improved the logic around rebuilding known date ranges</li>\n<li>Tweak – Always show the “Merge Duplicates” button for venues and organizers in the Events General Settings page</li>\n<li>Tweak – Allow the “same slug” notice to be dismissed and fix some text in that message</li>\n<li>Tweak – Ignore alpha/beta/rc suffixes on version numbers when checking template versions</li>\n<li>Tweak – Add a filter for month view daily events query: tribe_events_month_daily_events_query_args</li>\n<li>Tweak – Added a more flexible cost range parsing function</li>\n<li>Tweak – Obfuscate license keys Events > Help > System Information</li>\n<li>Fix – Fixed a fatal that sometimes occurred when refreshing the import CSV page</li>\n<li>Fix – Fixed issue where some characters were not escaped appropriately for month and year formats</li>\n<li>Fix – Added missing tribe-loading@2x.gif</li>\n<li>Fix – Fixed a warning produced by passing a DateTime() object into start_date or end_date args of tribe_get_events (props to iamhexcoder for the pull request!)</li>\n<li>Fix – Fixed bug where events in month view were not always sorted in chronological order</li>\n<li>Fix – Fixed the System Info URL in Events > Help</li>\n<li>Fix – Resolved issue where the default country would be “Array” if no default country is set</li>\n<li>Fix – Fixed bug where ajaxurl was sometimes undefined</li>\n</ul>\n<h4>[4.0.7] 2016-03-02</h4>\n<ul>\n<li>Fix – Resolve display issues on templates with Jetpack and a few themes</li>\n<li>Fix – Mobile breakpoints on month view working with custom breakpoints</li>\n<li>Fix – Reordering Venue and Organizer metadata no longer breaks titles</li>\n<li>Fix – Prevented notices from happening when using <code>the_title</code> filter</li>\n<li>Fix – iCal links now will respect categories on the first page</li>\n<li>Fix – Prevent third-party bugs with SEO plugins when inserting events programmatically</li>\n<li>Fix – Organizer information is showing up again correctly</li>\n<li>Fix – Modified the add-on license validation method to better explain what is happening</li>\n<li>Fix – Description on mobile views now have the correct class attribute on HTML</li>\n<li>Fix – Added missing semicolon on the list navigation for “&laquo”</li>\n</ul>\n<h4>[4.0.6] 2016-02-17</h4>\n<ul>\n<li>Tweak – Adjust injection of event data into the_content from priority 10 to 9 for better 3rd-party plugin compatibility</li>\n<li>Tweak – Change mobile month view selector to load event details below the calendar for better theme compatibility</li>\n<li>Tweak – Better handling of edge cases on the post_excerpt for List View</li>\n<li>Tweak – Removal of generic CSS classes like <code>.updated</code> and <code>.published</code></li>\n<li>Fix – Prevent Notices from appearing when using <code>tribe_get_organizer()</code></li>\n<li>Fix – Make HTML Single Event Pages valid</li>\n<li>Fix – Numeric named categories URLs are now fully working</li>\n<li>Fix – Event Title now Accepts HTML on Tooltips</li>\n<li>Fix – Licenses Tab now will work with <code>DISALLOW_FILE_MODS</code> (Props to Sun for spotting and fixing this)</li>\n</ul>\n<h4>[4.0.5] 2016-01-15</h4>\n<ul>\n<li>Security – Security fix with Venues and Organizers (props to grantdayjames for reporting this!)</li>\n</ul>\n<h4>[4.0.4] 2015-12-23</h4>\n<ul>\n<li>Tweak – Including the latest embedded Event Tickets release for backward compatibility</li>\n</ul>\n<h4>[4.0.3] 2015-12-22</h4>\n<ul>\n<li>Tweak – Adjust single-event.php template to allow the “Time” title and content to be filterable (Props to Sitecrafting for highlighting this issue!)</li>\n<li>Fix – Resolved issue with an overly escaped Event Category edit URL that prevented editing categories (Thanks to Ian for the first report of this issue!)</li>\n<li>Fix – Fixed issue where clicking on columns on the Events listed in the Admin Dashboard were ALWAYS sorted by Event start/end date before sorting by the column selected (Cheers to Corrado for bringing this to our attention!)</li>\n</ul>\n<h4>[4.0.2] 2015-12-16</h4>\n<ul>\n<li>Tweak – Adding better support for non-numeric cost values on events (Props to Mirja for highlighting this!)</li>\n<li>Tweak – Avoid notice level errors when advanced events list widget settings are saved (Thank you Johan for reporting the issue!)</li>\n<li>Tweak – Improve messaging in the same-slug warning message (Thanks to Simon for bringing this to our attention!)</li>\n<li>Tweak – Hook to Event Tickets to inject event dates into ticket emails</li>\n<li>Tweak – Adding better support for default venues (Props to Karly for noting this!)</li>\n<li>Tweak – Improve handling of internationalized slugs (Cheers to Oliver for the help!)</li>\n<li>Fix – Ensure the past events list displays the correct events when accessed via ajax (Thank you Jesse for highlighting this!)</li>\n<li>Fix – Support ordering by venue/organizer within event queries (Thank you Doug for bringing this to our attention!)</li>\n<li>Fix – Fixed issue where events with the same date/time would sometimes be excluded from single-event navigation (Cheers to JeremyEnglert for the tip!)</li>\n<li>Fix – Resolved issue where events set with the explicit cost of 0 were not showing as “Free” (Thank you terrizsolo for reporting this!)</li>\n<li>Fix – Fixed bug where the datepicker in Twenty Sixteen was really ugly</li>\n<li>Fix – Fixed bug where using Quick Edit on events caused the table columns in the event list to become jumbled on save (Props to A K for the report!)</li>\n<li>Fix – Resolved bug where category links sometimes included event category 1 (Thank you Anthony for the original report of this problem!)</li>\n<li>Fix – Fixed a settings page URL (Props to Kristy for the heads up!)</li>\n</ul>\n<h4>[4.0.1] 2015-12-10</h4>\n<ul>\n<li>Tweak – Add a warning message for major updates</li>\n<li>Tweak – For SEO reasons, use an h1 for the title rather than an h2 (props to wpexplorer for this fix)</li>\n<li>Tweak – Target the calendar view grid in JS using a simpler selector</li>\n<li>Fix – Resolved WP 4.4 related fatal on the Nav Menu page that prevented the admin footer from rendering/enqueuing JS</li>\n<li>Fix – Resolved bug where visiting /events/upcoming could sometimes result in an infinite redirect loop</li>\n<li>Fix – Removed <code>wp_trim_excerpt</code> and use only it’s powers, fixing the excerpt problem</li>\n<li>Fix – Fixed bug where the mobile calendar view did not display the date for the date being viewed</li>\n<li>Fix – Fixed bug where the admin toolbar’s Events > Import > CSV did not link to the CSV importer page</li>\n<li>Fix – Fixed issue where the events list in the admin dashboard were not ordered in an intuitive manner</li>\n<li>Fix – Resolved bug where sorting by event category or tag resulted in an error</li>\n<li>Fix – Fixed bug where full event content text was displayed where excerpts should have been displayed</li>\n<li>Fix – Resolved issue where events imported via CSV were excluded from single event navigation</li>\n<li>Fix – Fixed bug where /events/list would sometimes 404 on a new install</li>\n<li>Fix – Resolved bug where multiday all-day events displayed the end date as one day later than it should be when the End of Day Cut-off was set to something other than 12am</li>\n<li>Fix – Timezone handling fixed within generated iCal feeds</li>\n</ul>\n<h4>[4.0] 2015-12-02</h4>\n<ul>\n<li>Security – A TON of escaping was added to our codebase thanks to the efforts of the always-helpful Andy Fragen (@afragen)</li>\n<li>Feature – Moved the Ticket framework code into its own plugin (event-tickets)</li>\n<li>Feature – The event cost now supports more international formats with the addition of the tribe_events_cost_separators filter (Thank you remokrol for bringing this to our attention!)</li>\n<li>Feature – Added support for the twentysixteen theme</li>\n<li>Feature – Created a new Add-Ons tab in Settings so that TEC add-ons can have a consolidated settings tab</li>\n<li>Feature – Improve the date formats UI by providing example output for each selected format</li>\n<li>Tweak – Restructured TEC’s core settings code for reusability with other standalone plugins like Event Tickets</li>\n<li>Tweak – Deprecate old JS event names in favor of a new JS event naming standard. Example: deprecated tribe_ev_runAjax in favor of run-ajax.tribe</li>\n<li>Tweak – Consolidated import pages for TEC and add-ons</li>\n<li>Tweak – When suggesting a UTF-8 compatibility CSV formatting tool, point to one that still exists</li>\n<li>Tweak – Added the ability to filter attendees CSV items via tribe_events_tickets_attendees_csv_items (Props to @bostondv on GitHub for this patch!)</li>\n<li>Tweak – Updated all excerpt output to use tribe_events_get_the_excerpt() to ensure a consistent display of excerpt content (Cheers to Joseph to pointing this out!)</li>\n<li>Tweak – Add support for wp_get_document_title in response to the WordPress 4.4 deprecation of wp_title</li>\n<li>Tweak – Check post creation permissions before letting users create venues and organizers from the event meta box</li>\n<li>Tweak – Only display data separators between fields that have data when rendering organizers (Thank you Bud for highlighting this issue!)</li>\n<li>Tweak – When a user cannot create organizers, prevent the auto-selection of organizers when editing an event</li>\n<li>Tweak – Remove microformat CSS classes from templates and replace with namespaced content-relevant CSS classes</li>\n<li>Tweak – Changed the “updated” CSS class to “tribe-updated” so that it is properly namespaced (Thank you vijayrajesh!)</li>\n<li>Tweak – The Plugin Update Checker will now auto-save valid plugin keys (Thanks to Denon for originally bringing this up!)</li>\n<li>Tweak – Cleaned up the output of JSON-LD data. Filterable via the new tribe_google_data_markup_json filter</li>\n<li>Tweak – Drop the use of the generic CSS class “placeholder” in favor of “tribe-event-placeholder” (Thanks to Marc on the forums!)</li>\n<li>Tweak – Adjusted the CSS padding on Admin Menu items for Events</li>\n<li>Tweak – Various codesniffer fixes</li>\n<li>Tweak – tribe_get_venue_link() no longer echoes if you ask it to return an <a> element</a></li>\n<li>Tweak – Error messages for empty Venue names</li>\n<li>Tweak – Improve our responsiveness for the widget mini calendar, allowing smaller sidebars.</li>\n<li>Tweak – No longer retrieve empty costs when fetching all costs for all events</li>\n<li>Tweak – Change the priority of bootstrapping the-events-calendar to ensure it occurs before any of the TEC addons in the event some addons are upgraded to v4.0 later than TEC</li>\n<li>Tweak – Adjust the logic used for adding a noindex/follow tag to event views</li>\n<li>Tweak – No longer hiding default address fields when default venues are selected when Pro is active</li>\n<li>Fix – Resolved issue where the iCal feed did not provide an appropriately formatted timezone in some cases (Cheers to Matt for the report!)</li>\n<li>Fix – Added support for translating some previously untranslatable strings (Props to tititou36, media325, and Stef!)</li>\n<li>Fix – Prevented duplicate CSS IDs on the mini calendars (Cheers to Corrado for the help!)</li>\n<li>Fix – Fixed bug causing tribe_get_single_ical_link() and tribe_get_ical_link() to use the same URL when it shouldn’t (Props to Ben Byrne @drywall on Twitter for the heads up!)</li>\n<li>Fix – Fixed issue where the “Add another organizer” text wasn’t using the correct singular label (Thank you MIKE for the report!)</li>\n<li>Fix – Various CSS fixes for twenty(ten-fifteen)</li>\n<li>Fix – Improved our handling of <code>get_current_screen()</code> across the plugin, avoiding notices and warnings (Thank you Mike for the help!)</li>\n<li>Fix – Fixed bug where accessing object properties on a non object errored out when saving event meta (props to @dalethedeveloper on GitHub for this fix!)</li>\n<li>Fix – Fixed bug where organizer ID meta attached sometimes included a blank record. That blank record is no longer returned in tribe_get_organizer_ids()</li>\n<li>Fix – Fixed error message returned when tabbing away from a blank event name meta box so that it properly indicates that an event name is required (Our thanks to @tapan29bd for this fix!)</li>\n<li>Fix – Resolved issue where Timezone event start/end date property name strings were malformed which guaranteed a a call to get_post_meta for Timezone date strings</li>\n<li>Fix – Fixed CSS issue where the month view calendar could sometimes extend beyond the edge of the page when Skeleton Styles were enabled</li>\n<li>Fix – Fixed a problem where iCal data was generated with incorrect dates in the case of some all days events (thanks to Matt for highlighting this)</li>\n<li>Fix – Resolved a problem causing the previous month view to appear when it should not</li>\n<li>Fix – Fixed issue in mobile month view where date was missing from heading</li>\n<li>Fix – Resolved issue that caused /events/ to 404 if it was visited on a new install before hitting “Save” on the Events > Settings > Display page</li>\n<li>Deprecated – The Tribe__Events__Main::defaultValueReplaceEnabled() method is being deprecated in favor of tribe_get_option(‘defaultValueReplace’). Schedules for removal in v4.5</li>\n<li>Deprecated – The tribe_event_link() has been deprecated in favor of tribe_get_event_link(). Scheduled for removal in 5.0</li>\n<li>Deprecated – The third parameter of tribe_get_organizer_link() (the $echo parameter) has been deprecated and is scheduled for removal in 5.0</li>\n<li>Deprecated – Tribe__Events__Abstract_Deactivation in favor of Tribe__Abstract_Deactivation</li>\n<li>Deprecated – Tribe__Events__Admin__Helpers in favor of Tribe__Admin__Helpers</li>\n<li>Deprecated – Tribe__Events__App_Shop in favor of Tribe__App_Shop</li>\n<li>Deprecated – Tribe__Events__Autoloader in favor of Tribe__Autoloader</li>\n<li>Deprecated – Tribe__Events__Cache in favor of Tribe__Cache</li>\n<li>Deprecated – Tribe__Events__Cache_Listener in favor of Tribe__Cache_Listener</li>\n<li>Deprecated – Tribe__Events__Changelog_Reader in favor of Tribe__Changelog_Reader</li>\n<li>Deprecated – Tribe__Events__Credits in favor of Tribe__Credits</li>\n<li>Deprecated – Tribe__Events__Date_Utils in favor of Tribe__Date_Utils</li>\n<li>Deprecated – Tribe__Events__Field in favor of Tribe__Field</li>\n<li>Deprecated – Tribe__Events__Settings in favor of Tribe__Settings</li>\n<li>Deprecated – Tribe__Events__Settings_Tab in favor of Tribe__Settings_Tab</li>\n<li>Deprecated – Tribe__Events__Support in favor of Tribe__Support</li>\n<li>Deprecated – Tribe__Events__Template_Part_Cache in favor of Tribe__Template_Part_Cache</li>\n<li>Deprecated – Tribe__Events__Tickets__Attendees_Table in favor of Tribe__Tickets__Attendees_Table in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Tickets__Metabox in favor of Tribe__Tickets__Metabox in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Tickets__Ticket_Object in favor of Tribe__Tickets__Ticket_Object in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Tickets__Tickets in favor of Tribe__Tickets__Tickets in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Tickets__Tickets_Pro in favor of Tribe__Tickets__Tickets_Handler in the event-tickets plugin</li>\n<li>Deprecated – Tribe__Events__Validate in favor of Tribe__Validate</li>\n<li>Deprecated – Tribe__Events__View_Helpers in favor of Tribe__View_Helpers</li>\n<li>Deprecated – Tribe__Events__Main::OPTIONNAME in favor of Tribe__Main::OPTIONNAME</li>\n<li>Deprecated – Tribe__Events__Main::OPTIONNAMENETWORK in favor of Tribe__Main::OPTIONNAMENETWORK</li>\n<li>Deprecated – Tribe__Events__Main::addHelpAdminMenuItem() in favor of Tribe__Settings_Manager::add_help_admin_menu_item()</li>\n<li>Deprecated – Tribe__Events__Main::addNetworkOptionsPage() in favor of Tribe__Settings_Manager::add_network_options_page()</li>\n<li>Deprecated – Tribe__Events__Main::array_insert_after_key() in favor of Tribe__Main::array_insert_after_key()</li>\n<li>Deprecated – Tribe__Events__Main::array_insert_before_key() in favor of Tribe__Main::array_insert_before_key()</li>\n<li>Deprecated – Tribe__Events__Main::debug() in favor of Tribe__Debug::debug()</li>\n<li>Deprecated – Tribe__Events__Main::defaultValueReplaceEnabled() in favor of tribe_get_option( ‘defaultValueReplace’ )</li>\n<li>Deprecated – Tribe__Events__Main::doHelpTab() in favor of Tribe__Settings_Manager::do_help_tab()</li>\n<li>Deprecated – Tribe__Events__Main::doNetworkSettingTab() in favor of Tribe__Settings_Manager::do_network_settings_tab()</li>\n<li>Deprecated – Tribe__Events__Main::doSettingTabs() in favor of Tribe__Settings_Manager::do_setting_tabs()</li>\n<li>Deprecated – Tribe__Events__Main::do_licenses_tab() in favor of Tribe__Settings_Manager::do_licenses_tab()</li>\n<li>Deprecated – Tribe__Events__Main::getNetworkOption() in favor of Tribe__Settings_Manager::get_network_option()</li>\n<li>Deprecated – Tribe__Events__Main::getNetworkOptions() in favor of Tribe__Settings_Manager::get_network_options()</li>\n<li>Deprecated – Tribe__Events__Main::getNotices() in favor of Tribe__Notices::get()</li>\n<li>Deprecated – Tribe__Events__Main::getOption() in favor of Tribe__Settings_Manager::get_option()</li>\n<li>Deprecated – Tribe__Events__Main::getOptions() in favor of Tribe__Settings_Manager::get_options()</li>\n<li>Deprecated – Tribe__Events__Main::have_addons() in favor of Tribe__Settings_Manager::have_addons()</li>\n<li>Deprecated – Tribe__Events__Main::isNotice() in favor of Tribe__Notices::is_notice()</li>\n<li>Deprecated – Tribe__Events__Main::pluginDir in favor of Tribe__Events__Main::plugin_dir</li>\n<li>Deprecated – Tribe__Events__Main::pluginName in favor of Tribe__Events__Main::plugin_name</li>\n<li>Deprecated – Tribe__Events__Main::pluginPath in favor of Tribe__Events__Main::plugin_path</li>\n<li>Deprecated – Tribe__Events__Main::pluginUrl in favor of Tribe__Events__Main::plugin_url</li>\n<li>Deprecated – Tribe__Events__Main::removeNotice() in favor of Tribe__Notices::remove_notice()</li>\n<li>Deprecated – Tribe__Events__Main::renderDebug() in favor of Tribe__Debug::render()</li>\n<li>Deprecated – Tribe__Events__Main::saveAllTabsHidden() in favor of Tribe__Settings_Manager::save_all_tabs_hidden()</li>\n<li>Deprecated – Tribe__Events__Main::setNetworkOptions() in favor of Tribe__Settings_Manager::set_network_options()</li>\n<li>Deprecated – Tribe__Events__Main::setNotice() in favor of Tribe__Notices::set_notice()</li>\n<li>Deprecated – Tribe__Events__Main::truncate() in favor of tribe_events_get_the_excerpt()</li>\n<li>Deprecated – tribe_event_beginning_of_day() in favor of tribe_beginning_of_day()</li>\n<li>Deprecated – tribe_event_end_of_day() in favor of tribe_end_of_day()</li>\n<li>Deprecated – tribe_event_format_date() in favor of tribe_format_date()</li>\n<li>Deprecated – tribe_events_the_notices() in favor of tribe_the_notices()</li>\n</ul>\n<h4>3.x and previous</h4>\n<p>For release notes from the 3.x and older lifecycles, see our <a href=\"https://theeventscalendar.com/category/products/release-notes/\" rel=\"nofollow\">full historical release notes</a>.</p>\n\";s:11:\"screenshots\";s:2685:\"<ol><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1449388\" alt=\"Month View with Hover\"></a><p>Month View with Hover</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1449388\" alt=\"Events List Widget\"></a><p>Events List Widget</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1449388\" alt=\"Mobile Month View\"></a><p>Mobile Month View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1449388\" alt=\"CSV Importer\"></a><p>CSV Importer</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1449388\" alt=\"Month View\"></a><p>Month View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1449388\" alt=\"List View\"></a><p>List View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1449388\" alt=\"Day View\"></a><p>Day View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1449388\" alt=\"Single Event\"></a><p>Single Event</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1449388\" alt=\"Event Editor\"></a><p>Event Editor</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1449388\" alt=\"Events Admin Listing\"></a><p>Events Admin Listing</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1449388\" alt=\"General Settings\"></a><p>General Settings</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1449388\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1449388\" alt=\"Display Settings\"></a><p>Display Settings</p></li></ol>\";s:7:\"reviews\";s:13307:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Straight into my world!</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/amazonian1971\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/916bc162aab67a5d46f7d066dfcf82fa?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/916bc162aab67a5d46f7d066dfcf82fa?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/amazonian1971\" class=\"reviewer-name\">amazonian1971</a> on <span class=\"review-date\">May 26, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">\nThis plugin is kick ass some serious business to do with you know what. It gets you sales. Try it you wont repent...</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Out of this world!</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/enpersona360com\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6e4c9d591dacbb2b618d3e6e8754c993?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/6e4c9d591dacbb2b618d3e6e8754c993?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/enpersona360com\" class=\"reviewer-name\">enpersona360 <small>(enpersona360.com)</small></a> on <span class=\"review-date\">May 21, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">This plugin kicks some serious you know what. It saved us!</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Easy to use</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/saxotenor\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/aaa0e17cd428d685c77b54700def8212?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/aaa0e17cd428d685c77b54700def8212?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/saxotenor\" class=\"reviewer-name\">saxotenor</a> on <span class=\"review-date\">May 16, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Great add to our website. Easy to use even for this newbie. Available documentation allowed me to overcome some theme issues with a background image. Love the fact that they support non-profit organization by enabling their PRO version for free.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Works well but repeating events?</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/reesamarchetti\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/9292b0b65c62bc7db7d534c88b0155da?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/9292b0b65c62bc7db7d534c88b0155da?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/reesamarchetti\" class=\"reviewer-name\">reesamarchetti</a> on <span class=\"review-date\">May 13, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">This calendar works very well and is responsive. The only shortcoming is I can\'t see any way to set recurring events. Maybe I\'m missing something?</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Not working</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/zeeshanx\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c5a96ec24ad6115e2d231a64bce69183?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/c5a96ec24ad6115e2d231a64bce69183?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/zeeshanx\" class=\"reviewer-name\">zeeshanx</a> on <span class=\"review-date\">May 12, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Countered a fatal error: http://prntscr.com/f73ld3</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">It Works as Expected</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/khurtwilliams\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/7fa94585b903e6e183d6164b16b1b573?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/7fa94585b903e6e183d6164b16b1b573?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/khurtwilliams\" class=\"reviewer-name\">Khurt Williams <small>(khurtwilliams)</small></a> on <span class=\"review-date\">May 10, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I\'ve used the plugin on two client website and they absolutely love it.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">A. MAZ. ING</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/patsky\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/643a83b679682d5d111d1ef23bc5b657?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/643a83b679682d5d111d1ef23bc5b657?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/patsky\" class=\"reviewer-name\">patsky</a> on <span class=\"review-date\">May 10, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Have used this on a numbner of sites and never fails to impress. Easy to use and extremely versatile. Thank you to the author(s).</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Exactly what i need</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/gilploteau\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/347df3907f0f93f8cfdd1f20b61266b0?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/347df3907f0f93f8cfdd1f20b61266b0?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/gilploteau\" class=\"reviewer-name\">gilploteau</a> on <span class=\"review-date\">May 7, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Simple to use, good looking, perfect !</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">The Best Event Plugin</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/bitscenter\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/11b13b70f3d43dd38fd8f768dd78e768?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/11b13b70f3d43dd38fd8f768dd78e768?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/bitscenter\" class=\"reviewer-name\">bitscenter</a> on <span class=\"review-date\">May 7, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I have searched for a long while untill I came on this one. It just works and its simple to understand.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Ok, but not very "sexy" like other calenders</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"2 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"2\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/slc_shark\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/befee039f74d25ab90cdec19830ddb66?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/befee039f74d25ab90cdec19830ddb66?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/slc_shark\" class=\"reviewer-name\">slc_shark</a> on <span class=\"review-date\">May 5, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Most things work ok, but the design is not very sexy.</div>\n</div>\n\";}s:13:\"download_link\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.1.zip\";s:11:\"screenshots\";a:12:{i:1;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=1449388\";s:7:\"caption\";s:21:\"Month View with Hover\";}i:10;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-10.png?rev=1449388\";s:7:\"caption\";s:18:\"Events List Widget\";}i:11;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-11.png?rev=1449388\";s:7:\"caption\";s:17:\"Mobile Month View\";}i:12;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/the-events-calendar/assets/screenshot-12.png?rev=1449388\";s:7:\"caption\";s:12:\"CSV Importer\";}i:2;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=1449388\";s:7:\"caption\";s:10:\"Month View\";}i:3;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=1449388\";s:7:\"caption\";s:9:\"List View\";}i:4;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=1449388\";s:7:\"caption\";s:8:\"Day View\";}i:5;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=1449388\";s:7:\"caption\";s:12:\"Single Event\";}i:6;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=1449388\";s:7:\"caption\";s:12:\"Event Editor\";}i:7;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=1449388\";s:7:\"caption\";s:20:\"Events Admin Listing\";}i:8;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=1449388\";s:7:\"caption\";s:16:\"General Settings\";}i:9;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=1449388\";s:7:\"caption\";s:16:\"Display Settings\";}}s:4:\"tags\";a:5:{s:8:\"calendar\";s:8:\"calendar\";s:5:\"event\";s:5:\"Event\";s:6:\"events\";s:6:\"events\";s:9:\"organizer\";s:9:\"organizer\";s:5:\"venue\";s:5:\"venue\";}s:8:\"versions\";a:107:{s:3:\"1.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.zip\";s:5:\"1.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.1.zip\";s:5:\"1.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.2.zip\";s:5:\"1.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.3.zip\";s:5:\"1.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.4.zip\";s:5:\"1.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.5.zip\";s:5:\"1.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.6.zip\";s:3:\"1.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.zip\";s:5:\"1.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.1.zip\";s:5:\"1.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.2.zip\";s:5:\"1.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.3.zip\";s:5:\"1.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.4.zip\";s:5:\"1.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.5.zip\";s:3:\"2.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.zip\";s:5:\"2.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.1.zip\";s:6:\"2.0.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.10.zip\";s:6:\"2.0.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.11.zip\";s:5:\"2.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.2.zip\";s:5:\"2.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.3.zip\";s:5:\"2.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.4.zip\";s:5:\"2.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.5.zip\";s:5:\"2.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.6.zip\";s:5:\"2.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.7.zip\";s:5:\"2.0.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.8.zip\";s:5:\"2.0.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.9.zip\";s:3:\"3.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.zip\";s:5:\"3.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.1.zip\";s:5:\"3.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.2.zip\";s:5:\"3.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.3.zip\";s:3:\"3.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.1.zip\";s:4:\"3.10\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.zip\";s:6:\"3.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.1.zip\";s:4:\"3.11\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.zip\";s:6:\"3.11.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.1.zip\";s:6:\"3.11.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.2.zip\";s:4:\"3.12\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.zip\";s:6:\"3.12.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.1.zip\";s:6:\"3.12.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.2.zip\";s:6:\"3.12.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.3.zip\";s:6:\"3.12.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.4.zip\";s:6:\"3.12.5\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.5.zip\";s:6:\"3.12.6\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.6.zip\";s:3:\"3.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.2.zip\";s:3:\"3.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.zip\";s:5:\"3.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.1.zip\";s:3:\"3.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.zip\";s:5:\"3.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.1.zip\";s:3:\"3.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.zip\";s:5:\"3.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.1.zip\";s:3:\"3.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.zip\";s:5:\"3.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.1.zip\";s:3:\"3.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.7.zip\";s:3:\"3.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.zip\";s:5:\"3.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.1.zip\";s:3:\"3.9\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.zip\";s:5:\"3.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.1.zip\";s:5:\"3.9.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.2.zip\";s:5:\"3.9.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.3.zip\";s:3:\"4.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.zip\";s:5:\"4.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.1.zip\";s:5:\"4.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.2.zip\";s:5:\"4.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.3.zip\";s:5:\"4.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.4.zip\";s:5:\"4.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.5.zip\";s:5:\"4.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.6.zip\";s:5:\"4.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.7.zip\";s:3:\"4.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.zip\";s:7:\"4.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.0.1.zip\";s:5:\"4.1.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.zip\";s:7:\"4.1.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.1.zip\";s:5:\"4.1.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.2.zip\";s:5:\"4.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.3.zip\";s:5:\"4.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.4.zip\";s:3:\"4.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.zip\";s:5:\"4.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.zip\";s:7:\"4.2.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.1.zip\";s:5:\"4.2.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.2.zip\";s:5:\"4.2.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.3.zip\";s:5:\"4.2.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.4.zip\";s:5:\"4.2.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.5.zip\";s:5:\"4.2.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.6.zip\";s:5:\"4.2.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.7.zip\";s:3:\"4.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.zip\";s:7:\"4.3.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.0.1.zip\";s:5:\"4.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.zip\";s:7:\"4.3.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.1.zip\";s:5:\"4.3.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.2.zip\";s:5:\"4.3.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.3.zip\";s:5:\"4.3.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.zip\";s:7:\"4.3.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.1.zip\";s:7:\"4.3.4.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.2.zip\";s:5:\"4.3.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.zip\";s:3:\"4.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.zip\";s:7:\"4.4.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.0.1.zip\";s:5:\"4.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.zip\";s:7:\"4.4.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.1.zip\";s:5:\"4.4.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.2.zip\";s:5:\"4.4.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.3.zip\";s:5:\"4.4.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.4.zip\";s:5:\"4.4.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.5.zip\";s:3:\"4.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.zip\";s:7:\"4.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.1.zip\";s:7:\"4.5.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.2.zip\";s:5:\"4.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.1.zip\";s:5:\"4.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.zip\";s:7:\"4.5.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.1.zip\";s:5:\"trunk\";s:62:\"https://downloads.wordpress.org/plugin/the-events-calendar.zip\";}s:11:\"donate_link\";s:18:\"http://m.tri.be/29\";s:7:\"banners\";a:2:{s:3:\"low\";s:74:\"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=1342379\";s:4:\"high\";s:75:\"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=1342379\";}}','no'),(3148,'_transient_timeout_tribe_help_api_data-event-tickets','1496043544','no'),(3149,'_transient_tribe_help_api_data-event-tickets','O:8:\"stdClass\":26:{s:4:\"name\";s:13:\"Event Tickets\";s:4:\"slug\";s:13:\"event-tickets\";s:7:\"version\";s:5:\"4.4.8\";s:6:\"author\";s:51:\"<a href=\"http://m.tri.be/28\">Modern Tribe, Inc.</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:12:\"contributors\";a:32:{s:6:\"aguseo\";s:37:\"https://profiles.wordpress.org/aguseo\";s:13:\"barryhughes-1\";s:44:\"https://profiles.wordpress.org/barryhughes-1\";s:7:\"bordoni\";s:38:\"https://profiles.wordpress.org/bordoni\";s:7:\"borkweb\";s:38:\"https://profiles.wordpress.org/borkweb\";s:11:\"brianjessee\";s:42:\"https://profiles.wordpress.org/brianjessee\";s:11:\"brook-tribe\";s:42:\"https://profiles.wordpress.org/brook-tribe\";s:9:\"courane01\";s:40:\"https://profiles.wordpress.org/courane01\";s:9:\"faction23\";s:40:\"https://profiles.wordpress.org/faction23\";s:8:\"geoffbel\";s:39:\"https://profiles.wordpress.org/geoffbel\";s:11:\"geoffgraham\";s:42:\"https://profiles.wordpress.org/geoffgraham\";s:6:\"ggwicz\";s:37:\"https://profiles.wordpress.org/ggwicz\";s:6:\"jazbek\";s:37:\"https://profiles.wordpress.org/jazbek\";s:8:\"jbrinley\";s:39:\"https://profiles.wordpress.org/jbrinley\";s:11:\"leahkoerper\";s:42:\"https://profiles.wordpress.org/leahkoerper\";s:8:\"lucatume\";s:39:\"https://profiles.wordpress.org/lucatume\";s:10:\"mastromktg\";s:41:\"https://profiles.wordpress.org/mastromktg\";s:8:\"mat-lipe\";s:39:\"https://profiles.wordpress.org/mat-lipe\";s:6:\"mdbitz\";s:37:\"https://profiles.wordpress.org/mdbitz\";s:11:\"moderntribe\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:6:\"mzaweb\";s:37:\"https://profiles.wordpress.org/mzaweb\";s:11:\"neillmcshea\";s:42:\"https://profiles.wordpress.org/neillmcshea\";s:10:\"nicosantos\";s:41:\"https://profiles.wordpress.org/nicosantos\";s:12:\"peterchester\";s:43:\"https://profiles.wordpress.org/peterchester\";s:12:\"reidpeifer-1\";s:43:\"https://profiles.wordpress.org/reidpeifer-1\";s:10:\"roblagatta\";s:41:\"https://profiles.wordpress.org/roblagatta\";s:10:\"ryancurban\";s:41:\"https://profiles.wordpress.org/ryancurban\";s:13:\"shanepearlman\";s:44:\"https://profiles.wordpress.org/shanepearlman\";s:12:\"shelbelliott\";s:43:\"https://profiles.wordpress.org/shelbelliott\";s:9:\"tribecari\";s:40:\"https://profiles.wordpress.org/tribecari\";s:11:\"trishasalas\";s:42:\"https://profiles.wordpress.org/trishasalas\";s:6:\"vicskf\";s:37:\"https://profiles.wordpress.org/vicskf\";s:9:\"zbtirrell\";s:40:\"https://profiles.wordpress.org/zbtirrell\";}s:8:\"requires\";s:3:\"3.9\";s:6:\"tested\";s:5:\"4.7.5\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";d:82;s:7:\"ratings\";a:5:{i:5;i:12;i:4;i:3;i:3;i:0;i:2;i:1;i:1;i:3;}s:11:\"num_ratings\";i:19;s:15:\"support_threads\";i:22;s:24:\"support_threads_resolved\";i:14;s:15:\"active_installs\";i:10000;s:10:\"downloaded\";s:7:\"188,777\";s:12:\"last_updated\";s:22:\"2017-05-17 10:20pm GMT\";s:5:\"added\";s:10:\"2015-12-02\";s:8:\"homepage\";s:0:\"\";s:8:\"sections\";a:6:{s:11:\"description\";s:13089:\"<p>Event Tickets provides a simple way for visitors to RSVP to your events. As a standalone plugin, it enables you to add RSVP functionality to posts or pages. When paired with <a href=\"http://m.tri.be/18tg\" rel=\"nofollow\">The Events Calendar</a>, you can add that same RSVP functionality directly to your event listings.</p>\n<p>Admins are able to access RSVP information from the backend, allowing them to check in registered attendees with ease when your event begins. For free events, Events Tickets allows you to own the entire event management process within your WordPress site.</p>\n<p><strong>Check out <a href=\"http://m.tri.be/18th\" rel=\"nofollow\">Event Tickets Plus</a> and <a href=\"http://m.tri.be/2a\" rel=\"nofollow\">other add-ons</a></strong></p>\n<blockquote>\n<p><strong>Sell tickets on your site!</strong><br />\n Take full control of the event ticketing process and customize it to suit your needs. Event Tickets Plus uses your favorite e-commerce provider to keep users on your site from start to finish. Configure custom attendee registration forms to collect information like t-shirt size or food preferences.<br />\n <a href=\"http://m.tri.be/18th\" rel=\"nofollow\">Upgrade to Event Ticket Plus now</a>.</p>\n</blockquote>\n<h4>BUILT SOLID & SUPPORTED</h4>\n<p>The team at Modern Tribe stands by our work and offers light support every Wednesday to the community via the WordPress.org support forums. Feel free to ask a question if you’re having a problem with implementation or if you find bugs. Looking for help NOW or need a deeper level of support? Add the <a href=\"http://m.tri.be/18th\" rel=\"nofollow\">premium add-on plugin</a> and you get access to premium support forums with 24-48 hour response times on weekdays.</p>\n<p>Enjoy using Event Tickets, know how to get under the hood and want to make money helping people? We’re growing our community team and would love to hear from you. If you’re interested, <a href=\"http://m.tri.be/mk\" rel=\"nofollow\">check this out!</a></p>\n<h4>PLUG-N-PLAY & HIGHLY CUSTOMIZABLE</h4>\n<p>Event Tickets is built to work out of the box: it doesn’t use a shortcode (nor is one available). Just turn it on, configure the settings to match your needs and you’ll be taking RSVPs within minutes.</p>\n<p>By developers, for developers… it’s ready to be the foundation for your wildest hack sessions. Complete with a skeleton stylesheet to theme fast and efficiently, loads of tools including partial template overrides, a host of template tags, hooks and filters, <a href=\"http://m.tri.be/eu\" rel=\"nofollow\">careful documentation</a>, as well as a <a href=\"http://m.tri.be/ext\" rel=\"nofollow\">library of free extensions</a>. Events Tickets is built FOR people who build websites.</p>\n<p>Whether your vision is big or small, we have you in mind.</p>\n<h4>FEATURES</h4>\n<p>Just getting started? Definitely watch and read through the <a href=\"http://m.tri.be/18ti\" rel=\"nofollow\">New User Primer</a> before going much further.</p>\n<ul>\n<li>Visitors can RSVP to events</li>\n<li>Add RSVP to posts, pages, or any custom post type</li>\n<li>Works out of the box with The Events Calendar</li>\n<li>Upgrade to <a href=\"http://m.tri.be/18th\" rel=\"nofollow\">Event Tickets Plus</a> to sell tickets using WooCommerce, Shopp, Easy Digital Downloads or WP-eCommerce</li>\n<li>Completely responsive from mobile to tablet to desktop</li>\n<li>Tested on the major theme frameworks such as Avada, Genesis, Woo Themes, Thesis and many more.</li>\n<li>Internationalized & Translated</li>\n<li>Extensive Template Tags for Customization</li>\n<li>Hook & Filters up the wazoo</li>\n</ul>\n<p>Looking for something else? We’ve got add-ons available to take your calendar to the next level.</p>\n<h4>Event Tickets Plus</h4>\n<p>Get premium support and add paid ticketing features with <a href=\"http://m.tri.be/18wg\" rel=\"nofollow\">Event Tickets Plus</a>. This includes the ability to sell tickets, collect sales, and manage attendees all from within your WordPress dashboard! Works with your favorite eCommerce plugin (WooCommerce, Shopp, Easy Digital Downloads, or WP E-Commerce).</p>\n<h4>The Events Calendar</h4>\n<p><a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar</a> lets you create and manage your calendar of events with ease. It is a carefully crafted, extensible plugin that lets you easily share your events.</p>\n<p>While The Events Calendar is a full featured plugin, you can upgrade to <a href=\"http://m.tri.be/2c\" rel=\"nofollow\">Events Calendar PRO</a> and take it to the next level.<br />\nAdd recurring events, a whole range of new views ( week / map / photo / venue / organizer) & widgets (calendar / featured venue / week / event countdown), custom event attributes, default content, location search, much more!</p>\n<h4>Bulk Event Import</h4>\n<p>Fill your calendar with events from your favorite sources, including Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS. <a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> provides a convenient dashboard to manage scheduled imports, manual imports, filters, one-way sync, import history, and more.</p>\n<h4>User-Submitted Events</h4>\n<p>Running a community calendar? <a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a> lets users add events directly to your calendar without needing access to your admin.</p>\n<h4>Advanced User Search & Filters</h4>\n<p>Have so many amazing events that your users get overwhelmed? <a href=\"http://m.tri.be/52\" rel=\"nofollow\">Filter Bar</a> adds a configurable set of filters to your event pages so users can view and search for the exact events that interest them.</p>\n<h4>Integrate With Eventbrite</h4>\n<p>Connect your calendar with your Eventbrite.com account! <a href=\"http://m.tri.be/18wf\" rel=\"nofollow\">Eventbrite Tickets</a> allows you to import/export between The Events Calendar and Eventbrite, and incorporate ticket sales.</p>\n<h4>SUBMITTING PATCHES</h4>\n<p>If you’ve identified a bug and want to submit a patch, we’d welcome it at our <a href=\"https://github.com/moderntribe/event-tickets\" rel=\"nofollow\">GitHub page for Event Tickets</a>. Simply cue up your proposed patch as a pull request, and we’ll review as part of our <a href=\"http://m.tri.be/release-schedule\" rel=\"nofollow\">release cycle</a> and merge into the codebase if appropriate from there. (If a pull request is rejected, we’ll do our best to tell you why). Users whose pull requests are accepted will receive credit in the plugin’s changelog. For more information, check out the readme at our GitHub page. Happy coding!</p>\n<h3>Documentation</h3>\n<p>Our <a href=\"http://m.tri.be/18ti\" rel=\"nofollow\">New User Primer</a> will help you get started. You can find more tutorials in our <a href=\"http://m.tri.be/44\" rel=\"nofollow\">knowledgebase</a>.</p>\n<h3>Add-Ons</h3>\n<p>But wait: there’s more! We’ve got a whole stable of plugins available to help you be awesome at what you do. Check out a full list of the products below, and over at <a href=\"http://m.tri.be/18uh\" rel=\"nofollow\">The Events Calendar website</a>.</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar</a></li>\n<li><a href=\"https://wordpress.org/extend/plugins/advanced-post-manager/\" rel=\"nofollow\">Advanced Post Manager</a></li>\n<li><a href=\"https://wordpress.org/plugins/blog-copier/\">Blog Copier</a></li>\n<li><a href=\"https://wordpress.org/plugins/gigpress/\">GigPress</a></li>\n<li><a href=\"https://wordpress.org/plugins/image-widget/\">Image Widget</a></li>\n<li><a href=\"https://wordpress.org/plugins/widget-builder/\">Widget Builder</a></li>\n</ul>\n<p>Our Premium Plugins and Services:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a></li>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a></li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a> (service)</li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">The Events Calendar: Community Events</a></li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">The Events Calendar: Community Tickets</a></li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">The Events Calendar: Filter Bar</a></li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">The Events Calendar: Eventbrite Tickets</a></li>\n</ul>\n<h3>Translations</h3>\n<p>Event Tickets is translated by volunteers at <a href=\"https://translate.wordpress.org/projects/wp-plugins/event-tickets/stable\" rel=\"nofollow\">translate.wordpress.org</a>. There you can find a list of available languages, download translation files, or help update the translations. Thank you to everyone who helps to maintain our translations!</p>\n<h3>Contributors</h3>\n<p>The plugin is produced by <a href=\"http://m.tri.be/18uc\" rel=\"nofollow\">Modern Tribe Inc</a>.</p>\n<h4>Current Contributors</h4>\n<ul>\n<li><a href=\"https://profiles.wordpress.org/aguseo\" rel=\"nofollow\">Andras Guseo</a></li>\n<li><a href=\"https://profiles.wordpress.org/barryhughes\" rel=\"nofollow\">Barry Hughes</a></li>\n<li><a href=\"https://profiles.wordpress.org/brianjessee\" rel=\"nofollow\">Brian Jessee</a></li>\n<li><a href=\"https://profiles.wordpress.org/brook-tribe\" rel=\"nofollow\">Brook Harding</a></li>\n<li><a href=\"https://profiles.wordpress.org/tribecari\" rel=\"nofollow\">Caroline Tucker</a></li>\n<li><a href=\"https://profiles.wordpress.org/cliffpaulick\" rel=\"nofollow\">Clifford Paulick</a></li>\n<li><a href=\"https://profiles.wordpress.org/MZAWeb\" rel=\"nofollow\">Daniel Dvorkin</a></li>\n<li><a href=\"https://profiles.wordpress.org/geoffgraham\" rel=\"nofollow\">Geoff Graham</a></li>\n<li><a href=\"https://profiles.wordpress.org/ggwicz\" rel=\"nofollow\">George Gecewicz</a></li>\n<li><a href=\"https://profiles.wordpress.org/bordoni\" rel=\"nofollow\">Gustavo Bordoni</a></li>\n<li><a href=\"https://profiles.wordpress.org/leahkoerper\" rel=\"nofollow\">Leah Koerper</a></li>\n<li><a href=\"https://profiles.wordpress.org/lucatume\" rel=\"nofollow\">Luca Tumedei</a></li>\n<li><a href=\"https://profiles.wordpress.org/borkweb\" rel=\"nofollow\">Matthew Batchelder</a></li>\n<li><a href=\"https://profiles.wordpress.org/neillmcshea\" rel=\"nofollow\">Neill McShea</a></li>\n<li><a href=\"https://profiles.wordpress.org/nicosantos\" rel=\"nofollow\">Nico Santos</a></li>\n<li><a href=\"https://profiles.wordpress.org/peterchester\" rel=\"nofollow\">Peter Chester</a></li>\n<li><a href=\"https://profiles.wordpress.org/reid.peifer\" rel=\"nofollow\">Reid Peifer</a></li>\n<li><a href=\"https://profiles.wordpress.org/shane.pearlman\" rel=\"nofollow\">Shane Pearlman</a></li>\n<li><a href=\"https://profiles.wordpress.org/shelbelliott\" rel=\"nofollow\">Shelby Elliott</a></li>\n<li><a href=\"https://profiles.wordpress.org/trishasalas\" rel=\"nofollow\">Trisha Salas</a></li>\n<li><a href=\"https://profiles.wordpress.org/zbtirrell\" rel=\"nofollow\">Zachary Tirrell</a></li>\n</ul>\n<h4>Past Contributors</h4>\n<ul>\n<li><a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\" rel=\"nofollow\">Casey Driscoll</a></li>\n<li><a href=\"https://profiles.wordpress.org/ckpicker\" rel=\"nofollow\">Casey Picker</a></li>\n<li><a href=\"https://profiles.wordpress.org/dancameron\" rel=\"nofollow\">Dan Cameron</a></li>\n<li><a href=\"https://profiles.wordpress.org/jazbek\" rel=\"nofollow\">Jessica Yazbek</a></li>\n<li><a href=\"https://profiles.wordpress.org/jkudish\" rel=\"nofollow\">Joachim Kudish</a></li>\n<li><a href=\"https://profiles.wordpress.org/jgadbois\" rel=\"nofollow\">John Gadbois</a></li>\n<li><a href=\"https://profiles.wordpress.org/jonahcoyote\" rel=\"nofollow\">Jonah West</a></li>\n<li><a href=\"https://profiles.wordpress.org/jbrinley\" rel=\"nofollow\">Jonathan Brinley</a></li>\n<li><a href=\"https://profiles.wordpress.org/joshlimecuda\" rel=\"nofollow\">Josh Mallard</a></li>\n<li><a href=\"https://profiles.wordpress.org/justinendler\" rel=\"nofollow\">Justin Endler</a></li>\n<li><a href=\"https://profiles.wordpress.org/kellykathryn\" rel=\"nofollow\">Kelly Groves</a></li>\n<li><a href=\"https://profiles.wordpress.org/kelseydamas\" rel=\"nofollow\">Kelsey Damas</a></li>\n<li><a href=\"https://profiles.wordpress.org/kyleunzicker\" rel=\"nofollow\">Kyle Unzicker</a></li>\n<li><a href=\"https://profiles.wordpress.org/mat-lipe\" rel=\"nofollow\">Mat Lipe</a></li>\n<li><a href=\"https://profiles.wordpress.org/mattwiebe\" rel=\"nofollow\">Matt Wiebe</a></li>\n<li><a href=\"https://profiles.wordpress.org/mdbitz\" rel=\"nofollow\">Matthew Denton</a></li>\n<li><a href=\"https://profiles.wordpress.org/nickciske\" rel=\"nofollow\">Nick Ciske</a></li>\n<li><a href=\"https://profiles.wordpress.org/mastromktg\" rel=\"nofollow\">Nick Mastromattei</a></li>\n<li><a href=\"https://profiles.wordpress.org/paulhughes01\" rel=\"nofollow\">Paul Hughes</a></li>\n<li><a href=\"https://profiles.wordpress.org/roblagatta\" rel=\"nofollow\">Rob La Gatta</a></li>\n<li><a href=\"https://profiles.wordpress.org/ryancurban\" rel=\"nofollow\">Ryan Urban</a></li>\n<li><a href=\"https://profiles.wordpress.org/faction23\" rel=\"nofollow\">Samuel Estok</a></li>\n<li><a href=\"https://profiles.wordpress.org/codearachnid\" rel=\"nofollow\">Timothy Wood</a></li>\n</ul>\n\";s:12:\"installation\";s:916:\"<ol>\n<li>From the dashboard of your site, navigate to Plugins –> Add New.</li>\n<li>Select the Upload option and hit “Choose File.”</li>\n<li>When the popup appears select the event-tickets.x.x.zip file from your desktop. (The ‘x.x’ will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it’s finished, activate the plugin via the prompt. A message will show confirming activation was successful.</li>\n<li>For access to new updates, make sure you have added your valid License Key under Events –> Settings –> Licenses.</li>\n</ol>\n<h4>Requirements</h4>\n<ul>\n<li>PHP 5.2.4 or greater (recommended: PHP 5.4 or greater)</li>\n<li>WordPress 3.9 or above</li>\n<li>jQuery 1.11.x</li>\n<li>Event Tickets 4.0 or above</li>\n<li>The Events Calendar 4.0 or above (optional)</li>\n</ul>\n\";s:3:\"faq\";s:5377:\"\n<h4>Installation Instructions</h4>\n<p>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins –> Add New.</li>\n<li>Select the Upload option and hit “Choose File.”</li>\n<li>When the popup appears select the event-tickets.x.x.zip file from your desktop. (The ‘x.x’ will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it’s finished, activate the plugin via the prompt. A message will show confirming activation was successful.</li>\n<li>For access to new updates, make sure you have added your valid License Key under Events –> Settings –> Licenses.</li>\n</ol>\n<h4>Requirements</h4>\n<ul>\n<li>PHP 5.2.4 or greater (recommended: PHP 5.4 or greater)</li>\n<li>WordPress 3.9 or above</li>\n<li>jQuery 1.11.x</li>\n<li>Event Tickets 4.0 or above</li>\n<li>The Events Calendar 4.0 or above (optional)</li>\n</ul>\n</p>\n<h4>Where do I go to file a bug or ask a question?</h4>\n<p>\n<p>Users of the free plugin can post in the <a href=\"https://wordpress.org/support/plugin/event-tickets/\" rel=\"nofollow\">Event Tickets support forum on WordPress.org</a>. Our team reviews that forum weekly to look for bug reports. If you need more in-depth help, consider purchasing a license for <a href=\"http://m.tri.be/18th\" rel=\"nofollow\">Tickets Plus</a>. A valid license gives you access to our <a href=\"http://m.tri.be/18u1\" rel=\"nofollow\">premium support forums</a> which are checked daily.</p>\n</p>\n<h4>Are there any troubleshooting steps you’d suggest I try that might resolve my issue before I post a new thread?</h4>\n<p>\n<p>First, make sure that you’re running the latest version of Event Tickets. If you’ve got any other add-ons, make sure those are current / running the latest code as well.</p>\n<p>The most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just Event Tickets is running on your site. If the issue persists from there, revert to the default Twenty Fifteen theme. If the issue is resolved after deactivating a specific plugin or your theme, you’ll know that is the source of the conflict.</p>\n<p>Note that we aren’t going to say “tough luck” if you identify a plugin/theme conflict. While we can’t guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.</p>\n</p>\n<h4>Event Tickets Plus is just what I need! I’m sold! How can I get my hands on it?</h4>\n<p>\n<p>Events Tickets Plus can be purchased directly on <a href=\"http://m.tri.be/18th\" rel=\"nofollow\">our website</a>. There are five (5) license types available, and all licenses include 1 year of access to support + updates.</p>\n</p>\n<h4>I’m interested in Event Tickets Plus or another add-on, but I have a few questions before making the purchase. Can you help me get those addressed?</h4>\n<p>\n<p>Absolutely. If you’re not finding your questions answered on the product pages, hit up our <a href=\"http://m.tri.be/2w\" rel=\"nofollow\">pre-sales forum</a> on our site. You can save yourself some time by reviewing the threads first to verify if your question has already been asked. If it hasn’t, post a new thread as a guest. We’ll get you a reply as quickly as we can, so you can make an informed decision regarding purchase.</p>\n</p>\n<h4>What add-ons are available for Event Tickets, and where can I read more about them?</h4>\n<p>\n<p>Currently, the following add-ons are available for Event Tickets:</p>\n<ul>\n<li><a href=\"http://m.tri.be/18wk\" rel=\"nofollow\">Event Tickets Plus</a>, for selling tickets to your events using your favorite e-commerce platform.</li>\n<li><a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar</a>, for managing a full calendar of events with ease.</li>\n<li><a href=\"http://m.tri.be/18wi\" rel=\"nofollow\">Events Calendar PRO</a>, for adding premium calendar features like recurring events, advanced views, cool widgets, shortcodes, additional fields, and more!</li>\n<li><a href=\"http://m.tri.be/197u\" rel=\"nofollow\">Event Aggregator</a>, a service that effortlessly fills your calendar with events from Facebook, Meetup, Google Calendar, iCalendar, CSV, and ICS.</li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">Community Events</a>, for allowing frontend event submission from your readers.</li>\n<li><a href=\"http://m.tri.be/18wl\" rel=\"nofollow\">Community Tickets</a>, which allows event organizers to sell tickets to the events they submit via Community Events.</li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">Filter Bar</a>, for adding advanced frontend filtering capabilities to your events calendar.</li>\n</ul>\n</p>\n<h4>I’m still stuck. Where do I go to file a bug or ask a question?</h4>\n<p>\n<p>If you’re an Event Tickets Plus user, you’re entitled access to our actively-monitored <a href=\"http://m.tri.be/18u1\" rel=\"nofollow\">premium forums</a> at the theeventscalendar.com website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. No post should go more than 24-48 hours during that time without a response.</p>\n</p>\n\n\";s:9:\"changelog\";s:14856:\"<h4>[4.4.8] 2017-05-17</h4>\n<ul>\n<li>Fix – Remove undefined and unneeded template variable [77421]</li>\n<li>Fix – Location of the #buy-tickets anchor should respect the ticket form location (our thanks to Hans for reporting this) [77992]</li>\n<li>Tweak – Language and text changes [68432]</li>\n<li>Tweak – Now uses tribe_tickets_get_template_part() to load the email/tickets template for increased flexibility [69660]</li>\n</ul>\n<h4>[4.4.7] 2017-05-04</h4>\n<ul>\n<li>Fix — Fixed “Email attendees” modal window display on mobile devices [72558]</li>\n</ul>\n<h4>[4.4.6] 2017-04-19</h4>\n<ul>\n<li>Tweak — Some corrections on and tweaks of the welcome screen [75575]</li>\n<li>Tweak – Added filters for adjusting the register post type arguments</li>\n</ul>\n<h4>[4.4.5] 2017-03-23</h4>\n<ul>\n<li>Fix – Improve handling of unlimited ticket stock (props: @jtsternberg) [74123]</li>\n<li>Fix – A PHP error rendered the help tab broken [75544]</li>\n</ul>\n<h4>[4.4.4] 2017-03-08</h4>\n<ul>\n<li>Fix – Fixed a bug that casued an inconsistency with the check-in/undo check-in button (thanks to @joe for the report in the forums) [68414]</li>\n<li>Fix – Fixed a bug that displayed an error message even for successful check-ins via QR code [68416]</li>\n</ul>\n<h4>[4.4.3] 2017-02-22</h4>\n<ul>\n<li>Fix – Avoid using TEC functions if TEC isn’t activated (thanks for reporting @Liesbet) [72499]</li>\n<li>Fix – Fixed bug where the ticket page link template filter on the_content was being executed on every post type regardless of whether the post type had tickets enabled (props to nichestudio on our forums) [70485]</li>\n<li>Fix – Ensure the Confirm RSVP button is always visible when ticket stock is available (thank you @Terry for the report in our forums) [73539]</li>\n</ul>\n<h4>[4.4.2] 2017-02-09</h4>\n<ul>\n<li>Tweak – Print styles for the attendees report are now more efficient (props @ajuliano) [72772]</li>\n<li>Fix – Email template file: link event title to event single page, add state/province and postal code to venue information, link venue address to Google Map link if the event’s Show Google Maps Link option is checked [72475]</li>\n<li>Fix – Resolved an issue where attendees would always attempt to be fetched and set in tranients – even when an un-expired transient held an empty attendee list. (props to nichestudio on our forums) [70485]</li>\n</ul>\n<h4>[4.4.1] 2017-01-26</h4>\n<ul>\n<li>Fix – Resolve the Fatals related to undefined methods and Memory exhaustion [71958, 71912]</li>\n<li>Fix – Use timezoned time for <code>tribe_events_ticket_is_on_sale()</code> [71959]</li>\n<li>Tweak – Improvements to the Front End UX Tickets RSVP Styles. [72036]</li>\n<li>Fix – Prevent content from being cut off on check in screen on iphone, other tweaks to mobile views. [70771]</li>\n<li>Fix – Prevent PHP 5.2 Strict mode from throwing notices due to usage of <code>is_a</code> [72812]</li>\n</ul>\n<h4>[4.4.0.1] 2017-01-09</h4>\n<ul>\n<li>Fix – Adds safety check to ensure a smooth activation process when earlier versions of Tribe Common are active</li>\n</ul>\n<h4>[4.4] 2017-01-09</h4>\n<ul>\n<li>Fix – Help page is now accessible even if The Events Calendar is not active on the site [69248]</li>\n<li>Tweak – Added a tabbed view support for Attendeees and Ticket Orders [66015]</li>\n<li>Tweak – Added the “Attendees” report column in admin lists of posts supporting tickets [67176]</li>\n<li>Tweak – Improve the Attendee Report header with improved layout and better labels [66003]</li>\n<li>Tweak – Adjust the layout of the attendee report screen [66004, 65887]</li>\n</ul>\n<h4>[4.3.5] 2016-12-20</h4>\n<ul>\n<li>Tweak – Updated the template override instructions in a number of templates [68229]</li>\n<li>Tweak – Allow better filtering for Attendees (Props to @jtsternberg) [69886]</li>\n<li>Fix – Prevent JavaScript Notices related to Bumpdown [69886]</li>\n<li>Fix – Assets URL on Windows Servers are fully operational again [68377]</li>\n<li>Fix – JavaScript and CSS files will respect HTTPS on all pages [69561]</li>\n</ul>\n<h4>[4.3.4.1] 2016-12-09</h4>\n<ul>\n<li>Fix – Updates Tribe Common to remove some stray characters that were impacting page layouts (props: @Aetles) [70536]</li>\n</ul>\n<h4>[4.3.4] 2016-12-08</h4>\n<ul>\n<li>Tweak – Tribe Common now is loaded only once across our plugin suite, improves performance on some cases [65755]</li>\n</ul>\n<h4>[4.3.3] 2016-11-16</h4>\n<ul>\n<li>Feature – Added Tribe Extension class and loader, to make small addons easier to build [68188]</li>\n<li>Fix – Prevent HTTPS websites from pointing to Assets in HTTP [68372]</li>\n</ul>\n<h4>[4.3.2] 2016-11-02</h4>\n<ul>\n<li>Tweak – Include more Edited data on the <code>edit-ticket.tribe</code> action on JavaScript [68557]</li>\n</ul>\n<h4>[4.3.1.1] 2016-10-20</h4>\n<ul>\n<li>Fix – Corrected a packaging issue from the 4.3.1 release [67936]</li>\n</ul>\n<h4>[4.3.1] 2016-10-20</h4>\n<ul>\n<li>Tweak – Registered plugin as active with Tribe Common. [66657]</li>\n<li>Fix – When searching in the attendees list the ticket meta details can still be toggled after search [61783]</li>\n<li>Fix – Fixed an issue where long file names would break plugin updates on some Windows installations [62552]</li>\n</ul>\n<h4>[4.3] 2016-10-13</h4>\n<ul>\n<li>Feature – Add ticket management facilities allowing reassignment to different posts [61724]</li>\n<li>Tweak – Changed “Event Add-Ons” to load faster [64286]</li>\n<li>Tweak – Reworked and reorganized the attendee list screen [61992]</li>\n<li>Tweak – Added tribe_tickets_rsvp_before_order_processing and tribe_tickets_rsvp_before_attendee_ticket_creation actions (props to @sabitertan on GitHub for this!) [65836]</li>\n<li>Fix – Cease using GLOB_BRACE for including deprecated files due to limited server support [63172]</li>\n<li>Fix – Made some untranslatable strings translatable (big thanks to @Petr from the support forums on this!) [62458]</li>\n<li>Deprecated – The <code>process_bulk_actions()</code> method has been deprecated in <code>Tribe__Tickets__Attendees_Table</code> in favor of <code>process_actions()</code> in the same class</li>\n</ul>\n<h4>[4.2.7] 2016-09-15</h4>\n<ul>\n<li>Fix – Stop logic for dealing with recurring events from impacting other post types (Originally reported by @Ryan on the support forums. Thanks!)</li>\n<li>Tweak – Share “tickets unavailable” messaging across ticketing providers to prevent unnecessary duplication</li>\n<li>Tweak – Additional support for plugin extensions</li>\n</ul>\n<h4>[4.2.6] 2016-08-31</h4>\n<ul>\n<li>Add – Utilize new tribe_is_event_past() conditional to display better messaging when tickets are not available (Thank you to @Jonathan here for reporting this in the forums.)</li>\n</ul>\n<h4>[4.2.5] 2016-08-17</h4>\n<ul>\n<li>Fix – Garbled site title in RSVP confirmation email</li>\n</ul>\n<h4>[4.2.4] 2016-08-03</h4>\n<ul>\n<li>Tweak – Changed “Event Add-Ons” to load faster</li>\n</ul>\n<h4>[4.2.3] 2016-07-20</h4>\n<ul>\n<li>Tweak – Add prompt for ratings on admin Event screens</li>\n<li>Fix – Provide fallback page if App Shop API fails to load</li>\n<li>Fix – Events related links should appear under the Events menu (Thanks @Abby for the original report of this on our support forums)</li>\n</ul>\n<h4>[4.2.2] 2016-07-06</h4>\n<ul>\n<li>Fix – Send an email acknowledgement, rather than a set of tickets, when a user confirms they will not attend an event (RSVPs)</li>\n<li>Tweak – Add a period to the ticket header image setting</li>\n<li>Fix – Removed the ticket description in the admin area to allow for more room for tickets sold notes</li>\n<li>Fix – Displays the name of the ticket for each attendee on the order confirmation page</li>\n<li>Fix – Fixed issue where front-end attendees table check-in state would not show the correct value</li>\n</ul>\n<h4>[4.2.1.1] 2016-06-28</h4>\n<ul>\n<li>Fix – Ensure translations load as expected with all supported versions of WordPress (thanks to @JacobALund for originally reporting this on .org forums)</li>\n</ul>\n<h4>[4.2.1] 2016-06-22</h4>\n<ul>\n<li>Tweak – Create a readable ID on CSV and email exports when they’re available</li>\n<li>Fix – Display all visible columns in attendees CSV and email export reports</li>\n<li>Fix – Correct how attendee meta meta is handled on all pages</li>\n<li>Fix – Remove notices in the attendees export by CSV and email when Community Tickets is activated</li>\n</ul>\n<h4>[4.2] 2016-06-08</h4>\n<ul>\n<li>Feature – Add a shortcode listing those upcoming events the user has indicated they will attend</li>\n<li>Feature – Make it possible to disable the ticket form for logged out users</li>\n<li>Feature – Added RSVP and WooCommerce tickets import via .csv file (Thank you Quakely for submitting this idea on UserVoice!)</li>\n<li>Feature – Authenticated Attendees can control their RSVP on Events</li>\n<li>Tweak – Language files in the <code>wp-content/languages/plugins</code> path will be loaded before attempting to load internal language files (Thank you to user @aafhhl for bringing this to our attention!)</li>\n<li>Tweak – Add messaging on the RSVP form when tickets are not yet or are no longer on sale (Props to @masteradhoc on GitHub for this change!)</li>\n<li>Tweak – Improved our JSON-LD output to include tickets (Big thanks to Lars for reporting this!)</li>\n<li>Tweak – Record the user ID associated with the creation of new attendee records</li>\n<li>Tweak – Fixed translation domain on a few strings (Thank you @TEME for reporting the issue!)</li>\n<li>Tweak – Move plugin CSS to PostCSS</li>\n<li>Tweak – Fix padding/spacing for RSVP form on single event page in Twenty Fifteen</li>\n<li>Tweak – Updated plugin description on admin plugin page</li>\n<li>Tweak – Move plugin CSS to PostCSS</li>\n<li>Fix – Target specific input fields when check for remaining tickets to help with theme compatibility issues such as Avada (Thanks to Michael C!)</li>\n<li>Fix – Corrects capabilities test in relation to editing tickets (Props to @bokorir!)</li>\n<li>Fix – Loads thickbox for email modal in attendees list</li>\n</ul>\n<h4>[4.1.4] 2016-05-19</h4>\n<ul>\n<li>Fix – Improve email attendees integration with Community Events Tickets</li>\n<li>Fix – Remove unneeded plugin settings when Event Tickets is operating without The Events Calendar</li>\n<li>Tweak – Setting to opt out of the frontend attendee list now automatically hidden if the attendee list is also hidden</li>\n<li>Tweak – Make the visibility of the delete ticket link filterable</li>\n</ul>\n<h4>[4.1.3] 2016-04-28</h4>\n<ul>\n<li>Tweak – Added back the purchaser name and email address to the attendee reports for all tickets. We had inadvertently removed those in a previous release. #facepalm [45082]</li>\n<li>Tweak – Fixed an error where tickets on custom post types would not save or display on the front end. That was annoying to anyone trying to create RSVPs or tickets on anything other than a default page or post.</li>\n</ul>\n<h4>[4.1.2] 2016-04-11</h4>\n<ul>\n<li>Fix – Removed a notice on attendees list when a non-existent email method is on a hook</li>\n</ul>\n<h4>[4.1.1] 2016-03-30</h4>\n<ul>\n<li>Tweak – Add filters for generated attendee and order data; tribe_tickets_attendee_data and tribe_tickets_order_data, respectively</li>\n<li>Tweak – Relocated the generation of tickets to the template_redirect action because init was too early for proper permalink fetching</li>\n<li>Fix – Resolved issue where purchasing tickets was impossible if ticket stock was set to unlimited (thanks to James for reporting this one)</li>\n<li>Fix – Fixed issue where the customer name and customer email address had been removed from the attendee export CSV (nice find here by Joe in our forums)</li>\n</ul>\n<h4>[4.1] 2016-03-15</h4>\n<ul>\n<li>Feature – Implemented global stock per event allowing multiple tickets to pull from the same pool of available tickets on an event (Heck yeah to all those who voted on this feature!)</li>\n<li>Feature – Added filters for RSVP ticket generation: event_tickets_rsvp_tickets_created, event_tickets_rsvp_tickets_generated_for_product, and event_tickets_rsvp_tickets_generated (props to 75ninteen for this pull request!)</li>\n<li>Tweak – Conditionally show attendees link on Event listing in the WordPress administration</li>\n<li>Tweak – Obfuscated license keys Events > Help > System Information</li>\n<li>Tweak – Allowed the “same slug” notice to be dismissed and fix some text in that message</li>\n<li>Fix – Fixed issue where some characters were not escaped appropriately for month and year formats</li>\n<li>Fix – Resolved issue where the RSVP confirmation error message displayed when it shouldn’t</li>\n<li>Fix – Prevent notices to enqueue method when moving form hooks</li>\n</ul>\n<h4>[4.0.5] 2016-02-17</h4>\n<ul>\n<li>Add – Add a loading graphic after clicking send email for the attendee’s report</li>\n</ul>\n<h4>[4.0.4] 2015-12-23</h4>\n<ul>\n<li>Feature – Add support for global ticket stock so multiple tickets can optionally reduce from a single ticket total for a given event</li>\n<li>Tweak – Ignore alpha/beta/rc suffixes on version numbers when checking template versions</li>\n<li>Tweak – Add HTML id attribute to ticket area on the single-event page so plugin/theme authors can use anchor tags to jump to that section of the page</li>\n<li>Fix – Resolved issue with stock calculations on the Attendees report</li>\n</ul>\n<h4>[4.0.3] 2015-12-22</h4>\n<ul>\n<li>Tweak – Leverage the original_stock() method when rendering ticket availability to avoid funky math problems with different Event Tickets Plus commerce providers (Thank you liblogger for reporting this issue!)</li>\n</ul>\n<h4>[4.0.2] 2015-12-16</h4>\n<ul>\n<li>Tweak – Removing dates from ticket emails when those tickets are attached to non The Events Calendar event posts</li>\n<li>Fix – Fixed a settings page URL (Thanks for the tip Kristy!)</li>\n</ul>\n<h4>[4.0.1] 2015-12-10</h4>\n<ul>\n<li>Tweak – Removed The Events Calendar-specific fields from the Attendees Report as defaults. The Events Calendar will now hook into the report and inject event-specific fields</li>\n<li>Fix – Fixed issue where a retina-friendly loading gif was 404ing</li>\n</ul>\n<h4>[4.0] 2015-12-02</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";s:11:\"screenshots\";s:1059:\"<ol><li><a href=\"https://ps.w.org/event-tickets/assets/screenshot-1.png?rev=1427591\"><img src=\"https://ps.w.org/event-tickets/assets/screenshot-1.png?rev=1427591\" alt=\"RSVP setup\"></a><p>RSVP setup</p></li><li><a href=\"https://ps.w.org/event-tickets/assets/screenshot-2.png?rev=1427591\"><img src=\"https://ps.w.org/event-tickets/assets/screenshot-2.png?rev=1427591\" alt=\"RSVPs on an event\"></a><p>RSVPs on an event</p></li><li><a href=\"https://ps.w.org/event-tickets/assets/screenshot-3.png?rev=1427591\"><img src=\"https://ps.w.org/event-tickets/assets/screenshot-3.png?rev=1427591\" alt=\"RSVP on a post\"></a><p>RSVP on a post</p></li><li><a href=\"https://ps.w.org/event-tickets/assets/screenshot-4.png?rev=1427591\"><img src=\"https://ps.w.org/event-tickets/assets/screenshot-4.png?rev=1427591\" alt=\"Attendee report\"></a><p>Attendee report</p></li><li><a href=\"https://ps.w.org/event-tickets/assets/screenshot-5.png?rev=1427591\"><img src=\"https://ps.w.org/event-tickets/assets/screenshot-5.png?rev=1427591\" alt=\"Emailed ticket\"></a><p>Emailed ticket</p></li></ol>\";s:7:\"reviews\";s:14415:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Nice Add-on to Events</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/murasan\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a5073dad9ced057a451fd88cc7daed73?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/a5073dad9ced057a451fd88cc7daed73?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/murasan\" class=\"reviewer-name\">murasan</a> on <span class=\"review-date\">April 17, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">I liked this nice Add-On to the Event Calendar. It is simple to add tickets. Some quick changes can make this even better:\n\n1) In the RSVP section displayed, it would be better to set the number of tickets to 1.\n2) For logged in uses, it would be great if the user name and user email are prefilled in the RVP form.\n3) We generally send emails to publicize the Event. Is t possible to add an RSVP button to the email?\n\nThanks</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Love this plugin</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/revkevdenver\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6bc5661f4716c9c2bcfe78049f181ea6?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/6bc5661f4716c9c2bcfe78049f181ea6?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/revkevdenver\" class=\"reviewer-name\">revkevdenver</a> on <span class=\"review-date\">March 28, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">So far I love everything these guys have made.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Top Notch Plugin</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/oldhamtech\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6a2e8c19de04bd629726061d33d4dac3?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/6a2e8c19de04bd629726061d33d4dac3?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/oldhamtech\" class=\"reviewer-name\">oldhamtech</a> on <span class=\"review-date\">January 7, 2017</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Credit to the Team.\n\nIts a plug and play plugin innovation.\n\nPlease how can i change ticket sender which is currently showing WORDPRESS.\n\nI would like it to show the Programm Title instead of WORDPRESS.\n\nThanks as i await your response\n\nCheers to the Great Team</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Nice rsvp plugin</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/lukodp\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/79138dd90c1b4babb1b9dff8adee78d1?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/79138dd90c1b4babb1b9dff8adee78d1?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/lukodp\" class=\"reviewer-name\">lukodp</a> on <span class=\"review-date\">November 28, 2016</span> </p>\n </div>\n </div>\n <div class=\"review-body\">This is very nice and useful plugin. \n4 stars is because I have to manually adjust stock when moving rsvp from one ticket to the other :)</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Superior Plugin - Minimal Learning Curve</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/carestruckcurrent\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e662682e448cd5c2ff54bcf991c0ed10?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/e662682e448cd5c2ff54bcf991c0ed10?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/carestruckcurrent\" class=\"reviewer-name\">Carestruckcurrent</a> on <span class=\"review-date\">November 26, 2016</span> </p>\n </div>\n </div>\n <div class=\"review-body\">This plugin is intuitive, easy to use, and streamlined to give you your highest priority options right off the bat. Great experience!</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Limited Functionality</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"2 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"2\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/sallywolleat\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/735899a3ce16487aa02ad2f0c25aebec?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/735899a3ce16487aa02ad2f0c25aebec?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/sallywolleat\" class=\"reviewer-name\">sally.wolleat</a> on <span class=\"review-date\">October 18, 2016</span> </p>\n </div>\n </div>\n <div class=\"review-body\">If you would like to sell tickets for recurring events, look elsewhere. We purchased Events Calendar Pro and Events Tickets Plus with the [seemingly] simple goal of supporting two ticket types (Child and Adult) for events that were to occur 1-3 times per day for a few days in a row. Implementation has been a nightmare.\n\nIf you are not looking for recurring event support, this plugin/s might be fine for you.</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Maximum tickets sold at a time</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/zinizcheng77\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/14c32ef7b9c55732a8ae6f3f56fa5ac8?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/14c32ef7b9c55732a8ae6f3f56fa5ac8?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/zinizcheng77\" class=\"reviewer-name\">zinizcheng77</a> on <span class=\"review-date\">September 25, 2016</span> </p>\n </div>\n </div>\n <div class=\"review-body\">Great ticket system within event calendar, so far so good for a free plugin.\n\nI will give one more star if you can limit the maximum tickets sold at a time. \n\nI have a free event with 2000 seats, one user responded to RSVP with 900 seats so that all tickets were out! Please add this function in this free plugin, and I am sure this is a great plugin</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Auto reply customization</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/pflyz\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0b3e461c7dbf68fb0e95093c6bbb800d?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/0b3e461c7dbf68fb0e95093c6bbb800d?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/pflyz\" class=\"reviewer-name\">pflyz</a> on <span class=\"review-date\">September 3, 2016</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><p>This is not available- why would I pay $90 for something I can\'t see work?\n</p>\n</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Excellent product</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/slb535\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/3566b1ec41306b87192961789938e9e1?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/3566b1ec41306b87192961789938e9e1?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/slb535\" class=\"reviewer-name\">slb535</a> on <span class=\"review-date\">September 3, 2016</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><p>This allowed us to transform our school\'s annual variety show from paper tickets to electronic, something we\'d been trying to do for years.\n</p>\n</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Wonderful product</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/tinydesignstudio\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f9111a67b2abe1a050fe0aee31487aff?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f9111a67b2abe1a050fe0aee31487aff?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/tinydesignstudio\" class=\"reviewer-name\">tinydesignstudio</a> on <span class=\"review-date\">September 3, 2016</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><p>This tool has been beneficial in managing and promoting events for our nonprofit organization. I look forward to exploring all of the extended features.\n</p>\n</div>\n</div>\n\";}s:13:\"download_link\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.8.zip\";s:11:\"screenshots\";a:5:{i:1;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/event-tickets/assets/screenshot-1.png?rev=1427591\";s:7:\"caption\";s:10:\"RSVP setup\";}i:2;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/event-tickets/assets/screenshot-2.png?rev=1427591\";s:7:\"caption\";s:17:\"RSVPs on an event\";}i:3;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/event-tickets/assets/screenshot-3.png?rev=1427591\";s:7:\"caption\";s:14:\"RSVP on a post\";}i:4;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/event-tickets/assets/screenshot-4.png?rev=1427591\";s:7:\"caption\";s:15:\"Attendee report\";}i:5;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/event-tickets/assets/screenshot-5.png?rev=1427591\";s:7:\"caption\";s:14:\"Emailed ticket\";}}s:4:\"tags\";a:5:{s:8:\"calendar\";s:8:\"calendar\";s:16:\"event-management\";s:16:\"event management\";s:6:\"events\";s:6:\"events\";s:4:\"rsvp\";s:4:\"RSVP\";s:7:\"tickets\";s:7:\"tickets\";}s:8:\"versions\";a:40:{s:3:\"4.0\";s:60:\"https://downloads.wordpress.org/plugin/event-tickets.4.0.zip\";s:5:\"4.0.1\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.0.1.zip\";s:5:\"4.0.2\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.0.2.zip\";s:5:\"4.0.3\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.0.3.zip\";s:5:\"4.0.4\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.0.4.zip\";s:5:\"4.0.5\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.0.5.zip\";s:5:\"4.0.6\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.0.6.zip\";s:3:\"4.1\";s:60:\"https://downloads.wordpress.org/plugin/event-tickets.4.1.zip\";s:5:\"4.1.1\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.1.1.zip\";s:5:\"4.1.2\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.1.2.zip\";s:5:\"4.1.3\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.1.3.zip\";s:5:\"4.1.4\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.1.4.zip\";s:3:\"4.2\";s:60:\"https://downloads.wordpress.org/plugin/event-tickets.4.2.zip\";s:5:\"4.2.1\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.2.1.zip\";s:7:\"4.2.1.1\";s:64:\"https://downloads.wordpress.org/plugin/event-tickets.4.2.1.1.zip\";s:5:\"4.2.2\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.2.2.zip\";s:5:\"4.2.3\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.2.3.zip\";s:5:\"4.2.4\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.2.4.zip\";s:5:\"4.2.5\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.2.5.zip\";s:5:\"4.2.6\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.2.6.zip\";s:5:\"4.2.7\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.2.7.zip\";s:3:\"4.3\";s:60:\"https://downloads.wordpress.org/plugin/event-tickets.4.3.zip\";s:5:\"4.3.1\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.3.1.zip\";s:7:\"4.3.1.1\";s:64:\"https://downloads.wordpress.org/plugin/event-tickets.4.3.1.1.zip\";s:5:\"4.3.2\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.3.2.zip\";s:5:\"4.3.3\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.3.3.zip\";s:5:\"4.3.4\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.3.4.zip\";s:7:\"4.3.4.1\";s:64:\"https://downloads.wordpress.org/plugin/event-tickets.4.3.4.1.zip\";s:5:\"4.3.5\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.3.5.zip\";s:3:\"4.4\";s:60:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.zip\";s:7:\"4.4.0.1\";s:64:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.0.1.zip\";s:5:\"4.4.1\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.1.zip\";s:5:\"4.4.2\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.2.zip\";s:5:\"4.4.3\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.3.zip\";s:5:\"4.4.4\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.4.zip\";s:5:\"4.4.5\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.5.zip\";s:5:\"4.4.6\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.6.zip\";s:5:\"4.4.7\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.7.zip\";s:5:\"4.4.8\";s:62:\"https://downloads.wordpress.org/plugin/event-tickets.4.4.8.zip\";s:5:\"trunk\";s:56:\"https://downloads.wordpress.org/plugin/event-tickets.zip\";}s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:68:\"https://ps.w.org/event-tickets/assets/banner-772x250.png?rev=1299128\";s:4:\"high\";s:69:\"https://ps.w.org/event-tickets/assets/banner-1544x500.png?rev=1299128\";}}','no'),(3150,'_transient_timeout_tribe_help_api_data-advanced-post-manager','1496043548','no'),(3151,'_transient_tribe_help_api_data-advanced-post-manager','O:8:\"stdClass\":26:{s:4:\"name\";s:21:\"Advanced Post Manager\";s:4:\"slug\";s:21:\"advanced-post-manager\";s:7:\"version\";s:3:\"4.4\";s:6:\"author\";s:51:\"<a href=\"http://m.tri.be/4n\">Modern Tribe, Inc.</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:12:\"contributors\";a:32:{s:6:\"aguseo\";s:37:\"https://profiles.wordpress.org/aguseo\";s:13:\"barryhughes-1\";s:44:\"https://profiles.wordpress.org/barryhughes-1\";s:7:\"bordoni\";s:38:\"https://profiles.wordpress.org/bordoni\";s:7:\"borkweb\";s:38:\"https://profiles.wordpress.org/borkweb\";s:11:\"brianjessee\";s:42:\"https://profiles.wordpress.org/brianjessee\";s:11:\"brook-tribe\";s:42:\"https://profiles.wordpress.org/brook-tribe\";s:9:\"courane01\";s:40:\"https://profiles.wordpress.org/courane01\";s:9:\"faction23\";s:40:\"https://profiles.wordpress.org/faction23\";s:8:\"geoffbel\";s:39:\"https://profiles.wordpress.org/geoffbel\";s:11:\"geoffgraham\";s:42:\"https://profiles.wordpress.org/geoffgraham\";s:6:\"ggwicz\";s:37:\"https://profiles.wordpress.org/ggwicz\";s:6:\"jazbek\";s:37:\"https://profiles.wordpress.org/jazbek\";s:8:\"jbrinley\";s:39:\"https://profiles.wordpress.org/jbrinley\";s:11:\"leahkoerper\";s:42:\"https://profiles.wordpress.org/leahkoerper\";s:8:\"lucatume\";s:39:\"https://profiles.wordpress.org/lucatume\";s:10:\"mastromktg\";s:41:\"https://profiles.wordpress.org/mastromktg\";s:8:\"mat-lipe\";s:39:\"https://profiles.wordpress.org/mat-lipe\";s:6:\"mdbitz\";s:37:\"https://profiles.wordpress.org/mdbitz\";s:11:\"moderntribe\";s:42:\"https://profiles.wordpress.org/moderntribe\";s:6:\"mzaweb\";s:37:\"https://profiles.wordpress.org/mzaweb\";s:11:\"neillmcshea\";s:42:\"https://profiles.wordpress.org/neillmcshea\";s:10:\"nicosantos\";s:41:\"https://profiles.wordpress.org/nicosantos\";s:12:\"peterchester\";s:43:\"https://profiles.wordpress.org/peterchester\";s:12:\"reidpeifer-1\";s:43:\"https://profiles.wordpress.org/reidpeifer-1\";s:10:\"roblagatta\";s:41:\"https://profiles.wordpress.org/roblagatta\";s:10:\"ryancurban\";s:41:\"https://profiles.wordpress.org/ryancurban\";s:13:\"shanepearlman\";s:44:\"https://profiles.wordpress.org/shanepearlman\";s:12:\"shelbelliott\";s:43:\"https://profiles.wordpress.org/shelbelliott\";s:9:\"tribecari\";s:40:\"https://profiles.wordpress.org/tribecari\";s:11:\"trishasalas\";s:42:\"https://profiles.wordpress.org/trishasalas\";s:6:\"vicskf\";s:37:\"https://profiles.wordpress.org/vicskf\";s:9:\"zbtirrell\";s:40:\"https://profiles.wordpress.org/zbtirrell\";}s:8:\"requires\";s:3:\"3.2\";s:6:\"tested\";s:5:\"4.7.5\";s:13:\"compatibility\";a:0:{}s:6:\"rating\";i:80;s:7:\"ratings\";a:5:{i:5;i:3;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:1;}s:11:\"num_ratings\";i:4;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:6000;s:10:\"downloaded\";s:6:\"47,954\";s:12:\"last_updated\";s:21:\"2017-01-09 9:23pm GMT\";s:5:\"added\";s:10:\"2011-09-06\";s:8:\"homepage\";s:0:\"\";s:8:\"sections\";a:5:{s:11:\"description\";s:7429:\"<p>This is a tool for developers who want to turbo-charge their custom post type listings with metadata, taxonomies, and more. An intuitive interface for adding (and saving) complex filtersets is provided, along with a drag-and-drop interface for choosing and ordering columns to be displayed. Metaboxes are also automatically generated for all your metadata-entry needs.</p>\n<ul>\n<li>Add columns to the post listing view</li>\n<li>Filter post listings by custom criteria</li>\n<li>Easily add metaboxes to custom post types</li>\n<li>Automatically add registered taxonomies to post listings</li>\n<li>Sort by post metadata</li>\n</ul>\n<p>See docs/documentation.html in the plugin directory for full documentation.</p>\n<p>The team at Modern Tribe stands by our work and offers light support every Wednesday to the community via the WordPress.org support forums. Feel free to ask a question if you’re having a problem with implementation or if you find bugs.</p>\n<h4>SUBMITTING PATCHES</h4>\n<p>If you’ve identified a bug and want to submit a patch, we’d welcome it at our <a href=\"https://github.com/moderntribe/advanced-post-manager\" rel=\"nofollow\">GitHub page for Advanced Post Manager.</a> Simply cue up your proposed patch as a pull request, and we’ll review as part of our monthly release cycle and merge into the codebase if appropriate from there. (If a pull request is rejected, we’ll do our best to tell you why). Users whose pull requests are accepted will receive credit in the plugin’s changelog. For more information, check out the readme at our GitHub page. Happy coding!</p>\n<h3>Contributors</h3>\n<p>The plugin is produced by <a href=\"http://m.tri.be/2s\" rel=\"nofollow\">Modern Tribe Inc</a>.</p>\n<h4>Current Contributors</h4>\n<p><a href=\"https://profiles.wordpress.org/barryhughes\" rel=\"nofollow\">Barry Hughes</a><br />\n<a href=\"https://profiles.wordpress.org/brianjessee\" rel=\"nofollow\">Brian Jessee</a><br />\n<a href=\"https://profiles.wordpress.org/brook-tribe\" rel=\"nofollow\">Brook Harding</a><br />\n<a href=\"https://profiles.wordpress.org/cliffpaulick\" rel=\"nofollow\">Clifford Paulick</a><br />\n<a href=\"https://profiles.wordpress.org/MZAWeb\" rel=\"nofollow\">Daniel Dvorkin</a><br />\n<a href=\"https://profiles.wordpress.org/geoffgraham\" rel=\"nofollow\">Geoff Graham</a><br />\n<a href=\"https://profiles.wordpress.org/ggwicz\" rel=\"nofollow\">George Gecewicz</a><br />\n<a href=\"https://profiles.wordpress.org/bordoni\" rel=\"nofollow\">Gustavo Bordoni</a><br />\n<a href=\"https://profiles.wordpress.org/jazbek\" rel=\"nofollow\">Jessica Yazbek</a><br />\n<a href=\"https://profiles.wordpress.org/joshlimecuda\" rel=\"nofollow\">Josh Mallard</a><br />\n<a href=\"https://profiles.wordpress.org/leahkoerper\" rel=\"nofollow\">Leah Koerper</a><br />\n<a href=\"https://profiles.wordpress.org/lucatume\" rel=\"nofollow\">Luca Tumedei</a><br />\n<a href=\"https://profiles.wordpress.org/borkweb\" rel=\"nofollow\">Matthew Batchelder</a><br />\n<a href=\"https://profiles.wordpress.org/neillmcshea\" rel=\"nofollow\">Neill McShea</a><br />\n<a href=\"https://profiles.wordpress.org/mastromktg\" rel=\"nofollow\">Nick Mastromattei</a><br />\n<a href=\"https://profiles.wordpress.org/nicosantos\" rel=\"nofollow\">Nico Santo</a><br />\n<a href=\"https://profiles.wordpress.org/peterchester\" rel=\"nofollow\">Peter Chester</a><br />\n<a href=\"https://profiles.wordpress.org/roblagatta\" rel=\"nofollow\">Rob La Gatta</a><br />\n<a href=\"https://profiles.wordpress.org/reid.peifer\" rel=\"nofollow\">Reid Peifer</a><br />\n<a href=\"https://profiles.wordpress.org/shane.pearlman\" rel=\"nofollow\">Shane Pearlman</a><br />\n<a href=\"https://profiles.wordpress.org/thatdudebutch\" rel=\"nofollow\">Wayne Stratton</a><br />\n<a href=\"https://profiles.wordpress.org/zbtirrell\" rel=\"nofollow\">Zachary Tirrell</a><br />\n<a href=\"https://profiles.wordpress.org/aguseo\" rel=\"nofollow\">Andras Guseo</a><br />\n<a href=\"https://profiles.wordpress.org/tribecari\" rel=\"nofollow\">Caroline Tucker</a></p>\n<h4>Past Contributors</h4>\n<p><a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\" rel=\"nofollow\">Casey Driscoll</a><br />\n<a href=\"https://profiles.wordpress.org/ckpicker\" rel=\"nofollow\">Casey Picker</a><br />\n<a href=\"https://profiles.wordpress.org/dancameron\" rel=\"nofollow\">Dan Cameron</a><br />\n<a href=\"https://profiles.wordpress.org/jkudish\" rel=\"nofollow\">Joachim Kudish</a><br />\n<a href=\"https://profiles.wordpress.org/jgadbois\" rel=\"nofollow\">John Gadbois</a><br />\n<a href=\"https://profiles.wordpress.org/jonahcoyote\" rel=\"nofollow\">Jonah West</a><br />\n<a href=\"https://profiles.wordpress.org/jbrinley\" rel=\"nofollow\">Jonathan Brinley</a><br />\n<a href=\"https://profiles.wordpress.org/justinendler/\" rel=\"nofollow\">Justin Endler</a><br />\n<a href=\"https://profiles.wordpress.org/kellykathryn\" rel=\"nofollow\">Kelly Groves</a><br />\n<a href=\"https://profiles.wordpress.org/kelseydamas\" rel=\"nofollow\">Kelsey Damas</a><br />\n<a href=\"https://profiles.wordpress.org/kyleunzicker\" rel=\"nofollow\">Kyle Unzicker</a><br />\n<a href=\"https://profiles.wordpress.org/mdbitz\" rel=\"nofollow\">Matthew Denton</a><br />\n<a href=\"https://profiles.wordpress.org/mattwiebe\" rel=\"nofollow\">Matt Wiebe</a><br />\n<a href=\"https://profiles.wordpress.org/mat-lipe\" rel=\"nofollow\">Mat Lipe</a><br />\n<a href=\"https://profiles.wordpress.org/nickciske\" rel=\"nofollow\">Nick Ciske</a><br />\n<a href=\"https://profiles.wordpress.org/paulhughes01\" rel=\"nofollow\">Paul Hughes</a><br />\n<a href=\"https://profiles.wordpress.org/ryancurban\" rel=\"nofollow\">Ryan Urban</a><br />\n<a href=\"https://profiles.wordpress.org/faction23\" rel=\"nofollow\">Samuel Estok</a><br />\n<a href=\"https://profiles.wordpress.org/codearachnid\" rel=\"nofollow\">Timothy Wood</a></p>\n<h4>Translations</h4>\n<p>Many thanks to all our translators! You can grab the latest translations or contribute at <a href=\"//m.tri.be/194h”\" rel=\"nofollow\">translations.theeventscalendar.com</a>.</p>\n<h3>Add-Ons</h3>\n<p>But wait: there’s more! We’ve got a whole stable of plugins available to help you be awesome at what you do. Check out a full list of the products below, and over at the <a href=\"http://m.tri.be/2a\" rel=\"nofollow\">Modern Tribe website.</a></p>\n<p>Our Free Plugins:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar</a></li>\n<li><a href=\"http://m.tri.be/18vx\" rel=\"nofollow\">Event Tickets</a></li>\n<li><a href=\"https://wordpress.org/plugins/blog-copier/?ref=tec-readme\">Blog Copier</a></li>\n<li><a href=\"https://wordpress.org/plugins/image-rotation-repair/?ref=tec-readme\">Image Rotation Widget</a></li>\n<li><a href=\"https://wordpress.org/plugins/widget-builder/?ref=tec-readme\">Widget Builder</a></li>\n</ul>\n<p>Our Premium Plugins:</p>\n<ul>\n<li><a href=\"http://m.tri.be/2c\" rel=\"nofollow\">Events Calendar PRO</a></li>\n<li><a href=\"http://m.tri.be/18vy\" rel=\"nofollow\">Event Tickets Plus</a></li>\n<li><a href=\"http://m.tri.be/2e\" rel=\"nofollow\">The Events Calendar: Eventbrite Tickets</a></li>\n<li><a href=\"http://m.tri.be/2g\" rel=\"nofollow\">The Events Calendar: Community Events</a></li>\n<li><a href=\"http://m.tri.be/18vw\" rel=\"nofollow\">The Events Calendar: Community Tickets</a></li>\n<li><a href=\"http://m.tri.be/2h\" rel=\"nofollow\">The Events Calendar: Facebook Events</a></li>\n<li><a href=\"http://m.tri.be/18h9\" rel=\"nofollow\">The Events Calendar: iCal Importer</a></li>\n<li><a href=\"http://m.tri.be/fa\" rel=\"nofollow\">The Events Calendar: Filter Bar</a></li>\n</ul>\n\";s:3:\"faq\";s:216:\"\n<h4>Why doesn’t anything happen when I activate the plugin?</h4>\n<p>\n<p>This plugin is for developers. Nothing will happen until you write some code to take advantage of the functionality it offers.</p>\n</p>\n\n\";s:9:\"changelog\";s:3914:\"<h4>[4.4] 2017-01-09</h4>\n<ul>\n<li>Tweak – Text domain modified to “advanced-post-manager” in line with plugin directory standards [42328]</li>\n</ul>\n<h4>[4.3.1] 2016-10-20</h4>\n<ul>\n<li>Tweak – Added VERSION constant and registered plugin as active with Tribe Common.</li>\n</ul>\n<h4>[4.3] 2016-10-13</h4>\n<ul>\n<li>Tweak – 4.3 compatibility updates</li>\n</ul>\n<h4>[4.2.2] 2016-07-06</h4>\n<ul>\n<li>Fix – Html code in column list is now stripped in place of being escaped</li>\n<li>Fix – <code>wysiwyg</code> field type in meta box will now render a TinyMCE editor and not a text area [15185]</li>\n</ul>\n<h4>[4.2] 2016-06-22</h4>\n<ul>\n<li>Fix – Avoid errors and UI cruft when deactivating a plugin that added custom filters in use</li>\n</ul>\n<h4>[4.1.1] 2016-04-11</h4>\n<ul>\n<li>Tweak – Improve security on permissions for AJAX requests</li>\n</ul>\n<h4>[4.1] 2016-03-15</h4>\n<ul>\n<li>Tweak – Improve the documentation files to make sure it’s clear on how to use templates with Custom Post Types</li>\n<li>Fix – Removed stray characters that were hanging around for no reason</li>\n</ul>\n<h4>[4.0] 2015-12-02</h4>\n<ul>\n<li>Fix – improved code standardization to bring this up to Modern Tribe standards</li>\n<li>Feature – increased language support including Catalan, Czech, French, and Portuguese (Portugal)</li>\n</ul>\n<h4>[3.12] 2015-09-08</h4>\n<ul>\n<li>Fix – Don’t translate SQL “LIKE”. That’s just silly</li>\n</ul>\n<h4>[3.11]</h4>\n<ul>\n<li>Feature – Completed compatibility work with Events Calendar PRO</li>\n<li>Bug – Prevent wp.template JS error from being thrown by setting wp-util as a dependency when enqueuing</li>\n</ul>\n<h4>[3.10] 2015-06-09</h4>\n<ul>\n<li>Bug – fixed escaping throughout</li>\n<li>Bug – fixed comments bubbles when they exist in the table</li>\n<li>Tweak – Brought version in line with other Modern Tribe plugins</li>\n<li>Tweak – Added some changelog formatting enhancements after seeing keepachangelog.com ?</li>\n<li>Feature – added translation support</li>\n<li>Feature – Added Brazilian Portuguese translation files, courtesy of Gustavo Bordoni</li>\n<li>Feature – Added Spanish translation files, courtesy of robotic translation</li>\n<li>Feature – Partial language support for Afrikaans, Bulgarian, Chinese (Taiwan), Czech, Danish, Dutch, English (UK), Estonian, Finnish, French (France), German, Greek, Hungarian, Icelandic, Indonesian, Italian, Latvian, Lithuanian, Portuguese (Portugal), Romanian, Russian, Serbian, Slovak, Slovenian, Swedish, Turkish, and Ukrainian imported from Events Calendar PRO</li>\n</ul>\n<h4>2.0</h4>\n<ul>\n<li>New design plus tons of fixes</li>\n</ul>\n<h4>1.0.9</h4>\n<ul>\n<li>Increase the version of the included demo plugin in order for it’s update nag to go away</li>\n</ul>\n<h4>1.0.8</h4>\n<ul>\n<li>Fix PHP notice regarding the $screen object</li>\n</ul>\n<h4>1.0.7</h4>\n<ul>\n<li>Fix for loading JS/CSS on Windows-based servers</li>\n<li>Ensure the demo plugin checks that the main plugin is active to prevent white screens</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>Add <code>class_exists()</code> conditionals to allow inclusion in 3rd-party code</li>\n<li>Fix a PHP notice</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Fix undefined indices</li>\n<li>Add an action for when active columns are determined</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>CSS tweak for long select/input fields in filters</li>\n<li>More thorough gettext, including filterable textdomain</li>\n<li>Fix column bug introduced in 1.0.3</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Extra checks to ensure no empty columns</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Fix filter initialization bug</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Un-hide some UI elements that should show.</li>\n<li>Metabox HTML tweaks.</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial Release</li>\n</ul>\n\";s:11:\"screenshots\";s:565:\"<ol><li><a href=\"https://ps.w.org/advanced-post-manager/trunk/screenshot-2.png?rev=1659718\"><img src=\"https://ps.w.org/advanced-post-manager/trunk/screenshot-2.png?rev=1659718\" alt=\"Automatically registered metaboxes for data entry\"></a><p>Automatically registered metaboxes for data entry</p></li><li><a href=\"https://ps.w.org/advanced-post-manager/trunk/screenshot-1.png?rev=1659718\"><img src=\"https://ps.w.org/advanced-post-manager/trunk/screenshot-1.png?rev=1659718\" alt=\"The filters and columns in action\"></a><p>The filters and columns in action</p></li></ol>\";s:7:\"reviews\";s:2914:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great!</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/eigensinnlebenslust\"><img alt=\'\' src=\'http://0.gravatar.com/avatar/cbab74dbc6b872405b024c2ceec06ab4?s=16&d=monsterid&r=g\' srcset=\'http://0.gravatar.com/avatar/cbab74dbc6b872405b024c2ceec06ab4?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/eigensinnlebenslust\" class=\"reviewer-name\">eigensinnlebenslust</a> on <span class=\"review-date\">September 3, 2016</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><p>Really great!<br />\nSaves a lot of time for developers. Really easy and efficient to use.<br />\nI wish some more people would use it and publish their code.<br />\nWe used it for Woocommerce and Tribes Event Calendar.\n</p>\n</div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Easy and Efficient</h4>\n <div class=\"star-rating\"><div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div></div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/elisafern\"><img alt=\'\' src=\'http://0.gravatar.com/avatar/c3544244d445508ed04e02b80d561eef?s=16&d=monsterid&r=g\' srcset=\'http://0.gravatar.com/avatar/c3544244d445508ed04e02b80d561eef?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' /></a><a href=\"https://profiles.wordpress.org/elisafern\" class=\"reviewer-name\">elisafern</a> on <span class=\"review-date\">September 3, 2016</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><p>Thank you so much for this plugin, it was the perfect way to manage a custom post type by sorting custom fields...This way I can choose which posts I want very quickly.<br />\nGood documentation and very simple to use, clean design!<br />\nTHANKS!!\n</p>\n</div>\n</div>\n\";}s:13:\"download_link\";s:68:\"https://downloads.wordpress.org/plugin/advanced-post-manager.4.4.zip\";s:11:\"screenshots\";a:2:{i:2;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/advanced-post-manager/trunk/screenshot-2.png?rev=1659718\";s:7:\"caption\";s:49:\"Automatically registered metaboxes for data entry\";}i:1;a:2:{s:3:\"src\";s:73:\"https://ps.w.org/advanced-post-manager/trunk/screenshot-1.png?rev=1659718\";s:7:\"caption\";s:33:\"The filters and columns in action\";}}s:4:\"tags\";a:5:{s:6:\"column\";s:6:\"column\";s:11:\"custom-post\";s:11:\"custom post\";s:15:\"developer-tools\";s:15:\"developer-tools\";s:6:\"filter\";s:6:\"filter\";s:7:\"metabox\";s:7:\"metabox\";}s:8:\"versions\";a:22:{s:3:\"1.0\";s:68:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.zip\";s:5:\"1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.1.zip\";s:5:\"1.0.2\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.2.zip\";s:5:\"1.0.3\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.3.zip\";s:5:\"1.0.4\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.4.zip\";s:5:\"1.0.5\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.5.zip\";s:5:\"1.0.6\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.6.zip\";s:5:\"1.0.7\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.7.zip\";s:5:\"1.0.8\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.8.zip\";s:5:\"1.0.9\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.1.0.9.zip\";s:4:\"3.10\";s:69:\"https://downloads.wordpress.org/plugin/advanced-post-manager.3.10.zip\";s:4:\"3.11\";s:69:\"https://downloads.wordpress.org/plugin/advanced-post-manager.3.11.zip\";s:4:\"3.12\";s:69:\"https://downloads.wordpress.org/plugin/advanced-post-manager.3.12.zip\";s:3:\"4.0\";s:68:\"https://downloads.wordpress.org/plugin/advanced-post-manager.4.0.zip\";s:3:\"4.1\";s:68:\"https://downloads.wordpress.org/plugin/advanced-post-manager.4.1.zip\";s:5:\"4.1.1\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.4.1.1.zip\";s:3:\"4.2\";s:68:\"https://downloads.wordpress.org/plugin/advanced-post-manager.4.2.zip\";s:5:\"4.2.2\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.4.2.2.zip\";s:3:\"4.3\";s:68:\"https://downloads.wordpress.org/plugin/advanced-post-manager.4.3.zip\";s:5:\"4.3.1\";s:70:\"https://downloads.wordpress.org/plugin/advanced-post-manager.4.3.1.zip\";s:3:\"4.4\";s:68:\"https://downloads.wordpress.org/plugin/advanced-post-manager.4.4.zip\";s:5:\"trunk\";s:64:\"https://downloads.wordpress.org/plugin/advanced-post-manager.zip\";}s:11:\"donate_link\";s:18:\"http://m.tri.be/4o\";s:7:\"banners\";a:2:{s:3:\"low\";s:75:\"https://ps.w.org/advanced-post-manager/assets/banner-772x250.png?rev=517740\";s:4:\"high\";s:76:\"https://ps.w.org/advanced-post-manager/assets/banner-1544x500.jpg?rev=593014\";}}','no'),(3152,'_transient_timeout_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1496075955','no'),(3153,'_transient_feed_0d102f2a1f4d6bc90eb8c6ffe18e56ed','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://theeventscalendar.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress event plugins for people who kick ass\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 May 2017 02:07:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Maintenance Release for the Week of 15th May 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://theeventscalendar.com/maintenance-release-week-15th-may-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 May 2017 22:30:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1284088\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:645:\"<p>Today we’re happy to announce the ninth Maintenance Release of 2017. Maintenance Releases are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements. To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below: The Events Calendar 4.5.2…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-week-15th-may-2017/\">Maintenance Release for the Week of 15th May 2017</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Courtney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4374:\"<p>Today we’re happy to announce the ninth Maintenance Release of 2017. <a href=\"https://theeventscalendar.com/release-schedule/\" target=\"_blank\">Maintenance Releases</a> are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements.</p>\n<p>To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below:</p>\n<ul>\n<li><a href=\"#tec\">The Events Calendar 4.5.2</a></li>\n<li><a href=\"#ecp\">Events Calendar PRO 4.4.8</a></li>\n<li><a href=\"#et\">Event Tickets 4.4.8</a></li>\n<li><a href=\"#etp\">Event Tickets Plus 4.4.8</a></li>\n<li><a href=\"#iwp\">Image Widget Plus 1.0.1</a></li>\n<li><a href=\"#ce\">Community Events 4.4.6</a></li>\n<li><a href=\"#ct\">Community Tickets 4.4.2</a></li>\n<li><a href=\"#eb\">Eventbrite Tickets 4.4.4</a></li>\n<li><a href=\"#ef\">Events Filterbar 4.4.2</a></li>\n<li><a href=\"#not-updated\">Not Updated This Release</a></li>\n</ul>\n<hr />\n<h3 id=\"tec\">The Events Calendar 4.5.2</h3>\n<ul>\n<li><strong>Fix</strong> — Correct REST API reference URL (our thanks to Lindsey for flagging this)</li>\n<li><strong>Fix</strong> — Improve Event Aggregator integration to avoid situations where imports continually restart but do not complete.</li>\n<li><strong>Tweak</strong> — Make the inclusion or exclusion of the year (within the event schedule string) filterable</li>\n<li><strong>Tweak</strong> — Further adjustments to plugin licensing code</li>\n</ul>\n<hr />\n<h3 id=\"ecp\">Events Calendar PRO 4.4.8</h3>\n<ul>\n<li><strong>Fix</strong> — Ensure the /all/ view orders correctly when sitewide timezone mode is in effect (our thanks to Christopher,<br />\nalzheimesdementiasupport and many other users for flagging this issue)</li>\n<li><strong>Tweak</strong> — Further adjustments to plugin licensing code</li>\n<li><strong>Tweak</strong> — Language and translation improvements</li>\n</ul>\n<hr />\n<h3 id=\"et\">Event Tickets 4.4.8</h3>\n<ul>\n<li><strong>Fix</strong> — Remove undefined and unneeded template variable</li>\n<li><strong>Fix</strong> — Location of the #buy-tickets anchor should respect the ticket form location (our thanks to Hans for reporting this)</li>\n<li><strong>Tweak</strong> — Language and text changes</li>\n<li><strong>Tweak</strong> — Now uses tribe_tickets_get_template_part() to load the email/tickets template for increased flexibility</li>\n</ul>\n<hr />\n<h3 id=\"etp\">Event Tickets Plus 4.4.8</h3>\n<ul>\n<li><strong>Fix</strong> — Do not add “you will receive your tickets in another email” messaging to refund notices (our thanks to Shadi Habbal for highlighting this)</li>\n<li><strong>Tweak</strong> — Shopp and WP E-Commerce integrations have been deprecated prior to removal in a future release</li>\n<li><strong>Tweak</strong> — Further adjustments made to our plugin licensing system</li>\n</ul>\n<hr />\n<h3 id=\"iwp\">Image Widget Plus 1.0.1</h3>\n<ul>\n<li><strong>Fix</strong> — Ensure that translations load (our thanks to Oliver for highlighting this bug!)</li>\n<li><strong>Tweak</strong> — further adjustments made to our plugin licensing system</li>\n</ul>\n<hr />\n<h3 id=\"ce\">Community Events 4.4.2</h3>\n<ul>\n<li><strong>Tweak</strong> – further adjustments made to our plugin licensing system</li>\n</ul>\n<hr />\n<h3 id=\"ct\">Community Tickets 4.4.6</h3>\n<ul>\n<li><strong>Tweak</strong> — further adjustments made to our plugin licensing system</li>\n</ul>\n<hr />\n<h3 id=\"eb\">Eventbrite Tickets 4.4.4</h3>\n<ul>\n<li><strong>Tweak</strong> — further adjustments made to our plugin licensing system</li>\n<li><strong>Tweak</strong> — Fixed typo in synchronization options</li>\n</ul>\n<hr />\n<h3 id=\"ef\">Filter Bar 4.4.2</h3>\n<ul>\n<li><strong>Tweak</strong> — further adjustments made to our plugin licensing system</li>\n</ul>\n<hr />\n<h3 id=\"not-updated\">Not Updated This Release</h3>\n<p>The following plugins have <em>not</em> been updated this release and will remain at the version numbers specified here:</p>\n<ul>\n<li>Advanced Post Manager 4.4</li>\n<li>Image Widget 4.4.3</li>\n<li>GigPress 2.3.17</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-week-15th-may-2017/\">Maintenance Release for the Week of 15th May 2017</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"New Plugin: Image Widget Plus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://theeventscalendar.com/new-plugin-image-widget-plus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 May 2017 02:14:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"News & Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"image widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"image widget plus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1282331\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:546:\"<p>Images bring websites to life, so it’s no surprise one of the common questions asked by new WordPress users is: How do I add an image to my sidebar? You can manually add images using HTML code, but many people prefer the more convenient option of using a simple, lightweight plugin to do the work…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/new-plugin-image-widget-plus/\">New Plugin: Image Widget Plus</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7650:\"<p>Images bring websites to life, so it’s no surprise one of the common questions asked by new WordPress users is: How do I add an image to my sidebar?</p>\n<p>You can manually add images using HTML code, but many people prefer the more convenient option of using a simple, lightweight plugin to do the work for them.</p>\n<h2>Introducing Image Widget Plus</h2>\n<p>While our classic Image Widget plugin focused on adding a single image to your widget area, <a href=\"https://theeventscalendar.com/product/wordpress-image-widget-plus/\">Image Widget Plus</a> provides additional options for you to control how your images display within the widget:</p>\n<ul>\n<li><strong>Lightbox</strong> to showcase images by filling the screen, dimming the rest of the page in the background and creating a true focal point for your photo.</li>\n<li><strong>Slideshow</strong> to display images in a series, allowing users to scroll through several photos or graphics without leaving the page.</li>\n<li><strong>Random Images</strong> to give your page a fresh feel by displaying a random image each time the page is loaded or refreshed.</li>\n</ul>\n<p><img class=\"aligncenter size-full wp-image-1282146\" src=\"https://theeventscalendar.com/content/uploads/2017/05/random-images.jpg\" alt=\"Image Widget Plus: Random static image display option\" width=\"1600\" height=\"1043\" srcset=\"https://theeventscalendar.com/content/uploads/2017/05/random-images.jpg 1600w, https://theeventscalendar.com/content/uploads/2017/05/random-images-130x85.jpg 130w, https://theeventscalendar.com/content/uploads/2017/05/random-images-300x196.jpg 300w, https://theeventscalendar.com/content/uploads/2017/05/random-images-768x501.jpg 768w, https://theeventscalendar.com/content/uploads/2017/05/random-images-665x433.jpg 665w, https://theeventscalendar.com/content/uploads/2017/05/random-images-430x280.jpg 430w, https://theeventscalendar.com/content/uploads/2017/05/random-images-645x420.jpg 645w, https://theeventscalendar.com/content/uploads/2017/05/random-images-1068x696.jpg 1068w, https://theeventscalendar.com/content/uploads/2017/05/random-images-460x300.jpg 460w, https://theeventscalendar.com/content/uploads/2017/05/random-images-600x391.jpg 600w, https://theeventscalendar.com/content/uploads/2017/05/random-images-500x326.jpg 500w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" /></p>\n<p>Using the native WordPress media manager, Image Widget Plus gives you the power to create widgets to display logos, photos, custom ads, and more.</p>\n<p>Best of all? We’ve kept Image Widget Plus just as simple and easy to use as possible.</p>\n<h2>Installing & Using Image Widget Plus</h2>\n<p>Installation and setup for Image Widget Plus is a breeze:</p>\n<ol>\n<li>Purchase and download the Image Widget Plus plugin</li>\n<li>Install and activate it on your WordPress site</li>\n<li>Under Appearance > Widget, drag & drop the widget into your sidebar, footer, or other widget areas within your theme</li>\n</ol>\n<p><img class=\"aligncenter size-full wp-image-1282163\" src=\"https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options.png\" alt=\"Image Widget Plus Screenshot: Admin view of the Widgets area\" width=\"1864\" height=\"1722\" srcset=\"https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options.png 1864w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-92x85.png 92w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-300x277.png 300w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-768x709.png 768w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-665x614.png 665w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-430x397.png 430w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-645x596.png 645w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-1068x987.png 1068w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-460x425.png 460w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-600x554.png 600w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Options-500x462.png 500w\" sizes=\"(max-width: 1864px) 100vw, 1864px\" /></p>\n<p>All options are displayed within the widget itself, so there are no extra settings or admin screens needed. We’ve intentionally kept the design simple and intuitive to make it easy for everyone to use.</p>\n<p>For those that prefer to customize the look and feel of their widgets, we’ve got filter hooks and theme overrides ready for you to dive into.</p>\n<h2>Top Uses for Image Widget Plus</h2>\n<p>Need some ideas to get started? Here are a few ways people are using <a href=\"https://theeventscalendar.com/product/wordpress-image-widget-plus/\">Image Widget Plus</a> to add value to their website.</p>\n<p><strong>Lightbox Gallery of Epic Photos</strong><br />\nLet visitors view your photos in full detail with the built-in lightbox feature in Image Widget Plus. Choose to feature a single image or allows users to scroll through a gallery using the slideshow feature.</p>\n<p><strong>Featured Product or Service<br />\n</strong>Highlight a specific offering with compelling images and a brief tagline. You choose where to link the image, so you can direct visitors straight to the product page, your e-commerce shopping cart, or any other page you’d like.</p>\n<p><strong>Showcase a Content Series</strong><br />\nHave several posts related to the same topic? Create a slideshow with Image Widget Plus to feature the topic in your sidebar and visually guide users through your content series. Each image can be linked to a separate post, helping users find the exact post they need.</p>\n<p><strong>Quote of the Day</strong><br />\nUsing free tools such as <a href=\"https://www.picmonkey.com/\">PicMonkey</a> or <a href=\"https://www.canva.com/\">Canva</a>, you can add text overlays to images featuring inspirational quotes to motivate your audience. Using the Random Image functionality of Image Widget Plus, your visitors can see a new quote display on each page as they navigate through your site.</p>\n<p><strong>Guide Users to Landing Pages</strong><br />\nDespite our best efforts, sometimes people land on a different page of our site than we intend. Help users navigate to the correct landing page by creating a visual call to action (CTA) and inserting it into your sidebar using Image Widget Plus.</p>\n<h2>Create Something Beautiful</h2>\n<p>Take your sidebar to the next level by putting Image Widget Plus to work on your site.<br />\n <br />\n<a href=\"https://theeventscalendar.com/cart/?add-to-cart=1282139&quantity=1&variation_id=1282140&attribute_pa_license-type=personal\"><img class=\"aligncenter wp-image-1282393 \" src=\"https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Plus-.png\" alt=\"\" width=\"122\" height=\"86\" srcset=\"https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Plus-.png 122w, https://theeventscalendar.com/content/uploads/2017/05/Image-Widget-Plus--121x85.png 121w\" sizes=\"(max-width: 122px) 100vw, 122px\" /></a></p>\n<p style=\"text-align: center;\"><strong><a href=\"https://theeventscalendar.com/cart/?add-to-cart=1282139&quantity=1&variation_id=1282140&attribute_pa_license-type=personal\">Get your premium license today!</a></strong></p>\n<p> </p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/new-plugin-image-widget-plus/\">New Plugin: Image Widget Plus</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Maintenance Release for the Week of 1st May 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://theeventscalendar.com/maintenance-release-week-1st-may-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 May 2017 18:35:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1276749\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:644:\"<p>Today we’re happy to announce the eighth Maintenance Release of 2017. Maintenance Releases are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements. To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below: The Events Calendar 4.5.1…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-week-1st-may-2017/\">Maintenance Release for the Week of 1st May 2017</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Courtney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3462:\"<p>Today we’re happy to announce the eighth Maintenance Release of 2017. <a href=\"https://theeventscalendar.com/release-schedule/\" target=\"_blank\">Maintenance Releases</a> are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements.</p>\n<p>To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below:</p>\n<ul>\n<li><a href=\"#tec\">The Events Calendar 4.5.1</a></li>\n<li><a href=\"#ecp\">Events Calendar PRO 4.4.7</a></li>\n<li><a href=\"#et\">Event Tickets 4.4.7</a></li>\n<li><a href=\"#etp\">Event Tickets Plus 4.4.7</a></li>\n<li><a href=\"#ce\">Community Events 4.4.5</a></li>\n<li><a href=\"#ct\">Community Tickets 4.4.1</a></li>\n<li><a href=\"#eb\">Eventbrite Tickets 4.4.3</a></li>\n<li><a href=\"#ef\">Events Filterbar</a></li>\n<li><a href=\"#not-updated\">Not Updated This Release</a></li>\n</ul>\n<hr />\n<h3 id=\"tec\">The Events Calendar 4.5.1</h3>\n<ul>\n<li><strong>Fix</strong> — Prevented errors on EA import screen that happened in exotic circumstance. Thanks @kathryn for reporting this!</li>\n<li><strong>Fix</strong> — Made EA preserve custom dates after reimporting a Facebook Event when option is set.</li>\n<li><strong>Fix</strong> — Enhance month view caching to minimize impact of JSON-LD generation</li>\n<li><strong>Tweak</strong> — Styling/layout improvements within the Event Aggregator screen</li>\n</ul>\n<hr />\n<h3 id=\"ecp\">Events Calendar PRO 4.4.7</h3>\n<ul>\n<li><strong>Tweak</strong> — adjustments made to our plugin licensing system</li>\n</ul>\n<hr />\n<h3 id=\"et\">Event Tickets 4.4.7</h3>\n<ul>\n<li><strong>Fix</strong> — “Email attendees” modal window display on mobile devices</li>\n</ul>\n<hr />\n<h3 id=\"etp\">Event Tickets Plus 4.4.7</h3>\n<ul>\n<li><strong>Fix</strong> — Ensure catalog visibility and other product attributes for WooCommerce-driven tickets are set as expected</li>\n<li><strong>Fix</strong> — Ensure attendee information is retained in a WooCommerce session for the user to prevent loss of data</li>\n<li><strong>Fix</strong> — On refund of WooCommerce Tickets, add stock back to global and capped stock if enabled</li>\n</ul>\n<hr />\n<h3 id=\"ce\">Community Events 4.4.5</h3>\n<ul>\n<li><strong>Fix</strong> – Made timepicker compatible with 24hr time format.</li>\n<li><strong>Fix</strong> – Fix a fatal error introduced in our last release, relating to venues being submitted for events (thanks to @artsgso for flagging this!)</li>\n</ul>\n<hr />\n<h3 id=\"ct\">Community Tickets 4.4.1</h3>\n<ul>\n<li><strong>Tweak</strong> — adjustments made to our plugin licensing system</li>\n</ul>\n<hr />\n<h3 id=\"eb\">Eventbrite Tickets 4.4.3</h3>\n<ul>\n<li><strong>Tweak</strong> — adjustments made to our plugin licensing system</li>\n</ul>\n<hr />\n<h3 id=\"ef\">Filter Bar 4.4.1</h3>\n<ul>\n<li><strong>Tweak</strong> — adjustments made to our plugin licensing system</li>\n</ul>\n<hr />\n<h3 id=\"not-updated\">Not Updated This Release</h3>\n<p>The following plugins have <em>not</em> been updated this release and will remain at the version numbers specified here:</p>\n<ul>\n<li>Advanced Post Manager 4.4</li>\n<li>GigPress 2.3.17</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-week-1st-may-2017/\">Maintenance Release for the Week of 1st May 2017</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Release: The Events Calendar 4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://theeventscalendar.com/release-the-events-calendar-4-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 May 2017 15:13:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1275985\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:566:\"<p>We’ve been hard at work on Version 4.5 of The Events Calendar! A big change in this release (and going forward) is a more focused effort on specific plugins during each release. This has a couple key advantages: we can start shipping features more frequently, but with less impact across all the plugins and it…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-5/\">Release: The Events Calendar 4.5</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Zach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9425:\"<p>We’ve been hard at work on Version 4.5 of The Events Calendar!</p>\n<p>A big change in this release (and going forward) is a more focused effort on specific plugins during each release. This has a couple key advantages: we can start shipping features more frequently, but with less impact across all the plugins and it allows us to hold features until we know they are well tested and nicely refined. We think this is going to be a really nice shift!</p>\n<p>On to the exciting details of what’s new in 4.5!</p>\n<hr />\n<p>⚠️ <strong>Please Note:</strong> Due to a small bug that arose after publishing our 4.5 release, we followed up with The Events Calendar 4.5.0.2, which is the version we recommend you use.</p>\n<hr />\n<h3>REST API Read Support</h3>\n<p>We’ve heard your requests for WordPress Rest API support and we’re delivering our first benchmark with read-only access in The Events Calendar 4.5.</p>\n<p>Though we’re not quite ready to support WRITE functionality, this release paves the way to continue developing full REST API support within the plugin.</p>\n<h3>Event Aggregator: Full Imports Between The Events Calendar Instances</h3>\n<p>Have you ever wanted to import events from one WordPress website to another? Now if both websites are using The Events Calendar, you can copy the event link and import it into your own site using the <strong>Other URL</strong> field in Event Aggregator. You can also import event category or tag links the same way.</p>\n<p><img class=\"alignnone size-full wp-image-1276650\" src=\"https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls.png\" alt=\"import WordPress website events from other urls with Event Aggregator\" width=\"1452\" height=\"582\" srcset=\"https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls.png 1452w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-140x56.png 140w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-300x120.png 300w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-768x308.png 768w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-665x267.png 665w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-430x172.png 430w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-645x259.png 645w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-1068x428.png 1068w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-460x184.png 460w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-600x240.png 600w, https://theeventscalendar.com/content/uploads/2017/05/import-from-other-urls-500x200.png 500w\" sizes=\"(max-width: 1452px) 100vw, 1452px\" /></p>\n<h3>Reduced File Size</h3>\n<p>We were able to cut the file size of The Events Calendar by almost 20%!</p>\n<p>When we launched version 4.0 of The Events Calendar and introduced Event Tickets and Event Tickets Plus, we did something a little bit surprising. These two new plugins were replacing our older ticketing plugins, but also introducing the ability to run independently from The Events Calendar. </p>\n<p>This meant that a customer running WooCommerce Tickets and updating to The Events Calendar 4.0 would need to switch over to Event Tickets. We knew our customers expected a smooth transition, so we tucked a copy of Event Tickets inside of The Events Calendar and were able to load it in situations where it was needed.</p>\n<p>It has now been well over a year since we began that journey. Our legacy ticket users have completed their transition, removing the need for a copy of Event Tickets inside of The Events Calendar. That’s good news for all users – with this release, we’ve removed it and reduced the overall size of The Events Calendar substantially.</p>\n<h3>New Action</h3>\n<p>We’ve introduced a new action at the end of our object definitions that’s especially useful for testing:</p>\n<ul>\n<li><samp>tribe_events_bound_implementations</samp></li>\n</ul>\n<h3>New Filters</h3>\n<p>We have a bunch of filters around the new functionality:</p>\n<h5>REST API</h5>\n<ul>\n<li><samp>tribe_events_rest_api_enabled</samp></li>\n<li><samp>tribe_events_rest_url_prefix</samp></li>\n<li><samp>tribe_events_rest_use_builtin</samp></li>\n<li><samp>tribe_rest_event_categories_data</samp></li>\n<li><samp>tribe_rest_event_data</samp></li>\n<li><samp>tribe_rest_event_featured_image</samp></li>\n<li><samp>tribe_rest_event_max_per_page</samp></li>\n<li><samp>tribe_rest_event_tags_data</samp></li>\n<li><samp>tribe_rest_event_taxonomy_term_data</samp></li>\n<li><samp>tribe_rest_events_archive_data</samp></li>\n<li><samp>tribe_rest_organizer_data</samp></li>\n<li><samp>tribe_rest_url</samp></li>\n<li><samp>tribe_rest_venue_data</samp></li>\n</ul>\n<h5>REST API Documentation</h5>\n<ul>\n<li><samp>tribe_rest_swagger_cost_details_documentation</samp></li>\n<li><samp>tribe_rest_swagger_date_details_documentation</samp></li>\n<li><samp>tribe_rest_swagger_documentation</samp></li>\n<li><samp>tribe_rest_swagger_event_documentation</samp></li>\n<li><samp>tribe_rest_swagger_image_details_documentation</samp></li>\n<li><samp>tribe_rest_swagger_image_size_documentation</samp></li>\n<li><samp>tribe_rest_swagger_organizer_documentation</samp></li>\n<li><samp>tribe_rest_swagger_term_documentation</samp></li>\n<li><samp>tribe_rest_swagger_venue_documentation</samp></li>\n</ul>\n<h5>Modified fields tracking</h5>\n<ul>\n<li><samp>tribe_tracker_enabled</samp></li>\n<li><samp>tribe_tracker_enabled_for_terms</samp></li>\n<li><samp>tribe_tracker_excluded_meta_keys</samp></li>\n<li><samp>tribe_tracker_post_types</samp></li>\n<li><samp>tribe_tracker_taxonomies</samp></li>\n</ul>\n<h5>Event Aggregator</h5>\n<ul>\n<li><samp>tribe_aggregator_localized_data</samp></li>\n<li><samp>tribe_aggregator_service_messages</samp></li>\n<li><samp>tribe_aggregator_url_import_range_cap</samp></li>\n<li><samp>tribe_aggregator_url_import_range_options</samp></li>\n<li><samp>tribe_aggregator_url_import_range_start</samp></li>\n<li><samp>tribe_aggregator_url_import_range_end</samp></li>\n</ul>\n<h3>Newly-Removed Code</h3>\n<p>We are pretty confident that these filters and methods are not likely being used by customizers, but rather by us internally. With that in mind, we skipped our normal deprecation steps and removed these outright.</p>\n<ul>\n<li><strong>Removed Filter:</strong> <samp>tribe_aggregator_track_modified_fields</samp></li>\n<li><strong>Removed Methods:</strong> <samp>Tribe__Events__Main</samp>: <samp>tribe_aggregator_track_modified_fields</samp> and <samp>maybe_load_tickets_framework</samp></li>\n<li><strong>Removed Method:</strong> <samp>Tribe__Events__Aggregator__Service</samp>: <samp>has_service_message</samp></li>\n</ul>\n<h3>Updated Views</h3>\n<p>No views were updated in this release.</p>\n<h3>Changelogs</h3>\n<p>Ready to explore the details of this release? On to the changelogs!</p>\n<h4 id=\"tec\">The Events Calendar 4.5</h4>\n<p><strong>Feature</strong> – Event Aggregator now allows users to import by URL from other sites with The Events Calendar<br />\n<strong>Feature</strong> – Include a Events REST API endpoint for read operations<br />\n<strong>Feature</strong> – Include granular Scheduling for Event Aggregator<br />\n<strong>Fix</strong> – Prevent Event Aggregator to run on Empty Queues thus generating fatals<br />\n<strong>Fix</strong> – Categories and Tags are no longer cleared when importing with Event Aggregator<br />\n<strong>Fix</strong> – Increase consistency on Column Mapping for CSV imports<br />\n<strong>Tweak</strong> – Update Authority for modified fields now will include Organizer, Venues and Taxonomy changes<br />\n<strong>Tweak</strong> – Clean up direct calls to get events and use wrapper <samp>tribe_get_events()</samp> which has a hook for customizing<br />\n<strong>Tweak</strong> – Remove including Event Tickets for backwards compatibility as a vendor library<br />\n<strong>Tweak</strong> – Create a global ID to increase consistency on all of the imported items with Event Aggregator<br />\n<strong>Tweak</strong> – Added new filters for REST API<br />\n<strong>Tweak</strong> – Added filters for REST API Documentation<br />\n<strong>Tweak</strong> – Added filters for Modified fields tracking<br />\n<strong>Tweak</strong> – Added filters for Event Aggregator<br />\n<strong>Tweak</strong> – Removed filters for Event Aggregator<br />\n<strong>Tweak</strong> – Added actions for Initialization<br />\n<strong>Tweak</strong> – Removed methods for <samp>Tribe__Events__Main</samp>: <samp>track_event_post_field_changes</samp>, <samp>maybe_load_tickets_framework</samp><br />\n<strong>Tweak</strong> – Removed methods for <samp>Tribe__Events__Aggregator__Service</samp>: <samp>has_service_message</samp></p>\n<hr />\n<p>Thanks for your continued support! We hope this update makes your sites much better, your jobs way easier, and your overall experience using our plugins a breeze. Cheers to you on behalf of everyone here at Modern Tribe!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/release-the-events-calendar-4-5/\">Release: The Events Calendar 4.5</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"The Events Calendar + WordPress REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://theeventscalendar.com/the-events-calendar-wordpress-rest-api/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 May 2017 13:57:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"News & Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"app\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"event aggregator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"Import\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:19:\"The Events Calendar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1276676\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:614:\"<p>Extensibility is a key feature of The Events Calendar and Events Calendar PRO. That’s why we’re excited to announce event data is now accessible through the WordPress REST API. Version 4.5 of The Events Calendar introduces new REST API endpoints, making it easier than ever to integrate your event data with mobile or web-based applications.…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/the-events-calendar-wordpress-rest-api/\">The Events Calendar + WordPress REST API</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5000:\"<p>Extensibility is a key feature of <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar-pro/\">The Events Calendar and Events Calendar PRO</a>. That’s why we’re excited to announce event data is now accessible through the WordPress REST API.</p>\n<p>Version 4.5 of The Events Calendar introduces new REST API endpoints, making it easier than ever to integrate your event data with mobile or web-based applications. Though currently read-only, this update paves the way for us to continue moving forward towards full REST API object support.</p>\n<h2>What Does This Mean for You?</h2>\n<p>The WordPress REST API provides a powerful way for applications to interact with <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar/\">The Events Calendar</a>.</p>\n<p>In simple terms, our 4.5 update means that an app can now pull in data from your events calendar using the WordPress REST API, regardless of the programming language used to develop that app.</p>\n<p>Using our built-in WordPress REST API endpoints, app developers can read data from your events calendar by specifying the fields and related objects they want returned, such as event title, event description, organizer, or venue.</p>\n<p>All this happens behind-the-scenes – on the front end, your users won’t see any difference to your calendar.</p>\n<h2>Wait – API? REST?</h2>\n<p>Before we get ahead of ourselves, here’s a quick overview of a few key terms for those not already familiar with the WordPress REST API:</p>\n<p><strong>API (Application Programming Interface)</strong> – An API is an intermediary that allows one application to share data (aka “talk”) to another application in clearly defined ways.</p>\n<p><strong>REST (Representational State Transfer)</strong> – REST is an architecture style for creating networked applications. When web services use REST architecture, they are referred to as RESTful APIs.</p>\n<p><strong>WP REST API (WordPress REST API)</strong> – The WP REST API is a universal connector between WordPress and other applications that utilize the JSON (JavaScript Object Notation) format for data exchange. Besides standardizing WordPress core technology, it provides a method for WordPress to communicate with other technologies through a decoupled architecture that can be fully customized to suit your needs.</p>\n<p>Since WordPress 4.4, developers have had built-in access to the WordPress REST API infrastructure.</p>\n<h2>What’s so Great About the WordPress REST API?</h2>\n<p>WordPress is hugely popular, <a href=\"https://w3techs.com/technologies/overview/content_management/all\">powering over 27% of the web</a>. It is by far the most used CMS, accounting for nearly 60% of the market share.</p>\n<p>Though the idea of integrating WordPress with other systems isn’t new, the WP REST API represents a significant shift towards standardized communications and capabilities as the new universal connector. Using the WP REST API, developers can use the core platform to define how the server should respond to HTTP requests from outside the context of the site itself. That means content managed with WordPress, including event data, can be incorporated into external websites, mobile apps, and the Internet of Things using a well-defined, standardized data interchange.</p>\n<h2>Why is the REST API Important for The Events Calendar?</h2>\n<p>Events (and event calendars) are all about connecting people at the right time, in the right place.</p>\n<p>With The Events Calendar REST API, we’re opening up our plugins beyond WordPress so you can integrate your events with other application platforms. Regardless of the development environment, there’s now a standardized programmatic interface that not only enables new avenues for you to distribute and promote event content, it also gives more than 27% of the Internet the ability to interact with your events calendar.</p>\n<p>Users running our <a href=\"http://theeventscalendar.com/product/event-aggregator\">Event Aggregator service</a> can see this in action for themselves – when importing events from other sites running The Events Calendar 4.5, the WP REST API endpoints are leveraged to access data from all standard plugin fields. The result is a more comprehensive data import, which in turn ensures site visitors get all the information they need when they view your calendar.</p>\n<p>This update is just the beginning. Though our current endpoints are read-only, we are working towards incorporating full WP REST API functionality with our plugins. WRITE endpoints are in the works, which will give mobile, desktop, and web applications the ability to directly interface with your events calendar.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/the-events-calendar-wordpress-rest-api/\">The Events Calendar + WordPress REST API</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Maintenance Release: Events Calendar Pro 4.4.6, Event Tickets 4.4.6, and Premium Add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://theeventscalendar.com/maintenance-release-events-calendar-pro-4-4-6-event-tickets-4-4-6-premium-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Apr 2017 20:16:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1270756\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:727:\"<p>Today we’re happy to announce the seventh Maintenance Release of the 4.4 release cycle. Maintenance Releases are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements. To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below: Events…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-events-calendar-pro-4-4-6-event-tickets-4-4-6-premium-add-ons/\">Maintenance Release: Events Calendar Pro 4.4.6, Event Tickets 4.4.6, and Premium Add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Courtney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3410:\"<p>Today we’re happy to announce the seventh Maintenance Release of the 4.4 release cycle. <a href=\"https://theeventscalendar.com/release-schedule/\" target=\"_blank\">Maintenance Releases</a> are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements.</p>\n<p>To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below:</p>\n<ul>\n<li><a href=\"#ecp\">Events Calendar PRO 4.4.6</a></li>\n<li><a href=\"#et\">Event Tickets 4.4.6</a></li>\n<li><a href=\"#etp\">Event Tickets Plus 4.4.6</a></li>\n<li><a href=\"#ce\">Community Events 4.4.4</a></li>\n<li><a href=\"#eb\">Eventbrite Tickets 4.4.2</a></li>\n<li><a href=\"#not-updated\">Not Updated This Release</a></li>\n</ul>\n<hr />\n<h3 id=\"ecp\">Events Calendar PRO 4.4.6</h3>\n<ul>\n<li><strong>Fix</strong> — Ensure ‘0’ can be passed to prevent events being listed below the mini calendar shortcode</li>\n<li><strong>Fix</strong> — Support permalinks of recurring events that take place on the same day as other events from the same sequence</li>\n<li><strong>Fix</strong> — Ensure feature venue shortcode arguments are respected</li>\n<li><strong>Fix</strong> — Ensure multi-day “all-day” events are not reduced to only one day in length when made recurring.</li>\n<li><strong>Tweak</strong> — Adds support for ‘limit’ as a mini calendar shortcode argument </li>\n<li><strong>Tweak</strong> — Remove reference that was triggering an extra HTTP request for a .min.map.js asset</li>\n<li><strong>Tweak</strong> — Always enqueue the Google Maps API script using the HTTPS protocol</li>\n</ul>\n<hr />\n<h3 id=\"et\">Event Tickets 4.4.6</h3>\n<ul>\n<li><strong>Tweak</strong> — Some corrections on and tweaks of the welcome screen</li>\n</ul>\n<hr />\n<h3 id=\"etp\">Event Tickets Plus 4.4.6</h3>\n<ul>\n<li><strong>Fix</strong> — Improvements to ensure attendee list optout functionality works with WooCommerce 3.x (thanks to @jtsternberg for highlighting these issues)</li>\n<li><strong>Fix</strong> — Fixed a number of text domains for proper string translation (Thanks to @websource and @Frank)</li>\n<li><strong>Tweak</strong> — Add a hook making it possible to override the initial ticket number (props @cliffordp)</li>\n</ul>\n<hr />\n<h3 id=\"ce\">Community Events 4.4.4</h3>\n<ul>\n<li><strong>Fix</strong> – Improvements to the submission scrubber to improve safety and avoid conflicts with other plugins (props: @georgestephanis, @cliffordp)</li>\n</ul>\n<hr />\n<h3 id=\"eb\">Eventbrite Tickets 4.4.2</h3>\n<ul>\n<li><strong>Fix</strong> – Made the Register Event checkbox stay selected after initial update</li>\n</ul>\n<hr />\n<h3 id=\"not-updated\">Not Updated This Release</h3>\n<p>The following plugins have <em>not</em> been updated this release and will remain at the version numbers specified here:</p>\n<ul>\n<li>The Events Calendar 4.4.5</li>\n<li>Filter Bar 4.4</li>\n<li>Community Tickets 4.4</li>\n<li>Advanced Post Manager 4.4</li>\n<li>GigPress 2.3.17</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-events-calendar-pro-4-4-6-event-tickets-4-4-6-premium-add-ons/\">Maintenance Release: Events Calendar Pro 4.4.6, Event Tickets 4.4.6, and Premium Add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Maintenance Release: Event Tickets Plus 4.4.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://theeventscalendar.com/maintenance-release-event-tickets-plus-4-4-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Apr 2017 18:10:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1267750\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:646:\"<p>Today we’re happy to announce the release of Event Tickets Plus 4.4.5 — this specifically addresses some compatibility issues that surfaced following the release of WooCommerce 3.0. Fix — Changes to support WooCommerce 3.0 Tweak — Raises the minimum supported version of WooCommerce to 2.2 Not Updated This Release The following plugins have not been…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-event-tickets-plus-4-4-5/\">Maintenance Release: Event Tickets Plus 4.4.5</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Barry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1076:\"<p>Today we’re happy to announce the release of Event Tickets Plus 4.4.5 — this specifically addresses some compatibility issues that surfaced following the release of WooCommerce 3.0.</p>\n<ul>\n<li><strong>Fix</strong> — Changes to support WooCommerce 3.0</li>\n<li><strong>Tweak</strong> — Raises the minimum supported version of WooCommerce to 2.2</li>\n</ul>\n<h3 id=\"not-updated\">Not Updated This Release</h3>\n<p>The following plugins have <em>not</em> been updated this release and will remain at the version numbers specified here:</p>\n<ul>\n<li>Community Events 4.4.3</li>\n<li>Community Tickets 4.4</li>\n<li>Event Tickets 4.4.5</li>\n<li>Eventbrite Tickets 4.4.1</li>\n<li>Events Calendar PRO 4.4.5</li>\n<li>Filter Bar 4.4</li>\n<li>GigPress 2.3.17</li>\n<li>The Events Calendar 4.4.5</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-event-tickets-plus-4-4-5/\">Maintenance Release: Event Tickets Plus 4.4.5</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Maintenance Release: The Events Calendar 4.4.5, Event Tickets 4.4.5, and Premium Add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://theeventscalendar.com/maintenance-release-events-calendar-4-4-5-event-tickets-4-4-5-premium-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Mar 2017 21:42:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1257639\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:718:\"<p>Today we’re happy to announce the fifth Maintenance Release of the 4.4 release cycle. Maintenance Releases are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements. To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below: The…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-events-calendar-4-4-5-event-tickets-4-4-5-premium-add-ons/\">Maintenance Release: The Events Calendar 4.4.5, Event Tickets 4.4.5, and Premium Add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Courtney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3220:\"<p>Today we’re happy to announce the fifth Maintenance Release of the 4.4 release cycle. <a href=\"https://theeventscalendar.com/release-schedule/\" target=\"_blank\">Maintenance Releases</a> are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements.</p>\n<p>To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below:</p>\n<ul>\n<li><a href=\"#tec\">The Events Calendar 4.4.5</a></li>\n<li><a href=\"#ecp\">Events Calendar PRO 4.4.5</a></li>\n<li><a href=\"#et\">Event Tickets 4.4.5</a></li>\n<li><a href=\"#etp\">Event Tickets Plus 4.4.4</a></li>\n<li><a href=\"#ce\">Community Events 4.4.3</a></li>\n<li><a href=\"#eb\">Eventbrite Tickets 4.4.1</a></li>\n<li><a href=\"#not-updated\">Not Updated This Release</a></li>\n</ul>\n<hr />\n<h3 id=\"tec\">The Events Calendar 4.4.5</h3>\n<ul>\n<li><strong>Fix</strong> — Local changes to events should be preserved in accordance with the Event Import Authority setting</li>\n<li><strong>Fix</strong> — Correct the value for days of the week abbreviation (thanks @mmmmartin03 for the report)</li>\n<li><strong>Tweak</strong> — Enable the month view cache by default on new installations</li>\n<li><strong>Tweak</strong> — External links to Google maps changed from http to https (nice find by @bjf2000 – reported via the .org support page)</li>\n<li><strong>Tweak</strong> — Links to WordPress.org changed from http to https (ultimately this is also credited to @bjf2000’s find. Thanks!)</li>\n</ul>\n<hr />\n<h3 id=\"ecp\">Events Calendar PRO 4.4.5</h3>\n<ul>\n<li><strong>Fix</strong> — skeleton styles – adjusted to make Week and Photo views look OK with skeleton styles</li>\n</ul>\n<hr />\n<h3 id=\"et\">Event Tickets 4.4.5</h3>\n<ul>\n<li><strong>Fix</strong> —Improve handling of unlimited ticket stock (props: @jtsternberg)</li>\n</ul>\n<hr />\n<h3 id=\"etp\">Event Tickets Plus 4.4.4</h3>\n<ul>\n<li><strong>Fix</strong> — Ensure additional attendee meta data is stored regardless of attendee record generation settings</li>\n<li><strong>Fix</strong> — Improve handling of unlimited ticket stock in relation to WooCommerce tickets</li>\n</ul>\n<hr />\n<h3 id=\"ce\">Community Events 4.4.3</h3>\n<ul>\n<li><strong>Fix</strong> – Ensure the Google Map settings for submitted/edited events are saved as expected</li>\n</ul>\n<hr />\n<h3 id=\"eb\">Eventbrite Tickets 4.4.1</h3>\n<ul>\n<li><strong>Tweak</strong> – Efficiency improvements to minimize impact of retrieving event costs from Eventbrite</li>\n</ul>\n<hr />\n<h3 id=\"not-updated\">Not Updated This Release</h3>\n<p>The following plugins have <em>not</em> been updated this release and will remain at the version numbers specified here:</p>\n<ul>\n<li>Filter Bar 4.4</li>\n<li>Community Tickets 4.4</li>\n<li>Advanced Post Manager 4.4</li>\n<li>GigPress 2.3.17</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-events-calendar-4-4-5-event-tickets-4-4-5-premium-add-ons/\">Maintenance Release: The Events Calendar 4.4.5, Event Tickets 4.4.5, and Premium Add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"High Fives: Why Five Is Our Magic Number For Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://theeventscalendar.com/high-fives-why-five-is-our-magic-number-for-events/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Mar 2017 15:29:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1248534\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:634:\"<p>This past week, we crossed a new milestone for The Events Calendar – 500,000 active installs! As I was reviewing our stats on WordPress.org and thinking about our plugins in general, the number five kept showing up in different places: 5.5 million plugin downloads 5-star reviews – 1,155 5 widget shortcodes in Events Calendar PRO…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/high-fives-why-five-is-our-magic-number-for-events/\">High Fives: Why Five Is Our Magic Number For Events</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jen Jamar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5336:\"<p>This past week, we crossed a new milestone for <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar/\">The Events Calendar</a> – <strong>500,000 active installs!<br />\n</strong></p>\n<p>As I was reviewing our stats on WordPress.org and thinking about our plugins in general, the number <strong>five</strong> kept showing up in different places:</p>\n<ul>\n<li><strong>5.5</strong> million <a href=\"https://wordpress.org/plugins/the-events-calendar/\">plugin downloads</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/the-events-calendar/reviews/\"><strong>5</strong>-star reviews</a> – 1,1<strong>55</strong></li>\n<li><a href=\"https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/\"><strong>5</strong> widget shortcodes</a> in <a href=\"https://theeventscalendar.com/product/wordpress-events-calendar-pro/\">Events Calendar PRO</a></li>\n</ul>\n<p>It got me thinking – is <strong>five</strong> a magic number for us? There’s lots of evidence pointing to yes.</p>\n<h2>You Can Install Your Calendar In 5 Minutes (or Less)</h2>\n<p>We’ve tried to make it as easy as possible to get up and running with The Events Calendar on your WordPress site.</p>\n<p>Sticking with today’s theme, we’ve broken it down into <strong>5</strong> steps:</p>\n<ol>\n<li><a href=\"https://theeventscalendar.com/knowledgebase/downloading-and-installing-the-plugin/\">Download and install the plugin</a></li>\n<li><a href=\"https://theeventscalendar.com/knowledgebase/finding-and-inputting-your-license-key/\">Add your license key</a> (if you’re using any of our paid add-ons)</li>\n<li><a href=\"https://theeventscalendar.com/knowledgebase/wp-admin-settings-overview/\">Configure your settings</a></li>\n<li><a href=\"https://theeventscalendar.com/knowledgebase/adding-a-calendar-link-to-your-site-menu/\">Add a link for your new calendar</a> to your site menu</li>\n<li><a href=\"https://theeventscalendar.com/knowledgebase/creating-an-event/\">Create your first event</a></li>\n</ol>\n<p>For more detailed information on setting up The Events Calendar for your site, check out our <a href=\"https://theeventscalendar.com/knowledgebase/new-user-primer-the-events-calendar-and-events-calendar-pro/\">New User Primer</a>.</p>\n<h2>The 5 W’s Are Awesome for Event Listings</h2>\n<p>That number <strong>5</strong> just keeps popping up. As you begin listing events on your calendar, one of the best practices we recommend is thinking through the <strong>5</strong> W’s:</p>\n<p><strong>WHO: </strong>Who is hosting the event and who should attend? By including event organizer information, prospective attendees can quickly contact the right person to ask questions about the event. Event tickets also provide an opportunity to answer the “who” question – you can create multiple ticket types such as Members and Non-Members.</p>\n<p><strong>WHAT: </strong>What type of event is it? Event titles and descriptions should give visitors a sense of what the event is all about. Categories and tags can also help your audience find the right events that match their needs.</p>\n<p><strong>WHEN:</strong> Let your attendees know what time the event starts. Ending times are also helpful so people can plan their time accordingly.</p>\n<p><strong>WHERE:</strong> Location matters. Besides listing the basic venue information, it can be helpful to include a map on the event page.</p>\n<p><b>WHY: </b>Perhaps the most important question to answer with an event listing is why it is being held. Whether it’s a fundraiser for a local school or a major industry conference, sharing the “why” helps attendees align their expectations with the goals of the event.</p>\n<h2>5 “Five” Facts Just for Fun</h2>\n<ul>\n<li>The number <strong>5</strong> is a prime number</li>\n<li>It’s also the <strong>5</strong>th number in the Fibonacci sequence</li>\n<li>Punch is a drink that traditionally has <strong>five</strong> ingredients – spirits, water, sugar, lemon juice, and spice. The name <i>punch</i> comes from the Hindi word for <strong>five</strong>.</li>\n<li>Shakespeare wrote in Iambic pentameter, a line of verse with <strong>five</strong> metrical feet</li>\n<li>How to say five in <strong>5</strong> different languages:\n<ul>\n<li>Spanish – Cinco</li>\n<li>French – Cinq</li>\n<li>Italian – Cinque</li>\n<li>German – Fünf</li>\n<li>Japanese – 五 (go)</li>\n</ul>\n</li>\n</ul>\n<p><em>Shameless plug: We’re actively trying to improve translations for our plugins. If you’d like to help, check out our <a href=\"https://theeventscalendar.com/knowledgebase/adding-or-updating-a-translation/\">instructions for adding and updating plugin translations</a>.</em></p>\n<p>Want to help us celebrate passing <strong>5</strong>00,000 active installs? Please share your <strong>5</strong>-star experience with our plugin by rating <a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar on WordPress.org</a>!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/high-fives-why-five-is-our-magic-number-for-events/\">High Fives: Why Five Is Our Magic Number For Events</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Maintenance Release: The Events Calendar 4.4.4, Event Tickets 4.4.4, and Premium Add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://theeventscalendar.com/maintenance-release-events-calendar-4-4-4-event-tickets-4-4-4-premium-add-ons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Mar 2017 23:32:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Release Notes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://theeventscalendar.com/?p=1251172\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:719:\"<p>Today we’re happy to announce the fourth Maintenance Release of the 4.4 release cycle. Maintenance Releases are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements. To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below: The…</p>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-events-calendar-4-4-4-event-tickets-4-4-4-premium-add-ons/\">Maintenance Release: The Events Calendar 4.4.4, Event Tickets 4.4.4, and Premium Add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"George\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2911:\"<p>Today we’re happy to announce the fourth Maintenance Release of the 4.4 release cycle. <a href=\"https://theeventscalendar.com/release-schedule/\" target=\"_blank\">Maintenance Releases</a> are smaller updates between major updates that are mostly comprised of bug fixes, tweaks, and small but meaningful improvements.</p>\n<p>To see all of the changes included this Maintenance Release, check out the changelogs for all updated plugins below:</p>\n<ul>\n<li><a href=\"#tec\">The Events Calendar 4.4.4</a></li>\n<li><a href=\"#ecp\">Events Calendar PRO 4.4.4</a></li>\n<li><a href=\"#et\">Event Tickets 4.4.4</a></li>\n<li><a href=\"#et\">Event Tickets Plus 4.4.3</a></li>\n<li><a href=\"#not-updated\">Not Updated This Release</a></li>\n</ul>\n<hr>\n<h3 id=\"tec\">The Events Calendar 4.4.4</h3>\n<ul>\n<li><strong>Fix</strong> — Avoid unnecessarily removing a callback from an action while inside the same action (improves PolyLang compatibility – props @Chouby)</li>\n<li><strong>Fix</strong> — Resolving issue where sites that overrode the wp-admin path would fail to successfully perform a Facebook OAuth with Event Aggregator</li>\n<li><strong>Tweak</strong> — Improve template loading for easier customization by developers and better support of the template hierarchy (props @QWp6t)</li>\n</ul>\n<hr>\n<h3 id=\"ecp\">Events Calendar PRO 4.4.4</h3>\n<ul>\n<li><strong>Fix</strong> — Photo View – resolved issue with photo view layouts when paging.(Thanks to @martha for the report in our forums)</li>\n</ul>\n<hr>\n<h3 id=\"et\">Event Tickets 4.4.4</h3>\n<ul>\n<li><strong>Fix</strong> — Fixed a bug that casued an incosistency with the check-in/undo check-in button (thanks to @joe for the report in the forums)</li>\n<li><strong>Fix</strong> — Fixed a bug that displayed an error message even for succesful check-ins via QR code</li>\n</ul>\n<hr>\n<h3 id=\"et\">Event Tickets Plus 4.4.3</h3>\n<ul>\n<li><strong>Fix</strong> — Prevent fatal when attempting to render QR codes when gzuncompress() is unavailable</li>\n<li><strong>Fix</strong> — Fixed a bug that meant the Attendee Meta info didn’t work on multiple tickets purchased at same time (thanks to @robertstaddon for the report)</li>\n</ul>\n<hr>\n<h3 id=\"not-updated\">Not Updated This Release</h3>\n<p>The following plugins have <em>not</em> been updated this release and will remain at the version numbers specified here:</p>\n<ul>\n<li>Filter Bar 4.4</li>\n<li>Community Events 4.4.2</li>\n<li>Community Tickets 4.4</li>\n<li>Advanced Post Manager 4.4</li>\n<li>Eventbrite Tickets 4.4</li>\n<li>GigPress 2.3.17</li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://theeventscalendar.com/maintenance-release-events-calendar-4-4-4-event-tickets-4-4-4-premium-add-ons/\">Maintenance Release: The Events Calendar 4.4.4, Event Tickets 4.4.4, and Premium Add-ons</a> appeared first on <a rel=\"nofollow\" href=\"https://theeventscalendar.com\">The Events Calendar</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://theeventscalendar.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 29 May 2017 04:39:14 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:12:\"x-powered-by\";s:23:\"PHP/5.6.29-1~dotdeb+7.1\";s:4:\"vary\";s:6:\"Cookie\";s:4:\"etag\";s:34:\"\"21b52c2165ceec150fdd875f0f0d1f63\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:66:\"<https://theeventscalendar.com/wp-json/>; rel=\"https://api.w.org/\"\";s:13:\"last-modified\";s:29:\"Mon, 29 May 2017 03:56:49 GMT\";s:13:\"cache-control\";s:29:\"max-age=3600, must-revalidate\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(3154,'_transient_timeout_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1496075956','no'),(3155,'_transient_feed_mod_0d102f2a1f4d6bc90eb8c6ffe18e56ed','1496032756','no'),(3158,'rewrite_rules','a:275:{s:55:\"(?:.+/)?calendar(\\/[a-z][a-z0-9\\-_~\\/]*~[a-z0-9\\-_~\\/])\";s:21:\"index.php?page_id=899\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:8:\"event/?$\";s:31:\"index.php?post_type=ai1ec_event\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=ai1ec_event&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=ai1ec_event&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=ai1ec_event&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:58:\"events_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?events_categories=$matches[1]&feed=$matches[2]\";s:53:\"events_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?events_categories=$matches[1]&feed=$matches[2]\";s:34:\"events_categories/([^/]+)/embed/?$\";s:50:\"index.php?events_categories=$matches[1]&embed=true\";s:46:\"events_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?events_categories=$matches[1]&paged=$matches[2]\";s:28:\"events_categories/([^/]+)/?$\";s:39:\"index.php?events_categories=$matches[1]\";s:52:\"events_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?events_tags=$matches[1]&feed=$matches[2]\";s:47:\"events_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?events_tags=$matches[1]&feed=$matches[2]\";s:28:\"events_tags/([^/]+)/embed/?$\";s:44:\"index.php?events_tags=$matches[1]&embed=true\";s:40:\"events_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?events_tags=$matches[1]&paged=$matches[2]\";s:22:\"events_tags/([^/]+)/?$\";s:33:\"index.php?events_tags=$matches[1]\";s:53:\"events_feeds/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?events_feeds=$matches[1]&feed=$matches[2]\";s:48:\"events_feeds/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?events_feeds=$matches[1]&feed=$matches[2]\";s:29:\"events_feeds/([^/]+)/embed/?$\";s:45:\"index.php?events_feeds=$matches[1]&embed=true\";s:41:\"events_feeds/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?events_feeds=$matches[1]&paged=$matches[2]\";s:23:\"events_feeds/([^/]+)/?$\";s:34:\"index.php?events_feeds=$matches[1]\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:44:\"index.php?ai1ec_event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:38:\"index.php?ai1ec_event=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ai1ec_event=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?ai1ec_event=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?ai1ec_event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?ai1ec_event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?ai1ec_event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"rtb-booking/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"rtb-booking/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"rtb-booking/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"rtb-booking/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"rtb-booking/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"rtb-booking/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"rtb-booking/([^/]+)/embed/?$\";s:44:\"index.php?rtb-booking=$matches[1]&embed=true\";s:32:\"rtb-booking/([^/]+)/trackback/?$\";s:38:\"index.php?rtb-booking=$matches[1]&tb=1\";s:40:\"rtb-booking/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?rtb-booking=$matches[1]&paged=$matches[2]\";s:47:\"rtb-booking/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?rtb-booking=$matches[1]&cpage=$matches[2]\";s:36:\"rtb-booking/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?rtb-booking=$matches[1]&page=$matches[2]\";s:28:\"rtb-booking/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"rtb-booking/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"rtb-booking/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"rtb-booking/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"rtb-booking/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"rtb-booking/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:48:\"index.php?tpath_portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:42:\"index.php?tpath_portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tpath_portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?tpath_portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?tpath_portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"portfolio-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?portfolio_categories=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?portfolio_categories=$matches[1]&feed=$matches[2]\";s:37:\"portfolio-categories/([^/]+)/embed/?$\";s:53:\"index.php?portfolio_categories=$matches[1]&embed=true\";s:49:\"portfolio-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?portfolio_categories=$matches[1]&paged=$matches[2]\";s:31:\"portfolio-categories/([^/]+)/?$\";s:42:\"index.php?portfolio_categories=$matches[1]\";s:57:\"portfolio-skills/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:52:\"portfolio-skills/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:33:\"portfolio-skills/([^/]+)/embed/?$\";s:49:\"index.php?portfolio_skills=$matches[1]&embed=true\";s:45:\"portfolio-skills/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_skills=$matches[1]&paged=$matches[2]\";s:27:\"portfolio-skills/([^/]+)/?$\";s:38:\"index.php?portfolio_skills=$matches[1]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:50:\"index.php?tpath_testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:44:\"index.php?tpath_testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?tpath_testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?tpath_testimonial=$matches[1]&cpage=$matches[2]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?tpath_testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"authors/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?testimonial_categories=$matches[1]&feed=$matches[2]\";s:43:\"authors/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?testimonial_categories=$matches[1]&feed=$matches[2]\";s:24:\"authors/([^/]+)/embed/?$\";s:55:\"index.php?testimonial_categories=$matches[1]&embed=true\";s:36:\"authors/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?testimonial_categories=$matches[1]&paged=$matches[2]\";s:18:\"authors/([^/]+)/?$\";s:44:\"index.php?testimonial_categories=$matches[1]\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:50:\"index.php?tpath_team_member=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:44:\"index.php?tpath_team_member=$matches[1]&tb=1\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?tpath_team_member=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?tpath_team_member=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?tpath_team_member=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"members/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?team_member_categories=$matches[1]&feed=$matches[2]\";s:43:\"members/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?team_member_categories=$matches[1]&feed=$matches[2]\";s:24:\"members/([^/]+)/embed/?$\";s:55:\"index.php?team_member_categories=$matches[1]&embed=true\";s:36:\"members/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?team_member_categories=$matches[1]&paged=$matches[2]\";s:18:\"members/([^/]+)/?$\";s:44:\"index.php?team_member_categories=$matches[1]\";s:34:\"client/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"client/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"client/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"client/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"client/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"client/([^/]+)/embed/?$\";s:46:\"index.php?tpath_clients=$matches[1]&embed=true\";s:27:\"client/([^/]+)/trackback/?$\";s:40:\"index.php?tpath_clients=$matches[1]&tb=1\";s:35:\"client/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?tpath_clients=$matches[1]&paged=$matches[2]\";s:42:\"client/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?tpath_clients=$matches[1]&cpage=$matches[2]\";s:31:\"client/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?tpath_clients=$matches[1]&page=$matches[2]\";s:23:\"client/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"client/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"client/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"client/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"client/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"clients/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?client_categories=$matches[1]&feed=$matches[2]\";s:43:\"clients/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?client_categories=$matches[1]&feed=$matches[2]\";s:24:\"clients/([^/]+)/embed/?$\";s:50:\"index.php?client_categories=$matches[1]&embed=true\";s:36:\"clients/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?client_categories=$matches[1]&paged=$matches[2]\";s:18:\"clients/([^/]+)/?$\";s:39:\"index.php?client_categories=$matches[1]\";s:34:\"stores/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"stores/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"stores/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"stores/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"stores/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"stores/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"stores/([^/]+)/embed/?$\";s:45:\"index.php?tpath_stores=$matches[1]&embed=true\";s:27:\"stores/([^/]+)/trackback/?$\";s:39:\"index.php?tpath_stores=$matches[1]&tb=1\";s:35:\"stores/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tpath_stores=$matches[1]&paged=$matches[2]\";s:42:\"stores/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?tpath_stores=$matches[1]&cpage=$matches[2]\";s:31:\"stores/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?tpath_stores=$matches[1]&page=$matches[2]\";s:23:\"stores/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"stores/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"stores/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"stores/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"stores/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"stores/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?store_types=$matches[1]&feed=$matches[2]\";s:41:\"types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?store_types=$matches[1]&feed=$matches[2]\";s:22:\"types/([^/]+)/embed/?$\";s:44:\"index.php?store_types=$matches[1]&embed=true\";s:34:\"types/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?store_types=$matches[1]&paged=$matches[2]\";s:16:\"types/([^/]+)/?$\";s:33:\"index.php?store_types=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=736&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(3161,'_transient_timeout_yst_sm_1_1:tNit_2hRSf','1496120216','no'),(3162,'_transient_yst_sm_1_1:tNit_2hRSf','C:24:\"WPSEO_Sitemap_Cache_Data\":1742:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1694:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <sitemap>\n <loc>http://daviddelk.net/band/post-sitemap.xml</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/page-sitemap.xml</loc>\n <lastmod>2017-05-28T23:54:31-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/tpath_portfolio-sitemap.xml</loc>\n <lastmod>2015-05-16T09:01:56-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/tpath_team_member-sitemap.xml</loc>\n <lastmod>2017-04-23T10:42:23-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/tpath_stores-sitemap.xml</loc>\n <lastmod>2015-06-10T11:53:53-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/category-sitemap.xml</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/post_tag-sitemap.xml</loc>\n <lastmod>2017-04-24T11:31:13-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/post_format-sitemap.xml</loc>\n <lastmod>2015-05-25T05:26:48-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/portfolio_categories-sitemap.xml</loc>\n <lastmod>2015-05-16T09:01:56-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/portfolio_skills-sitemap.xml</loc>\n <lastmod>2015-05-16T09:01:56-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/team_member_categories-sitemap.xml</loc>\n <lastmod>2017-04-23T10:42:23-05:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://daviddelk.net/band/store_types-sitemap.xml</loc>\n <lastmod>2015-06-10T11:53:53-05:00</lastmod>\n </sitemap>\n</sitemapindex>\";}}','no'),(3174,'p3-profiler_version','1.5.0','yes'),(3176,'p3-profiler_debug_log','a:0:{}','yes'),(3177,'p3-profiler_options','a:6:{s:17:\"profiling_enabled\";b:0;s:20:\"disable_opcode_cache\";b:1;s:14:\"use_current_ip\";b:1;s:10:\"ip_address\";s:0:\"\";s:12:\"cache_buster\";b:1;s:5:\"debug\";b:0;}','yes'),(3178,'p3_notices','a:0:{}','yes'),(3198,'_transient_timeout_wpseo-dashboard-totals','1496120916','no'),(3199,'_transient_wpseo-dashboard-totals','a:1:{i:1;a:1:{i:3;a:5:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"title\";s:27:\"Posts without focus keyword\";s:5:\"class\";s:15:\"wpseo-glance-na\";s:10:\"icon_class\";s:2:\"na\";s:5:\"count\";s:2:\"11\";}}}','no'),(3207,'p3_scan_','{\"url\":\"\\/band\\/wp-admin\\/admin-ajax.php\",\"ip\":\"184.155.206.128\",\"pid\":101396,\"date\":\"2017-05-29T05:09:36+00:00\",\"theme_name\":\"\\\\\\\\WDP\\\\DFS\\\\40\\\\0\\\\3\\\\2\\\\4008921230\\\\user\\\\sites\\\\2509584.site\\\\www\\\\band\\\\wp-content\\\\themes\\\\buffalo\\\\functions.php\",\"runtime\":{\"total\":7.6814150810242,\"wordpress\":0.21259927749634,\"theme\":1.4998934268951,\"plugins\":1.8685126304626,\"profile\":4.0063810348511,\"breakdown\":{\"p3-profiler\":0.560138463974,\"all-in-one-event-calendar-extended-views\":0.0030014514923096,\"all-in-one-event-calendar\":0.18785572052002,\"contact-form-7\":0.062226057052612,\"duplicate-page\":0.0037281513214111,\"gallery-images\":0.031585693359375,\"js_composer\":0.096159934997559,\"revslider\":0.13811945915222,\"template-core\":0.02860689163208,\"wordpress-backup-to-dropbox\":0.015295743942261,\"wordpress-seo\":0.74169182777405,\"\":0.00010323524475098}},\"memory\":39583744,\"stacksize\":13957,\"queries\":48}\r\n','yes'),(3210,'_site_transient_timeout_imagify_seen_rating_notice','1496294623','no'),(3211,'_site_transient_imagify_seen_rating_notice','1','no'),(3212,'imagify_settings','a:9:{s:7:\"version\";s:5:\"1.6.4\";s:7:\"api_key\";s:40:\"e0bc4ea232a9678ee65897813102e5c4940c8804\";s:18:\"optimization_level\";s:1:\"1\";s:13:\"auto_optimize\";s:1:\"1\";s:6:\"backup\";s:1:\"1\";s:15:\"resize_larger_w\";s:0:\"\";s:14:\"admin_bar_menu\";s:1:\"1\";s:16:\"disallowed-sizes\";a:0:{}s:13:\"resize_larger\";i:0;}','no'),(3216,'_site_transient_timeout_imagify_check_licence_1','1527572405','no'),(3217,'_site_transient_imagify_check_licence_1','1','no'),(3218,'_transient_timeout_imagify_max_image_size','1496058313','no'),(3219,'_transient_imagify_max_image_size','2097152','no'),(3220,'_transient_imagify_bulk_optimization_level','1','yes'),(3421,'_site_transient_timeout_imagify_check_api_version','1496039242','no'),(3422,'_site_transient_imagify_check_api_version','1','no'),(3462,'portfolio_categories_children','a:0:{}','yes'),(3468,'portfolio_skills_children','a:0:{}','yes'),(3488,'WpFc_api_key','1537173f34a8ca2aeebd4a2df0939f67','yes'),(3493,'_site_transient_timeout_browser_be0ff8791ae794e1841efdd14b50475f','1496755409','no'),(3494,'_site_transient_browser_be0ff8791ae794e1841efdd14b50475f','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(3511,'sbp_page_time','2.28','yes'),(3512,'sbp_page_queries','82','yes'),(3513,'sbp_css_async','1','yes'),(3514,'sbp_css_minify','1','yes'),(3515,'sbp_footer_css','0','yes'),(3516,'sbp_is_mobile','0','yes'),(3517,'all_theme_scripts_handle','contact-form-7<br />unveil.js<br />tpath-bootstrap-validator-js<br />tpath-bootstrap-js<br />tpath-general-js<br />mediaelement<br />wp-mediaelement<br />tpath-main-js<br />tpath-modernizr-js<br />tpath-prettyphoto-js<br />tpath-ratings<br />tpath-carousel-slider-js<br />tpath-carousel-custom-js<br />wp-embed<br />wpb_composer_front_js<br />ai1ec_requirejs<br />vc_carousel_js<br />vc_jquery_skrollr_js<br />','yes'),(3518,'all_theme_scripts_src','http://daviddelk.net/band/wp-content/plugins/contact-form-7/includes/js/scripts.js<br />http://daviddelk.net/band/wp-content/plugins/speed-booster-pack/inc/js/jquery.unveil.min.js<br />http://daviddelk.net/band/wp-content/themes/buffalo/js/bootstrapValidator.min.js<br />http://daviddelk.net/band/wp-content/themes/buffalo/js/bootstrap.min.js<br />http://daviddelk.net/band/wp-content/themes/buffalo/js/general.js<br />/wp-includes/js/mediaelement/mediaelement-and-player.min.js<br />/wp-includes/js/mediaelement/wp-mediaelement.min.js<br />http://daviddelk.net/band/wp-content/themes/buffalo/js/jquery.main.js<br />http://daviddelk.net/band/wp-content/themes/buffalo/js/modernizr.min.js<br />http://daviddelk.net/band/wp-content/themes/buffalo/js/jquery.prettyPhoto.js<br />http://daviddelk.net/band/wp-content/themes/buffalo/js/jquery.rateit.min.js<br />http://daviddelk.net/band/wp-content/themes/buffalo/js/jquery.carousel.min.js<br />http://daviddelk.net/band/wp-content/themes/buffalo/js/carousel-custom.js<br />/wp-includes/js/wp-embed.min.js<br />http://daviddelk.net/band/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js<br />http://daviddelk.net/band/?ai1ec_render_js=calendar.js&is_backend=false&is_calendar_page=true<br />http://daviddelk.net/band/wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js<br />http://daviddelk.net/band/wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js<br />','yes'),(3519,'all_theme_styles_handle','ai1ec_style<br />contact-form-7<br />js_composer_front<br />tpath-prettyphoto-style<br />tpath-simple-line-icons-style<br />tpath-font-awesome-social-style<br />tpath-flaticons-style<br />tpath-owlcarousel-style<br />tpath-effects-style<br />tpath-ratings-stars<br />wp-mediaelement<br />tpath-mediaelement-style<br />tpath-bootstrap-validation-style<br />tpath-theme-bootstrap-style<br />tpath-theme-style<br />tpath-theme-responsive-style<br />tpath-color-scheme-style<br />tpath-bg-videoplayer-style<br />template-shortcodes<br />font-awesome<br />vc_carousel_css<br />vc_google_fonts_abril_fatfaceregular<br />','yes'),(3520,'sbp_settings','a:6:{s:16:\"jquery_to_footer\";s:1:\"1\";s:15:\"use_google_libs\";s:1:\"1\";s:13:\"defer_parsing\";s:1:\"1\";s:13:\"query_strings\";s:1:\"1\";s:9:\"lazy_load\";s:1:\"1\";s:12:\"font_awesome\";s:1:\"1\";}','yes'),(3522,'sbp_css_exceptions','','yes'),(3523,'sbp_sanitize','','yes'),(3524,'sbp_js_footer_exceptions1','','yes'),(3525,'sbp_js_footer_exceptions2','','yes'),(3526,'sbp_js_footer_exceptions3','','yes'),(3527,'sbp_js_footer_exceptions4','','yes'),(3528,'sbp_head_html_script1','','yes'),(3529,'sbp_head_html_script2','','yes'),(3530,'sbp_head_html_script3','','yes'),(3531,'sbp_head_html_script4','','yes'),(3532,'sbp_defer_exceptions1','','yes'),(3533,'sbp_defer_exceptions2','','yes'),(3534,'sbp_defer_exceptions3','','yes'),(3535,'sbp_defer_exceptions4','','yes'),(3573,'wp-short-pixel-query-id-stop','1033','yes'),(3574,'wp-short-pixel-query-id-start','1033','yes'),(3575,'wp-short-pixel-verifiedKey','1','yes'),(3577,'wp-short-pixel-activation-date','1496245000','yes'),(3578,'wp-short-pixel-apiKey','UD8PjBoCWO6lXes8BJT3','yes'),(3580,'wp-short-pixel-compression','1','yes'),(3582,'wp-short-process_thumbnails','','yes'),(3584,'wp-short-pixel_cmyk2rgb','1','yes'),(3586,'wp-short-backup_images','1','yes'),(3588,'wp-short-pixel-resize-images','','yes'),(3590,'wp-short-pixel-resize-width','0','yes'),(3592,'wp-short-pixel-resize-height','0','yes'),(3594,'wp-short-pixel-front-bootstrap','','yes'),(3596,'wp-short-pixel-last-back-action','','yes'),(3599,'wp-short-pixel-keep-exif','0','yes'),(3602,'wp-short-create-webp','','yes'),(3605,'wp-short-pixel-optimize-retina','1','yes'),(3607,'wp-short-pixel-resize-type','','yes'),(3610,'wp-short-pixel-site-auth-user','','yes'),(3614,'wp-short-pixel-site-auth-pass','','yes'),(3616,'wp-short-pixel-auto-media-library','1','yes'),(3618,'wp-short-pixel-optimize-pdfs','1','yes'),(3620,'wp-short-pixel-exclude-patterns','a:0:{}','yes'),(3622,'wp-short-pixel-include-next-gen','','yes'),(3624,'wp-short-pixel-has-custom-folders','','yes'),(3626,'wp-short-pixel-custom-bulk-paused','','yes'),(3628,'wp-short-pixel-current-total-files','1353','yes'),(3630,'wp-short-pixel-fileCount','0','yes'),(3632,'wp-short-pixel-thumbnail-count','0','yes'),(3634,'wp-short-pixel-files-under-5-percent','0','yes'),(3636,'wp-short-pixel-savedSpace','0','yes'),(3638,'wp-short-pixel-averageCompression','','yes'),(3640,'wp-short-pixel-api-retries','0','yes'),(3642,'wp-short-pixel-total-optimized','0','yes'),(3644,'wp-short-pixel-total-original','0','yes'),(3646,'wp-short-pixel-quota-exceeded','0','yes'),(3648,'wp-short-pixel-protocol','https','yes'),(3650,'wp-short-pixel-download-protocol','','yes'),(3652,'wp-short-pixel-media-alert','','yes'),(3654,'wp-short-pixel-dismissed-notices','','yes'),(3656,'wp-short-pixel-view-mode','','yes'),(3658,'wp-short-pixel-redirected-settings','2','yes'),(3677,'wp-short-pixel-skip-to-custom','','yes'),(3678,'wp-short-pixel-bulk-ever-ran','','yes'),(3680,'wp-short-pixel-failed-imgs','0','yes'),(3727,'wp-short-pixel-bulk-last-status','','yes'),(3728,'wp-short-pixel-prioritySkip','','yes'),(4317,'rs-templates-new','','no'),(4318,'rs-templates','a:2:{s:6:\"slider\";a:170:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:352:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:162:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}}}','no'),(4681,'_site_transient_timeout_browser_1eab6c1f14471261b4cb2e511a8d9b95','1503289577','no'),(4682,'_site_transient_browser_1eab6c1f14471261b4cb2e511a8d9b95','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"10.1.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(4691,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1502727990','no'),(4692,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Popular — WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Plugins extend and expand the functionality of WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Aug 2017 04:06:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.9-alpha-41239\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/contact-form-7/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:43:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins-wp/contact-form-7/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4972:\"<p><!--section=description--></p>\n<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>\n<h4>Docs & Support</h4>\n<p>You can find <a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">docs</a>, <a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a> and more detailed information about Contact Form 7 on <a href=\"https://contactform7.com/\" rel=\"nofollow\">contactform7.com</a>. If you were unable to find the answer to your question on the FAQ or in any of the documentation, you should check the <a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">support forum</a> on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.</p>\n<h4>Contact Form 7 Needs Your Support</h4>\n<p>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Contact Form 7 and find it useful, please consider <a href=\"https://contactform7.com/donate/\" rel=\"nofollow\"><strong>making a donation</strong></a>. Your donation will help encourage and support the plugin’s continued development and better user support.</p>\n<h4>Recommended Plugins</h4>\n<p>The following plugins are recommended for Contact Form 7 users:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/flamingo/\">Flamingo</a> by Takayuki Miyoshi – With Flamingo, you can save submitted messages via contact forms in the database.</li>\n<li><a href=\"https://wordpress.org/plugins/postman-smtp/\">Postman</a> by<br />\nJason Hendriks – Postman is a next-generation SMTP Mailer, software that assists in the delivery of email generated by your WordPress site.</li>\n<li><a href=\"https://wordpress.org/plugins/bogo/\">Bogo</a> by Takayuki Miyoshi – Bogo is a straight-forward multilingual plugin that doesn’t cause headaches.</li>\n</ul>\n<h4>Translations</h4>\n<p>You can <a href=\"https://contactform7.com/translating-contact-form-7/\" rel=\"nofollow\">translate Contact Form 7</a> on <a href=\"https://translate.wordpress.org/projects/wp-plugins/contact-form-7\" rel=\"nofollow\"><strong>translate.wordpress.org</strong></a>.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n<p><!--section=faq--></p>\n<p>Do you have questions or issues with Contact Form 7? Use these support channels appropriately.</p>\n<ol>\n<li><a href=\"https://contactform7.com/docs/\" rel=\"nofollow\">Docs</a></li>\n<li><a href=\"https://contactform7.com/faq/\" rel=\"nofollow\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/contact-form-7/\" rel=\"nofollow\">Support Forum</a></li>\n</ol>\n<p><a href=\"https://contactform7.com/support/\" rel=\"nofollow\">Support</a></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the entire <code>contact-form-7</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\n<p>You will find ‘Contact’ menu in your WordPress admin panel.</p>\n<p>For basic usage, you can also have a look at the <a href=\"https://contactform7.com/\" rel=\"nofollow\">plugin web site</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>For more information, see <a href=\"https://contactform7.com/category/releases/\" rel=\"nofollow\">Releases</a>.</p>\n<h4>4.8.1</h4>\n<ul>\n<li>wpcf7.initForm JavaScript function added to isolate form initialization process.</li>\n<li>Fix response message duplication caused by repeated click on submit button.</li>\n<li>Clear $phpmailer->AltBody to avoid unintended inheritance from previous wp_mail() calls.</li>\n<li>Fix incorrect character count of textarea input.</li>\n<li>Akismet: Exclude the comment_author, comment_author_email, and comment_author_url values from the comment_content value.</li>\n<li>REST API: More reliable approach to build route URLs.</li>\n<li>Include free_text inputs into event.detail.inputs.</li>\n</ul>\n<h4>4.8</h4>\n<ul>\n<li>Stopped using jquery.form.js.</li>\n<li>Added custom REST API endpoints for Ajax form submissions.</li>\n<li>WPCF7_FormTag class implements ArrayAccess interface.</li>\n<li>WPCF7_FormTagsManager::filter() filters form-tags based on features they support.</li>\n<li>New form-tag features: do-not-store, display-block, and display-hidden</li>\n<li>Removed inappropriate content from h1 headings.</li>\n<li>Added the support of size:invisible option to the reCAPTCHA form-tag.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/contact-form-7/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/akismet/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Oct 2005 08:57:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/akismet/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Akismet checks your comments and contact form submissions against our global database of spam to…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19395:\"<p><!--section=description--></p>\n<p>Akismet checks your comments and contact form submissions against our global database of spam to prevent your site from publishing malicious content. You can review the comment spam it catches on your blog’s “Comments” admin screen.</p>\n<p>Major features in Akismet include:</p>\n<ul>\n<li>Automatically checks all comments and filters out the ones that look like spam.</li>\n<li>Each comment has a status history, so you can easily see which comments were caught or cleared by Akismet and which were spammed or unspammed by a moderator.</li>\n<li>URLs are shown in the comment body to reveal hidden or misleading links.</li>\n<li>Moderators can see the number of approved comments for each user.</li>\n<li>A discard feature that outright blocks the worst spam, saving you disk space and speeding up your site.</li>\n</ul>\n<p>PS: You’ll need an <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a> to use it. Keys are free for personal blogs; paid subscriptions are available for businesses and commercial sites.</p>\n<p><!--section=installation--></p>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n<p><!--section=changelog--></p>\n<h4>3.3.4</h4>\n<ul>\n<li>Disabled Akismet’s debug log output by default unless AKISMET_DEBUG is defined.</li>\n<li>URL previews now begin preloading when the mouse moves near them in the comments section of wp-admin.</li>\n<li>When a comment is caught by the Comment Blacklist, Akismet will always allow it to stay in the trash even if it is spam as well.</li>\n<li>Fixed a bug that was preventing an error from being shown when a site can’t reach Akismet’s servers.</li>\n</ul>\n<h4>3.3.3</h4>\n<p><em>Release Date – 13 July 2017</em></p>\n<ul>\n<li>Reduced amount of bandwidth used by the URL Preview feature.</li>\n<li>Improved the admin UI when the API key is manually pre-defined for the site.</li>\n<li>Removed a workaround for WordPress installations older than 3.3 that will improve Akismet’s compatibility with other plugins.</li>\n<li>The number of spam blocked that is displayed on the WordPress dashboard will now be more accurate and updated more frequently.</li>\n<li>Fixed a bug in the Akismet widget that could cause PHP warnings.</li>\n</ul>\n<h4>3.3.2</h4>\n<p><em>Release Date – 10 May 2017</em></p>\n<ul>\n<li>Fixed a bug causing JavaScript errors in some browsers.</li>\n</ul>\n<h4>3.3.1</h4>\n<p><em>Release Date – 2 May 2017</em></p>\n<ul>\n<li>Improve performance by only requesting the akismet_comment_nonce option when absolutely necessary.</li>\n<li>Fixed two bugs that could cause PHP warnings.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working after a comment was edited using “Quick Edit.”</li>\n<li>Fixed a bug that was preventing the URL preview feature from working after a comment was edited using “Quick Edit.”</li>\n</ul>\n<h4>3.3</h4>\n<p><em>Release Date – 23 February 2017</em></p>\n<ul>\n<li>Updated the Akismet admin pages with a new clean design.</li>\n<li>Fixed bugs preventing the <code>akismet_add_comment_nonce</code> and <code>akismet_update_alert</code> wrapper functions from working properly.</li>\n<li>Fixed bug preventing the loading indicator from appearing when re-checking all comments for spam.</li>\n<li>Added a progress indicator to the “Check for Spam” button.</li>\n<li>Added a success message after manually rechecking the Pending queue for spam.</li>\n</ul>\n<h4>3.2</h4>\n<p><em>Release Date – 6 September 2016</em></p>\n<ul>\n<li>Added a WP-CLI module. You can now check comments and recheck the moderation queue from the command line.</li>\n<li>Stopped using the deprecated jQuery function <code>.live()</code>.</li>\n<li>Fixed a bug in <code>remove_comment_author_url()</code> and <code>add_comment_author_url()</code> that could generate PHP notices.</li>\n<li>Fixed a bug that could cause an infinite loop for sites with very very very large comment IDs.</li>\n<li>Fixed a bug that could cause the Akismet widget title to be blank.</li>\n</ul>\n<h4>3.1.11</h4>\n<p><em>Release Date – 12 May 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause the “Check for Spam” button to skip some comments.</li>\n<li>Fixed a bug that could prevent some spam submissions from being sent to Akismet.</li>\n<li>Updated all links to use https:// when possible.</li>\n<li>Disabled Akismet debug logging unless WP_DEBUG and WP_DEBUG_LOG are both enabled.</li>\n</ul>\n<h4>3.1.10</h4>\n<p><em>Release Date – 1 April 2016</em></p>\n<ul>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Fixed a bug that could have resulted in comments that were caught by the core WordPress comment blacklist not to have a corresponding History entry.</li>\n<li>Fixed a bug that could have caused avoidable PHP warnings in the error log.</li>\n</ul>\n<h4>3.1.9</h4>\n<p><em>Release Date – 28 March 2016</em></p>\n<ul>\n<li>Add compatibility with Jetpack so that Jetpack can automatically configure Akismet settings when appropriate.</li>\n<li>Fixed a bug preventing some comment data from being sent to Akismet.</li>\n</ul>\n<h4>3.1.8</h4>\n<p><em>Release Date – 4 March 2016</em></p>\n<ul>\n<li>Fixed a bug preventing Akismet from being used with some plugins that rewrite admin URLs.</li>\n<li>Reduced the amount of bandwidth used on Akismet API calls</li>\n<li>Reduced the amount of space Akismet uses in the database</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n</ul>\n<h4>3.1.7</h4>\n<p><em>Release Date – 4 January 2016</em></p>\n<ul>\n<li>Added documentation for the ‘akismet_comment_nonce’ filter.</li>\n<li>The post-install activation button is now accessible to screen readers and keyboard-only users.</li>\n<li>Fixed a bug that was preventing the “Remove author URL” feature from working in WordPress 4.4</li>\n</ul>\n<h4>3.1.6</h4>\n<p><em>Release Date – 14 December 2015</em></p>\n<ul>\n<li>Improve the notices shown after activating Akismet.</li>\n<li>Update some strings to allow for the proper plural forms in all languages.</li>\n</ul>\n<h4>3.1.5</h4>\n<p><em>Release Date – 13 October 2015</em></p>\n<ul>\n<li>Closes a potential XSS vulnerability.</li>\n</ul>\n<h4>3.1.4</h4>\n<p><em>Release Date – 24 September 2015</em></p>\n<ul>\n<li>Fixed a bug that was preventing some users from automatically connecting using Jetpack if they didn’t have a current Akismet subscription.</li>\n<li>Fixed a bug that could cause comments caught as spam to be placed in the Pending queue.</li>\n<li>Error messages and instructions have been simplified to be more understandable.</li>\n<li>Link previews are enabled for all links inside comments, not just the author’s website link.</li>\n</ul>\n<h4>3.1.3</h4>\n<p><em>Release Date – 6 July 2015</em></p>\n<ul>\n<li>Notify users when their account status changes after previously being successfully set up. This should help any users who are seeing blank Akismet settings screens.</li>\n</ul>\n<h4>3.1.2</h4>\n<p><em>Release Date – 7 June 2015</em></p>\n<ul>\n<li>Reduced the amount of space Akismet uses in the commentmeta table.</li>\n<li>Fixed a bug where some comments with quotes in the author name weren’t getting history entries</li>\n<li>Pre-emptive security improvements to ensure that the Akismet plugin can’t be used by attackers to compromise a WordPress installation.</li>\n<li>Better UI for the key entry field: allow whitespace to be included at the beginning or end of the key and strip it out automatically when the form is submitted.</li>\n<li>When deactivating the plugin, notify the Akismet API so the site can be marked as inactive.</li>\n<li>Clearer error messages.</li>\n</ul>\n<h4>3.1.1</h4>\n<p><em>Release Date – 17th March, 2015</em></p>\n<ul>\n<li>Improvements to the “Remove comment author URL” JavaScript</li>\n<li>Include the pingback pre-check from the 2.6 branch.</li>\n</ul>\n<h4>3.1</h4>\n<p><em>Release Date – 11th March, 2015</em></p>\n<ul>\n<li>Use HTTPS by default for all requests to Akismet.</li>\n<li>Fix for a situation where Akismet might strip HTML from a comment.</li>\n</ul>\n<h4>3.0.4</h4>\n<p><em>Release Date – 11th December, 2014</em></p>\n<ul>\n<li>Fix to make .htaccess compatible with Apache 2.4.</li>\n<li>Fix to allow removal of https author URLs.</li>\n<li>Fix to avoid stripping part of the author URL when removing and re-adding.</li>\n<li>Removed the “Check for Spam” button from the “Trash” and “Approved” queues, where it would have no effect.</li>\n<li>Allow automatic API key configuration when Jetpack is installed and connected to a WordPress.com account</li>\n</ul>\n<h4>3.0.3</h4>\n<p><em>Release Date – 3rd November, 2014</em></p>\n<ul>\n<li>Fix for sending the wrong data to delete_comment action that could have prevented old spam comments from being deleted.</li>\n<li>Added a filter to disable logging of Akismet debugging information.</li>\n<li>Added a filter for the maximum comment age when deleting old spam comments.</li>\n<li>Added a filter for the number per batch when deleting old spam comments.</li>\n<li>Removed the “Check for Spam” button from the Spam folder.</li>\n</ul>\n<h4>3.0.2</h4>\n<p><em>Release Date – 18th August, 2014</em></p>\n<ul>\n<li>Performance improvements.</li>\n<li>Fixed a bug that could truncate the comment data being sent to Akismet for checking.</li>\n</ul>\n<h4>3.0.1</h4>\n<p><em>Release Date – 9th July, 2014</em></p>\n<ul>\n<li>Removed dependency on PHP’s fsockopen function</li>\n<li>Fix spam/ham reports to work when reported outside of the WP dashboard, e.g., from Notifications or the WP app</li>\n<li>Remove jQuery dependency for comment form JavaScript</li>\n<li>Remove unnecessary data from some Akismet comment meta</li>\n<li>Suspended keys will now result in all comments being put in moderation, not spam.</li>\n</ul>\n<h4>3.0.0</h4>\n<p><em>Release Date – 15th April, 2014</em></p>\n<ul>\n<li>Move Akismet to Settings menu</li>\n<li>Drop Akismet Stats menu</li>\n<li>Add stats snapshot to Akismet settings</li>\n<li>Add Akismet subscription details and status to Akismet settings</li>\n<li>Add contextual help for each page</li>\n<li>Improve Akismet setup to use Jetpack to automate plugin setup</li>\n<li>Fix “Check for Spam” to use AJAX to avoid page timing out</li>\n<li>Fix Akismet settings page to be responsive</li>\n<li>Drop legacy code</li>\n<li>Tidy up CSS and Javascript</li>\n<li>Replace the old discard setting with a new “discard pervasive spam” feature.</li>\n</ul>\n<h4>2.6.0</h4>\n<p><em>Release Date – 18th March, 2014</em></p>\n<ul>\n<li>Add ajax paging to the check for spam button to handle large volumes of comments</li>\n<li>Optimize javascript and add localization support </li>\n<li>Fix bug in link to spam comments from right now dashboard widget</li>\n<li>Fix bug with deleting old comments to avoid timeouts dealing with large volumes of comments</li>\n<li>Include X-Pingback-Forwarded-For header in outbound WordPress pingback verifications</li>\n<li>Add pre-check for pingbacks, to stop spam before an outbound verification request is made</li>\n</ul>\n<h4>2.5.9</h4>\n<p><em>Release Date – 1st August, 2013</em></p>\n<ul>\n<li>Update ‘Already have a key’ link to redirect page rather than depend on javascript</li>\n<li>Fix some non-translatable strings to be translatable</li>\n<li>Update Activation banner in plugins page to redirect user to Akismet config page</li>\n</ul>\n<h4>2.5.8</h4>\n<p><em>Release Date – 20th January, 2013</em></p>\n<ul>\n<li>Simplify the activation process for new users</li>\n<li>Remove the reporter_ip parameter</li>\n<li>Minor preventative security improvements</li>\n</ul>\n<h4>2.5.7</h4>\n<p><em>Release Date – 13th December, 2012</em></p>\n<ul>\n<li>FireFox Stats iframe preview bug</li>\n<li>Fix mshots preview when using https</li>\n<li>Add .htaccess to block direct access to files</li>\n<li>Prevent some PHP notices</li>\n<li>Fix Check For Spam return location when referrer is empty</li>\n<li>Fix Settings links for network admins</li>\n<li>Fix prepare() warnings in WP 3.5</li>\n</ul>\n<h4>2.5.6</h4>\n<p><em>Release Date – 26th April, 2012</em></p>\n<ul>\n<li>Prevent retry scheduling problems on sites where wp_cron is misbehaving</li>\n<li>Preload mshot previews</li>\n<li>Modernize the widget code</li>\n<li>Fix a bug where comments were not held for moderation during an error condition</li>\n<li>Improve the UX and display when comments are temporarily held due to an error</li>\n<li>Make the Check For Spam button force a retry when comments are held due to an error</li>\n<li>Handle errors caused by an invalid key</li>\n<li>Don’t retry comments that are too old</li>\n<li>Improve error messages when verifying an API key</li>\n</ul>\n<h4>2.5.5</h4>\n<p><em>Release Date – 11th January, 2012</em></p>\n<ul>\n<li>Add nonce check for comment author URL remove action</li>\n<li>Fix the settings link</li>\n</ul>\n<h4>2.5.4</h4>\n<p><em>Release Date – 5th January, 2012</em></p>\n<ul>\n<li>Limit Akismet CSS and Javascript loading in wp-admin to just the pages that need it</li>\n<li>Added author URL quick removal functionality</li>\n<li>Added mShot preview on Author URL hover</li>\n<li>Added empty index.php to prevent directory listing</li>\n<li>Move wp-admin menu items under Jetpack, if it is installed</li>\n<li>Purge old Akismet comment meta data, default of 15 days</li>\n</ul>\n<h4>2.5.3</h4>\n<p><em>Release Date – 8th Febuary, 2011</em></p>\n<ul>\n<li>Specify the license is GPL v2 or later</li>\n<li>Fix a bug that could result in orphaned commentmeta entries</li>\n<li>Include hotfix for WordPress 3.0.5 filter issue</li>\n</ul>\n<h4>2.5.2</h4>\n<p><em>Release Date – 14th January, 2011</em></p>\n<ul>\n<li>Properly format the comment count for author counts</li>\n<li>Look for super admins on multisite installs when looking up user roles</li>\n<li>Increase the HTTP request timeout</li>\n<li>Removed padding for author approved count</li>\n<li>Fix typo in function name</li>\n<li>Set Akismet stats iframe height to fixed 2500px. Better to have one tall scroll bar than two side by side.</li>\n</ul>\n<h4>2.5.1</h4>\n<p><em>Release Date – 17th December, 2010</em></p>\n<ul>\n<li>Fix a bug that caused the “Auto delete” option to fail to discard comments correctly</li>\n<li>Remove the comment nonce form field from the ‘Akismet Configuration’ page in favor of using a filter, akismet_comment_nonce</li>\n<li>Fixed padding bug in “author” column of posts screen</li>\n<li>Added margin-top to “cleared by …” badges on dashboard</li>\n<li>Fix possible error when calling akismet_cron_recheck()</li>\n<li>Fix more PHP warnings</li>\n<li>Clean up XHTML warnings for comment nonce</li>\n<li>Fix for possible condition where scheduled comment re-checks could get stuck</li>\n<li>Clean up the comment meta details after deleting a comment</li>\n<li>Only show the status badge if the comment status has been changed by someone/something other than Akismet</li>\n<li>Show a ‘History’ link in the row-actions</li>\n<li>Translation fixes</li>\n<li>Reduced font-size on author name</li>\n<li>Moved “flagged by…” notification to top right corner of comment container and removed heavy styling</li>\n<li>Hid “flagged by…” notification while on dashboard</li>\n</ul>\n<h4>2.5.0</h4>\n<p><em>Release Date – 7th December, 2010</em></p>\n<ul>\n<li>Track comment actions under ‘Akismet Status’ on the edit comment screen</li>\n<li>Fix a few remaining deprecated function calls ( props Mike Glendinning ) </li>\n<li>Use HTTPS for the stats IFRAME when wp-admin is using HTTPS</li>\n<li>Use the WordPress HTTP class if available</li>\n<li>Move the admin UI code to a separate file, only loaded when needed</li>\n<li>Add cron retry feature, to replace the old connectivity check</li>\n<li>Display Akismet status badge beside each comment</li>\n<li>Record history for each comment, and display it on the edit page</li>\n<li>Record the complete comment as originally submitted in comment_meta, to use when reporting spam and ham</li>\n<li>Highlight links in comment content</li>\n<li>New option, “Show the number of comments you’ve approved beside each comment author.”</li>\n<li>New option, “Use a nonce on the comment form.”</li>\n</ul>\n<h4>2.4.0</h4>\n<p><em>Release Date – 23rd August, 2010</em></p>\n<ul>\n<li>Spell out that the license is GPLv2</li>\n<li>Fix PHP warnings</li>\n<li>Fix WordPress deprecated function calls</li>\n<li>Fire the delete_comment action when deleting comments</li>\n<li>Move code specific for older WP versions to legacy.php</li>\n<li>General code clean up</li>\n</ul>\n<h4>2.3.0</h4>\n<p><em>Release Date – 5th June, 2010</em></p>\n<ul>\n<li>Fix “Are you sure” nonce message on config screen in WPMU</li>\n<li>Fix XHTML compliance issue in sidebar widget</li>\n<li>Change author link; remove some old references to WordPress.com accounts</li>\n<li>Localize the widget title (core ticket #13879)</li>\n</ul>\n<h4>2.2.9</h4>\n<p><em>Release Date – 2nd June, 2010</em></p>\n<ul>\n<li>Eliminate a potential conflict with some plugins that may cause spurious reports</li>\n</ul>\n<h4>2.2.8</h4>\n<p><em>Release Date – 27th May, 2010</em></p>\n<ul>\n<li>Fix bug in initial comment check for ipv6 addresses</li>\n<li>Report comments as ham when they are moved from spam to moderation</li>\n<li>Report comments as ham when clicking undo after spam</li>\n<li>Use transition_comment_status action when available instead of older actions for spam/ham submissions</li>\n<li>Better diagnostic messages when PHP network functions are unavailable</li>\n<li>Better handling of comments by logged-in users</li>\n</ul>\n<h4>2.2.7</h4>\n<p><em>Release Date – 17th December, 2009</em></p>\n<ul>\n<li>Add a new AKISMET_VERSION constant</li>\n<li>Reduce the possibility of over-counting spam when another spam filter plugin is in use</li>\n<li>Disable the connectivity check when the API key is hard-coded for WPMU</li>\n</ul>\n<h4>2.2.6</h4>\n<p><em>Release Date – 20th July, 2009</em></p>\n<ul>\n<li>Fix a global warning introduced in 2.2.5</li>\n<li>Add changelog and additional readme.txt tags</li>\n<li>Fix an array conversion warning in some versions of PHP</li>\n<li>Support a new WPCOM_API_KEY constant for easier use with WordPress MU</li>\n</ul>\n<h4>2.2.5</h4>\n<p><em>Release Date – 13th July, 2009</em></p>\n<ul>\n<li>Include a new Server Connectivity diagnostic check, to detect problems caused by firewalls</li>\n</ul>\n<h4>2.2.4</h4>\n<p><em>Release Date – 3rd June, 2009</em></p>\n<ul>\n<li>Fixed a key problem affecting the stats feature in WordPress MU</li>\n<li>Provide additional blog information in Akismet API calls</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Upload the Akismet plugin to your blog, Activate it, then enter your <a href=\"https://akismet.com/get/\" rel=\"nofollow\">Akismet.com API key</a>.</p>\n<p>1, 2, 3: You’re done!</p>\n</dd>\n</dl>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/akismet/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Oct 2010 20:55:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins-wp/wordpress-seo/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15268:\"<p><!--section=description--></p>\n<p>WordPress out of the box is already technically quite a good platform for SEO. This was true when Joost wrote his original <a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO</a> article in 2008 (updated every few months) and it’s still true today, but that doesn’t mean you can’t improve it further! This plugin is written from the ground up by Joost de Valk and his team at <a href=\"https://yoast.com/\" rel=\"nofollow\">Yoast</a> to improve your site’s SEO on <em>all</em> needed aspects. While this <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO plugin</a> goes the extra mile to take care of all the technical optimization, more on that below, it first and foremost helps you write better content. Yoast SEO forces you to choose a focus keyword when you’re writing your articles, and then makes sure you use that focus keyword everywhere.</p>\n<blockquote>\n<p><strong>Premium Support</strong><br />\n The Yoast team does not always provide active support for the Yoast SEO plugin on the WordPress.org forums. One-on-one email support is available to people who bought the <a href=\"https://yoast.com/wordpress/plugins/seo-premium/\" rel=\"nofollow\">Premium Yoast SEO plugin</a> only.<br />\n Note that the Premium SEO plugin has several extra features too, including the option to have multiple focus keywords and a redirect manager, so it might be well worth your investment!</p>\n<p>You should also check out the <a href=\"https://yoast.com/wordpress/plugins/local-seo/\" rel=\"nofollow\">Yoast Local SEO</a>, <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">Yoast News SEO</a> and <a href=\"https://yoast.com/wordpress/plugins/video-seo/\" rel=\"nofollow\">Yoast Video SEO</a> extensions to Yoast SEO. These of course come with support too.</p>\n<p><strong>Bug Reports</strong><br />\n Bug reports for Yoast SEO are <a href=\"https://github.com/Yoast/wordpress-seo\" rel=\"nofollow\">welcomed on GitHub</a>. Please note GitHub is <em>not</em> a support forum, and issues that aren’t properly qualified as bugs will be closed.</p>\n</blockquote>\n<h4>Write better content with Yoast SEO</h4>\n<p>Using the snippet preview, you can see a rendering of what your post or page will look like in the search results, whether your title is too long or too short, and whether your meta description makes sense in the context of a search result. This way the plugin will help you not only increase rankings but also increase the click through rate for organic search results.</p>\n<h4>Page Analysis</h4>\n<p>The Yoast SEO plugins <a href=\"https://yoast.com/content-seo-wordpress-linkdex/\" rel=\"nofollow\">Page Analysis</a> functionality checks simple things you’re bound to forget. It checks, for instance, if you have images in your post and whether they have an alt tag containing the focus keyword for that post. It also checks whether your posts are long enough, whether you’ve written a meta description and if that meta description contains your focus keyword, if you’ve used any subheadings within your post, etc. etc.</p>\n<p>The plugin also allows you to write meta titles and descriptions for all your category, tag and custom taxonomy archives, giving you the option to further optimize those pages.</p>\n<p>Combined, this plugin makes sure that your content is the type of content search engines will love!</p>\n<h4>Technical WordPress Search Engine Optimization</h4>\n<p>While out of the box WordPress is pretty good for SEO, it needs some tweaks here and there. This Yoast SEO plugin guides you through some of the settings needed, for instance by reminding you to enable pretty permalinks. But it also goes beyond that, by automatically optimizing and inserting the meta tags and link elements that Google and other search engines like so much:</p>\n<h4>Meta & Link Elements</h4>\n<p>With the Yoast SEO plugin you can control which pages Google shows in its search results and which pages it doesn’t show. By default, it will tell search engines to index all of your pages, including category and tag archives, but to only show the first pages in the search results. It’s not very useful for a user to end up on the third page of your “personal” category, right?</p>\n<p>WordPress itself only shows canonical link elements on single pages, but Yoast SEO makes it output canonical link elements everywhere. Google has recently announced they would also use <code>rel=\"next\"</code> and <code>rel=\"prev\"</code> link elements in the <code>head</code> section of your paginated archives. This plugin adds those automatically. See <a href=\"https://yoast.com/rel-next-prev-paginated-archives/\" rel=\"nofollow\">this post</a> for more info.</p>\n<h4>XML Sitemaps</h4>\n<p>The Yoast SEO plugin has the most advanced XML Sitemaps functionality in any WordPress plugin. Once you check the box, it automatically creates XML sitemaps and notifies Google & Bing of the sitemaps’ existence. These XML sitemaps include the images in your posts & pages too, so that your images may be found better in the search engines too.</p>\n<p>These XML Sitemaps will even work on large sites, because of how they’re created, using one index sitemap that links to sub-sitemaps for each 1,000 posts. They will also work with custom post types and custom taxonomies automatically, while giving you the option to remove those from the XML sitemap should you wish to.</p>\n<p>Because of using <a href=\"https://yoast.com/xsl-stylesheet-xml-sitemap/\" rel=\"nofollow\">XSL stylesheets for these XML Sitemaps</a>, the XML sitemaps are easily readable for the human eye too, so you can spot things that shouldn’t be in there.</p>\n<h4>RSS Optimization</h4>\n<p>Are you being outranked by scrapers? Instead of cursing at them, use them to your advantage! By automatically adding a link to your RSS feed pointing back to the original article, you’re telling the search engine where they should be looking for the original. This way, the Yoast SEO plugin increases your own chance of ranking for your chosen keywords and gets rid of scrapers in one go!</p>\n<h4>Breadcrumbs</h4>\n<p>If your theme is compatible, and themes based on for instance Genesis or by WooThemes often are, you can use the built-in Breadcrumbs functionality. This allows you to create an easy navigation that is great for both users and search engines, and will support the search engines in understanding the structure of your site.</p>\n<p>Making your theme compatible isn’t hard either, check <a href=\"https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/\" rel=\"nofollow\">these instructions</a>.</p>\n<h4>Edit your .htaccess and robots.txt file</h4>\n<p>Using the built-in file editor, you can edit your WordPress blog’s <code>.htaccess</code> and <code>robots.txt</code> file, giving you direct access to the two most powerful files, from an SEO perspective, in your WordPress install.</p>\n<h4>Social Integration</h4>\n<p>SEO and Social Media are heavily intertwined. That’s why this plugin also comes with a Facebook OpenGraph implementation and will soon also support Google+ sharing tags.</p>\n<h4>Multi-Site Compatible</h4>\n<p>The Yoast SEO plugin, unlike some others, is fully Multi-Site compatible. The XML Sitemaps work fine in all setups and you even have the option, in the Network settings, to copy the settings from one blog to another, or make blogs default to the settings for a specific blog.</p>\n<h4>Import & Export functionality</h4>\n<p>If you have multiple blogs, setting up plugins like this one on all of them might seem like a daunting task. Except that it’s not, because what you can do is simple: you set up the plugin once. You then export your settings and simply import them on all your other sites. It’s that simple!</p>\n<h4>Import functionality for other WordPress SEO plugins</h4>\n<p>If you’ve used All In One SEO Pack or HeadSpace2 before using this plugin, you might want to import all your old titles and descriptions. You can do that easily using the built-in import functionality. There’s also import functionality for some of the older Yoast plugins, like Robots Meta and RSS footer.</p>\n<p>Should you have a need to import from another SEO plugin to Yoast SEO, or from a theme like Genesis or Thesis, you can use the <a href=\"https://wordpress.org/extend/plugins/seo-data-transporter/\" rel=\"nofollow\">SEO Data Transporter</a> plugin, which will easily convert your SEO meta data from and to a whole set of plugins like Platinum SEO, SEO Ultimate, Greg’s High Performance SEO, and themes like Headway, Hybrid, WooFramework, Catalyst etc.</p>\n<p>Read <a href=\"https://yoast.com/all-in-one-seo-pack-migration/\" rel=\"nofollow\">this migration guide</a> if you still have questions about migrating from another SEO plugin to Yoast SEO.</p>\n<h4>Yoast SEO Plugin in your Language!</h4>\n<p>Currently a huge translation project is underway, translating Yoast SEO in as much as 24 languages. So far, the translations for French and Dutch are complete, but we still need help on a lot of other languages, so if you’re good at translating, please join us at <a href=\"http://translate.yoast.com\" rel=\"nofollow\">translate.yoast.com</a>.</p>\n<h4>News SEO</h4>\n<p>Be sure to also check out the premium <a href=\"https://yoast.com/wordpress/plugins/news-seo/\" rel=\"nofollow\">News SEO module</a> if you need Google News Sitemaps. It tightly integrates with Yoast SEO to give you the combined power of News Sitemaps and full Search Engine Optimization.</p>\n<h4>Further Reading</h4>\n<p>For more info, check out the following articles:</p>\n<ul>\n<li>The <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">Yoast SEO Knowledgebase</a>.</li>\n<li><a href=\"https://yoast.com/articles/wordpress-seo/\" rel=\"nofollow\">WordPress SEO – The definitive Guide by Yoast</a>.</li>\n<li>Once you have great SEO, you’ll need the <a href=\"https://yoast.com/articles/wordpress-hosting/\" rel=\"nofollow\">best WordPress Hosting</a>.</li>\n<li>The <a href=\"https://yoast.com/wordpress/plugins/seo/\" rel=\"nofollow\">Yoast SEO Plugin</a> official homepage.</li>\n<li>Other <a href=\"https://yoast.com/wordpress/plugins/\" rel=\"nofollow\">WordPress Plugins</a> by the same team.</li>\n<li>Follow Yoast on <a href=\"https://facebook.com/yoast\" rel=\"nofollow\">Facebook</a> & <a href=\"http://twitter.com/yoast\" rel=\"nofollow\">Twitter</a>.</li>\n</ul>\n<h3>From within WordPress</h3>\n<ol>\n<li>Visit ‘Plugins > Add New’</li>\n<li>Search for ‘Yoast SEO’</li>\n<li>Activate Yoast SEO from your Plugins page.</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>Manually</h3>\n<ol>\n<li>Upload the <code>wordpress-seo</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the Yoast SEO plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to “after activation” below.</li>\n</ol>\n<h3>After activation</h3>\n<ol>\n<li>You should see (a notice to start) the Yoast SEO configuration wizard.</li>\n<li>Go through the configuration wizard and set up the plugin for your site.</li>\n<li>You’re done!</li>\n</ol>\n<p><!--section=faq--></p>\n<p>You’ll find answers to many of your questions on <a href=\"https://kb.yoast.com/kb/category/yoast-seo/\" rel=\"nofollow\">kb.yoast.com</a>.</p>\n<p><!--section=changelog--></p>\n<h4>5.2.0</h4>\n<p>Release Date: August 8th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Added wpseo_pre_adjacent_rel_links filter to bypass built-in rel prev/next functionality.</li>\n<li>Introduces classes to allow collecting data in the Premium plugin.</li>\n<li>Renamed OnPage.org to Ryte.</li>\n<li>Allow WordPress WHIP messages to be dismissed for a period of 4 weeks.</li>\n<li>Adds a filter for word combinations that consist of a single one-character word.</li>\n<li>Adds aria-current to the onboarding wizard active step.</li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Removes JQMIGRATE JavaScript warnings.</li>\n</ul>\n</li>\n</ul>\n<h4>5.1.0</h4>\n<p>Release Date: July 25th, 2017</p>\n<ul>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Adds the post-type and taxonomy identifiers on the titles and metas settings tab.</li>\n<li>Adds support for importing of Jetpack SEO data.</li>\n<li>Improves the readability feature for Dutch, English, French, German, Italian and Spanish.</li>\n<li>Adds a WordPress SEO Premium motivation box on Yoast SEO settings pages.</li>\n<li>Adds a WordPress SEO Premium motivation on the social tabs.</li>\n<li>Adds support for third party sitemaps providers to be registered and used.</li>\n<li>Changes the column titles in the taxonomy list table to icons.</li>\n<li>Adds a subheader on the notification dashboard to clarify problems and issues which are muted.</li>\n<li>Improves avatars on the credit page, props <a href=\"https://github.com/mikedehart\" rel=\"nofollow\">Mike DeHart</a></li>\n</ul>\n</li>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes a bug where <code>remove_meta_if_default</code> and <code>dont_save_meta_if_default</code> don’t return the given input value as default.</li>\n<li>Fixes a performance issue related to calculating text link counts when saving a post.</li>\n<li>Fixes a typo in the readme.txt, props <a href=\"https://github.com/rayrutjes\" rel=\"nofollow\">Raymond Rutjes</a></li>\n</ul>\n</li>\n</ul>\n<h4>5.0.2</h4>\n<p>Release Date: July 13th, 2017</p>\n<ul>\n<li>Only load babel polyfill if it hasn’t been loaded by another plugin yet.</li>\n<li>Adds a feature toggle to disable the link counter tool & link columns.</li>\n<li>Fixes a compatibility issue with WordPress 4.6.</li>\n<li>Fixes an issue where the link columns would disappear after quick-editing a post.</li>\n</ul>\n<h4>5.0.1</h4>\n<p>Release Date: July 6th, 2017</p>\n<ul>\n<li>Fixes a fatal error that could occur when trying to save a post that has <code><a></code>-tags with invalid URLs in it.</li>\n</ul>\n<h4>5.0.0</h4>\n<p>Release Date: July 6th, 2017</p>\n<ul>\n<li>\n<p>Bugfixes</p>\n<ul>\n<li>Fixes a bug where images via <code>https</code> were not working, props <a href=\"https://github.com/apfelbox\" rel=\"nofollow\">Jannik Zschiesche</a>.</li>\n<li>Fixes a bug where the whip notification can be shown multiple times.</li>\n</ul>\n</li>\n<li>\n<p>Enhancements</p>\n<ul>\n<li>Introduces a module that counts links in the content.</li>\n<li>Adds Flesch Reading for Italian.</li>\n<li>Changes ‘page title’ to ‘seo title’ in the snippet preview.</li>\n<li>Changes recommended maximum sentence length for Italian from 20 to 25 words, based on more in-depth research.</li>\n<li>Implements the extracted version of the Algolia Search which is now present in <code>yoast-components</code>.</li>\n<li>\n<p>Adds a banner for the structured data course.</p>\n</li>\n<li>\n<p>Under the hood</p>\n</li>\n<li>Introduces a database table to keep track of the linking structure. If the table cannot be created, a notification will be shown.</li>\n<li>When there are posts or pages to reindex, a notice will be shown.</li>\n</ul>\n</li>\n</ul>\n<h4>Earlier versions</h4>\n<p>For the changelog of earlier versions, please refer to the separate changelog.txt file.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/jetpack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/plugins-wp/jetpack/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9087:\"<p><!--section=description--></p>\n<p>Keep any WordPress site secure, increase traffic, and engage your readers.</p>\n<h4>Traffic and SEO Tools</h4>\n<p>Traffic is the lifeblood of any website. Jetpack includes:</p>\n<ul>\n<li>[free] Site stats and analytics</li>\n<li>[free] Automatic sharing on Facebook, Twitter, LinkedIn, Tumblr, Reddit, and WhatsApp</li>\n<li>[free] Related posts</li>\n<li>[paid] Search engine optimization tools for Google, Bing, Twitter, Facebook, and WordPress.com</li>\n<li>[paid] Advertising program that includes the best of AdSense, Facebook Ads, AOL, Amazon, Google AdX, and Yahoo</li>\n</ul>\n<h4>Security and Backup Services</h4>\n<p>Stop worrying about data loss, downtime, and hacking. Jetpack provides:</p>\n<ul>\n<li>[free] Brute force attack protection</li>\n<li>[free] Downtime and uptime monitoring</li>\n<li>[free] Secured logins and two-factor authentication</li>\n<li>[paid] Malware scanning, code scanning, and threat resolution</li>\n<li>[paid] Site backups, restores, and migrations</li>\n</ul>\n<h4>Content Creation</h4>\n<p>Add rich, beautifully-presented media — no graphic design expertise necessary:</p>\n<ul>\n<li>[free] A high-speed CDN for your images</li>\n<li>[free] Carousels, slideshows, and tiled galleries</li>\n<li>[free] Simple embeds from YouTube, Google Documents, Spotify and more</li>\n<li>[free] Sidebar customization including Facebook, Twitter, and RSS feeds</li>\n<li>[free] Extra sidebar widgets including blog stats, calendar, and author widgets</li>\n<li>[paid] High-speed, ad-free, and high-definition video hosting</li>\n</ul>\n<h4>Discussion and Community</h4>\n<p>Create a connection with your readers and keep them coming back to your site with:</p>\n<ul>\n<li>[free] Email subscriptions</li>\n<li>[free] Comment login with Facebook, Twitter, and Google</li>\n<li>[free] Fully-customizable contact forms</li>\n<li>[free] Infinite scroll for your posts</li>\n</ul>\n<h4>Expert Support</h4>\n<p>We have an entire team of Happiness Engineers ready to help you. Ask your questions in the support forum, or <a href=\"https://jetpack.com/contact-support\" rel=\"nofollow\">contact us directly</a>.</p>\n<h4>Paid Services</h4>\n<p>Most of Jetpack’s features and services are free. Jetpack also provides advanced security and backup services, video hosting, site monetization, priority support, and more SEO tools in three <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">simple and affordable plans</a>.</p>\n<h4>Get Started</h4>\n<p>Installation is free, quick, and easy. Set up <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">the free plan</a> in minutes.</p>\n<p><!--section=installation--></p>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"https://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Automated Installation</h4>\n<p>Installation is free, quick, and easy. <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">Install Jetpack from our site</a> in minutes.</p>\n<h4>Manual Alternatives</h4>\n<p>Alternatively, install Jetpack via the plugin directory, or upload the files manually to your server and follow the on-screen instructions. If you need additional help <a href=\"https://jetpack.com/support/installing-jetpack/\" rel=\"nofollow\">read our detailed instructions</a>.</p>\n</dd>\n<dt>Is Jetpack Free?</dt>\n<dd>\n<p>Yes! Jetpack’s core features are and always will be free.</p>\n<p>These include: <a href=\"https://jetpack.com/features/traffic/site-stats\" rel=\"nofollow\">site stats</a>, a <a href=\"https://jetpack.com/features/writing/content-delivery-network/\" rel=\"nofollow\">high-speed CDN</a> for images, <a href=\"https://jetpack.com/features/traffic/related-posts\" rel=\"nofollow\">related posts</a>, <a href=\"https://jetpack.com/features/security/downtime-monitoring\" rel=\"nofollow\">downtime monitoring</a>, brute force <a href=\"https://jetpack.com/features/security/brute-force-attack-protection\" rel=\"nofollow\">attack protection</a>, <a href=\"https://jetpack.com/features/traffic/automatic-publishing/\" rel=\"nofollow\">automated sharing</a> to social networks, <a href=\"https://jetpack.com/features/writing/sidebar-customization/\" rel=\"nofollow\">sidebar customization</a>, and many more.</p>\n</dd>\n<dt>Should I purchase a paid plan?</dt>\n<dd>\n<p>Jetpack’s paid services include automated backups, security scanning, spam filtering, video hosting, site monetization, SEO tools, and priority support.</p>\n<p>If you’re interested in learning more about the extra layers of protection and advanced tools available, learn more about our <a href=\"https://jetpack.com/pricing?from=wporg\" rel=\"nofollow\">paid plans</a>.</p>\n</dd>\n<dt>Why do I need a WordPress.com account?</dt>\n<dd>\n<p>Since Jetpack and its services are provided and hosted by WordPress.com, a WordPress.com account is required for Jetpack to function.</p>\n</dd>\n<dt>I already have a WordPress account, but Jetpack isn’t working. What’s going on?</dt>\n<dd>\n<p>A WordPress.com account is different from the account you use to log into your self-hosted WordPress. If you can log into <a href=\"https://wordpress.com\" rel=\"nofollow\">WordPress.com</a>, then you already have a WordPress.com account. If you can’t, you can easily create one <a href=\"https://jetpack.com/install?from=wporg\" rel=\"nofollow\">during installation</a>.</p>\n</dd>\n<dt>How do I view my stats?</dt>\n<dd>\n<p>Once you’ve installed Jetpack your stats will be available on <a href=\"https://wordpress.com/stats\" rel=\"nofollow\">WordPress.com/Stats</a>, on the official <a href=\"https://apps.wordpress.com/mobile/\" rel=\"nofollow\">WordPress mobile apps</a>, and on your Jetpack dashboard.</p>\n</dd>\n<dt>How do I contribute to Jetpack?</dt>\n<dd>\n<p>There are opportunities for developers at all levels to contribute. <a href=\"https://jetpack.com/contribute\" rel=\"nofollow\">Learn more about contributing to Jetpack</a> or consider <a href=\"https://jetpack.com/beta\" rel=\"nofollow\">joining our beta program</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>5.2.1</h4>\n<ul>\n<li>Release date: August 2, 2017</li>\n<li>Release post: https://jetpack.com/?p=22686</li>\n</ul>\n<p><strong>Bug fixes</strong><br />\n* Solves an issue that caused widgets to lose their content when saved in WP Admin or Customizer.</p>\n<h4>5.2</h4>\n<ul>\n<li>Release date: August 1, 2017</li>\n<li>Release post: https://jetpack.com/?p=22509</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* Contact Forms now sports a fancy new interface that allows you to visually compose your form in the editor.<br />\n* We have a new and slick way to showcase and explain the features we recommend to activate to new users.</p>\n<p><strong>Enhancements</strong><br />\n* Reduced 500kb from plugin zip file, which means faster updates.<br />\n* Refactored and reduced code for Comment Likes so it’s faster and lighter.</p>\n<p><strong>Bug fixes</strong><br />\n* An inconsistency experienced in WordPress.com dashboard when Related Posts settings were set in the local site’s WP Admin is now fixed.<br />\n* Fixed a 404 when loading Open Sans font from a stylesheet plus now it’s only enqueued if it will be used.<br />\n* Solve PHP warnings when Image widget wasn’t migrated.</p>\n<h4>5.1</h4>\n<ul>\n<li>Release date: July 5th, 2017</li>\n<li>Release post: https://jetpack.com/?p=20888</li>\n</ul>\n<p><strong>Major Enhancements</strong><br />\n* You and your readers can now show appreciation to particularly clever comments with the new Comment Likes feature.</p>\n<p><strong>Enhancements</strong><br />\n* Quickly visit your current site’s front-end directly from the Masterbar’s new “View Site” item.<br />\n* Site data fetch from /me/sites REST API endpoint now includes <code>blog_public</code> in the list of returned options.<br />\n* The Flickr widget now automatically displays images in a grid if there’s enough room.<br />\n* E-mail sharing is now disabled by default unless it’s explicitly enabled by a filter or Akismet is active.</p>\n<p><strong>Compatibility Improvements</strong></p>\n<ul>\n<li>Updated instructions in Flickr widget to reflect recent changes to the Flickr UI.</li>\n</ul>\n<p><strong>Bug fixes</strong></p>\n<ul>\n<li>EU Cookie Law Banner cookie no longer cached.</li>\n<li>WP Admin menu can now be accessed in mobile when Masterbar is displayed.</li>\n<li>We now sync the <code>order_id</code> for <code>order_items</code> in older WooCommerce versions.</li>\n<li>UI now handles VaultPress connection or registration problems gracefully.</li>\n<li>Photon now works correctly with images uploaded before WordPress 2.7.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/plugins/jetpack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 18:48:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins-wp/wordpress-importer/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4618:\"<p><!--section=description--></p>\n<p>The WordPress Importer will import the following content from a WordPress export file:</p>\n<ul>\n<li>Posts, pages and other custom post types</li>\n<li>Comments</li>\n<li>Custom fields and post meta</li>\n<li>Categories, tags and terms from custom taxonomies</li>\n<li>Authors</li>\n</ul>\n<p>For further information and instructions please see the <a href=\"https://codex.wordpress.org/Importing_Content#WordPress\" rel=\"nofollow\">Codex page on Importing Content</a></p>\n<h3>Filters</h3>\n<p>The importer has a couple of filters to allow you to completely enable/block certain features:</p>\n<ul>\n<li><code>import_allow_create_users</code>: return false if you only want to allow mapping to existing users</li>\n<li><code>import_allow_fetch_attachments</code>: return false if you do not wish to allow importing and downloading of attachments</li>\n<li><code>import_attachment_size_limit</code>: return an integer value for the maximum file size in bytes to save (default is 0, which is unlimited)</li>\n</ul>\n<p>There are also a few actions available to hook into:</p>\n<ul>\n<li><code>import_start</code>: occurs after the export file has been uploaded and author import settings have been chosen</li>\n<li><code>import_end</code>: called after the last output from the importer</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>The quickest method for installing the importer is:</p>\n<ol>\n<li>Visit Tools -> Import in the WordPress dashboard</li>\n<li>Click on the WordPress link in the list of importers</li>\n<li>Click “Install Now”</li>\n<li>Finally click “Activate Plugin & Run Importer”</li>\n</ol>\n<p>If you would prefer to do things manually then follow these instructions:</p>\n<ol>\n<li>Upload the <code>wordpress-importer</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Go to the Tools -> Import screen, click on WordPress</li>\n</ol>\n</dd>\n<dt>Help! I’m getting out of memory errors or a blank screen.</dt>\n<dd>\n<p>If your exported file is very large, the import script may run into your host’s configured memory limit for PHP.</p>\n<p>A message like “Fatal error: Allowed memory size of 8388608 bytes exhausted” indicates that the script can’t successfully import your XML file under the current PHP memory limit. If you have access to the php.ini file, you can manually increase the limit; if you do not (your WordPress installation is hosted on a shared server, for instance), you might have to break your exported XML file into several smaller pieces and run the import script one at a time.</p>\n<p>For those with shared hosting, the best alternative may be to consult hosting support to determine the safest approach for running the import. A host may be willing to temporarily lift the memory limit and/or run the process directly from their end.</p>\n<p>— <a href=\"https://codex.wordpress.org/Importing_Content#Before_Importing\" rel=\"nofollow\">WordPress Codex: Importing Content</a></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>0.6.3</h4>\n<ul>\n<li>Add support for import term metadata.</li>\n<li>Fix bug that caused slashes to be stripped from imported content.</li>\n<li>Fix bug that caused characters to be stripped inside of CDATA in some cases.</li>\n<li>Fix PHP notices.</li>\n</ul>\n<h4>0.6.2</h4>\n<ul>\n<li>Add wp_import_existing_post filter. See: https://core.trac.wordpress.org/ticket/33721</li>\n</ul>\n<h4>0.6</h4>\n<ul>\n<li>Support for WXR 1.2 and multiple CDATA sections</li>\n<li>Post aren’t duplicates if their post_type’s are different</li>\n</ul>\n<h4>0.5.2</h4>\n<ul>\n<li>Double check that the uploaded export file exists before processing it. This prevents incorrect error messages when<br />\nan export file is uploaded to a server with bad permissions and WordPress 3.3 or 3.3.1 is being used.</li>\n</ul>\n<h4>0.5</h4>\n<ul>\n<li>Import comment meta (requires export from WordPress 3.2)</li>\n<li>Minor bugfixes and enhancements</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>Map comment user_id where possible</li>\n<li>Import attachments from <code>wp:attachment_url</code></li>\n<li>Upload attachments to correct directory</li>\n<li>Remap resized image URLs correctly</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>Use an XML Parser if possible</li>\n<li>Proper import support for nav menus</li>\n<li>… and much more, see <a href=\"https://core.trac.wordpress.org/ticket/15197\" rel=\"nofollow\">Trac ticket #15197</a></li>\n</ul>\n<h4>0.1</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/woocommerce/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 15:32:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins-wp/woocommerce/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22161:\"<p><!--section=description--></p>\n<p>WooCommerce is a free eCommerce plugin that allows you to sell anything, beautifully. Built to integrate seamlessly with WordPress, WooCommerce is the world’s favorite eCommerce solution that gives both store owners and developers complete control.</p>\n<p>With endless flexibility and access to hundreds of free and premium WordPress extensions, WooCommerce now powers 30% of all online stores — more than any other platform.</p>\n<iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/1KahlicghaE?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe>\n<h4>Sell anything, anywhere</h4>\n<p>With WooCommerce, you can sell both physical and digital goods in all shapes and sizes, offer product variations, multiple configurations, and instant downloads to shoppers, and even sell affiliate goods from online marketplaces.</p>\n<p>With premium extensions, you can offer bookings, memberships, and recurring subscriptions. Perhaps you’d like to sell monthly subscriptions for physical goods, or offer your members a discount on digital downloads? It’s all possible.</p>\n<h4>Ship wherever you like</h4>\n<p>Offer free shipping, flat rate shipping, or make real-time calculations. Limit your shipments to specific countries, or open your store up to the world. Shipping is highly configurable, and WooCommerce even supports drop shipping.</p>\n<h4>Extensive payment options</h4>\n<p>WooCommerce comes bundled with the ability to accept major credit cards, PayPal, BACS (bank transfers), and cash on delivery. Need additional options? More than 140 region-specific gateways integrate with WooCommerce, including popular choices like Stripe, Authorize.Net, and Amazon Payments.</p>\n<h4>You control it all — forever</h4>\n<p>WooCommerce gives you complete control of your store, from taxes to stock levels to customer accounts. Add and remove extensions, change your design, and switch settings as you please. It’s all under your control.</p>\n<p>One of the biggest risks of using a hosted eCommerce platform is what happens to your store if the provider closes up shop. With WooCommerce, you have complete control, so there’s never any reason to worry. Your data belongs to you — and it’s kept secure, thanks to regular audits by industry leaders.</p>\n<h4>Define your style with Storefront</h4>\n<p><a href=\"https://wordpress.org/themes/storefront/\" rel=\"nofollow\">Storefront</a> is a free WordPress theme available to any WooCommerce store. Along with deep WooCommerce integration, Storefront prioritizes speed and uptime while eliminating theme and plugin conflicts during major updates.</p>\n<p>Define your style even further by customizing Storefront to your liking or choosing from one of our several <a href=\"https://woocommerce.com/product-category/themes/storefront-child-theme-themes/\" rel=\"nofollow\">Storefront child themes</a>. It’s all up to you, and all open source.</p>\n<h4>Built with developers in mind</h4>\n<p>Extendable, adaptable, and open source — WooCommerce was created with developers in mind. With its strong, robust framework, you can scale your client’s store all the way from basic to high-end (infinity and beyond).</p>\n<p>Built with a REST API, WooCommerce can integrate with virtually any service. Your store’s data can be accessed anywhere, anytime, 100% securely. WooCommerce allows developers to easily create, modify, and grow a store that meets their specifications.</p>\n<p>No matter the size of the store you want to build, WooCommerce will scale to meet your requirements. With a growing collection of more than 300 extensions, you can enhance each store’s features to meet your client’s unique needs — or even create your own solution.</p>\n<p>If security is a concern, rest easy. WooCommerce is audited by a dedicated team of developers working around the clock to identify and patch any and all discovered bugs.</p>\n<p>We also support WooCommerce and all its extensions with comprehensive, easily-accessible documentation. With our docs, you’ll learn how to create the exact site your client needs.</p>\n<h4>Extensions galore</h4>\n<p>WordPress.org is home to some amazing extensions for WooCommerce, including:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-google-analytics-integration/\">Google Analytics</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-delivery-notes/\">Delivery Notes</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/\">PDF Invoices and Packing Slips</a></li>\n<li><a href=\"https://wordpress.org/plugins/affiliates-woocommerce-light/\">Affiliates Integration Light</a></li>\n<li><a href=\"https://wordpress.org/plugins/woocommerce-new-product-badge/\">New Product Badges</a></li>\n</ul>\n<p>Keen to see them all? Search WordPress.org for ‘WooCommerce’ to dive in.</p>\n<p>If you’re looking for something endorsed and maintained by the developers who built WooCommerce, there are a plethora of premium eCommerce extensions, the most popular of which include:</p>\n<ul>\n<li><a href=\"https://woocommerce.com/products/woocommerce-subscriptions/\" rel=\"nofollow\">WooCommerce Subscriptions</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-memberships/\" rel=\"nofollow\">WooCommerce Memberships</a></li>\n<li><a href=\"https://woocommerce.com/products/woocommerce-bookings/\" rel=\"nofollow\">WooCommerce Bookings</a></li>\n<li><a href=\"https://woocommerce.com/products/dynamic-pricing/\" rel=\"nofollow\">Dynamic Pricing</a></li>\n<li><a href=\"https://woocommerce.com/products/table-rate-shipping/\" rel=\"nofollow\">Table Rate Shipping</a></li>\n<li><a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">Product CSV Import Suite</a></li>\n</ul>\n<p>And there’s plenty more where they came from. Visit our <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/\" rel=\"nofollow\">extensions page</a> to find out everything you’re capable of and all that’s possible with premium WooCommerce extensions.</p>\n<h4>Join our growing community</h4>\n<p>When you download WooCommerce, you join a community of more than a million store owners, developers, and WordPress enthusiasts. We’re one of the fastest-growing open source communities online, and whether you’re a n00b or a Ninja, we’d love to have you!</p>\n<p>If you’re interested in contributing to WooCommerce we’ve got more than 350 contributors, and there’s always room for more. Head over to the <a href=\"https://github.com/woocommerce/woocommerce\" rel=\"nofollow\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>Want to add a new language to WooCommerce? Swell! You can contribute via <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce\" rel=\"nofollow\">translate.wordpress.org</a>.</p>\n<p>And, finally, consider joining or spearheading a WooCommerce Meetup locally, more about those <a href=\"https://woocommerce.com/woocommerce/meetups/\" rel=\"nofollow\">here</a>.</p>\n<p><!--section=installation--></p>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP version 5.2.4 or greater (PHP 5.6 or greater is recommended)</li>\n<li>MySQL version 5.0 or greater (MySQL 5.6 or greater is recommended)</li>\n<li>Some payment gateways require fsockopen support (for IPN access)</li>\n<li>WooCommerce 2.5 requires WordPress 4.1+</li>\n<li>WooCommerce 2.6 requires WordPress 4.4+</li>\n</ul>\n<p>Visit the <a href=\"https://docs.woocommerce.com/document/server-requirements/\" rel=\"nofollow\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.</p>\n<p>In the search field type “WooCommerce” and click Search Plugins. Once you’ve found our eCommerce plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.</p>\n<h4>Manual installation</h4>\n<p>The manual installation method involves downloading our eCommerce plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\" rel=\"nofollow\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work like a charm; as always though, ensure you backup your site just in case.</p>\n<p>If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.</p>\n<h4>Dummy data</h4>\n<p>WooCommerce comes with some dummy data you can use to see how products look; either import dummy_data.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> or use our <a href=\"https://woocommerce.com/products/product-csv-import-suite/\" rel=\"nofollow\">CSV Import Suite plugin</a> to import dummy_data.csv and dummy_data_variations.csv.</p>\n</dd>\n<dt>Where can I find WooCommerce documentation and user guides?</dt>\n<dd>\n<p>For help setting up and configuring WooCommerce please refer to our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/getting-started/\" rel=\"nofollow\">user guide</a></p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a>.</p>\n</dd>\n<dt>Where can I get support or talk to other users?</dt>\n<dd>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce\" rel=\"nofollow\">WooCommerce Plugin Forum</a>.</p>\n<p>For help with premium extensions from WooThemes, use <a href=\"https://support.woothemes.com/\" rel=\"nofollow\">our helpdesk</a>.</p>\n</dd>\n<dt>Will WooCommerce work with my theme?</dt>\n<dd>\n<p>Yes; WooCommerce will work with any theme, but may require some styling to make it match nicely. Please see our <a href=\"https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-codex/\" rel=\"nofollow\">codex</a> for help. If you’re looking for a theme with built in WooCommerce integration we recommend <a href=\"https://woocommerce.com/storefront/\" rel=\"nofollow\">Storefront</a>.</p>\n</dd>\n<dt>Where can I request new features, eCommerce themes and extensions?</dt>\n<dd>\n<p>You can vote on and request new features and extensions in our <a href=\"http://ideas.woothemes.com/forums/133476-woocommerce\" rel=\"nofollow\">WooIdeas board</a></p>\n</dd>\n<dt>Where can I report bugs or contribute to the project?</dt>\n<dd>\n<p>Bugs can be reported either in our support forum or preferably on the <a href=\"https://github.com/woocommerce/woocommerce/issues\" rel=\"nofollow\">WooCommerce GitHub repository</a>.</p>\n</dd>\n<dt>Where can I find the REST API documentation?</dt>\n<dd>\n<p>You can find the documentation of our REST API on the <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/\" rel=\"nofollow\">WooCommerce REST API Docs</a>.</p>\n</dd>\n<dt>WooCommerce is awesome! Can I contribute?</dt>\n<dd>\n<p>Yes you can! Join in on our <a href=\"http://github.com/woocommerce/woocommerce/\" rel=\"nofollow\">GitHub repository</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>3.1.1 – 2017-07-11</h4>\n<ul>\n<li>Fix – Product importer: fixed handling of non UTF8 characters in descriptions.</li>\n<li>Fix – Product importer: Allow times in date fields.</li>\n<li>Fix – Product exporter: fixed meta data checkbox option.</li>\n<li>Fix – Helper: Styling and connect button in non-english languages.</li>\n<li>Fix – Tweak terms and conditions template to check for disallowed shortcodes.</li>\n<li>Fix – Fixed order helper queries when before_date and after_date args are both, corrected use of “paged”, and corrected use of filters.</li>\n<li>Fix – Gallery; Trigger resize after main image loads to ensure correct gallery size.</li>\n<li>Fix – Prevent extra slashes being added to meta values when using the CRUD.</li>\n<li>Fix – Appends “where” clauses in the comment feed to prevent a notice.</li>\n<li>Fix – Fixed structured data output for variable product prices.</li>\n<li>Fix – 3.x issue: Changed state validation logic to work for MX states.</li>\n<li>Fix – 3.x issue: 7day reports should start from midnight, not the current time.</li>\n<li>Fix – 3.x issue: Status changes made by admin should be marked as a manual in the order notes.</li>\n<li>Fix – 3.x issue: Allow unsetting product shipping class in REST API.</li>\n<li>Fix – 3.x issue: Corrected error handling in zones shippingMethodView.</li>\n<li>Tweak – Avoid CloudFlare email obfuscation in admin.</li>\n<li>Tweak – Improved detection of DOING_AUTOSAVE in admin meta box code.</li>\n<li>Tweak – Improved my-account redirects and fallbacks.</li>\n<li>Tweak – Add <code>cart_subtotal</code> to the shipping package so prices are recalculated when needed.</li>\n<li>Dev – Add search_customers() filter in customer data store.</li>\n<li>Dev – Product exporter: woocommerce_product_export_skip_meta_keys filter to control what gets exported.</li>\n<li>Dev – Pass correct value to woocommerce_shipping_classes_save_class when inserting a new term</li>\n</ul>\n<h4>3.1.0 – 2017-06-28</h4>\n<ul>\n<li>Feature – Built-in product CSV importer and exporter for products.</li>\n<li>Feature – Display (toggle-able) terms inline on the checkout rather than showing a link.</li>\n<li>Feature – On the “pay for order” page, if logged out show a login form rather than an error message.</li>\n<li>Feature – Enabled oembed support for product short descriptions.</li>\n<li>Feature – Added bulk variation update for stock status.</li>\n<li>Feature – On customer profiles: added a button to copy billing address to shipping address.</li>\n<li>Feature – Setup Wizard – Automatic Shipping Zone Creation In Setup Wizard for the base location.</li>\n<li>Feature – Setup Wizard – Added a new optional Storefront Theme step if you’re using a non-WooCommerce compatible theme.</li>\n<li>Feature – Made it possible to manage extension licenses purchased from WooCommerce.com on the extensions screen.</li>\n<li>Tweak – Gallery – Added a data-caption for captions to support both captions and titles for SEO.</li>\n<li>Tweak – Gallery – Used smoothHeight setting to better support images of different heights.</li>\n<li>Tweak – UI – Added blank states for API keys & webhooks.</li>\n<li>Tweak – UI – Made Product submenu labels consistent in admin.</li>\n<li>Tweak – UI – Changed street address field label and placeholder to minimize user error on checkout.</li>\n<li>Tweak – UI – Added a confirmation before deleting log files.</li>\n<li>Tweak – If prices are the same for all variations, use price not priceSpecification in structured data.</li>\n<li>Tweak – Added variable so shipping calculator is shown on first row only when showing multiple shipping packages.</li>\n<li>Tweak – Updated mini-cart HTML to use a list.</li>\n<li>Tweak – Allow linking to single product additional_information tab from url hash.</li>\n<li>Tweak – Re-included WooCommerce endpoints on the appearance > menus screens.</li>\n<li>Tweak – Always sync incorrect titles on variation read regardless of version.</li>\n<li>Tweak – Standardize rating HTML in all templates.</li>\n<li>Tweak – When searching, disable WC sort order so results are sorted by relevance.</li>\n<li>Tweak – Update price sorting code to use min or max for variable products depending on sorting direction.</li>\n<li>Tweak – Utilize $product method to get thumbnail in loops.</li>\n<li>Tweak – Check for an existing display name before updating a user on checkout. Adds display_name prop to the CRUD.</li>\n<li>Tweak – Adapt variable product price used in sorting based on direction of sort.</li>\n<li>Tweak – Made state validation less strict for keys.</li>\n<li>Tweak – For COD orders, force payment complete status to be completed.</li>\n<li>Fix – Use get_max_purchase_quantity in cart template and fix logic when stock management is off.</li>\n<li>Fix – Added log_id as the secondary sorting column to log list so log entries sort correctly.</li>\n<li>Fix – Fix shop page when using shop base and UTF8 shop page slug.</li>\n<li>Fix – Added handles so drag and drop does not break edit on mobile when sorting categories.</li>\n<li>Fix – Added ABSPATH checks to all files.</li>\n<li>Fix – Fixed how to flush rewrite rules after saving the shop main page.</li>\n<li>Fix – Emails sent via admin should switch to global locale.</li>\n<li>Fix – Set and restore wp_query so product page functions think it’s a real product page.</li>\n<li>Fix – Variation default value of ‘0’ fails to save on product.</li>\n<li>Fix – Prevent locations being added to the “Rest Of The World” shipping zone via the API.</li>\n<li>Dev – Allow date created to be set in wc_create_refund.</li>\n<li>Dev – Introduced a <a href=\"https://github.com/woocommerce/woocommerce/wiki/wc_get_orders-and-WC_Order_Query\" rel=\"nofollow\">WC_Order_Query class</a> for finding/searching orders.</li>\n<li>Dev – Added “restored” webhook.</li>\n<li>Dev – Support floats for the custom attribute name sorting function.</li>\n<li>Dev – Updated Emogrifier to version 1.2.</li>\n<li>Dev – Sort product data tabs by priority in admin screen.</li>\n<li>Dev – Added new hooks for: dashboard reviews widget, product and category sorting events, woocommerce_add_to_cart_sold_individually_found_in_cart, cart empty messages.</li>\n<li>Dev – Added filters for zoom / flexslider / photoswipe enabling.</li>\n<li>Dev – Added filter for cookie name.</li>\n<li>Dev – Added ability to filter Photoswipe lightbox options.</li>\n<li>Dev – Added new filter for product thumbnail size.</li>\n<li>Dev – Added action for displaying custom data for fees in admin.</li>\n<li>Dev – Changed build_payload from private to public in webhook system.</li>\n<li>Dev – Added deprecated notice to WC_Order_Item_Meta (deprecated in 3.0).</li>\n<li>Dev – Added namespace to jQuery events that are removed in VariationForm.</li>\n<li>Dev – Made WC_Checkout::get_posted_data() public.</li>\n<li>Dev – Add custom message for custom system status tools.</li>\n<li>Dev – Added filters to change which order items are created and loaded to support custom item types.</li>\n<li>Dev – Updated jQuery payment and serializejson libraries.</li>\n<li>Localization – Added Bolivian states.</li>\n<li>Localization – Use VAT for Norway instead of Tax.</li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/master/CHANGELOG.txt\" rel=\"nofollow\">See changelog for all versions</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/all-in-one-seo-pack/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 19:30:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins-wp/all-in-one-seo-pack/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4934:\"<p><!--section=description--></p>\n<p>Use <strong>All in One SEO Pack</strong> to optimize your WordPress site for SEO. It’s easy and works out of the box for beginners, and has advanced features and an API for developers.</p>\n<p><strong><a href=\"http://semperplugins.com/plugins/all-in-one-seo-pack-pro-version/?loc=readme_utpv\" rel=\"nofollow\">Upgrade to Pro Version</a></strong></p>\n<p><a href=\"http://semperplugins.com/support/?loc=readme_ps\" rel=\"nofollow\">Premium Support</a></p>\n<p>First created in 2007, see why AIOSEO is one of the all time most downloaded plugins for WordPress.</p>\n<ul>\n<li>XML Sitemap support – submit your sitemap to Google and Bing and improve your SEO</li>\n<li>Google AMP support (Accelerated Mobile Pages)</li>\n<li>Google Analytics support</li>\n<li>Support for SEO on Custom Post Types</li>\n<li>Advanced Canonical URLs</li>\n<li>Redirect attachment pages to parent post</li>\n<li>Automatically notifies search engines like Google and Bing about changes to your site</li>\n<li>Built-in API so other plugins/themes can access and extend functionality</li>\n<li>ONLY free plugin to provide SEO Integration for e-Commerce sites, including WooCommerce</li>\n<li>Nonce Security built into All in One SEO Pack</li>\n<li>Automatically optimizes your <strong>titles</strong> for Google and other search engines</li>\n<li>Generates <strong>META tags automatically</strong></li>\n<li>Avoids the typical duplicate content found on WordPress blogs</li>\n<li>For beginners, you don’t even have to look at the options, it works out-of-the-box. Just install.</li>\n<li>For advanced users, you can fine-tune everything to optimize your SEO</li>\n<li>You can override any title and set any META description and any META keywords you want.</li>\n<li>Compatibility with many other plugins</li>\n<li>Translated into 57 languages</li>\n<li>PHP 7 100% Compatible</li>\n</ul>\n<p>Follow me on Twitter to keep up with the latest updates <a href=\"http://twitter.com/michaeltorbert/\" rel=\"nofollow\">Michael<br />\nTorbert</a></p>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/46MR4FboMaA?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n<h4>Tags</h4>\n<p>seo, SEO, All in One, google, meta, meta description, search engine optimization, xml sitemap, xml sitemaps, google sitemap, sitemap, sitemaps, robots meta, rss, rss footer, yahoo, bing, widget, Post, plugin, admin, posts, shortcode, sidebar, twitter, page, images, comments, image, news sitemaps, XML News Sitemaps, WordPress SEO, multisite, canonical, nofollow, noindex, keywords, meta keywords, description, webmaster tools, google webmaster tools, seo pack, schema.org, search engines, custom post types, custom taxonomies, canonical</p>\n<p><!--section=faq--></p>\n<p>Please visit our complete <strong><a href=\"http://semperplugins.com/documentation/\" rel=\"nofollow\">Documentation</a></strong> before requesting support for SEO from the<br />\n<strong><a href=\"http://semperplugins.com/support/\" rel=\"nofollow\">All in One SEO Pack Support Forum</a></strong></p>\n<p><a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/translations-for-all-in-one-seo-pack/\" rel=\"nofollow\">Translations</a></p>\n<dl>\n<dt>General Settings</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/uGt6CVbA5bI?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>XML Sitemaps</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/zvNU92Low8A?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Social Meta</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/Dfe49FiiAog?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n<dt>Performance</dt>\n<dd>\n<p><iframe class=\'youtube-player\' type=\'text/html\' width=\'640\' height=\'390\' src=\'https://www.youtube.com/embed/A0VKinM5s00?version=3&rel=1&fs=1&autohide=2&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent\' allowfullscreen=\'true\' style=\'border:0;\'></iframe></p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<p>All in One SEO Pack <a href=\"http://semperfiwebdesign.com/documentation/all-in-one-seo-pack/all-in-one-seo-pack-release-history/\" rel=\"nofollow\">Changelog</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/all-in-one-seo-pack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/plugins/google-sitemap-generator/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Jun 2005 09:33:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins-wp/google-sitemap-generator/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"This plugin will improve SEO by helping search enginess better index your site using sitemaps.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:27964:\"<p><!--section=description--></p>\n<p>Use this plugin to greatly improve SEO to create special XML sitemaps which will help search engines like Google, Bing, Yahoo and Ask.com to better index your site.</p>\n<p>With such a sitemap, it’s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.</p>\n<p>Supported since <em>over 9 years</em> and rated as the <a href=\"https://wordpress.org/plugins/browse/top-rated/\">best WordPress plugin</a>, it will do exactly what it’s supposed to do – providing a complete XML sitemap for search engines. It will not break your site, slow it down or annoy you. Guaranteed!</p>\n<blockquote>\n<p>If you like the plugin, feel free to rate it (on the right side of this page)! <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</blockquote>\n<p>Related Links:</p>\n<ul>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Plugin Homepage</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Changelog of the Google XML Sitemaps Plugin for WordPress\" rel=\"nofollow\">Changelog</a></li>\n<li><a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"Google Sitemaps FAQ\" rel=\"nofollow\">Plugin help and sitemaps FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">Support Forum</a></li>\n</ul>\n<h3>License</h3>\n<p>Good news, this plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial site.</p>\n<h3>Translations</h3>\n<p>The plugin comes with various translations, please refer to the <a href=\"https://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\" rel=\"nofollow\">WordPress Codex</a> for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all definitions and may be used with a <a href=\"http://www.gnu.org/software/gettext/\" rel=\"nofollow\">gettext</a> editor like <a href=\"http://www.poedit.net/\" rel=\"nofollow\">Poedit</a> (Windows).</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Install the plugin like you always install plugins, either by uploading it via FTP or by using the “Add Plugin” function of WordPress.</li>\n<li>Activate the plugin at the plugin administration page</li>\n<li>If you want: Open the plugin configuration page, which is located under Settings -> XML-Sitemap and customize settings like priorities and change frequencies.</li>\n<li>The plugin will automatically update your sitemap of you publish a post, so there is nothing more to do <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ol>\n</dd>\n<dt>Where can I find the options page of the plugin?</dt>\n<dd>\n<p>It is under Settings > XML Sitemap. I know nowadays many plugins add top-level menu items, but in most of the cases it is just not necessary. I’ve seen WP installations which looked like an Internet Explorer ten years ago with 20 toolbars installed. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n</dd>\n<dt>Do I have to create a sitemap.xml and sitemap.xml.gz by myself?</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated. <em>There must be no sitemap.xml or sitemap.xml.gz in your site directory anymore!</em> The plugin will try to rename them to sitemap.xml.bak if they still exists.</p>\n</dd>\n<dt>Does this plugin use static files or “I can’t find the sitemap.xml file!”</dt>\n<dd>\n<p>Not anymore. Since version 4, these files are dynamically generated just like any other WordPress content.</p>\n</dd>\n<dt>There are no comments yet (or I’ve disabled them) and all my postings have a priority of zero!</dt>\n<dd>\n<p>Please disable automatic priority calculation and define a static priority for posts.</p>\n</dd>\n<dt>So many configuration options… Do I need to change them?</dt>\n<dd>\n<p>No, only if you want to. Default values are ok for most sites.</p>\n</dd>\n<dt>Does this plugin work with all WordPress versions?</dt>\n<dd>\n<p>This version works with WordPress 3.3 and better. If you’re using an older version, please check the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" title=\"Google (XML) Sitemap Generator Plugin Homepage\" rel=\"nofollow\">Google Sitemaps Plugin Homepage</a> for the legacy releases. There is a working release for every WordPress version since 1.5, but you really should consider updating your WordPress installation!</p>\n</dd>\n<dt>My question isn’t answered here</dt>\n<dd>\n<p>Most of the plugin options are described at the <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\" rel=\"nofollow\">plugin homepage</a> as well as the dedicated <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/help/\" title=\"List of common questions / problems regarding Google (XML) Sitemaps\" rel=\"nofollow\">Google Sitemaps FAQ</a>.</p>\n</dd>\n<dt>My question isn’t even answered there</dt>\n<dd>\n<p>Please post your question at the <a href=\"https://wordpress.org/support/topic/read-before-opening-a-new-support-topic\" rel=\"nofollow\">WordPress support forum</a> and tag your post with “google-sitemap-generator”.</p>\n</dd>\n<dt>What’s new in the latest version?</dt>\n<dd>\n<p>The changelog is maintained <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/\" title=\"Google (XML) Sitemap Generator Plugin Changelog\" rel=\"nofollow\">here</a></p>\n</dd>\n<dt>Why is the changelog on a separate page and not here?</dt>\n<dd>\n<p>The WordPress.org repository is just another place to download this plugin. I don’t want to maintain too many pages with the same content. Thank you for your understanding!</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.0.9 (2017-07-24)</h4>\n<ul>\n<li>Fixed security issue related to donation functionality.</li>\n</ul>\n<h4>4.0.8 (2014-11-15)</h4>\n<ul>\n<li>Fixed bug regarding the exclude categories feature, thanks to Claus Schöffel!</li>\n</ul>\n<h4>4.0.7.1 (2014-09-02)</h4>\n<ul>\n<li>Sorry, no new features this time… This release only updates the Compatibility-Tag to WordPress 4.0. Unfortunately there is no way to do this anymore without a new version</li>\n</ul>\n<h4>4.0.7 (2014-06-23)</h4>\n<ul>\n<li>Better compatibility with GoDaddy managed WP hosting</li>\n<li>Better compatibility with QuickCache</li>\n<li>Removed WordPress version from the sitemap</li>\n<li>Corrected link to WordPress privacy settings (if search engines are blocked)</li>\n<li>Changed hook which is being used for sitemap pings to avoid pings on draft edit</li>\n</ul>\n<h4>4.0.6 (2014-06-03)</h4>\n<ul>\n<li>Added option to disable automatic gzipping</li>\n<li>Fixed bug with duplicated external sitemap entries</li>\n<li>Don’t gzip if behind Varnish since Varnish can do that</li>\n</ul>\n<h4>4.0.5 (2014-05-18)</h4>\n<ul>\n<li>Added function to manually start ping for main-sitemap or all sub-sitemaps</li>\n<li>Added support for changing the base of the sitemap URL to another URL (for WP installations in sub-folders)</li>\n<li>Fixed issue with empty post sitemaps (related to GMT/local time offset)</li>\n<li>Fixed some timing issues in archives</li>\n<li>Improved check for possible problems before gzipping</li>\n<li>Fixed empty archives and author sitemaps in case there were no posts</li>\n<li>Fixed bug which caused the Priority Provider to disappear in recent PHP versions</li>\n<li>Plugin will also ping with the corresponding sub-sitemap in case a post was modified</li>\n<li>Better checking for empty external urls</li>\n<li>Changed text in XSL template to be more clear about sitemap-index and sub-sitemaps</li>\n<li>Changed content type to text/xml to improve compatibility with caching plugins</li>\n<li>Changed query parameters to is_feed=true to improve compatibility with caching plugins</li>\n<li>Switched from using WP_Query to load posts to a custom SQL statement to avoid problems with other plugin filters</li>\n<li>Added caching of some SQL statements</li>\n<li>Added support feed for more help topics</li>\n<li>Added link to new help page</li>\n<li>Cleaned up code and renamed variables to be more readable</li>\n<li>Updated Japanese Translation, thanks to Daisuke Takahashi</li>\n</ul>\n<h4>4.0.4 (2014-04-19)</h4>\n<ul>\n<li>Removed deprecated get_page call</li>\n<li>Changed last modification time of sub-sitemaps to the last modification date of the posts instead of the publish date</li>\n<li>Removed information window if the statistic option has not been activated</li>\n<li>Added link regarding new sitemap format</li>\n<li>Updated Portuguese translation, thanks to Pedro Martinho</li>\n<li>Updated German translation</li>\n</ul>\n<h4>4.0.3 (2014-04-13)</h4>\n<ul>\n<li>Fixed compression if an gzlib handler was already active</li>\n<li>Help regarding permalinks for Nginx users</li>\n<li>Fix with gzip compression in case there was other output before already</li>\n<li>Return 404 for HTML sitemaps if the option has been disabled</li>\n<li>Updated translations</li>\n</ul>\n<h4>4.0.2 (2014-04-01)</h4>\n<ul>\n<li>Fixed warning if an gzip handler is already active</li>\n</ul>\n<h4>4.0.1 (2014-03-31)</h4>\n<ul>\n<li>Fixed bug with custom post types including a “-“</li>\n<li>Fixed some 404 Not Found Errors</li>\n</ul>\n<h4>4.0 (2014-03-30)</h4>\n<ul>\n<li>No static files anymore, sitemap is created on the fly!</li>\n<li>Sitemap is split-up into sub-sitemaps by month, allowing up to 50.000 posts per month! <a href=\"http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/google-xml-sitemap-generator-new-sitemap-format/\" rel=\"nofollow\">More information</a></li>\n<li>Support for custom post types and custom taxonomis!</li>\n<li>100% Multisite compatible, including by-blog and network activation.</li>\n<li>Reduced server resource usage due to less content per request.</li>\n<li>New API allows other plugins to add their own, separate sitemaps.</li>\n<li>Note: PHP 5.1 and WordPress 3.3 is required! The plugin will not work with lower versions!</li>\n<li>Note: This version will try to rename your old sitemap files to *-old.xml. If that doesn’t work, please delete them manually since no static files are needed anymore!</li>\n</ul>\n<h4>3.4.1 (2014-04-10)</h4>\n<ul>\n<li>Compatibility with mysqli</li>\n</ul>\n<h4>Version 3.4 (2013-11-24)</h4>\n<ul>\n<li>Fixed deprecation warnings in PHP 5.4, thanks to Dion Hulse!</li>\n</ul>\n<h4>3.3 (2013-09-28)</h4>\n<ul>\n<li>Fixed problem with file permission checking</li>\n<li>Filter out hashs (#) in URLs</li>\n</ul>\n<h4>3.2.9 (2013-01-11)</h4>\n<ul>\n<li>Fixed security issue with change frequencies and filename of sitemap file. Exploit was only possible with admin account.</li>\n</ul>\n<h4>3.2.8 (2012-08-08)</h4>\n<ul>\n<li>Fixed wrong custom taxonomy URLs, thanks to ramon fincken of the wordpress.org forum!</li>\n<li>Removed ASK ping since they shut down their service.</li>\n<li>Exclude post_format taxonomy from custom taxonomy list</li>\n</ul>\n<h4>3.2.7 (2012-04-24)</h4>\n<ul>\n<li>Fixed custom post types, thanks to clearsite of the wordpress.org forum!</li>\n<li>Fixed broken admin layout on WP 3.4</li>\n</ul>\n<h4>3.2.6 (2011-09-19)</h4>\n<ul>\n<li>Removed YAHOO ping since YAHOO uses bing now</li>\n<li>Removed deprecated function call</li>\n</ul>\n<h4>3.2.5 (2011-07-11)</h4>\n<ul>\n<li>Backported Bing ping success fix from beta</li>\n<li>Added friendly hint to try out the new beta</li>\n</ul>\n<h4>3.2.4 (2010-05-29)</h4>\n<ul>\n<li>Added (GMT) to date column in sitemap xslt template to avoid confusion with different time zones</li>\n<li>Fixed wrong SQL statement for author pages, thanks to twoenoug</li>\n<li>Fixed several deprecated function calls</li>\n<li>Note: This release does not support the new multisite feature of WordPress yet and will not be active when multisite is enabled.</li>\n</ul>\n<h4>3.2.3 (2010-04-02)</h4>\n<ul>\n<li>Fixed that all pages were missing in the sitemap if the “Uncategorized” category was excluded</li>\n</ul>\n<h4>3.2.2 (2009-12-19)</h4>\n<ul>\n<li>Updated compatibility tag to WordPress 2.9</li>\n<li>Fixed PHP4 problems</li>\n</ul>\n<h4>3.2.1 (2009-12-16)</h4>\n<ul>\n<li>Notes and update messages at the top of the admin page could interfere with the manual build function</li>\n<li>Help links in the WP contextual help were not shown anymore since the last update</li>\n<li>IE 7 sometimes displayed a cached admin page</li>\n<li>Removed invalid link to config page from the plugin description (The link lead to a “Not enough permission error”)</li>\n<li>Improved performance of getting the current plugin version by caching</li>\n<li>Updated Spanish language files</li>\n</ul>\n<h4>3.2 (2009-11-23)</h4>\n<ul>\n<li>Added function to show the actual results of a ping instead of only linking to the url</li>\n<li>Added new hook (sm_rebuild) for third party plugins to start building the sitemap</li>\n<li>Fixed bug which showed the wrong URL for the latest Google ping result</li>\n<li>Added some missing documentation</li>\n<li>Removed hardcoded php name for sitemap file in admin urls</li>\n<li>Uses KSES for showing ping test results</li>\n<li>Ping test fixed for WP < 2.3</li>\n</ul>\n<h4>3.1.9 (2009-11-13)</h4>\n<ul>\n<li>Fixed MySQL Error if author pages were included</li>\n</ul>\n<h4>3.1.8 (2009-11-07)</h4>\n<ul>\n<li>Improved custom taxonomy handling and fixed wrong last modification date</li>\n<li>Fixed fatal error in WordPress versions lower than 2.3</li>\n<li>Fixed Update Notice for WordPress 2.8 and higher</li>\n<li>Added warning if blog privacy is activated</li>\n<li>Fixed priorities of additional pages were shown as 0 instead of 1</li>\n</ul>\n<h4>3.1.7 (2009-10-21)</h4>\n<ul>\n<li>Added support for custom taxonomies. Thanks to Lee!</li>\n</ul>\n<h4>3.1.6 (2009-08-31)</h4>\n<ul>\n<li>Fixed PHP error “Only variables can be passed by reference”</li>\n<li>Fixed wrong URLS of multi-page posts (Thanks artstorm!)</li>\n<li>Updated many language files</li>\n</ul>\n<h4>3.1.5 (2009-08-24)</h4>\n<ul>\n<li>Added option to completely disable the last modification time</li>\n<li>Fixed problem with HTTPS url for the XSL stylesheet if the sitemap was build via the admin panel</li>\n<li>Improved handling of homepage entry if a single page was set for it</li>\n<li>Fixed mktime warning which appeared sometimes</li>\n<li>Fixed bug which caused inf. reloads after rebuilding the sitemap via the admin panel</li>\n<li>Improved handling of missing sitemaps files if WP was moved to another location</li>\n</ul>\n<h4>3.1.4 (2009-06-22)</h4>\n<ul>\n<li>Fixed bug which broke all pings in WP older than 2.7</li>\n<li>Added more output in debug mode if pings fail</li>\n<li>Moved global post variable so other plugins can use it in get_permalink()</li>\n<li>Added small icon for ozh admin menu</li>\n<li>Added more help links in UI</li>\n</ul>\n<h4>3.1.3 (2009-06-07)</h4>\n<ul>\n<li>Changed MSN Live Search to Bing</li>\n<li>Exclude categories also now exludes the category itself and not only the posts</li>\n<li>Pings now use the new WordPress HTTP API instead of Snoopy</li>\n<li>Fixed bug that in localized WP installations priorities could not be saved</li>\n<li>The sitemap cron job is now cleared after a manual rebuild or after changing the config</li>\n<li>Adjusted style of admin area for WP 2.8 and refreshed icons</li>\n<li>Disabled the “Exclude categories” feature for WP 2.5.1, since it doesn’t have the required functions yet</li>\n</ul>\n<h4>3.1.2 (2008-12-26)</h4>\n<ul>\n<li>Changed the way the stylesheet is saved (default / custom stylesheet)</li>\n<li>Sitemap is now rebuild when a page is published</li>\n<li>Removed support for static robots.txt files, this is now handled via WordPress functions</li>\n<li>Added compat. exceptions for WP 2.0 and WP 2.1</li>\n</ul>\n<h4>3.1.1 (2008-12-21)</h4>\n<ul>\n<li>Fixed redirect issue if wp-admin is rewritten via mod_rewrite, thanks to macjoost</li>\n<li>Fixed wrong path to assets, thanks PozHonks</li>\n<li>Fixed wrong plugin URL if wp-content was renamed / redirected, thanks to wnorris</li>\n<li>Updated WP User Interface for 2.7</li>\n<li>Various other small things</li>\n</ul>\n<h4>3.1.0.1 (2008-05-27)</h4>\n<ul>\n<li>Extracted UI JS to external file</li>\n<li>Enabled the option to include following pages of multi-page posts</li>\n<li>Script tries to raise memory and time limit if active</li>\n</ul>\n<h4>3.1 (2008-05-22)</h4>\n<ul>\n<li>Marked as stable</li>\n</ul>\n<h4>3.1b3 (2008-05-19)</h4>\n<ul>\n<li>Cleaned up plugin directory and moved img files to subfolders</li>\n<li>Fixed background building bug in WP 2.1</li>\n<li>Removed auto-update plugin link for WP < 2.5</li>\n</ul>\n<h4>3.1b2 (2008-05-18)</h4>\n<ul>\n<li>Fixed critical bug with the build in background option</li>\n<li>Added notification if a build is scheduled</li>\n</ul>\n<h4>3.1b1 (2008-05-08)</h4>\n<ul>\n<li>Splitted plugin in loader, generator and user interface to save memory</li>\n<li>Generator and UI will only be loaded when needed</li>\n<li>Secured all admin actions with nonces</li>\n<li>Improved WP 2.5 handling</li>\n<li>New “Suggest a Feature” link</li>\n</ul>\n<h4>3.0.3.3 (2008-04-29)</h4>\n<ul>\n<li>Fixed author pages</li>\n<li>Enhanced background building and increased delay to 15 seconds</li>\n<li>Enabled background building by default</li>\n</ul>\n<h4>3.0.3.2 (2008-04-28)</h4>\n<ul>\n<li>Improved WP 2.5 handling (fixes blank screens and timeouts)</li>\n</ul>\n<h4>3.0.3.1 (2008-03-30)</h4>\n<ul>\n<li>Added compatibility CSS for WP 2.5</li>\n</ul>\n<h4>3.0.3 (2007-12-30)</h4>\n<ul>\n<li>Added option to ping MSN Live Search</li>\n<li>Removed some WordPress hooks (the sitemap isn’t updates with every comment anymore)</li>\n</ul>\n<h4>3.0.2.1 (2007-11-28)</h4>\n<ul>\n<li>Fixed wrong XML Schema Location (Thanks to Emanuele Tessore)</li>\n<li>Added Russian Language files by Sergey http://ryvkin.ru</li>\n</ul>\n<h4>3.0.2 (2007-11-25)</h4>\n<ul>\n<li>Fixed bug which caused that some settings were not saved correctly</li>\n<li>Added option to exclude pages or post by ID</li>\n<li>Restored YAHOO ping service with API key since the other one is to unreliable</li>\n</ul>\n<h4>3.0.1 (2007-11-03)</h4>\n<ul>\n<li>Changed HTTP client for ping requests to Snoopy</li>\n<li>Added “safemode” for SQL which doesn’t use unbuffered results</li>\n<li>Added option to run the building process in background using wp-cron</li>\n<li>Added links to test the ping if it failed</li>\n</ul>\n<h4>3.0 final (2007-09-24)</h4>\n<ul>\n<li>Marked as stable</li>\n<li>Removed useless functions</li>\n</ul>\n<h4>3.0b11 (2007-09-23)</h4>\n<ul>\n<li>Changed mysql queries to unbuffered queries</li>\n<li>Uses MUCH less memory</li>\n<li>Option to limit the number of posts</li>\n</ul>\n<h4>3.0b10 (2007-09-04)</h4>\n<ul>\n<li>Added category support for WordPress 2.3</li>\n<li>Fixed bug with empty URLs in sitemap</li>\n<li>Repaired GET building</li>\n</ul>\n<h4>3.0b9 (2007-09-02)</h4>\n<ul>\n<li>Added tag support for WordPress 2.3</li>\n<li>Fixed archive bug with static pages (Thanks to Peter Claus Lamprecht)</li>\n<li>Fixed some missing translation strings, thanks to Kirin Lin</li>\n</ul>\n<h4>3.0b8 (2007-07-22)</h4>\n<ul>\n<li>Fixed bug with empty categories</li>\n<li>Fixed bug with translation plugins</li>\n<li>Added support for robots.txt</li>\n<li>Switched YAHOO ping API from YAHOO Web Services to the “normal” ping service</li>\n<li>Search engines will only be pinged if the sitemap file has changed</li>\n</ul>\n<h4>3.0b7 (2007-05-17)</h4>\n<ul>\n<li>Added Ask.com notification</li>\n<li>Added option to include the author pages like /author/john</li>\n<li>Fixed WP 2.1 / Pre 2.1 post / pages database changes</li>\n<li>Added check to not build the sitemap if importing posts</li>\n<li>Fixed wrong XSLT location (Thanks froosh)</li>\n<li>Small enhancements and bug fixes</li>\n</ul>\n<h4>3.0b6 (2007-01-23)</h4>\n<ul>\n<li>sitemap.xml.gz was not compressed</li>\n<li>YAHOO update-notification was PHP5 only (Thanks to Joseph Abboud!)</li>\n<li>More WP 2.1 optimizations</li>\n<li>Reduced memory usage with PHP5</li>\n</ul>\n<h4>3.0b5 (2007-01-19)</h4>\n<ul>\n<li>WordPress 2 Design</li>\n<li>YAHOO update notification</li>\n<li>New status report, removed ugly logfiles</li>\n<li>Added option to define a XSLT stylesheet and added a default one</li>\n<li>Fixed bug with sub-pages, thanks to <a href=\"http://baptiste.us/\" rel=\"nofollow\">Mike</a>, <a href=\"http://fastagent.de/\" rel=\"nofollow\">Peter</a> and <a href=\"http://publicityship.com.au/\" rel=\"nofollow\">Glenn</a></li>\n<li>Improved file handling, thanks to <a href=\"http://www.vjtd3.com/\" rel=\"nofollow\">VJTD3</a></li>\n<li>WP 2.1 improvements</li>\n</ul>\n<h4>3.0b4 (2006-11-16)</h4>\n<ul>\n<li>Fixed some smaller bugs</li>\n<li>Decreased memory usage which should solve timeout and memory problems</li>\n<li>Updated namespace to support YAHOO and MSN</li>\n</ul>\n<h4>3.0b2 (2006-01-14)</h4>\n<ul>\n<li>Fixed several bugs reported by users</li>\n</ul>\n<h4>3.0b (2005-11-25)</h4>\n<ul>\n<li>WordPress 2.0 (Beta, RC1) compatible</li>\n<li>Added different priority calculation modes and introduced an API to create custom ones (Some people didn’t like the way to calculate the post priority based on the count of user comments. This will give you the possibility to develop custom priority providers which fit your needs.)</li>\n<li>Added support to use the <a href=\"http://www.alexking.org/blog/2005/07/27/popularity-contest-11/\" rel=\"nofollow\">Popularity Contest</a> plugin by <a href=\"http://www.alexking.org/\" rel=\"nofollow\">Alex King</a> to calculate post priority (If you are already using the Popularity Contest plugin, this will be the best way to determine the priority of the posts. Uses to new priority API noted above.)</li>\n<li>Added option to exclude password protected posts (This was one of the most requested features.)</li>\n<li>Posts and pages marked for publish with a date in the future won’t be included</li>\n<li>Added function to start sitemap creation via GET and a secret key (If you are using external software which directly writes into the database without using the WordPress API, you can rebuild the sitemap with a simple HTTP Request. This can be made with a cron job for example.)</li>\n<li>Improved compatibility with other plugins (There should no longer be problems with other plugins now which checked for existence of a specified function to determine if you are in the control panel or not.)</li>\n<li>Recoded plugin architecture which is now fully OOP (The code is now cleaner and better to understand which makes it easier to modify. This should also avoid namespace problems.)</li>\n<li>Improved speed and optimized settings handling (Settings and pages are only loaded if the sitemap generation process starts and not every time a page loads. This saves one MySQL Query on every request.)</li>\n<li>Added Button to restore default configuration (Messed up the config? You’ll need just one click to restore all settings.)</li>\n<li>Added log file to check everything is running (In the new log window you can see when your sitemap was rebuilt or if there was any error.)</li>\n<li>Improved user-interface</li>\n<li>Added several links to homepage and support (This includes the Notify List about new releases and the WordPress support forum.)</li>\n</ul>\n<h4>2.7 (2005-11-25)</h4>\n<ul>\n<li>Added Polish Translation by <a href=\"http://kubazwolinski.com/\" rel=\"nofollow\">kuba</a></li>\n</ul>\n<h4>2.7 (2005-11-01)</h4>\n<ul>\n<li>Added French Translation by <a href=\"http://www.chezthierry.info/\" rel=\"nofollow\">Thierry Lanfranchi</a></li>\n</ul>\n<h4>2.7 (2005-07-21)</h4>\n<ul>\n<li>Fixed bug with incorrect date in additional pages (wrong format)</li>\n<li>Added Swedish Translation by <a href=\"http://tobiasbergius.se/\" rel=\"nofollow\">Tobias Bergius</a></li>\n</ul>\n<h4>2.6 (2005-07-16)</h4>\n<ul>\n<li>Included Chinese (Simplified) language files by <a href=\"http://www.june6.cn/\" rel=\"nofollow\">june6</a></li>\n</ul>\n<h4>2.6 (2005-07-04)</h4>\n<ul>\n<li>Added support to store the files at a custom location</li>\n<li>Changed the home URL to have a slash at the end</li>\n<li>Fixed errors with wp-mail</li>\n<li>Added support for other plugins to add content to the sitemap</li>\n</ul>\n<h4>2.5 (2005-06-15)</h4>\n<ul>\n<li>You can include now external pages which aren’t generated by WordPress or are not recognized by this plugin</li>\n<li>You can define a minimum post priority, which will overrride the calculated value if it’s too low</li>\n<li>The plugin will automatically ping Google whenever the sitemap gets regenerated</li>\n<li>Update 1: Included Spanish translations by <a href=\"http://www.cesargomez.org/\" rel=\"nofollow\">Cesar Gomez Martin</a></li>\n<li>Update 2: Included Italian translations by <a href=\"http://wordpress-it.it/\" rel=\"nofollow\">Stefano Aglietti</a></li>\n<li>Update 3: Included Traditional Chinese translations by <a href=\"http://kirin-lin.idv.tw/\" rel=\"nofollow\">Kirin Lin</a></li>\n</ul>\n<h4>2.2 (2005-06-08)</h4>\n<ul>\n<li>Language file support: <a href=\"http://hiromasa.zone.ne.jp/\" rel=\"nofollow\">Hiromasa</a> from <a href=\"http://hiromasa.zone.ne.jp/\" rel=\"nofollow\">http://hiromasa.zone.ne.jp</a> sent me a japanese version of the user interface and modified the script to support it! Thanks for this! Check <a href=\"https://codex.wordpress.org/WordPress_Localization\" rel=\"nofollow\">the WordPress Codex</a> how to set the language in WordPress.</li>\n<li>Added Japanese user interface by <a href=\"http://hiromasa.zone.ne.jp/\" rel=\"nofollow\">Hiromasa</a></li>\n<li>Added German user interface by me</li>\n</ul>\n<h4>2.12 (2005-06-07)</h4>\n<ul>\n<li>Changed SQL Statement for categories that it also works on MySQL 3</li>\n</ul>\n<h4>2.11 (2005-06-07)</h4>\n<ul>\n<li>Fixed a hardcoded tablename which made a SQL error</li>\n</ul>\n<h4>2.1 (2005-06-07)</h4>\n<ul>\n<li>Can also generate a gzipped version of the xml file (sitemap.xml.gz)</li>\n<li>Uses correct last modification dates for categories and archives. (Thanks to thx <a href=\"http://www.shupe.ca/\" rel=\"nofollow\">Rodney Shupe</a> for the SQL)</li>\n<li>Supports now different WordPress / Blog directories</li>\n<li>Fixed bug which ignored different post/page priorities (Reported by <a href=\"http://h3h.net/\" rel=\"nofollow\">Brad</a>)</li>\n</ul>\n<h4>2.01 (2005-06-07)</h4>\n<ul>\n<li>Fixed compatibility for PHP installations which are not configured to use short open tags</li>\n<li>Changed Line 147 from _e($i); to _e(strval($i));</li>\n<li>Thanks to <a href=\"http://publicvoidblog.de/\" rel=\"nofollow\">Christian Aust</a> for reporting this!</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/google-sitemap-generator/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Limit Login Attempts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/limit-login-attempts/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Jan 2009 14:20:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins-wp/limit-login-attempts/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11518:\"<p><!--section=description--></p>\n<p>Limit the number of login attempts possible both through normal login as well as using auth cookies.</p>\n<p>By default WordPress allows unlimited login attempts either through the login page or by sending special cookies. This allows passwords (or hashes) to be brute-force cracked with relative ease.</p>\n<p>Limit Login Attempts blocks an Internet address from making further attempts after a specified limit on retries is reached, making a brute-force attack difficult or impossible.</p>\n<p>Features</p>\n<ul>\n<li>Limit the number of retry attempts when logging in (for each IP). Fully customizable</li>\n<li>Limit the number of attempts to log in using auth cookies in same way</li>\n<li>Informs user about remaining retries or lockout time on login page</li>\n<li>Optional logging, optional email notification</li>\n<li>Handles server behind reverse proxy</li>\n<li>It is possible to whitelist IPs using a filter. But you probably shouldn’t. ?</li>\n</ul>\n<p>Translations: Bulgarian, Brazilian Portuguese, Catalan, Chinese (Traditional), Czech, Dutch, Finnish, French, German, Hungarian, Norwegian, Persian, Romanian, Russian, Spanish, Swedish, Turkish</p>\n<p>Plugin uses standard actions and filters only.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Download and extract plugin files to a wp-content/plugin directory.</li>\n<li>Activate the plugin through the WordPress admin interface.</li>\n<li>Customize the settings on the options page, if desired. If your server is located behind a reverse proxy make sure to change this setting.</li>\n</ol>\n<p>If you have any questions or problems please make a post here: https://wordpress.org/tags/limit-login-attempts</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Why not reset failed attempts on a successful login?</dt>\n<dd>\n<p>This is very much by design. Otherwise you could brute force the “admin” password by logging in as your own user every 4th attempt.</p>\n</dd>\n<dt>What is this option about site connection and reverse proxy?</dt>\n<dd>\n<p>A reverse proxy is a server in between the site and the Internet (perhaps handling caching or load-balancing). This makes getting the correct client IP to block slightly more complicated.</p>\n<p>The option default to NOT being behind a proxy — which should be by far the common case.</p>\n</dd>\n<dt>How do I know if my site is behind a reverse proxy?</dt>\n<dd>\n<p>You probably are not or you would know. We show a pretty good guess on the option page. Set the option using this unless you are sure you know better.</p>\n</dd>\n<dt>Can I whitelist my IP so I don’t get locked out?</dt>\n<dd>\n<p>First please consider if you really need this. Generally speaking it is not a good idea to have exceptions to your security policies.</p>\n<p>That said, there is now a filter which allows you to do it: “limit_login_whitelist_ip”.</p>\n<p>Example:<br />\nfunction my_ip_whitelist($allow, $ip) {<br />\n return ($ip == ‘my-ip’) ? true : $allow;<br />\n}<br />\nadd_filter(‘limit_login_whitelist_ip’, ‘my_ip_whitelist’, 10, 2);</p>\n<p>Note that we still do notification and logging as usual. This is meant to allow you to be aware of any suspicious activity from whitelisted IPs.</p>\n</dd>\n<dt>I locked myself out testing this thing, what do I do?</dt>\n<dd>\n<p>Either wait, or:</p>\n<p>If you know how to edit / add to PHP files you can use the IP whitelist functionality described above. You should then use the “Restore Lockouts” button on the plugin settings page and remove the whitelist function again.</p>\n<p>If you have ftp / ssh access to the site rename the file “wp-content/plugins/limit-login-attempts/limit-login-attempts.php” to deactivate the plugin.</p>\n<p>If you have access to the database (for example through phpMyAdmin) you can clear the limit_login_lockouts option in the wordpress options table. In a default setup this would work: “UPDATE wp_options SET option_value = ” WHERE option_name = ‘limit_login_lockouts\'”</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.7.1</h4>\n<p>This version fixes a security bug in version 1.6.2 and 1.7.0. Please upgrade immediately.</p>\n<p>“Auth cookies” are special cookies set at login that authenticating you to the system. It is how WordPress “remembers” that you are logged in between page loads.</p>\n<p>During lockout these are supposed to be cleared, but a change in 1.6.2 broke this. It allowed an attacker to keep trying to break these cookies during a lockout.</p>\n<p>Lockout of normal password login attempts still worked as it should, and it appears that all “auth cookie” attempts would keep getting logged.</p>\n<p>In theory the “auth cookie” is quite resistant to brute force attack. It contains a cryptographic hash of the user password, and the difficulty to break it is not based on the password strength but instead on the cryptographic operations used and the length of the hash value. In theory it should take many many years to break this hash. As theory and practice does not always agree it is still a good idea to have working lockouts of any such attempts.</p>\n<h4>1.7.0</h4>\n<ul>\n<li>Added filter that allows whitelisting IP. Please use with care!!</li>\n<li>Update to Spanish translation, thanks to Marcelo Pedra</li>\n<li>Updated Swedish translation</li>\n<li>Tested against WordPress 3.3.2</li>\n</ul>\n<h4>1.6.2</h4>\n<ul>\n<li>Fix bug where log would not get updated after it had been cleared</li>\n<li>Do plugin setup in ‘init’ action</li>\n<li>Small update to Spanish translation file, thanks to Marcelo Pedra</li>\n<li>Tested against WordPress 3.2.1</li>\n</ul>\n<h4>1.6.1</h4>\n<ul>\n<li>(WordPress 3.0+) An invalid cookie can sometimes get sent multiple times before it gets cleared, resulting in multiple failed attempts or even a lockout from a single invalid cookie. Store the latest failed cookie to make sure we only count it as one failed attempt</li>\n<li>Define “Text Domain” correctly</li>\n<li>Include correct Dutch tranlation file. Thanks to Martin1 for noticing. Thanks again to Bjorn Wijers for the translation</li>\n<li>Updated POT file for this version</li>\n<li>Tested against WordPress 3.1-RC4</li>\n</ul>\n<h4>1.6.0</h4>\n<ul>\n<li>Happy New Year</li>\n<li>Tested against WordPress 3.1-RC1</li>\n<li>Plugin now requires WordPress version 2.8+. Of course you should never ever use anything but the latest version</li>\n<li>Fixed deprecation warnings that had been piling up with the old version requirement. Thanks to Johannes Ruthenberg for the report that prompted this</li>\n<li>Removed auth cookie admin check for version 2.7.</li>\n<li>Make sure relevant values in $_COOKIE get cleared right away on auth cookie validation failure. There are still some problems with cookie auth handling. The lockout can trigger prematurely in rare cases, but fixing it is plugin version 2 stuff unfortunately.</li>\n<li>Changed default time for retries to reset from 24 hours to 12 hours. The security impact is very minor and it means the warning will disappear “overnight”</li>\n<li>Added question to FAQ (“Why not reset failed attempts on a successful login?”)</li>\n<li>Updated screenshots</li>\n</ul>\n<h4>1.5.2</h4>\n<ul>\n<li>Reverted minor cookie-handling cleanup which might somehow be responsible for recently reported cookie related lockouts</li>\n<li>Added version 1.x Brazilian Portuguese translation, thanks to Luciano Passuello</li>\n<li>Added Finnish translation, thanks to Ari Kontiainen</li>\n</ul>\n<h4>1.5.1</h4>\n<ul>\n<li>Further multisite & WPMU support (again thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Better error handling if option variables are damaged</li>\n<li>Added Traditional Chinese translation, thanks to Denny Huang <a href=\"mailto:bigexplorations@bigexplorations.com.tw\" rel=\"nofollow\">bigexplorations@bigexplorations.com.tw</a></li>\n</ul>\n<h4>1.5</h4>\n<ul>\n<li>Tested against WordPress 3.0</li>\n<li>Handle 3.0 login page failure “shake”</li>\n<li>Basic multisite support (parts thanks to <a href=\"mailto:erik@erikshosting.com\" rel=\"nofollow\">erik@erikshosting.com</a>)</li>\n<li>Added Dutch translation, thanks to Bjorn Wijers <a href=\"mailto:burobjorn@burobjorn.nl\" rel=\"nofollow\">burobjorn@burobjorn.nl</a></li>\n<li><a href=\"mailto:balint@vereskuti.info\" rel=\"nofollow\">balint@vereskuti.info</a></li>\n<li>Added French translation, thanks to oVa <a href=\"mailto:ova13lastar@gmail.com\" rel=\"nofollow\">ova13lastar@gmail.com</a></li>\n</ul>\n<h4>1.4.1</h4>\n<ul>\n<li>Added Turkish translation, thanks to Yazan Canarkadas</li>\n</ul>\n<h4>1.4</h4>\n<ul>\n<li>Protect admin page update using wp_nonce</li>\n<li>Added Czech translation, thanks to Jakub Jedelsky</li>\n</ul>\n<h4>1.3.2</h4>\n<ul>\n<li>Added Bulgarian translation, thanks to Hristo Chakarov</li>\n<li></li>\n<li>Added Spanish translation, thanks to Marcelo Pedra</li>\n<li>Added Persian translation, thanks to Mostafa Soufi</li>\n<li>Added Russian translation, thanks to Jack Leonid (http://studio-xl.com)</li>\n</ul>\n<h4>1.3.1</h4>\n<ul>\n<li>Added Catalan translation, thanks to Robert Buj</li>\n<li>Added Romanian translation, thanks to Robert Tudor</li>\n</ul>\n<h4>1.3</h4>\n<ul>\n<li>Support for getting the correct IP for clients while server is behind reverse proxy, thanks to Michael Skerwiderski</li>\n<li>Added German translation, thanks to Michael Skerwiderski</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>No longer replaces pluggable function when cookie handling active. Re-implemented using available actions and filters</li>\n<li>Filter error messages during login to avoid information leak regarding available usernames</li>\n<li>Do not show retries or lockout messages except for login (registration, lost password pages). No change in actual enforcement</li>\n<li>Slightly more aggressive in trimming old retries data</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added translation support</li>\n<li>Added Swedish translation</li>\n<li>During lockout, filter out all other login errors</li>\n<li>Minor cleanups</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial version</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/limit-login-attempts/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/tinymce-advanced/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jun 2007 06:02:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/plugins-wp/tinymce-advanced/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10701:\"<p><!--section=description--></p>\n<p>This plugin will let you add, remove and arrange the buttons that are shown on the Visual Editor toolbar. You can configure up to four rows of buttons including Font Sizes, Font Family, text and background colors, tables, etc. It will also let you enable the editor menu, see the <a href=\"screenshots\" rel=\"nofollow\">screenshots</a>.</p>\n<p>It includes 15 plugins for <a href=\"http://tinymce.com/\" rel=\"nofollow\">TinyMCE</a> that are automatically enabled or disabled depending on the buttons you have chosen. In addition this plugin adds some commonly used options as keeping the paragraph tags in the Text editor and importing the CSS classes from the theme’s editor-style.css.</p>\n<h4>Some of the features added by this plugin</h4>\n<ul>\n<li>Support for creating and editing tables.</li>\n<li>More options when inserting lists.</li>\n<li>Search and Replace in the editor.</li>\n<li>Ability to set Font Family and Font Sizes.</li>\n<li>And many others.</li>\n</ul>\n<p>With this plugin you can also enable the TinyMCE menu above the toolbars. This will make the editor even more powerful and convenient.</p>\n<p><!--section=installation--></p>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>Best is to install directly from WordPress. If manual installation is required, please make sure that the plugin files are in a folder named “tinymce-advanced” (not two nested folders) in the WordPress plugins folder, usually “wp-content/plugins”.</p>\n</dd>\n<dt>No styles are imported in the Formats sub-menu.</dt>\n<dd>\n<p>These styles are imported from your current theme editor-style.css file. However some themes do not have this functionality. For these themes TinyMCE Advanced has the option to let you add a customized editor-style.css and import it into the editor.</p>\n</dd>\n<dt>I have just installed this plugin, but it does not do anything.</dt>\n<dd>\n<p>Change some buttons on one of the toolbars, save your changes, clear your browser cache, and try again. If that does not work try reloding the Edit page several times while holding down Shift or Ctrl. There may also be a network cache somewhere between you and your host. You may need to wait for a few hours until this cache expires.</p>\n</dd>\n<dt>When I add “Smilies”, they do not show in the editor.</dt>\n<dd>\n<p>The “Emoticons” button in TinyMCE adds the codes for the smilies. The actual images are added by WordPress when viewing the Post. Make sure the checkbox “Convert emoticons to graphics on display” in “Options – Writing” is checked.</p>\n</dd>\n<dt>The plugin does not add any buttons.</dt>\n<dd>\n<p>Make sure the “Disable the visual editor when writing” checkbox under “Users – Your Profile” is <strong>not</strong> checked.</p>\n</dd>\n<dt>I still see the “old” buttons in the editor</dt>\n<dd>\n<p>Click the “Restore Default Settings” button on the plugin settings page and then set the buttons again and save.</p>\n</dd>\n<dt>Other questions? More screenshots?</dt>\n<dd>\n<p>Please post on the support forum or visit the homepage for <a href=\"http://www.laptoptips.ca/projects/tinymce-advanced/\" rel=\"nofollow\">TinyMCE Advanced</a>.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>4.6.3</h4>\n<ul>\n<li>Updated for WordPress 4.8 and TinyMCE 4.6.3.</li>\n</ul>\n<h4>4.5.6</h4>\n<ul>\n<li>Updated for WordPress 4.7.4 and TinyMCE 4.5.6.</li>\n<li>Fixed PHP notice after importing settings.</li>\n</ul>\n<h4>4.4.3</h4>\n<ul>\n<li>Updated for WordPress 4.7 and TinyMCE 4.4.3.</li>\n<li>Fixed missing “Source code” button bug.</li>\n</ul>\n<h4>4.4.1</h4>\n<ul>\n<li>Updated for WordPress 4.6 and TinyMCE 4.4.1.</li>\n<li>Fixed multisite saving bug.</li>\n<li>Added new button in the Text editor to add or reset the line breaks. Adds line breaks only between tags. Works only when it detects that line breaks are missing so it doesn’t reformat posts with removed paragraphs.</li>\n</ul>\n<h4>4.3.10.1</h4>\n<ul>\n<li>Fixed adding paragraph tags when loading posts that were saved before turning autop off.</li>\n<li>Disabled the (new) inline toolbar for tables as it was overlapping the table in some cases.</li>\n</ul>\n<h4>4.3.10</h4>\n<ul>\n<li>Updated for WordPress 4.5.1 and TinyMCE 4.3.10.</li>\n<li>Fixed support for adding editor-style.css to themes that don’t have it.</li>\n</ul>\n<h4>4.3.8</h4>\n<ul>\n<li>Updated for WordPress 4.5 and TinyMCE 4.3.8.</li>\n<li>Separated standard options and admin options.</li>\n<li>Added settings that can disable the plugin for the main editor, other editors in wp-admin or editors on the front-end.</li>\n<li>Korean translation by Josh Kim and Greek translation by Stathis Mellios.</li>\n</ul>\n<h4>4.2.8</h4>\n<ul>\n<li>Updated for WordPress 4.4 and TinyMCE 4.2.8.</li>\n<li>Japanese translation by Manabu Miwa.</li>\n</ul>\n<h4>4.2.5</h4>\n<ul>\n<li>Updated for WordPress 4.3.1 and TinyMCE 4.2.5.</li>\n<li>Fixed text domain and plugin headers.</li>\n</ul>\n<h4>4.2.3.1</h4>\n<ul>\n<li>Fix error with removing the ‘textpattern’ plugin.</li>\n</ul>\n<h4>4.2.3</h4>\n<ul>\n<li>Updated for WordPress 4.3 and TinyMCE 4.2.3.</li>\n<li>Removed the ‘textpattern’ plugin as WordPress 4.3 includes similar functionality by default.</li>\n<li>French translation by Nicolas Schneider.</li>\n</ul>\n<h4>4.1.9</h4>\n<ul>\n<li>Updated for WordPress 4.2 and TinyMCE 4.1.9.</li>\n<li>Fixed bugs with showing oEmbed previews when pasting an URL.</li>\n<li>Fixed bugs with getting the content from TinyMCE with line breaks.</li>\n</ul>\n<h4>4.1.7</h4>\n<ul>\n<li>Updated for WordPress 4.1 and TinyMCE 4.1.7.</li>\n<li>Fixed bug where consecutive caption shortcodes may be split with an empty paragraph tag.</li>\n</ul>\n<h4>4.1.1</h4>\n<ul>\n<li>Fix bug with image captions when wpautop is disabled.</li>\n<li>Add translation support to the settings page. Button names/descriptions are translated from JS using the existing WordPress translation, so this part of the settings page will be translated by default. The other text still needs separate translation.</li>\n</ul>\n<h4>4.1</h4>\n<ul>\n<li>Updated for WordPress 4.0 and TinyMCE 4.1.</li>\n<li>Add the ‘textpattern’ plugin that supports some of the markdown syntax while typing, <a href=\"http://www.tinymce.com/wiki.php/Configuration:textpattern_patterns\" rel=\"nofollow\">(more info)</a>.</li>\n<li>Add the updated ‘table’ plugin that supports background and border color.</li>\n</ul>\n<h4>4.0.2</h4>\n<ul>\n<li>Fix showing of the second, third and forth button rows when the Toolbar Toggle button is not used.</li>\n<li>Fix adding the ”directionality” plugin when RTL or LTR button is selected.</li>\n<li>Show the ”Advanced Options” to super admins on multisite installs.</li>\n<li>Add the ”link” plugin including link rel setting. Replaces the Insert/Edit Link dialog when enabled.</li>\n<li>Include updated ”table” plugin that has support for vertical align for cells.</li>\n</ul>\n<h4>4.0.1</h4>\n<p>Fix warnings on pages other than Edit Post. Update the description.</p>\n<h4>4.0</h4>\n<p>Updated for WordPress 3.9 and TinyMCE 4.0. Refreshed the settings screen. Added support for exporting and importing of the settings.</p>\n<h4>3.5.9.1</h4>\n<p>Updated for WordPress 3.8, fixed auto-embedding of single line URLs when not removing paragraph tags.</p>\n<h4>3.5.9</h4>\n<p>Updated for WordPress 3.7 and TinyMCE 3.5.9.</p>\n<h4>3.5.8</h4>\n<p>Updated for WordPress 3.5 and TinyMCE 3.5.8.</p>\n<h4>3.4.9</h4>\n<p>Updated for WordPress 3.4 and TinyMCE 3.4.9.</p>\n<h4>3.4.5.1</h4>\n<p>Fixed a bug preventing TinyMCE from importing CSS classes from editor-style.css.</p>\n<h4>3.4.5</h4>\n<p>Updated for WordPress 3.3 or later and TinyMCE 3.4.5.</p>\n<h4>3.4.2.1</h4>\n<p>Fix the removal of the <em>media</em> plugin so it does not require re-saving the settings.</p>\n<h4>3.4.2</h4>\n<p>Compatibility with WordPress 3.2 and TinyMCE 3.4.2, removed the options for support for iframe and HTML 5.0 elements as they are supported by default in WordPress 3.2, removed the <em>media</em> plugin as it is included by default.</p>\n<h4>3.3.9.1</h4>\n<p>Added advanced options: stop removing iframes, stop removing HTML 5.0 elements, moved the support for custom editor styles to editor-style.css in the current theme.</p>\n<p>Attention: if you have a customized tadv-mce.css file and your theme doesn’t have editor-style.css, please download tadv-mce.css, rename it to editor-style.css and upload it to your current theme directory. Alternatively you can add there the editor-style.css from the Twenty Ten theme. If your theme has editor-style.css you can add any custom styles there.</p>\n<h4>3.3.9</h4>\n<p>Compatibility with WordPress 3.1 and TinyMCE 3.3.9, improved P and BR tags option.</p>\n<h4>3.2.7</h4>\n<p>Compatibility with WordPress 2.9 and TinyMCE 3.2.7, several minor bug fixes.</p>\n<h4>3.2.4</h4>\n<p>Compatibility with WordPress 2.8 and TinyMCE 3.2.4, minor bug fixes.</p>\n<h4>3.2</h4>\n<p>Compatibility with WordPress 2.7 and TinyMCE 3.2, minor bug fixes.</p>\n<h4>3.1</h4>\n<p>Compatibility with WordPress 2.6 and TinyMCE 3.1, keeps empty paragraphs when disabling the removal of P and BR tags, the buttons for MCImageManager and MCFileManager can be arranged (if installed).</p>\n<h4>3.0.1</h4>\n<p>Compatibility with WordPress 2.5.1 and TinyMCE 3.0.7, added option to disable the removal of P and BR tags when saving and in the HTML editor (autop), added two more buttons to the HTML editor: autop and undo, fixed the removal of non-default TinyMCE buttons.</p>\n<h4>3.0</h4>\n<p>Support for WordPress 2.5 and TinyMCE 3.0.</p>\n<h4>2.2</h4>\n<p>Deactivate/Uninstall option page, font size drop-down menu and other small changes.</p>\n<h4>2.1</h4>\n<p>Improved language selection, improved compatibility with WordPress 2.3 and TinyMCE 2.1.1.1, option to override some of the imported css classes and other small improvements and bugfixes.</p>\n<h4>2.0</h4>\n<p>Includes an admin page for arranging the TinyMCE toolbar buttons, easy installation, a lot of bugfixes, customized “Smilies” plugin that uses the built-in WordPress smilies, etc. The admin page uses jQuery and jQuery UI that lets you “drag and drop” the TinyMCE buttons to arrange your own toolbars and enables/disables the corresponding plugins depending on the used buttons.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/tinymce-advanced/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:50:\"https://wordpress.org/plugins/browse/popular/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 14 Aug 2017 04:26:30 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 14 Aug 2017 04:06:02 GMT\";s:4:\"link\";s:66:\"<https://wordpress.org/plugins/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(4693,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1502727990','no'),(4694,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1502684790','no'),(4695,'_transient_timeout_plugin_slugs','1502941795','no'),(4696,'_transient_plugin_slugs','a:20:{i:0;s:19:\"akismet/akismet.php\";i:1;s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";i:2;s:85:\"all-in-one-event-calendar-extended-views/all-in-one-event-calendar-extended-views.php\";i:3;s:27:\"autoptimize/autoptimize.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:32:\"duplicate-page/duplicatepage.php\";i:6;s:9:\"hello.php\";i:7;s:33:\"gallery-images/gallery-images.php\";i:8;s:19:\"imagify/imagify.php\";i:9;s:53:\"leverage-browser-caching/leverage-browser-caching.php\";i:10;s:27:\"p3-profiler/p3-profiler.php\";i:11;s:51:\"restaurant-reservations/restaurant-reservations.php\";i:12;s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";i:13;s:31:\"template-core/template-core.php\";i:14;s:43:\"the-events-calendar/the-events-calendar.php\";i:15;s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";i:16;s:27:\"js_composer/js_composer.php\";i:17;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:18;s:23:\"wp-smushit/wp-smush.php\";i:19;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(4697,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1502727991','no'),(4698,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\'>WordPress 4.8.1 Maintenance Release</a> <span class=\"rss-date\">August 2, 2017</span><div class=\"rssSummary\">After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release. This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the release […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/early-results-from-nrkbetas-comment-quiz-plugin-show-readers-enjoy-the-quiz-but-rarely-leave-a-comment\'>WPTavern: Early Results from NRKbeta’s Comment Quiz Plugin Show Readers Enjoy the Quiz but Rarely Leave a Comment</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/in-case-you-missed-it-issue-23\'>WPTavern: In Case You Missed It – Issue 23</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-4-9-to-focus-on-code-editing-and-customization-improvements-targeted-for-november-14\'>WPTavern: WordPress 4.9 to Focus on Code Editing and Customization Improvements, Targeted for November 14</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> Jetpack by WordPress.com <a href=\"plugin-install.php?tab=plugin-information&plugin=jetpack&_wpnonce=99cf1edbe4&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install Jetpack by WordPress.com\">(Install)</a></li></ul></div>','no'),(4702,'wp-short-pixel-create-webp-markup','','yes'),(4725,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4726,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4727,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4728,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4730,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.1\";s:7:\"version\";s:5:\"4.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1502901223;s:15:\"version_checked\";s:5:\"4.8.1\";s:12:\"translations\";a:0:{}}','no'),(4731,'_site_transient_timeout_wordpress_credits_en_US','1502834477','no'),(4732,'_site_transient_wordpress_credits_en_US','a:2:{s:6:\"groups\";a:6:{s:15:\"project-leaders\";a:4:{s:4:\"name\";s:15:\"Project Leaders\";s:4:\"type\";s:6:\"titles\";s:7:\"shuffle\";b:1;s:4:\"data\";a:6:{s:4:\"matt\";a:4:{i:0;s:14:\"Matt Mullenweg\";i:1;s:32:\"767fc9c115a1b989744c755db47feb60\";i:2;s:4:\"matt\";i:3;s:12:\"Release Lead\";}s:5:\"nacin\";a:4:{i:0;s:12:\"Andrew Nacin\";i:1;s:32:\"01cfe9feaafb068590891bbd1f6a7f5a\";i:2;s:5:\"nacin\";i:3;s:14:\"Lead Developer\";}s:11:\"markjaquith\";a:4:{i:0;s:12:\"Mark Jaquith\";i:1;s:32:\"097a87a525e317519b5ee124820012fb\";i:2;s:11:\"markjaquith\";i:3;s:14:\"Lead Developer\";}s:6:\"azaozz\";a:4:{i:0;s:10:\"Andrew Ozz\";i:1;s:32:\"4e84843ebff0918d72ade21c6ee7b1e4\";i:2;s:6:\"azaozz\";i:3;s:14:\"Lead Developer\";}s:5:\"helen\";a:4:{i:0;s:16:\"Helen Hou-Sandí\";i:1;s:32:\"6506162ada6b700b151ad8a187f65842\";i:2;s:5:\"helen\";i:3;s:14:\"Lead Developer\";}s:4:\"dd32\";a:4:{i:0;s:10:\"Dion Hulse\";i:1;s:32:\"4af2825655b46fb1206b08d9041d8e3e\";i:2;s:4:\"dd32\";i:3;s:14:\"Lead Developer\";}}}s:15:\"core-developers\";a:4:{s:4:\"name\";s:23:\"Contributing Developers\";s:4:\"type\";s:6:\"titles\";s:7:\"shuffle\";b:0;s:4:\"data\";a:21:{s:8:\"jbpaul17\";a:4:{i:0;s:9:\"Jeff Paul\";i:1;s:32:\"8ac4ec4b1f9cb342e59ed5127f050d24\";i:2;s:8:\"jbpaul17\";i:3;s:14:\"Release Deputy\";}s:13:\"aaroncampbell\";a:4:{i:0;s:17:\"Aaron D. Campbell\";i:1;s:32:\"f27b79eb04eb414c4c1fc98375fe7404\";i:2;s:13:\"aaroncampbell\";i:3;s:14:\"Core Developer\";}s:6:\"jorbin\";a:4:{i:0;s:12:\"Aaron Jorbin\";i:1;s:32:\"b3e2b94eb305bf95a1bee11bc7705fb7\";i:2;s:6:\"jorbin\";i:3;s:14:\"Core Developer\";}s:7:\"afercia\";a:4:{i:0;s:13:\"Andrea Fercia\";i:1;s:32:\"074af62ea5ff218b6a6eeab89104f616\";i:2;s:7:\"afercia\";i:3;s:14:\"Core Developer\";}s:12:\"boonebgorges\";a:4:{i:0;s:15:\"Boone B. Gorges\";i:1;s:32:\"9cf7c4541a582729a5fc7ae484786c0c\";i:2;s:12:\"boonebgorges\";i:3;s:14:\"Core Developer\";}s:7:\"ocean90\";a:4:{i:0;s:17:\"Dominik Schilling\";i:1;s:32:\"616b56a9c5898a427304425af0966c07\";i:2;s:7:\"ocean90\";i:3;s:14:\"Core Developer\";}s:12:\"DrewAPicture\";a:4:{i:0;s:11:\"Drew Jaynes\";i:1;s:32:\"95c934fa2c3362794bf62ff8c59ada08\";i:2;s:12:\"DrewAPicture\";i:3;s:14:\"Core Developer\";}s:7:\"iseulde\";a:4:{i:0;s:22:\"Ella Iseulde Van Dorpe\";i:1;s:32:\"1a847a68778b8344b6aa106a8861984f\";i:2;s:7:\"iseulde\";i:3;s:14:\"Core Developer\";}s:5:\"pento\";a:4:{i:0;s:15:\"Gary Pendergast\";i:1;s:32:\"1ad9e5c98d81c6815a65dab5b6e1f669\";i:2;s:5:\"pento\";i:3;s:14:\"Core Developer\";}s:10:\"jeremyfelt\";a:4:{i:0;s:11:\"Jeremy Felt\";i:1;s:32:\"d1759b1c669981b7c52ec9a97d19e6bd\";i:2;s:10:\"jeremyfelt\";i:3;s:14:\"Core Developer\";}s:9:\"joemcgill\";a:4:{i:0;s:10:\"Joe McGill\";i:1;s:32:\"7cef1c9108207ec24db7a40f142db676\";i:2;s:9:\"joemcgill\";i:3;s:14:\"Core Developer\";}s:11:\"johnbillion\";a:4:{i:0;s:15:\"John Blackbourn\";i:1;s:32:\"23e12888dcd87d07434b7621bc164958\";i:2;s:11:\"johnbillion\";i:3;s:14:\"Core Developer\";}s:12:\"mikeschroder\";a:4:{i:0;s:13:\"Mike Schroder\";i:1;s:32:\"76424a001dc6b3ebb4faca0c567800c4\";i:2;s:12:\"mikeschroder\";i:3;s:14:\"Core Developer\";}s:10:\"swissspidy\";a:4:{i:0;s:15:\"Pascal Birchler\";i:1;s:32:\"609d6ee54dc13a51270cb99769535b82\";i:2;s:10:\"swissspidy\";i:3;s:14:\"Core Developer\";}s:11:\"rachelbaker\";a:4:{i:0;s:12:\"Rachel Baker\";i:1;s:32:\"634b37a53babc18a5bda19722d5b41a3\";i:2;s:11:\"rachelbaker\";i:3;s:14:\"Core Developer\";}s:14:\"wonderboymusic\";a:4:{i:0;s:12:\"Scott Taylor\";i:1;s:32:\"112ca15732a80bb928c52caec9d2c8dd\";i:2;s:14:\"wonderboymusic\";i:3;s:14:\"Core Developer\";}s:14:\"SergeyBiryukov\";a:4:{i:0;s:15:\"Sergey Biryukov\";i:1;s:32:\"750b7b0fcd855389264c2b1294d61bd6\";i:2;s:14:\"SergeyBiryukov\";i:3;s:14:\"Core Developer\";}s:11:\"westonruter\";a:4:{i:0;s:12:\"Weston Ruter\";i:1;s:32:\"22ed378fbf1d918ef43a45b2a1f34634\";i:2;s:11:\"westonruter\";i:3;s:14:\"Core Developer\";}s:13:\"davidakennedy\";a:4:{i:0;s:16:\"David A. Kennedy\";i:1;s:32:\"219860d3117df777c48f475d25e24fdd\";i:2;s:13:\"davidakennedy\";i:3;s:0:\"\";}s:8:\"flixos90\";a:4:{i:0;s:11:\"Felix Arntz\";i:1;s:32:\"55035b4301c3710ff0fc65d7231af18d\";i:2;s:8:\"flixos90\";i:3;s:0:\"\";}s:9:\"melchoyce\";a:4:{i:0;s:10:\"Mel Choyce\";i:1;s:32:\"ed4f856405e64c1492839d2bf4913baa\";i:2;s:9:\"melchoyce\";i:3;s:0:\"\";}}}s:23:\"contributing-developers\";a:4:{s:4:\"name\";b:0;s:4:\"type\";s:6:\"titles\";s:7:\"shuffle\";b:1;s:4:\"data\";a:13:{s:8:\"obenland\";a:4:{i:0;s:19:\"Konstantin Obenland\";i:1;s:32:\"2370ea5912750f4cb0f3c51ae1cbca55\";i:2;s:8:\"obenland\";i:3;s:0:\"\";}s:6:\"rmccue\";a:4:{i:0;s:10:\"Ryan McCue\";i:1;s:32:\"08818120f223035a0857c2a0ec417f93\";i:2;s:6:\"rmccue\";i:3;s:0:\"\";}s:10:\"karmatosed\";a:4:{i:0;s:13:\"Tammie Lister\";i:1;s:32:\"ca7d4273a689cdbf524d8332771bb1ca\";i:2;s:10:\"karmatosed\";i:3;s:0:\"\";}s:8:\"joehoyle\";a:4:{i:0;s:9:\"Joe Hoyle\";i:1;s:32:\"0ceb885cc3d306af93c9764b2936d618\";i:2;s:8:\"joehoyle\";i:3;s:0:\"\";}s:9:\"ericlewis\";a:4:{i:0;s:17:\"Eric Andrew Lewis\";i:1;s:32:\"7e524cf1c5e8d108658899a497dc4bd4\";i:2;s:9:\"ericlewis\";i:3;s:0:\"\";}s:13:\"peterwilsoncc\";a:4:{i:0;s:12:\"Peter Wilson\";i:1;s:32:\"1dd9fded718f9b344d48f37f9bfcb159\";i:2;s:13:\"peterwilsoncc\";i:3;s:0:\"\";}s:9:\"kovshenin\";a:4:{i:0;s:20:\"Konstantin Kovshenin\";i:1;s:32:\"8585b20b69e8ff4b0ba737accfdbb31b\";i:2;s:9:\"kovshenin\";i:3;s:0:\"\";}s:14:\"michaelarestad\";a:4:{i:0;s:15:\"Michael Arestad\";i:1;s:32:\"e8b4c8470f61ff15b9c98f7a1556c16b\";i:2;s:14:\"michaelarestad\";i:3;s:0:\"\";}s:15:\"adamsilverstein\";a:4:{i:0;s:16:\"Adam Silverstein\";i:1;s:32:\"fddbd6c3e1c3d971aa732b9346aeb433\";i:2;s:15:\"adamsilverstein\";i:3;s:0:\"\";}s:7:\"jnylen0\";a:4:{i:0;s:11:\"James Nylen\";i:1;s:32:\"0c4d46844039ba935f69208615e9010c\";i:2;s:7:\"jnylen0\";i:3;s:0:\"\";}s:10:\"kadamwhite\";a:4:{i:0;s:12:\"K.Adam White\";i:1;s:32:\"6cd1cf6de05952505a165425efaf06b4\";i:2;s:10:\"kadamwhite\";i:3;s:0:\"\";}s:4:\"Joen\";a:4:{i:0;s:13:\"Joen Asmussen\";i:1;s:32:\"7fda1da9c34e978d5990afd7f58ca0f4\";i:2;s:4:\"Joen\";i:3;s:0:\"\";}s:6:\"matveb\";a:4:{i:0;s:14:\"Matias Ventura\";i:1;s:32:\"3f8389957d0c59bb0bd5433e86b53a19\";i:2;s:6:\"matveb\";i:3;s:0:\"\";}}}s:16:\"recent-rockstars\";a:4:{s:4:\"name\";b:0;s:4:\"type\";s:6:\"titles\";s:7:\"shuffle\";b:1;s:4:\"data\";a:0:{}}s:5:\"props\";a:4:{s:4:\"name\";s:33:\"Core Contributors to WordPress %s\";s:12:\"placeholders\";a:1:{i:0;s:3:\"4.8\";}s:4:\"type\";s:4:\"list\";s:4:\"data\";a:309:{s:11:\"1naveengiri\";s:11:\"1naveengiri\";s:9:\"4nickpick\";s:9:\"4nickpick\";s:8:\"abhishek\";s:8:\"abhishek\";s:11:\"abhishekfdd\";s:14:\"Abhishek Kumar\";s:6:\"abrain\";s:6:\"abrain\";s:7:\"kawauso\";s:21:\"Adam Harley (Kawauso)\";s:10:\"adamsoucie\";s:11:\"Adam Soucie\";s:12:\"afzalmultani\";s:13:\"Afzal Multani\";s:12:\"mrahmadawais\";s:11:\"Ahmad Awais\";s:5:\"ajoah\";s:5:\"ajoah\";s:6:\"xknown\";s:11:\"Alex Concha\";s:10:\"apmarshall\";s:19:\"Alex Floyd Marshall\";s:11:\"alexkingorg\";s:9:\"Alex King\";s:10:\"tellyworth\";s:11:\"Alex Shiels\";s:15:\"andreamiddleton\";s:16:\"Andrea Middleton\";s:10:\"rockwell15\";s:15:\"Andrew Rockwell\";s:8:\"kelderic\";s:11:\"Andy Mercer\";s:13:\"ankit-k-gupta\";s:13:\"Ankit K Gupta\";s:7:\"arena94\";s:7:\"arena94\";s:10:\"arshidkv12\";s:6:\"Arshid\";s:9:\"aryamaaru\";s:4:\"Arun\";s:6:\"asalce\";s:6:\"asalce\";s:12:\"ashokkumar24\";s:12:\"ashokkumar24\";s:11:\"barryceelen\";s:12:\"Barry Ceelen\";s:7:\"bcworkz\";s:7:\"bcworkz\";s:15:\"bharatkambariya\";s:16:\"Bharat Kambariya\";s:9:\"blobfolio\";s:9:\"Blobfolio\";s:7:\"gitlost\";s:6:\"bonger\";s:4:\"bor0\";s:16:\"Boro Sitnikovski\";s:5:\"bradt\";s:14:\"Brad Touesnard\";s:12:\"bradyvercher\";s:13:\"Brady Vercher\";s:7:\"kraftbj\";s:13:\"Brandon Kraft\";s:10:\"drrobotnik\";s:15:\"Brandon Lavigne\";s:14:\"bridgetwillard\";s:15:\"Bridget Willard\";s:17:\"bhargavbhandari90\";s:5:\"Bunty\";s:8:\"camikaos\";s:9:\"Cami Kaos\";s:12:\"carl-alberto\";s:12:\"Carl Alberto\";s:20:\"caseypatrickdriscoll\";s:14:\"Casey Driscoll\";s:4:\"cazm\";s:4:\"cazm\";s:6:\"ccprog\";s:6:\"ccprog\";s:12:\"chandrapatel\";s:13:\"Chandra Patel\";s:6:\"chesio\";s:6:\"chesio\";s:10:\"ketuchetan\";s:14:\"chetansatasiya\";s:11:\"chiragpatel\";s:12:\"Chirag Patel\";s:6:\"chouby\";s:6:\"Chouby\";s:12:\"chriseverson\";s:12:\"chriseverson\";s:8:\"cklosows\";s:15:\"Chris Klosowski\";s:9:\"chris_dev\";s:9:\"Chris Mok\";s:13:\"christian1012\";s:15:\"Christian Chung\";s:12:\"coreymckrill\";s:13:\"Corey McKrill\";s:10:\"courtneypk\";s:13:\"Courtney P.K.\";s:14:\"cristianozanca\";s:15:\"Cristiano Zanca\";s:8:\"csloisel\";s:8:\"csloisel\";s:6:\"curdin\";s:19:\"Curdin Krummenacher\";s:12:\"clarinetlord\";s:13:\"Cyrus Collier\";s:15:\"danielbachhuber\";s:16:\"Daniel Bachhuber\";s:5:\"mte90\";s:21:\"Daniele Scasciafratte\";s:9:\"diddledan\";s:16:\"Daniel Llewellyn\";s:6:\"nerrad\";s:22:\"Darren Ethier (nerrad)\";s:9:\"darshan02\";s:10:\"Darshan_dj\";s:8:\"darthaud\";s:8:\"darthaud\";s:4:\"dllh\";s:26:\"Daryl L. L. Houston (dllh)\";s:13:\"davidanderson\";s:14:\"David Anderson\";s:11:\"davidbenton\";s:11:\"davidbenton\";s:10:\"davidbinda\";s:13:\"David Binovec\";s:3:\"dlh\";s:13:\"David Herrera\";s:8:\"dshanske\";s:13:\"David Shanske\";s:12:\"designsimply\";s:12:\"designsimply\";s:10:\"dhanendran\";s:10:\"Dhanendran\";s:9:\"dharm1025\";s:14:\"Dharmesh Patel\";s:13:\"dhaval-parekh\";s:13:\"Dhaval Parekh\";s:13:\"dingo_bastard\";s:7:\"dingo-d\";s:10:\"dotancohen\";s:11:\"Dotan Cohen\";s:9:\"doublehhh\";s:7:\"DoubleH\";s:9:\"dreamon11\";s:9:\"DreamOn11\";s:12:\"drivingralle\";s:12:\"Drivingralle\";s:7:\"dspilka\";s:7:\"dspilka\";s:10:\"chopinbach\";s:13:\"Edwin Cromley\";s:7:\"ejner69\";s:11:\"Ejner Galaz\";s:10:\"emirpprime\";s:10:\"emirpprime\";s:8:\"ethitter\";s:12:\"Erick Hitter\";s:11:\"endif-media\";s:11:\"Ethan Allen\";s:6:\"fab1en\";s:17:\"Fabien Quatravaux\";s:11:\"fibonaccina\";s:11:\"fibonaccina\";s:9:\"mista-flo\";s:12:\"Florian TIAR\";s:8:\"francina\";s:16:\"Francesca Marano\";s:7:\"fstaude\";s:20:\"Frank Neumann-Staude\";s:10:\"f-j-kaiser\";s:18:\"Franz Josef Kaiser\";s:6:\"gma992\";s:17:\"Gabriel Maldonado\";s:14:\"voldemortensen\";s:15:\"Garth Mortensen\";s:7:\"garyc40\";s:8:\"Gary Cao\";s:10:\"soulseekah\";s:17:\"Gennady Kovshenin\";s:15:\"georgestephanis\";s:16:\"George Stephanis\";s:10:\"ghosttoast\";s:19:\"Gustave F. Gerhardt\";s:10:\"hedgefield\";s:10:\"hedgefield\";s:14:\"helgatheviking\";s:14:\"helgatheviking\";s:9:\"hristo-sg\";s:16:\"Hristo Pandjarov\";s:7:\"iandunn\";s:8:\"Ian Dunn\";s:7:\"zinigor\";s:13:\"Igor Zinovyev\";s:17:\"ig_communitysites\";s:17:\"ig_communitysites\";s:5:\"imath\";s:5:\"imath\";s:7:\"ipstenu\";s:22:\"Ipstenu (Mika Epstein)\";s:10:\"ireneyoast\";s:15:\"Irene Strikkers\";s:9:\"iv3rson76\";s:13:\"Ivan Stefanov\";s:9:\"ivantedja\";s:9:\"ivantedja\";s:8:\"jdgrimes\";s:11:\"J.D. Grimes\";s:12:\"jackreichert\";s:13:\"Jack Reichert\";s:9:\"whyisjake\";s:13:\"Jake Spurlock\";s:12:\"jaydeep-rami\";s:12:\"Jaydeep Rami\";s:6:\"jazbek\";s:6:\"jazbek\";s:4:\"jblz\";s:10:\"Jeff Bowen\";s:11:\"jfarthing84\";s:13:\"Jeff Farthing\";s:9:\"cheffheid\";s:14:\"Jeffrey de Wit\";s:10:\"jenblogs4u\";s:10:\"Jen Miller\";s:4:\"jpry\";s:10:\"Jeremy Pry\";s:16:\"jesseenterprises\";s:16:\"jesseenterprises\";s:14:\"jigneshnakrani\";s:15:\"Jignesh Nakrani\";s:8:\"jipmoors\";s:9:\"Jip Moors\";s:8:\"jjcomack\";s:8:\"jjcomack\";s:9:\"joedolson\";s:10:\"Joe Dolson\";s:15:\"johnjamesjacoby\";s:17:\"John James Jacoby\";s:7:\"desrosj\";s:19:\"Jonathan Desrosiers\";s:12:\"spacedmonkey\";s:12:\"Jonny Harris\";s:11:\"joostdevalk\";s:13:\"Joost de Valk\";s:12:\"chanthaboune\";s:7:\"Josepha\";s:7:\"shelob9\";s:12:\"Josh Pollock\";s:6:\"juhise\";s:11:\"Juhi Saxena\";s:9:\"kopepasah\";s:16:\"Justin Kopepasah\";s:8:\"vijustin\";s:14:\"Justin McGuire\";s:14:\"certainstrings\";s:13:\"Justin Tucker\";s:6:\"kafleg\";s:6:\"kafleg\";s:7:\"trepmal\";s:16:\"Kailey (trepmal)\";s:8:\"karinedo\";s:8:\"karinedo\";s:7:\"zoonini\";s:7:\"Kathryn\";s:7:\"kaushik\";s:7:\"kaushik\";s:12:\"kkoppenhaver\";s:18:\"Keanan Koppenhaver\";s:12:\"keesiemeijer\";s:12:\"keesiemeijer\";s:6:\"ryelle\";s:10:\"Kelly Dwan\";s:7:\"ixkaito\";s:4:\"Kite\";s:6:\"kjellr\";s:6:\"kjellr\";s:7:\"kostasx\";s:7:\"kostasx\";s:11:\"kubik-rubik\";s:11:\"kubik-rubik\";s:6:\"kuck1u\";s:6:\"KUCKLU\";s:12:\"lancewillett\";s:13:\"Lance Willett\";s:13:\"laurelfulford\";s:13:\"laurelfulford\";s:6:\"leemon\";s:6:\"leemon\";s:11:\"leewillis77\";s:10:\"Lee Willis\";s:11:\"lewiscowles\";s:11:\"LewisCowles\";s:12:\"liammcarthur\";s:12:\"LiamMcArthur\";s:10:\"lucasstark\";s:11:\"Lucas Stark\";s:10:\"lukasbesch\";s:10:\"lukasbesch\";s:12:\"lukecavanagh\";s:13:\"Luke Cavanagh\";s:12:\"maedahbatool\";s:13:\"Maedah Batool\";s:5:\"mp518\";s:16:\"Mahesh Prajapati\";s:12:\"mantismamita\";s:12:\"mantismamita\";s:5:\"tyxla\";s:14:\"Marin Atanasov\";s:7:\"maguiar\";s:12:\"Mario Aguiar\";s:12:\"markoheijnen\";s:13:\"Marko Heijnen\";s:6:\"mrwweb\";s:15:\"Mark Root-Wiley\";s:4:\"mapk\";s:11:\"Mark Uraine\";s:14:\"matheusgimenez\";s:14:\"MatheusGimenez\";s:9:\"matheusfd\";s:15:\"Matheus Martins\";s:11:\"mathieuhays\";s:11:\"mathieuhays\";s:6:\"matias\";s:6:\"matias\";s:7:\"mboynes\";s:14:\"Matthew Boynes\";s:7:\"mattheu\";s:20:\"Matthew Haines-Young\";s:9:\"mattwiebe\";s:10:\"Matt Wiebe\";s:8:\"mattyrob\";s:8:\"mattyrob\";s:11:\"maximeculea\";s:12:\"Maxime Culea\";s:9:\"mayukojpn\";s:13:\"Mayo Moriyama\";s:6:\"mayurk\";s:14:\"Mayur Keshwani\";s:7:\"menakas\";s:9:\"Menaka S.\";s:11:\"michalzuber\";s:11:\"michalzuber\";s:13:\"michelleweber\";s:13:\"michelleweber\";s:6:\"stubgo\";s:10:\"Miina Sikk\";s:7:\"mihai2u\";s:12:\"Mike Crantea\";s:12:\"mikehansenme\";s:11:\"Mike Hansen\";s:10:\"mikejolley\";s:11:\"Mike Jolley\";s:10:\"mikelittle\";s:11:\"Mike Little\";s:8:\"mnelson4\";s:11:\"Mike Nelson\";s:7:\"dimadin\";s:12:\"Milan Dinić\";s:12:\"milindmore22\";s:11:\"Milind More\";s:11:\"mitraval192\";s:12:\"Mithun Raval\";s:11:\"mmdeveloper\";s:11:\"MMDeveloper\";s:6:\"batmoo\";s:15:\"Mohammad Jangda\";s:9:\"mohanjith\";s:9:\"mohanjith\";s:9:\"monikarao\";s:9:\"monikarao\";s:11:\"morganestes\";s:12:\"Morgan Estes\";s:6:\"mt8biz\";s:22:\"moto hachi ( mt8.biz )\";s:11:\"mrgregwaugh\";s:11:\"MrGregWaugh\";s:9:\"mschadegg\";s:9:\"mschadegg\";s:9:\"codegeass\";s:15:\"Muhammet Arslan\";s:4:\"dots\";s:9:\"MULTIDOTS\";s:3:\"nao\";s:12:\"Naoko Takano\";s:10:\"naomicbush\";s:13:\"Naomi C. Bush\";s:9:\"natereist\";s:10:\"Nate Reist\";s:13:\"greatislander\";s:13:\"Ned Zimmerman\";s:16:\"celloexpressions\";s:11:\"Nick Halsey\";s:9:\"nsundberg\";s:16:\"Nicklas Sundberg\";s:10:\"nikschavan\";s:13:\"Nikhil Chavan\";s:14:\"nitin-kevadiya\";s:14:\"Nitin Kevadiya\";s:13:\"kailanitish90\";s:12:\"Nitish Kaila\";s:11:\"nobremarcos\";s:11:\"nobremarcos\";s:9:\"nosegraze\";s:9:\"NoseGraze\";s:12:\"nullvariable\";s:12:\"nullvariable\";s:11:\"odysseygate\";s:7:\"odyssey\";s:8:\"iaaxpage\";s:13:\"page-carbajal\";s:7:\"pbearne\";s:11:\"Paul Bearne\";s:6:\"pbiron\";s:10:\"Paul Biron\";s:13:\"pauldewouters\";s:15:\"Paul de Wouters\";s:9:\"figureone\";s:9:\"Paul Ryan\";s:9:\"pavelevap\";s:9:\"pavelevap\";s:10:\"sirbrillig\";s:12:\"Payton Swick\";s:7:\"pdufour\";s:7:\"pdufour\";s:5:\"piewp\";s:7:\"Perdaan\";s:10:\"philipjohn\";s:11:\"Philip John\";s:8:\"delawski\";s:14:\"Piotr Delawski\";s:7:\"psoluch\";s:12:\"Piotr Soluch\";s:14:\"postpostmodern\";s:14:\"postpostmodern\";s:12:\"pranalipatel\";s:13:\"Pranali Patel\";s:14:\"pratikshrestha\";s:15:\"Pratik Shrestha\";s:9:\"presskopp\";s:9:\"Presskopp\";s:12:\"printsachen1\";s:12:\"printsachen1\";s:17:\"priyankabehera155\";s:15:\"Priyanka Behera\";s:6:\"prosti\";s:6:\"prosti\";s:7:\"ptbello\";s:7:\"ptbello\";s:10:\"rafaehlers\";s:13:\"Rafael Ehlers\";s:12:\"raggedrobins\";s:12:\"raggedrobins\";s:8:\"raisonon\";s:8:\"raisonon\";s:11:\"ramiabraham\";s:11:\"ramiabraham\";s:5:\"ramiy\";s:14:\"Rami Yushuvaev\";s:4:\"ranh\";s:4:\"ranh\";s:9:\"rclations\";s:10:\"RC Lations\";s:10:\"redrambles\";s:10:\"redrambles\";s:8:\"reidbusi\";s:8:\"reidbusi\";s:6:\"reldev\";s:6:\"reldev\";s:7:\"rellect\";s:7:\"rellect\";s:5:\"arena\";s:6:\"RENAUT\";s:7:\"rensw90\";s:7:\"rensw90\";s:12:\"reportermike\";s:12:\"reportermike\";s:12:\"rianrietveld\";s:13:\"Rian Rietveld\";s:12:\"riddhiehta02\";s:12:\"Riddhi Mehta\";s:12:\"aussieguy123\";s:13:\"Robbie Cahill\";s:12:\"sanchothefat\";s:15:\"Robert O\'Rourke\";s:14:\"littlerchicken\";s:13:\"Robin Cornett\";s:9:\"runciters\";s:9:\"runciters\";s:4:\"ryan\";s:10:\"Ryan Boren\";s:7:\"welcher\";s:12:\"Ryan Welcher\";s:11:\"sagarkbhatt\";s:11:\"Sagar Bhatt\";s:11:\"sagarjadhav\";s:12:\"Sagar Jadhav\";s:14:\"sagarprajapati\";s:15:\"Sagar Prajapati\";s:7:\"salcode\";s:14:\"Sal Ferrarello\";s:15:\"samantha-miller\";s:15:\"Samantha Miller\";s:12:\"samikeijonen\";s:13:\"Sami Keijonen\";s:12:\"samuelsidler\";s:13:\"Samuel Sidler\";s:12:\"sanketparmar\";s:13:\"Sanket Parmar\";s:11:\"sathyapulse\";s:11:\"sathyapulse\";s:9:\"sboisvert\";s:9:\"sboisvert\";s:11:\"coffee2code\";s:12:\"Scott Reilly\";s:10:\"seanchayes\";s:10:\"Sean Hayes\";s:15:\"sebastianpisula\";s:16:\"Sebastian Pisula\";s:4:\"sfpt\";s:4:\"sfpt\";s:8:\"sgolemon\";s:8:\"sgolemon\";s:7:\"shadyvb\";s:12:\"Shady Sharaf\";s:6:\"shanee\";s:6:\"shanee\";s:14:\"shashwatmittal\";s:15:\"Shashwat Mittal\";s:18:\"shazahm1hotmailcom\";s:8:\"shazahm1\";s:7:\"shulard\";s:7:\"shulard\";s:6:\"slbmeh\";s:6:\"slbmeh\";s:5:\"soean\";s:11:\"Soren Wrede\";s:8:\"sstoqnov\";s:17:\"Stanimir Stoyanov\";s:8:\"stephdau\";s:25:\"Stephane Daury (stephdau)\";s:6:\"netweb\";s:13:\"Stephen Edgar\";s:13:\"stephenharris\";s:14:\"Stephen Harris\";s:11:\"stevenkword\";s:11:\"Steven Word\";s:13:\"stormrockwell\";s:14:\"Storm Rockwell\";s:5:\"sudar\";s:11:\"Sudar Muthu\";s:10:\"supercoder\";s:10:\"Supercoder\";s:4:\"cybr\";s:13:\"Sybre Waaijer\";s:8:\"szaqal21\";s:8:\"szaqal21\";s:6:\"gonom9\";s:6:\"taggon\";s:8:\"miyauchi\";s:17:\"Takayuki Miyauchi\";s:12:\"takayukister\";s:16:\"Takayuki Miyoshi\";s:14:\"technopolitica\";s:14:\"technopolitica\";s:8:\"teinertb\";s:8:\"teinertb\";s:9:\"tejas5989\";s:9:\"tejas5989\";s:7:\"terwdan\";s:7:\"terwdan\";s:12:\"tharsheblows\";s:12:\"tharsheblows\";s:8:\"themiked\";s:8:\"theMikeD\";s:9:\"thepelkus\";s:9:\"thepelkus\";s:8:\"tfrommen\";s:16:\"Thorsten Frommen\";s:14:\"timmydcrawford\";s:14:\"Timmy Crawford\";s:17:\"timothyblynjacobs\";s:14:\"Timothy Jacobs\";s:5:\"timph\";s:5:\"timph\";s:8:\"tmatsuur\";s:8:\"tmatsuur\";s:6:\"tomdxw\";s:6:\"tomdxw\";s:13:\"topher1kenobe\";s:6:\"Topher\";s:7:\"wpsmith\";s:12:\"Travis Smith\";s:14:\"triplejumper12\";s:14:\"triplejumper12\";s:8:\"truongwp\";s:8:\"truongwp\";s:6:\"tymvie\";s:6:\"tymvie\";s:14:\"grapplerulrich\";s:6:\"Ulrich\";s:12:\"utkarshpatel\";s:7:\"Utkarsh\";s:13:\"vaishuagola27\";s:14:\"vaishu.agola27\";s:6:\"vortfu\";s:6:\"vortfu\";s:4:\"wpfo\";s:4:\"wpfo\";s:4:\"xrmx\";s:4:\"xrmx\";s:5:\"ze3kr\";s:5:\"ze3kr\";s:6:\"h3llas\";s:12:\"Zeljko Ascic\";}}s:9:\"libraries\";a:3:{s:4:\"name\";s:18:\"External Libraries\";s:4:\"type\";s:9:\"libraries\";s:4:\"data\";a:32:{i:0;a:2:{i:0;s:11:\"Backbone.js\";i:1;s:22:\"http://backbonejs.org/\";}i:1;a:2:{i:0;s:10:\"Class POP3\";i:1;s:25:\"https://squirrelmail.org/\";}i:2;a:2:{i:0;s:16:\"Color Animations\";i:1;s:33:\"https://plugins.jquery.com/color/\";}i:3;a:2:{i:0;s:8:\"getID3()\";i:1;s:30:\"http://getid3.sourceforge.net/\";}i:4;a:2:{i:0;s:15:\"Horde Text Diff\";i:1;s:23:\"https://pear.horde.org/\";}i:5;a:2:{i:0;s:11:\"hoverIntent\";i:1;s:57:\"http://cherne.net/brian/resources/jquery.hoverIntent.html\";}i:6;a:2:{i:0;s:13:\"imgAreaSelect\";i:1;s:42:\"http://odyniec.net/projects/imgareaselect/\";}i:7;a:2:{i:0;s:4:\"Iris\";i:1;s:34:\"https://github.com/Automattic/Iris\";}i:8;a:2:{i:0;s:6:\"jQuery\";i:1;s:19:\"https://jquery.com/\";}i:9;a:2:{i:0;s:9:\"jQuery UI\";i:1;s:21:\"https://jqueryui.com/\";}i:10;a:2:{i:0;s:14:\"jQuery Hotkeys\";i:1;s:41:\"https://github.com/tzuryby/jquery.hotkeys\";}i:11;a:2:{i:0;s:22:\"jQuery serializeObject\";i:1;s:49:\"http://benalman.com/projects/jquery-misc-plugins/\";}i:12;a:2:{i:0;s:12:\"jQuery.query\";i:1;s:40:\"https://plugins.jquery.com/query-object/\";}i:13;a:2:{i:0;s:14:\"jQuery.suggest\";i:1;s:43:\"https://github.com/pvulgaris/jquery.suggest\";}i:14;a:2:{i:0;s:21:\"jQuery UI Touch Punch\";i:1;s:27:\"http://touchpunch.furf.com/\";}i:15;a:2:{i:0;s:5:\"json2\";i:1;s:43:\"https://github.com/douglascrockford/JSON-js\";}i:16;a:2:{i:0;s:7:\"Masonry\";i:1;s:28:\"http://masonry.desandro.com/\";}i:17;a:2:{i:0;s:15:\"MediaElement.js\";i:1;s:26:\"http://mediaelementjs.com/\";}i:18;a:2:{i:0;s:6:\"PclZip\";i:1;s:33:\"http://www.phpconcept.net/pclzip/\";}i:19;a:2:{i:0;s:6:\"PemFTP\";i:1;s:71:\"https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html\";}i:20;a:2:{i:0;s:6:\"phpass\";i:1;s:31:\"http://www.openwall.com/phpass/\";}i:21;a:2:{i:0;s:9:\"PHPMailer\";i:1;s:38:\"https://github.com/PHPMailer/PHPMailer\";}i:22;a:2:{i:0;s:8:\"Plupload\";i:1;s:24:\"http://www.plupload.com/\";}i:23;a:2:{i:0;s:13:\"random_compat\";i:1;s:42:\"https://github.com/paragonie/random_compat\";}i:24;a:2:{i:0;s:8:\"Requests\";i:1;s:31:\"http://requests.ryanmccue.info/\";}i:25;a:2:{i:0;s:9:\"SimplePie\";i:1;s:21:\"http://simplepie.org/\";}i:26;a:2:{i:0;s:27:\"The Incutio XML-RPC Library\";i:1;s:34:\"http://scripts.incutio.com/xmlrpc/\";}i:27;a:2:{i:0;s:8:\"Thickbox\";i:1;s:32:\"http://codylindley.com/thickbox/\";}i:28;a:2:{i:0;s:7:\"TinyMCE\";i:1;s:24:\"https://www.tinymce.com/\";}i:29;a:2:{i:0;s:7:\"Twemoji\";i:1;s:34:\"https://github.com/twitter/twemoji\";}i:30;a:2:{i:0;s:13:\"Underscore.js\";i:1;s:24:\"http://underscorejs.org/\";}i:31;a:2:{i:0;s:6:\"zxcvbn\";i:1;s:33:\"https://github.com/dropbox/zxcvbn\";}}}}s:4:\"data\";a:2:{s:8:\"profiles\";s:33:\"https://profiles.wordpress.org/%s\";s:7:\"version\";s:3:\"4.8\";}}','no'),(4749,'_transient_timeout_SBP_GoogleLibraries_cache','1502838432','no'),(4750,'_transient_SBP_GoogleLibraries_cache','a:3:{s:7:\"ugl_ver\";s:6:\"1.6dev\";s:6:\"wp_ver\";s:5:\"4.8.1\";s:10:\"newscripts\";a:41:{i:0;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:14:\"jquery-ui-core\";s:3:\"src\";s:64:\"//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"jquery\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:1;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-ui-accordion\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:2;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"jquery-ui-autocomplete\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:14:\"jquery-ui-menu\";i:1;s:7:\"wp-a11y\";i:2;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:1:{s:4:\"data\";s:235:\"var uiAutocompleteL10n = {\"noResults\":\"No results found.\",\"oneResult\":\"1 result found. Use up and down arrow keys to navigate.\",\"manyResults\":\"%d results found. Use up and down arrow keys to navigate.\",\"itemSelected\":\"Item selected.\"};\";}}i:3;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:16:\"jquery-ui-button\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:4;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-ui-datepicker\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:5;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:16:\"jquery-ui-dialog\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:5:{i:0;s:19:\"jquery-ui-resizable\";i:1;s:19:\"jquery-ui-draggable\";i:2;s:16:\"jquery-ui-button\";i:3;s:18:\"jquery-ui-position\";i:4;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:6;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-ui-draggable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:7;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-ui-droppable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-ui-draggable\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:8;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:14:\"jquery-ui-menu\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";i:2;s:18:\"jquery-ui-position\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:9;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:15:\"jquery-ui-mouse\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:10;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:18:\"jquery-ui-position\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:11;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:21:\"jquery-ui-progressbar\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:12;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-ui-resizable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:13;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-ui-selectable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:14;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:16:\"jquery-ui-slider\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:15;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:18:\"jquery-ui-sortable\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:15:\"jquery-ui-mouse\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:16;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:14:\"jquery-ui-tabs\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:14:\"jquery-ui-core\";i:1;s:16:\"jquery-ui-widget\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:17;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:16:\"jquery-ui-widget\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:18;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-core\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:6:\"jquery\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:19;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-effects-blind\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:20;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:21:\"jquery-effects-bounce\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:21;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-clip\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:22;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-drop\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:23;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"jquery-effects-explode\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:24;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-fade\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:25;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"jquery-effects-fold\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:26;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:24:\"jquery-effects-highlight\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:27;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"jquery-effects-pulsate\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:28;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-effects-scale\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:19:\"jquery-effects-core\";i:1;s:19:\"jquery-effects-size\";i:2;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:29;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-effects-shake\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:30;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"jquery-effects-slide\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:31;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:23:\"jquery-effects-transfer\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:19:\"jquery-effects-core\";i:1;s:14:\"jquery-ui-core\";}s:3:\"ver\";s:6:\"1.11.4\";s:4:\"args\";i:1;s:5:\"extra\";a:0:{}}i:32;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:9:\"prototype\";s:3:\"src\";s:60:\"//ajax.googleapis.com/ajax/libs/prototype/1.7.1/prototype.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:5:\"1.7.1\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:33;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:18:\"scriptaculous-root\";s:3:\"src\";s:68:\"//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js\";s:4:\"deps\";a:1:{i:0;s:9:\"prototype\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:34;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:21:\"scriptaculous-builder\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:35;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:21:\"scriptaculous-effects\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:36;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"scriptaculous-dragdrop\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:3:{i:0;s:21:\"scriptaculous-builder\";i:1;s:21:\"scriptaculous-effects\";i:2;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:37;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:22:\"scriptaculous-controls\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:38;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:20:\"scriptaculous-slider\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:2:{i:0;s:21:\"scriptaculous-effects\";i:1;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:39;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:19:\"scriptaculous-sound\";s:3:\"src\";s:0:\"\";s:4:\"deps\";a:1:{i:0;s:18:\"scriptaculous-root\";}s:3:\"ver\";s:5:\"1.9.0\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}i:40;O:14:\"_WP_Dependency\":6:{s:6:\"handle\";s:11:\"jquery-core\";s:3:\"src\";s:59:\"//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js\";s:4:\"deps\";a:0:{}s:3:\"ver\";s:6:\"1.12.4\";s:4:\"args\";N;s:5:\"extra\";a:0:{}}}}','no'),(4753,'_site_transient_timeout_available_translations','1502759283','no'); INSERT INTO `wp_options` VALUES (4754,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:11:36\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-29 08:49:40\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.5/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:40:55\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 09:24:45\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-08 21:01:45\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:28:04\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-14 23:24:44\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 06:22:33\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 16:58:53\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 06:24:08\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 10:51:58\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:51:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 03:57:05\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 10:03:08\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 17:31:04\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 19:47:01\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:38:53\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 07:43:08\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-13 17:00:30\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 04:48:11\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:58:36\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:00:29\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 09:14:18\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-11 21:42:01\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:37:07\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 12:45:35\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-07 20:55:07\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-07 17:27:08\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:29:26\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-19 08:19:39\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:45:08\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 08:42:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 23:23:50\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 09:20:11\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-16 18:44:50\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:48:16\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:02:15\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-05 19:40:47\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.18/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 21:02:39\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 08:47:10\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-27 16:44:39\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 19:34:18\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 07:32:10\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 20:03:38\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.18/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 14:20:07\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 21:35:20\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:26:15\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 10:38:14\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 13:26:18\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:03:23\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:07:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 22:53:12\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 11:38:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 15:50:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:27:29\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 01:27:21\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 07:53:05\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 15:43:25\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 16:47:28\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(4760,'autoptimize_version','2.2.0','yes'),(4776,'autoptimize_html','on','yes'),(4777,'autoptimize_html_keepcomments','','yes'),(4778,'autoptimize_js','on','yes'),(4779,'autoptimize_js_exclude','seal.js, js/jquery/jquery.js','yes'),(4780,'autoptimize_js_trycatch','','yes'),(4781,'autoptimize_js_justhead','','yes'),(4782,'autoptimize_js_forcehead','on','yes'),(4783,'autoptimize_js_include_inline','','yes'),(4784,'autoptimize_css','on','yes'),(4785,'autoptimize_css_exclude','admin-bar.min.css, dashicons.min.css','yes'),(4786,'autoptimize_css_justhead','','yes'),(4787,'autoptimize_css_datauris','','yes'),(4788,'autoptimize_css_defer','','yes'),(4789,'autoptimize_css_defer_inline','','yes'),(4790,'autoptimize_css_inline','on','yes'),(4791,'autoptimize_css_include_inline','on','yes'),(4792,'autoptimize_css_nogooglefont','','yes'),(4793,'autoptimize_cdn_url','','yes'),(4794,'autoptimize_cache_clean','','yes'),(4795,'autoptimize_cache_nogzip','on','yes'),(4796,'autoptimize_show_adv','1','yes'),(4797,'autoptimize_optimize_logged','on','yes'),(4798,'autoptimize_optimize_checkout','','yes'),(4801,'_transient_timeout_feed_058fd0b28f87f0adb2bc7ab92e7548f4','1502792441','no'),(4802,'_transient_feed_058fd0b28f87f0adb2bc7ab92e7548f4','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:133:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Optimizing Matters Downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://optimizingmatters.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Optimizing Matters Downloads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2016 09:25:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Autoptimize Pro Support!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=autoptimizepro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Mar 2017 16:22:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=autoptimizepro\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Want your Autoptimize tuned by pro\'s or even a full website performance tune-up? Check out our professional services, starting for as little as €99!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:84:\"https://optimizingmattersblog.files.wordpress.com/2016/09/optimizingmatters_logo.png\";s:6:\"length\";s:4:\"5968\";s:4:\"type\";s:9:\"image/png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"<p>Want your Autoptimize tuned by pro\'s or even a full website performance tune-up? Check out our professional services, starting for a little as €99!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Critical CSS for pro's\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=critcss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Jun 2016 16:22:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=critcss\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:151:\"The best tool to generate your \"above the fold\"-css! Now exclusively with Autoptimize Critical CSS Power-Up to manage your critical CSS per page/ type.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:72:\"https://optimizingmattersblog.files.wordpress.com/2016/09/critcsscom.png\";s:6:\"length\";s:4:\"4000\";s:4:\"type\";s:9:\"image/png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"<p>[The best tool to generate your \"above the fold\"-css! Now exclusively with Autoptimize Critical CSS Power-Up to manage your critical CSS per page/ type.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Comet Cache Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=cometpro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Jun 2016 16:23:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=cometpro\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Advanced page caching with a.o. cache for logged in users, CDN-support and cache warming!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:70:\"https://optimizingmattersblog.files.wordpress.com/2016/09/cometpro.png\";s:6:\"length\";s:4:\"5968\";s:4:\"type\";s:9:\"image/png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"<p>Advanced page caching plugin, one of the best out there!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:209:\"\n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Optimize your WordPress-Hosting!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=siteground\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Jun 2016 16:23:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=siteground\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:226:\"Great managed WordPress hosting at Siteground from 3.95 euro/dollar per month with performance built in; SSD storage, PHP7, HTTP/2. Optionally with SuperCacher for built-in professional pagecaching on GrowBig and GoGeek plans!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:77:\"https://optimizingmattersblog.files.wordpress.com/2016/09/siteground_logo.png\";s:6:\"length\";s:5:\"12031\";s:4:\"type\";s:9:\"image/png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"<p>Great managed WordPress hosting at Siteground from 3.95 euro/dollar per month with performance built in; SSD storage, PHP7, HTTP/2. Optionally with SuperCacher for built-in professional pagecaching on GrowBig and GoGeek plans!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:209:\"\n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Auto-optimize your images with ShortPixel, 50% extra credits!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=shortpixel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Jun 2016 16:23:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://misc.optimizingmatters.com/partners/?from=partnertab&partner=shortpixel\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"Automatically optimizing your images can boost your site\'s performance considerably. Check out how much ShortPixel can save and get 50% extra monthly optimizations when signing up as Autoptimize user! Forever!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:72:\"https://optimizingmattersblog.files.wordpress.com/2016/10/shortpixel.png\";s:6:\"length\";s:4:\"7025\";s:4:\"type\";s:9:\"image/png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"<p>[Automatically optimizing your images can boost your site\'s performance considerably. Check out how much ShortPixel can save and get 50% extra monthly optimizations when signing up as Autoptimize user! Forever!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:54:\"http://feeds.feedburner.com/OptimizingMattersDownloads\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:26:\"optimizingmattersdownloads\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"etag\";s:27:\"t9s6m2fFimJPXiriJTZmyd5e2RI\";s:13:\"last-modified\";s:29:\"Mon, 14 Aug 2017 21:50:54 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Mon, 14 Aug 2017 22:20:41 GMT\";s:7:\"expires\";s:29:\"Mon, 14 Aug 2017 22:20:41 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(4803,'_transient_timeout_feed_mod_058fd0b28f87f0adb2bc7ab92e7548f4','1502792441','no'),(4804,'_transient_feed_mod_058fd0b28f87f0adb2bc7ab92e7548f4','1502749241','no'),(4821,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1502775783','no'),(4822,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4360;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2495;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2363;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2249;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1827;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1596;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1584;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1435;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1355;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1350;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1333;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1272;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1270;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1124;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1053;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1046;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:998;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:941;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:814;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:807;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:805;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:772;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:767;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:669;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:667;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:662;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:653;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:643;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:639;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:637;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:620;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:605;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:592;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:592;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:588;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:580;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:573;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:573;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:558;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:549;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:541;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:533;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:521;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:512;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:502;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:499;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:494;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:483;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:474;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:471;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:469;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:469;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:443;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:439;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:438;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:437;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:437;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:428;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:418;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:418;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:406;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:405;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:403;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:402;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:401;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:396;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:382;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:380;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:380;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:369;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:353;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:344;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:334;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:332;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:332;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:331;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:330;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:326;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:325;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:321;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:321;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:320;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:318;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:301;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:299;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:296;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:295;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:290;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:289;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:284;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:283;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:282;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:280;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:280;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:277;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:275;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:269;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:269;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:268;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:268;}}','no'),(4823,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1502765503;}s:5:\"queue\";a:2:{s:32:\"7de3619981caadc55f30a002bfb299f6\";a:4:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1502765503;s:6:\"sticky\";b:1;}s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1503370303;}}s:4:\"done\";a:0:{}}','no'),(4824,'wp-smush-version','2.7.4.1','no'),(4825,'wp-smush-skip-redirect','1','no'),(4826,'smush_global_stats','a:8:{s:11:\"size_before\";i:4482607;s:10:\"size_after\";i:4295410;s:7:\"percent\";d:4.2000000000000002;s:5:\"human\";s:8:\"182.8 KB\";s:5:\"bytes\";i:187197;s:12:\"total_images\";i:80;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(4831,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";s:1:\"0\";s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(4833,'wp-smush-install-type','new','no'),(4838,'wp-smush-hide_smush_welcome','1','no'),(4839,'wp-smush-networkwide','0','no'),(4840,'wp-smush-auto','1','no'),(4841,'wp-smush-keep_exif','0','no'),(4842,'wp-smush-resize','1','no'),(4843,'wp-smush-lossy','0','no'),(4844,'wp-smush-original','0','no'),(4845,'wp-smush-backup','0','no'),(4846,'wp-smush-png_to_jpg','0','no'),(4847,'wp-smush-image_sizes','a:9:{i:0;s:9:\"thumbnail\";i:1;s:6:\"medium\";i:2;s:5:\"large\";i:3;s:10:\"blog-large\";i:4;s:9:\"blog-list\";i:5;s:4:\"team\";i:6;s:9:\"theme-mid\";i:7;s:11:\"feature-box\";i:8;s:12:\"medium_large\";}','no'),(4848,'wp-smush-resize_sizes','a:2:{s:5:\"width\";i:2048;s:6:\"height\";i:2048;}','no'),(4957,'_transient_timeout_wp-smush-bulk_sent_count','1502766816','no'),(4958,'_transient_wp-smush-bulk_sent_count','24','no'),(4959,'_transient_timeout_wp-smush-dir_sent_count','1502766535','no'),(4960,'_transient_wp-smush-dir_sent_count','0','no'),(5019,'wp-smush-hide_upgrade_notice','1','no'),(5051,'_site_transient_timeout_wporg_theme_feature_list','1502864058','no'),(5052,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(5057,'theme_mods_illdy','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:13:\"tpath-primary\";i:30;s:19:\"tpath-primary-right\";i:31;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1502855064;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:12:\"page-sidebar\";a:0:{}s:16:\"footer-sidebar-1\";a:0:{}s:16:\"footer-sidebar-2\";a:0:{}s:16:\"footer-sidebar-3\";a:0:{}s:16:\"footer-sidebar-4\";a:0:{}s:24:\"front-page-about-sidebar\";N;s:27:\"front-page-projects-sidebar\";N;s:27:\"front-page-services-sidebar\";N;s:26:\"front-page-counter-sidebar\";N;s:23:\"front-page-team-sidebar\";N;s:29:\"front-page-full-width-sidebar\";N;s:31:\"front-page-testimonials-sidebar\";N;}}}','yes'),(5059,'_transient_is_multi_author','0','yes'),(5065,'_transient_timeout_illdy_plugin_information_transient_kiwi-social-share','1502856609','no'),(5066,'_transient_illdy_plugin_information_transient_kiwi-social-share','O:8:\"stdClass\":17:{s:4:\"name\";s:64:\"Kiwi Social Share – Social Media Share Buttons & Icons\";s:4:\"slug\";s:17:\"kiwi-social-share\";s:7:\"version\";s:5:\"2.0.4\";s:6:\"author\";s:54:\"<a href=\"https://www.machothemes.com\">Macho Themes</a>\";s:14:\"author_profile\";s:47:\"https://profiles.wordpress.org/cristianraiber-1\";s:12:\"contributors\";a:2:{s:16:\"cristianraiber-1\";s:47:\"https://profiles.wordpress.org/cristianraiber-1\";s:8:\"silkalns\";s:39:\"https://profiles.wordpress.org/silkalns\";}s:7:\"ratings\";a:5:{i:5;i:5;i:4;i:0;i:3;i:1;i:2;i:0;i:1;i:0;}s:11:\"num_ratings\";i:6;s:15:\"support_threads\";i:2;s:24:\"support_threads_resolved\";i:2;s:8:\"homepage\";s:45:\"https://www.machothemes.com/kiwi-social-share\";s:8:\"sections\";a:5:{s:11:\"description\";s:1704:\"<p>This is by far the best & easiest to use WordPress social media share plugin. A WordPress share plugin with custom icons built-in.</p>\n<h4>Plugin Options</h4>\n<ul>\n<li>Social networks available: Facebook, Twitter, LinkedIN, Reddit, Pinterest, Google Plus & Email</li>\n<li>Turn on/off each of them, individually.</li>\n<li>Possibility of re-arranging icon position on the share bar.</li>\n<li>Great UI with intuitive & simple options.</li>\n<li>Built for the regular user.</li>\n<li>Four different Skins.</li>\n<li>The default, square style.</li>\n<li>The more futuristic approach, shift style.</li>\n<li>The friendly approach, pill (rounded corners) style.</li>\n<li>The eye-catching approach, leaf style (like a leaf in the wind).</li>\n<li>Display social icons: before content, after content or both.</li>\n<li>Display social icons on: posts or pages.</li>\n<li>Amazing loading speed.</li>\n</ul>\n<h4>WordPress Social Media Widget (for website)</h4>\n<p>A WordPress Social Media Widget solution is coming soon, stay tuned.</p>\n<p><strong>About us:</strong></p>\n<p>We are a young team of WordPress aficionados who love building WordPress plugins & <a href=\"https://www.machothemes.com/\" title=\"Premium WordPress themes\" rel=\"friend nofollow\">Premium WordPress themes</a> over on our theme shop. We’re also blogging and wish to help our users find the best <a href=\"https://www.machothemes.com/blog/cheap-wordpress-hosting/\" title=\"Cheap WordPress Hosting\" rel=\"friend nofollow\">Cheap WordPress hosting</a> & the best <a href=\"https://www.machothemes.com/blog/best-free-wordpress-bootstrap-themes/\" title=\"Bootstrap WordPress themes\" rel=\"friend nofollow\">Bootstrap WordPress Themes</a>.</p>\n\";s:12:\"installation\";s:328:\"<p>This section describes how to install the plugin and get it working.</p>\n<ol>\n<li>Upload the whole contents of the folder <code>kiwi-social-share</code> to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress</li>\n<li>Enjoy using it ?</li>\n</ol>\n\";s:3:\"faq\";s:514:\"<p>Available filters (used for frontend rendering)<br />\nArticle Bar Filters<br />\n kiwi_article_bar_list_custom_class<br />\n kiwi_before_article_bar<br />\n kiwi_before_first_article_bar_item<br />\n kiwi_after_last_article_bar_item<br />\n kiwi_after_article_bar</p>\n<p>Floating Bar Filters<br />\n kiwi_floating_bar_list_custom_class<br />\n kiwi_before_floating_bar<br />\n kiwi_before_first_floating_bar_item<br />\n kiwi_after_last_floating_bar_item<br />\n kiwi_after_floating_bar</p>\n\";s:9:\"changelog\";s:1847:\"<h4>2.0.4</h4>\n<ul>\n<li>Removed box shadow in the admin window</li>\n<li>Changed how URLS are encoded for text</li>\n<li>WhatsApp icon visibility is now handled with CSS ( wp_is_mobile function would not work on websites with cache )</li>\n</ul>\n<h4>2.0.3</h4>\n<ul>\n<li>Saving settings would cause errors on some servers</li>\n</ul>\n<h4>2.0.2</h4>\n<ul>\n<li>Ajax request failed on license activation</li>\n</ul>\n<h4>2.0.1</h4>\n<ul>\n<li>Minor bugs</li>\n</ul>\n<h4>2.0.0</h4>\n<ul>\n<li>Major upgrade</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>When checked, the Google+ icon wasn’t showing up. Fix provided via GitHub by @smartinsalmeida</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Increased the weight on the front-end selectors so that margin & padding are harder to get overwritten by themes. Feels like some themes don’t want to play nice</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Fixed a small bug where content wasn’t being returned if kiwi was turned off on posts and pages.</li>\n<li>Added share bar margins top/bottom.</li>\n<li>Fixed a small rendering bug in the back-end for images.</li>\n<li>Fixed a small bug where content wasn’t being returned on !is_singular() pages (archives)</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Replaced Kiwi Logo with Dashicons icon</li>\n<li>Fixed a small bug with the notifications bar overlapping the form<br />\nbadge</li>\n<li>Enhanced the way we control sortables. When you disable a radio<br />\nwithin a sortable, that sortable gets it’s opacity lowered.</li>\n<li>Properly formatted JS code with PHPStorm formatting.</li>\n<li>Small assets/back-end/images/ re-organization. Now, social icons have<br />\nbeen renamed and moved into their own folder.</li>\n<li>Slightly re-worked the sortable/draggable field to support icons. No<br />\nmore CSS background images</li>\n</ul>\n<h4>1.0.0</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";s:11:\"screenshots\";s:477:\"<ol><li><a href=\"https://ps.w.org/kiwi-social-share/assets/screenshot-1.png?rev=1650215\"><img src=\"https://ps.w.org/kiwi-social-share/assets/screenshot-1.png?rev=1650215\" alt=\"Screenshot of the back-end User Interface. All options are displayed above the fold (no scrolling, no fiddling around). Really easy to use.\"></a><p>Screenshot of the back-end User Interface. All options are displayed above the fold (no scrolling, no fiddling around). Really easy to use.</p></li></ol>\";}s:17:\"short_description\";s:135:\"This is by far the best free WordPress share plugin. It is simple yet does exactly what it should with plenty of customisation options.\";s:13:\"download_link\";s:66:\"https://downloads.wordpress.org/plugin/kiwi-social-share.2.0.4.zip\";s:11:\"screenshots\";a:1:{i:1;a:2:{s:3:\"src\";s:70:\"https://ps.w.org/kiwi-social-share/assets/screenshot-1.png?rev=1650215\";s:7:\"caption\";s:139:\"Screenshot of the back-end User Interface. All options are displayed above the fold (no scrolling, no fiddling around). Really easy to use.\";}}s:8:\"versions\";a:4:{s:5:\"2.0.0\";s:66:\"https://downloads.wordpress.org/plugin/kiwi-social-share.2.0.0.zip\";s:5:\"2.0.3\";s:66:\"https://downloads.wordpress.org/plugin/kiwi-social-share.2.0.3.zip\";s:5:\"2.0.4\";s:66:\"https://downloads.wordpress.org/plugin/kiwi-social-share.2.0.4.zip\";s:5:\"trunk\";s:60:\"https://downloads.wordpress.org/plugin/kiwi-social-share.zip\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/kiwi-social-share/assets/icon-256x256.png?rev=1445882\";s:2:\"2x\";s:70:\"https://ps.w.org/kiwi-social-share/assets/icon-256x256.png?rev=1445882\";}}','no'),(5067,'_site_transient_timeout_ai1ec_update_plugins','1502856987','no'),(5068,'_site_transient_ai1ec_update_plugins','a:1:{s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";a:11:{s:6:\"plugin\";s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";s:11:\"new_version\";s:6:\"2.5.22\";s:7:\"version\";s:6:\"2.5.22\";s:4:\"name\";s:4:\"Core\";s:4:\"slug\";s:25:\"all-in-one-event-calendar\";s:3:\"url\";s:15:\"https://time.ly\";s:8:\"homepage\";s:15:\"https://time.ly\";s:7:\"package\";s:70:\"https://checkout.time.ly/packages/all-in-one-event-calendar_2.5.22.zip\";s:13:\"download_link\";s:70:\"https://checkout.time.ly/packages/all-in-one-event-calendar_2.5.22.zip\";s:8:\"sections\";a:2:{s:11:\"description\";s:390:\"The <a href=\"https://time.ly\" target=\"_blank\">All-in-One Event Calendar</a> from\r\n<a href=\"https://time.ly\" target=\"_blank\">Timely</a> is a beautiful way to list your events in\r\nWordPress and easily share them with the rest of the world. Our\r\ncalendar system combines clean visual design with a powerful set of\r\nfeatures to create the most advanced calendar system available for\r\nWordPress.\";s:9:\"changelog\";s:218:\"<strong>2.5.22</strong>\r\n<ul>\r\n <li>Fixed: On some PHP installations a specific code for exporting events wouldn’t work. Thanks to @vralfy.</li>\r\n <li>Fixed: On some events the featured image was missing.</li>\r\n</ul>\";}s:6:\"author\";s:65:\"<a href=\"https://time.ly\" target=\"_blank\">Timely Network Inc.</a>\";}}','no'),(5072,'_transient_timeout_autoptimize_banner','1502941870','no'),(5073,'_transient_autoptimize_banner','<li>Need <strong>a pro to configure Autoptimize</strong> for you? Look at our new <a href=\"http://misc.optimizingmatters.com/partners/?from=ticker&partner=autoptimizepro\" target=\"_blank\">professional offering</a>!</li>\n<li>Render-blocking CSS? Look at <br /><a href=\"https://www.youtube.com/embed/S5sjZRWsgrM?rel=0&cc_load_policy=1&autoplay=1\" target=\"_blank\">this howto-video</a> for the solution!</li>\n','no'),(5074,'_transient_timeout_feed_760b3218a3724706ad0e8ff9b09019ce','1502898671','no'),(5075,'_transient_feed_760b3218a3724706ad0e8ff9b09019ce','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"autoptimize – Frank Goossens' blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://blog.futtta.be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"(futtta\'s Twitterless twaddle)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 13:05:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Loading webfonts just for a title? Switch to SVG instead.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/gSAtolkODTs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://blog.futtta.be/2017/08/11/loading-webfonts-just-for-a-title-switch-to-svg-instead/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 13:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"boeken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"veerleken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"Web development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:16:\"boeken-jagers.be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:12:\"boekenjagers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:3:\"svg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:7:\"webfont\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10515\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"So I wanted to replace a site’s (*) main title which required some fancy font (Courgette!) to be downloaded, by an SVG image. Here’s what I did; make a screenshot of the node in Firefox Developer Tools -> Inspector -> select node -> click “screenshot node” in context menu convert the png-file into svg at [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2503:\"<p><a href=\"http://www.boeken-jagers.be/wp-content/uploads/boekenjagers_optimized.svg\" target=\"_blank\" rel=\"noopener\"><img class=\"alignright\" src=\"http://www.boeken-jagers.be/wp-content/uploads/boekenjagers_optimized.svg\" width=\"300px\" /></a>So I wanted to replace a site’s (*) main title which required some fancy font (Courgette!) to be downloaded, by an SVG image.</p>\n<p>Here’s what I did;</p>\n<ol>\n<li>make a screenshot of the node in Firefox Developer Tools -> Inspector -> select node -> click “screenshot node” in context menu</li>\n<li>convert the png-file into svg at <a href=\"http://pngtosvg.com/\">http://pngtosvg.com/</a> result being a 6.93KB file.</li>\n<li>optimize the svg at <a href=\"http://petercollingridge.appspot.com/svg-optimiser\">http://petercollingridge.appspot.com/svg-optimiser</a> resulting in a 3.1KB file (see above image) which remains crispy at whatever size.</li>\n<li>added the SVG as background image (not inline though, might do that next) and set “visibility” of the logo->a->h3 (which has the title in it as text) to “hidden”</li>\n<li>ticked Autoptimize’s “remove Google Fonts”-option (which also removed a slew of other unwanted requests for fonts)</li>\n</ol>\n<p>(*) The site is my wife’s <a href=\"http://www.boeken-jagers.be/\">boeken-jagers.be</a> which is an offspring of her successful <a href=\"https://www.facebook.com/groups/boekenjagers/\">“De Boekenjagers” Facebook group</a> where people hide books for others to find (hunt) and share info about that. 27 000 members and counting, proud of my Veerleken!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2014/02/13/should-you-inline-or-defer-blocking-css/\" rel=\"bookmark\" title=\"Should you inline or defer blocking CSS?\">Should you inline or defer blocking CSS? </a></li>\n<li><a href=\"http://blog.futtta.be/2014/08/18/when-should-you-trycatch-javascript/\" rel=\"bookmark\" title=\"(When) should you Try/Catch Javascript?\">(When) should you Try/Catch Javascript? </a></li>\n<li><a href=\"http://blog.futtta.be/2015/04/16/celebrating-300000-autoptimize-downloads-with-new-release/\" rel=\"bookmark\" title=\"Celebrating 300000 Autoptimize downloads with new release\">Celebrating 300000 Autoptimize downloads with new release </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/gSAtolkODTs\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://blog.futtta.be/2017/08/11/loading-webfonts-just-for-a-title-switch-to-svg-instead/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://blog.futtta.be/2017/08/11/loading-webfonts-just-for-a-title-switch-to-svg-instead/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Quick heads-up: Autoptimize 2.1.2 and 2.2.1 release, includes security fix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/TgbauXC7FLA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://blog.futtta.be/2017/06/21/quick-heads-up-autoptimize-2-1-1-and-2-2-0-release-includes-security-fix/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 07:23:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"optimizing matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Quickie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10495\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"[Updated 23/06 to reflect newer versions 2.1.2 and 2.2.1] Heads-up: Autoptimize 2.2 has just been released with a slew of new features (see changelog) and an important security-fix. Do upgrade as soon as possible. If you prefer not to upgrade to 2.2 (because you prefer the stability of 2.1.0), you can instead download 2.1.2, which [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1429:\"<p>[Updated 23/06 to reflect newer versions 2.1.2 and 2.2.1]</p>\n<p>Heads-up: Autoptimize 2.2 has just been released with a slew of new features (see <a href=\"https://wordpress.org/plugins/autoptimize/#developers\">changelog</a>) and an important security-fix. Do upgrade as soon as possible.</p>\n<p>If you prefer not to upgrade to 2.2 (because you prefer the stability of 2.1.0), <a href=\"https://downloads.wordpress.org/plugin/autoptimize.2.1.2.zip\">you can instead download 2.1.2</a>, which is identical to 2.1.0 except that the security fix has been backported.</p>\n<p>I’ll follow up on the new features and on the security issue in more detail later today/ tomorrow.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/\" rel=\"bookmark\" title=\"Autoptimize Power-Up sneak peek; Noptimize\">Autoptimize Power-Up sneak peek; Noptimize </a></li>\n<li><a href=\"http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/\" rel=\"bookmark\" title=\"Heads up: Autoptimize minor release\">Heads up: Autoptimize minor release </a></li>\n<li><a href=\"http://blog.futtta.be/2016/09/02/almost-time-to-announce/\" rel=\"bookmark\" title=\"Almost time to announce\">Almost time to announce </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/TgbauXC7FLA\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://blog.futtta.be/2017/06/21/quick-heads-up-autoptimize-2-1-1-and-2-2-0-release-includes-security-fix/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://blog.futtta.be/2017/06/21/quick-heads-up-autoptimize-2-1-1-and-2-2-0-release-includes-security-fix/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"See you at WordCamp EU next week?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/jfELKd45Ycw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2017/06/10/see-you-at-wordcamp-eu-next-week/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jun 2017 16:26:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"wp donottrack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"wp-youtube-lyte\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"wceu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10489\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"I’ll roam the WordCamp EU 2017 campus next Saturday, contact me if you’d like to meet! :-)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1549:\"<p>I’ll roam the <a href=\"https://2017.europe.wordcamp.org/\">WordCamp EU 2017</a> campus next Saturday, <a href=\"http://blog.futtta.be/contact/\">contact me</a> if you’d like to meet! :-)</p>\n<p><a href=\"https://2017.europe.wordcamp.org/\"><img class=\"alignleft size-large wp-image-10490\" src=\"http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017-1024x666.jpg\" alt=\"\" width=\"625\" height=\"406\" srcset=\"http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017-1024x666.jpg 1024w, http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017-300x195.jpg 300w, http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017-624x406.jpg 624w, http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017.jpg 1200w\" sizes=\"(max-width: 625px) 100vw, 625px\" /></a></p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2013/10/21/do-not-donate-to-me/\" rel=\"bookmark\" title=\"Do not donate to me!\">Do not donate to me! </a></li>\n<li><a href=\"http://blog.futtta.be/2016/01/04/crunching-2015s-numbers/\" rel=\"bookmark\" title=\"Crunching 2015’s numbers\">Crunching 2015’s numbers </a></li>\n<li><a href=\"http://blog.futtta.be/2016/03/21/warning-wordpress-plugin-users-about-their-old-php/\" rel=\"bookmark\" title=\"Warning WordPress plugin users about their old PHP\">Warning WordPress plugin users about their old PHP </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/jfELKd45Ycw\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://blog.futtta.be/2017/06/10/see-you-at-wordcamp-eu-next-week/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://blog.futtta.be/2017/06/10/see-you-at-wordcamp-eu-next-week/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Autoptimize reaches 300K active installs!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/VwBy_alkU7A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://blog.futtta.be/2017/04/12/autoptimize-reaches-300k-active-installs/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Apr 2017 12:09:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"optimizing matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"300k installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10477\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Thanks for using Autoptimize guys & girls, looking forward to providing you with the new version next month!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1583:\"<p><a href=\"http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs.png\"><img class=\"alignnone wp-image-10478 size-medium\" src=\"http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs-300x108.png\" alt=\"\" width=\"300\" height=\"108\" srcset=\"http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs-300x108.png 300w, http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs-624x225.png 624w, http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs.png 996w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a></p>\n<p>Thanks for using Autoptimize guys & girls, looking forward to providing you with <a href=\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/\">the new version</a> next month!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/\" rel=\"bookmark\" title=\"Autoptimize Power-Up sneak peek; Noptimize\">Autoptimize Power-Up sneak peek; Noptimize </a></li>\n<li><a href=\"http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/\" rel=\"bookmark\" title=\"Heads up: Autoptimize minor release\">Heads up: Autoptimize minor release </a></li>\n<li><a href=\"http://blog.futtta.be/2016/09/02/almost-time-to-announce/\" rel=\"bookmark\" title=\"Almost time to announce\">Almost time to announce </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/VwBy_alkU7A\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://blog.futtta.be/2017/04/12/autoptimize-reaches-300k-active-installs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2017/04/12/autoptimize-reaches-300k-active-installs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Autoptimize 2.2 coming your way, care to test?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/4CcE6NyKGcg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Apr 2017 16:37:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"optimizing matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"autoptimize 2.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:16:\"autoptimize beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:4:\"test\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10474\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:310:\"So work on Autoptimize 2.2 is almost finished and I need your help testing this version before releasing (targeting May, but that depends on you!). The more people I have testing, the faster I might be able to push this thing out and there’s a lot to look forward to; New option: enable/ disable AO [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3162:\"<p>So work on <strong>Autoptimize 2.2</strong> is almost finished and I <strong>need your help testing</strong> this version before releasing (<strong>targeting May</strong>, but that depends on you!). The more people I have testing, the faster I might be able to push this thing out and there’s a lot to look forward to;</p>\n<ul>\n<li>New option: <strong>enable/ disable AO for logged in users</strong> for all you pagebuilders out there</li>\n<li>New option: <strong>enable/ disable AO for cart/ checkout pages</strong> of WooCommerce, Easy Digital Downloads & WP eCommerce</li>\n<li>New minification/ caching system, <strong>significantly speeding up your site for non-cached pages</strong> (previously part of <a href=\"http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/\">a power-up</a>)</li>\n<li>Switched to <a href=\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/\"><strong>rel=preload</strong> + Filamentgroup’s loadCSS</a> for CSS deferring</li>\n<li><strong>Additional support for HTTP/2</strong> setups (no GUI, you might need to have a look at the API to see/ use all possibilities)</li>\n<li>Important improvements to the logic of which JS/ CSS can be optimized (getPath function) <strong>increasing reliability of the aggregation process</strong></li>\n<li>Updated to a <strong>newer version of the CSS Minification component</strong> (albeit not <a href=\"https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/commit/13e551ae91e3cdada7f4fba64be494f55c58e097\">the 3.x one</a>, which seems a tad too fresh and which would require me to drop support for PHP 5.2 which will come but just not yet)</li>\n<li>API: Lots of extra filters, making AO (even) more flexible.</li>\n<li>Lots of bugfixes and smaller improvements (see <a href=\"https://github.com/futtta/autoptimize/commits/master\">GitHub commit log</a>)</li>\n</ul>\n<p>So if you want to help:</p>\n<ol>\n<li>Download the <a href=\"https://github.com/futtta/autoptimize/archive/master.zip\">zip-file from Github</a></li>\n<li>Overwrite the contents of <code>wp-content/plugins/autoptimize</code> with the contents of <code>autoptimize-master</code> from the zip</li>\n<li>Test and if any bug (regression) <a href=\"https://github.com/futtta/autoptimize/issues/new\">create an issue in GitHub</a> (if it doesn’t exist already).</li>\n</ol>\n<p>Very much looking forward to your feedback!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2016/09/02/almost-time-to-announce/\" rel=\"bookmark\" title=\"Almost time to announce\">Almost time to announce </a></li>\n<li><a href=\"http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/\" rel=\"bookmark\" title=\"Want to beta-test Autoptimize power-ups?\">Want to beta-test Autoptimize power-ups? </a></li>\n<li><a href=\"http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/\" rel=\"bookmark\" title=\"Heads up: Autoptimize minor release\">Heads up: Autoptimize minor release </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/4CcE6NyKGcg\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Autoptimize CSS defer switching to loadCSS (soon)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/ZXwmI0Jw1lo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 14:01:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"defer CSS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:14:\"filament group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"loadcss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:7:\"preload\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10466\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"Historically Autoptimize used its own JS-implementation to defer the loading of the main CSS, hooking into the domContentLoaded event and this has worked fine. I knew about Filament Group’s loadCSS, but saw no urgent reason to implement it as I saw no big advantages vs. my homegrown solution. That changed when criticalcss.com’s Jonas contacted me, [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2623:\"<p>Historically Autoptimize used its own JS-implementation to defer the loading of the main CSS, hooking into the domContentLoaded event and this has worked fine. I knew about <a href=\"https://github.com/filamentgroup/loadCSS/\">Filament Group’s loadCSS</a>, but saw no urgent reason to implement it as I saw no big advantages vs. my homegrown solution. That changed when criticalcss.com’s Jonas contacted me, pointing out that the best way to load CSS is now using the <code>rel=\"preload\"</code> approach, which <a href=\"https://github.com/filamentgroup/loadCSS/commit/051abca704fde0f2aeb820bd2ff1148fe1ebb4c6#diff-04c6e90faac2675aa89e2176d2eec7d8\">as of loadCSS 1.3 is also the way loadCSS works</a>;</p>\n<p><code><link rel=\"preload\" href=\"path/to/mystylesheet.css\" as=\"style\" onload=\"this.rel=\'stylesheet\'\"></code></p>\n<p>As <code>rel=\"preload\"</code> currently <a href=\"http://caniuse.com/#feat=link-rel-preload\">is only supported by Chrome & Opera</a> (both Blink-based), a JS polyfill is needed for other browsers which uses loadCSS to load the CSS. Hopefully other browsers catch up on <code>rel=\"preload\"</code> because it is a very elegant solution which allows the CSS to load sooner then with the old code while still being non-render blocking. What more could one which for (“Unicorns” my 10yo daughter might say, but what does she know)?</p>\n<p>Anyways; I have <a href=\"https://github.com/futtta/autoptimize/commit/cacc24e40c783c89facce35f03ab067d5dda0428\">integrated this new approach</a> in a separate branch on GitHub, you can <a href=\"https://github.com/futtta/autoptimize/archive/master.zip\">download the zip-file here</a> to test this and all the other fixes and improvements since 2.1.0. Let me know what you think. Happy preloading!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2014/02/13/should-you-inline-or-defer-blocking-css/\" rel=\"bookmark\" title=\"Should you inline or defer blocking CSS?\">Should you inline or defer blocking CSS? </a></li>\n<li><a href=\"http://blog.futtta.be/2012/12/20/2012-ffwd-high-performance-twenty-twelve-child-theme/\" rel=\"bookmark\" title=\"2012.FFWD; high performance Twenty Twelve child theme\">2012.FFWD; high performance Twenty Twelve child theme </a></li>\n<li><a href=\"http://blog.futtta.be/2013/01/07/adopting-an-oss-orphan-autoptimize/\" rel=\"bookmark\" title=\"Adopting an OSS-orphan: Autoptimize\">Adopting an OSS-orphan: Autoptimize </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/ZXwmI0Jw1lo\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"How to make Autoptimize (even) faster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/nw4MFxsm8Fc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jan 2017 13:37:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10454\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:370:\"Less blogposts here lately, mostly because I’m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more interesting questions I got there was about Autoptimize being slow [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3127:\"<p>Less blogposts here lately, mostly because I’m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more interesting questions I got there was about <a href=\"https://wordpress.org/support/topic/longer-load-times-when-js-enabled/\">Autoptimize being slow when JS optimization was active and what would be the cause of that</a>. The reply is of interest for a larger audience and is equally valid for CSS optimization;</p>\n<blockquote><p>Typically the majority of time spent in Autoptimize is mainly in the actual minification of code that is not minified yet (purely based on filename; if the filename ends in .min.js or -min.js).</p>\n<p>So generally speaking, the way to avoid this is;<br />\n1. have a <strong>page cache</strong> to avoid requests triggering autoptimize (as in that case the cached HTML will have links to cached CSS/JS in it)<br />\n2. for uncached pages; <strong>make sure AO can re-use previously cached CSS/ JS</strong> (from another page), in which case no minification needs to be done (for that you will almost always want to <strong>NOT aggregate inline JS</strong>, as this almost always busts the cache)<br />\n3. for uncached CSS/ JS; make sure any minified file is recognizable as such in <strong>the filename (e.g. .min.css -min.js)</strong>, this can lighten the minification-load considerably (I’ll add a filter in the next version of AO so you can tell AO a file is minified even if it does not have that in the name).</p>\n<p>So based on this, some tips;<br />\n* make sure you’re not aggregating inline JS<br />\n* for your own code (CSS/ JS); make sure it is minified and that the filename confirms this. if you can convince the theme’s developer to do so, all the better (esp. the already minified but big wp-content/themes/bridge/js/plugins.js is a waste of precious resources)<br />\n* you could try switching to the legacy minifiers (see <a href=\"https://wordpress.org/plugins/autoptimize/faq/\">FAQ</a>) to see if this improves performance<br />\n* you can also check if excluding some un-minified files from minification helps performance (e.g. that bridge/js/plugins.js)</p></blockquote>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2016/04/14/reviewing-bad-reviews-when-in-a-bad-mood/\" rel=\"bookmark\" title=\"Reviewing bad reviews when in a bad mood\">Reviewing bad reviews when in a bad mood </a></li>\n<li><a href=\"http://blog.futtta.be/2014/08/18/when-should-you-trycatch-javascript/\" rel=\"bookmark\" title=\"(When) should you Try/Catch Javascript?\">(When) should you Try/Catch Javascript? </a></li>\n<li><a href=\"http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/\" rel=\"bookmark\" title=\"Want to beta-test Autoptimize power-ups?\">Want to beta-test Autoptimize power-ups? </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/nw4MFxsm8Fc\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress 4.7 custom background image bug & workaround\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/_HuuQwRh2Bo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Dec 2016 15:46:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:17:\"custom background\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:13:\"wordpress 4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"workaround\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10437\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:335:\"If you encountered this bug but are not using Autoptimize, leave a comment below or contact me here. Your info can help understand if the regression has an impact outside of Autoptimize as well! Gotta love Sarah, but there’s a small bug in Vaughan’s (WordPress 4.7) that breaks (part of the CSS) when Autoptimized. If [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2911:\"<p>If you encountered this bug but are <strong>not using Autoptimize</strong>, leave a comment below or <a href=\"/contact/\">contact me here</a>. Your info can help understand if the regression has an impact outside of Autoptimize as well!</p>\n<hr />\n<p>Gotta love Sarah, <a href=\"https://wordpress.org/support/topic/incompatibility-with-wp-4-7-aggregate-inline-css/\">but there’s a small bug in Vaughan’s (WordPress 4.7) that breaks (part of the CSS) when Autoptimized</a>. If you have a theme that supports custom backgrounds (e.g. TwentySixteen) and you set that custom background in the Customizer, the URL ends up escaped (well, they wp_json_encode() it actually) like this;</p>\n<pre class=\"brush: css; title: ; notranslate\">\nbody{background-image: url("http:\\/\\/localhost\\/wordpress\\/wp-content\\/uploads\\/layerslider\\/Full-width-demo-slider\\/left.png");}\n</pre>\n<p>Which results in the Autoptimized CSS for the background-image being broken because the URL is not recognized as such. The <a href=\"https://core.trac.wordpress.org/ticket/39145#comment:1\">bug has been confirmed already</a> and <a href=\"https://core.trac.wordpress.org/attachment/ticket/39145/39145.diff\">the fix</a> should land in WordPress 4.7.1.</p>\n<p>If you’re impacted and can’t wait for 4.7.1 to be released, there are 2 workarounds:<br />\n1. simple: disable the “Aggregate inline CSS”-option<br />\n2. geeky: use this code snippet to fix the URL before AO has a change to misinterpret it;</p>\n<pre class=\"brush: php; title: ; notranslate\">add_filter(\'autoptimize_filter_html_before_minify\',\'fix_encoded_urls\');\nfunction fix_encoded_urls($htmlIn) {\n if ( strpos($htmlIn,"body.custom-background") !== false ) {\n preg_match_all("#background-image:\\s?url\\(?[\\"|\']((http(s)?)?:\\\\\\/\\\\\\/.*)[\\"|\']\\)?#",$htmlIn,$badUrls);\n if ($badUrls) {\n foreach ($badUrls[1] as $badUrl) {\n $htmlIn = str_replace($badUrl, stripslashes($badUrl), $htmlIn);\n }\n }\n }\n return $htmlIn;\n}</pre>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2012/12/20/2012-ffwd-high-performance-twenty-twelve-child-theme/\" rel=\"bookmark\" title=\"2012.FFWD; high performance Twenty Twelve child theme\">2012.FFWD; high performance Twenty Twelve child theme </a></li>\n<li><a href=\"http://blog.futtta.be/2013/11/08/wp-default-themes-2010-2014-performance-going-down/\" rel=\"bookmark\" title=\"WP default themes 2010-2014: performance going down\">WP default themes 2010-2014: performance going down </a></li>\n<li><a href=\"http://blog.futtta.be/2014/02/13/should-you-inline-or-defer-blocking-css/\" rel=\"bookmark\" title=\"Should you inline or defer blocking CSS?\">Should you inline or defer blocking CSS? </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/_HuuQwRh2Bo\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"So how does Autoptimize work anyway?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/v3VLBgfa58A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Nov 2016 17:48:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:21:\"how autoptimize works\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10423\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"A question that has come up a couple of times already is how Autoptimize and it’s cache work. So let’s do some copy/pasting of what I replied earlier on the wordpress.org support forum; AO intercepts the HTML created by WordPress for a request (using the output buffer) all references to JS (and CSS) are extracted [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2915:\"<p>A question that has come up a couple of times already is how Autoptimize and it’s cache work. So let’s do some copy/pasting of what I <a href=\"https://wordpress.org/support/topic/what-is-considered-a-huge-cache/#post-8413510\">replied earlier on the wordpress.org support forum</a>;</p>\n<ol>\n<li>AO <strong>intercepts the HTML</strong> created by WordPress for a request (using the output buffer)</li>\n<li>all <strong>references to JS (and CSS) are extracted</strong> from the HTML</li>\n<li>all original <strong>references</strong> to JS (and CSS) are <strong>removed</strong> from the HTML (the code in the original files is left as is, AO never changes those files)</li>\n<li>all JS (and CSS) is <strong>aggregated</strong> (JS in one string, CSS in as many strings as there were media types)</li>\n<li>the <strong>md5-hash</strong> (mathematical/ cryptographic function that generates a quasi-unique string based on another string) of the aggregated JS (and CSS) is calculated</li>\n<li>using the md5 AO <strong>checks if a cached file with that md5 exists</strong> and if so continues to step 8</li>\n<li>if <strong>no cached file</strong> is found, the JS (and CSS) is <strong>minified and cached in a new file</strong>, with the md5 as part of the filename</li>\n<li>the <strong>links</strong> to the autoptimized JS (and CSS) file in cache are <strong>injected in the HTML</strong></li>\n<li>the <strong>HTML is minified</strong> (but not cached in Autoptimize)</li>\n<li>the <strong>HTML is returned to WordPress</strong> (where it can be cached by a page cache and sent to the visitor)</li>\n</ol>\n<p>This is especially interesting if you want to understand why the cache size can “explode”; if in step 4 the code is even a bit different from previous requests, the md5-hash in step 5 will be different so the file will not be found in cache (step 6) and the code will be re-minified (which is relatively expensive) and cached (step 7).</p>\n<p>And that, my friends, is how Autoptimize works.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2012/11/06/dipping-below-the-magical-1-second-page-load-time/\" rel=\"bookmark\" title=\"Dipping below the magical 1 second page load time\">Dipping below the magical 1 second page load time </a></li>\n<li><a href=\"http://blog.futtta.be/2013/04/01/easter-bunny-special-autoptimize-1-6-0/\" rel=\"bookmark\" title=\"Easter Bunny special: Autoptimize 1.6.0\">Easter Bunny special: Autoptimize 1.6.0 </a></li>\n<li><a href=\"http://blog.futtta.be/2015/12/09/bringing-autoptimize-2-0-beta-to-a-christmas-tree-near-you/\" rel=\"bookmark\" title=\"Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you\">Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/v3VLBgfa58A\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"More than 200000 active Autoptimize installs!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://feedproxy.google.com/~r/futtta_autoptimize/~3/zirvZBKqhD4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Oct 2016 07:45:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"active installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"plugin stats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"w00t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10409\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Today Autoptimize officially passed the threshold of 200000 active installs. w00t!!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1525:\"<p>Today <a href=\"https://wordpress.org/plugins/autoptimize/stats/\">Autoptimize</a> officially passed the threshold of 200000 active installs. w00t!!</p>\n<p><a href=\"http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1.png\"><img class=\"alignleft size-medium wp-image-10413\" src=\"http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1-300x255.png\" alt=\"ao_200k\" width=\"300\" height=\"255\" srcset=\"http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1-300x255.png 300w, http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1-624x529.png 624w, http://static-blog.futtta.be/wp-content/uploads/2016/10/ao_200k-1.png 772w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a></p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2015/09/16/100k-active-autoptimize-installs-thanks/\" rel=\"bookmark\" title=\"100k active Autoptimize installs. Thanks!\">100k active Autoptimize installs. Thanks! </a></li>\n<li><a href=\"http://blog.futtta.be/2013/12/09/blank-yoast-seo-sitemaps-no-more/\" rel=\"bookmark\" title=\"Blank Yoast SEO sitemaps no more!\">Blank Yoast SEO sitemaps no more! </a></li>\n<li><a href=\"http://blog.futtta.be/2014/09/10/wp-seo-vs-autoptimize-who-broke-your-wordpress/\" rel=\"bookmark\" title=\"WP SEO vs Autoptimize; who broke your WordPress?\">WP SEO vs Autoptimize; who broke your WordPress? </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_autoptimize/~4/zirvZBKqhD4\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://blog.futtta.be/2016/10/14/over-200000-active-autoptimize-installs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:46:\"http://feeds.feedburner.com/futtta_autoptimize\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:18:\"futtta_autoptimize\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"rfjHXVI8k2SdLdN3ClZ4s+zqHVQ\";s:13:\"last-modified\";s:29:\"Wed, 16 Aug 2017 03:08:25 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Wed, 16 Aug 2017 03:51:11 GMT\";s:7:\"expires\";s:29:\"Wed, 16 Aug 2017 03:51:11 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(5076,'_transient_timeout_feed_mod_760b3218a3724706ad0e8ff9b09019ce','1502898671','no'),(5077,'_transient_feed_mod_760b3218a3724706ad0e8ff9b09019ce','1502855471','no'),(5078,'_transient_timeout_feed_3dcbbcc036ac7e5be38f83a0bd0adcdd','1502898671','no'),(5079,'_transient_feed_3dcbbcc036ac7e5be38f83a0bd0adcdd','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"wordpress – Frank Goossens' blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://blog.futtta.be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"(futtta\'s Twitterless twaddle)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 13:05:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Loading webfonts just for a title? Switch to SVG instead.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/gSAtolkODTs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://blog.futtta.be/2017/08/11/loading-webfonts-just-for-a-title-switch-to-svg-instead/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 13:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"boeken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"veerleken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"Web development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:16:\"boeken-jagers.be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:12:\"boekenjagers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:3:\"svg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:7:\"webfont\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10515\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"So I wanted to replace a site’s (*) main title which required some fancy font (Courgette!) to be downloaded, by an SVG image. Here’s what I did; make a screenshot of the node in Firefox Developer Tools -> Inspector -> select node -> click “screenshot node” in context menu convert the png-file into svg at [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2501:\"<p><a href=\"http://www.boeken-jagers.be/wp-content/uploads/boekenjagers_optimized.svg\" target=\"_blank\" rel=\"noopener\"><img class=\"alignright\" src=\"http://www.boeken-jagers.be/wp-content/uploads/boekenjagers_optimized.svg\" width=\"300px\" /></a>So I wanted to replace a site’s (*) main title which required some fancy font (Courgette!) to be downloaded, by an SVG image.</p>\n<p>Here’s what I did;</p>\n<ol>\n<li>make a screenshot of the node in Firefox Developer Tools -> Inspector -> select node -> click “screenshot node” in context menu</li>\n<li>convert the png-file into svg at <a href=\"http://pngtosvg.com/\">http://pngtosvg.com/</a> result being a 6.93KB file.</li>\n<li>optimize the svg at <a href=\"http://petercollingridge.appspot.com/svg-optimiser\">http://petercollingridge.appspot.com/svg-optimiser</a> resulting in a 3.1KB file (see above image) which remains crispy at whatever size.</li>\n<li>added the SVG as background image (not inline though, might do that next) and set “visibility” of the logo->a->h3 (which has the title in it as text) to “hidden”</li>\n<li>ticked Autoptimize’s “remove Google Fonts”-option (which also removed a slew of other unwanted requests for fonts)</li>\n</ol>\n<p>(*) The site is my wife’s <a href=\"http://www.boeken-jagers.be/\">boeken-jagers.be</a> which is an offspring of her successful <a href=\"https://www.facebook.com/groups/boekenjagers/\">“De Boekenjagers” Facebook group</a> where people hide books for others to find (hunt) and share info about that. 27 000 members and counting, proud of my Veerleken!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2014/02/13/should-you-inline-or-defer-blocking-css/\" rel=\"bookmark\" title=\"Should you inline or defer blocking CSS?\">Should you inline or defer blocking CSS? </a></li>\n<li><a href=\"http://blog.futtta.be/2014/08/18/when-should-you-trycatch-javascript/\" rel=\"bookmark\" title=\"(When) should you Try/Catch Javascript?\">(When) should you Try/Catch Javascript? </a></li>\n<li><a href=\"http://blog.futtta.be/2015/04/16/celebrating-300000-autoptimize-downloads-with-new-release/\" rel=\"bookmark\" title=\"Celebrating 300000 Autoptimize downloads with new release\">Celebrating 300000 Autoptimize downloads with new release </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/gSAtolkODTs\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://blog.futtta.be/2017/08/11/loading-webfonts-just-for-a-title-switch-to-svg-instead/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://blog.futtta.be/2017/08/11/loading-webfonts-just-for-a-title-switch-to-svg-instead/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Quick heads-up: Autoptimize 2.1.2 and 2.2.1 release, includes security fix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/TgbauXC7FLA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://blog.futtta.be/2017/06/21/quick-heads-up-autoptimize-2-1-1-and-2-2-0-release-includes-security-fix/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 07:23:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"optimizing matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Quickie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10495\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"[Updated 23/06 to reflect newer versions 2.1.2 and 2.2.1] Heads-up: Autoptimize 2.2 has just been released with a slew of new features (see changelog) and an important security-fix. Do upgrade as soon as possible. If you prefer not to upgrade to 2.2 (because you prefer the stability of 2.1.0), you can instead download 2.1.2, which [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1427:\"<p>[Updated 23/06 to reflect newer versions 2.1.2 and 2.2.1]</p>\n<p>Heads-up: Autoptimize 2.2 has just been released with a slew of new features (see <a href=\"https://wordpress.org/plugins/autoptimize/#developers\">changelog</a>) and an important security-fix. Do upgrade as soon as possible.</p>\n<p>If you prefer not to upgrade to 2.2 (because you prefer the stability of 2.1.0), <a href=\"https://downloads.wordpress.org/plugin/autoptimize.2.1.2.zip\">you can instead download 2.1.2</a>, which is identical to 2.1.0 except that the security fix has been backported.</p>\n<p>I’ll follow up on the new features and on the security issue in more detail later today/ tomorrow.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/\" rel=\"bookmark\" title=\"Autoptimize Power-Up sneak peek; Noptimize\">Autoptimize Power-Up sneak peek; Noptimize </a></li>\n<li><a href=\"http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/\" rel=\"bookmark\" title=\"Heads up: Autoptimize minor release\">Heads up: Autoptimize minor release </a></li>\n<li><a href=\"http://blog.futtta.be/2016/09/02/almost-time-to-announce/\" rel=\"bookmark\" title=\"Almost time to announce\">Almost time to announce </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/TgbauXC7FLA\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://blog.futtta.be/2017/06/21/quick-heads-up-autoptimize-2-1-1-and-2-2-0-release-includes-security-fix/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://blog.futtta.be/2017/06/21/quick-heads-up-autoptimize-2-1-1-and-2-2-0-release-includes-security-fix/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"See you at WordCamp EU next week?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/jfELKd45Ycw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2017/06/10/see-you-at-wordcamp-eu-next-week/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jun 2017 16:26:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"wp donottrack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"wp-youtube-lyte\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"wceu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10489\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"I’ll roam the WordCamp EU 2017 campus next Saturday, contact me if you’d like to meet! :-)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1547:\"<p>I’ll roam the <a href=\"https://2017.europe.wordcamp.org/\">WordCamp EU 2017</a> campus next Saturday, <a href=\"http://blog.futtta.be/contact/\">contact me</a> if you’d like to meet! :-)</p>\n<p><a href=\"https://2017.europe.wordcamp.org/\"><img class=\"alignleft size-large wp-image-10490\" src=\"http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017-1024x666.jpg\" alt=\"\" width=\"625\" height=\"406\" srcset=\"http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017-1024x666.jpg 1024w, http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017-300x195.jpg 300w, http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017-624x406.jpg 624w, http://static-blog.futtta.be/wp-content/uploads/2017/06/wceu_2017.jpg 1200w\" sizes=\"(max-width: 625px) 100vw, 625px\" /></a></p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2013/10/21/do-not-donate-to-me/\" rel=\"bookmark\" title=\"Do not donate to me!\">Do not donate to me! </a></li>\n<li><a href=\"http://blog.futtta.be/2016/01/04/crunching-2015s-numbers/\" rel=\"bookmark\" title=\"Crunching 2015’s numbers\">Crunching 2015’s numbers </a></li>\n<li><a href=\"http://blog.futtta.be/2016/03/21/warning-wordpress-plugin-users-about-their-old-php/\" rel=\"bookmark\" title=\"Warning WordPress plugin users about their old PHP\">Warning WordPress plugin users about their old PHP </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/jfELKd45Ycw\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://blog.futtta.be/2017/06/10/see-you-at-wordcamp-eu-next-week/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://blog.futtta.be/2017/06/10/see-you-at-wordcamp-eu-next-week/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Autoptimize reaches 300K active installs!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/VwBy_alkU7A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://blog.futtta.be/2017/04/12/autoptimize-reaches-300k-active-installs/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Apr 2017 12:09:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"optimizing matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"300k installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10477\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Thanks for using Autoptimize guys & girls, looking forward to providing you with the new version next month!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1581:\"<p><a href=\"http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs.png\"><img class=\"alignnone wp-image-10478 size-medium\" src=\"http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs-300x108.png\" alt=\"\" width=\"300\" height=\"108\" srcset=\"http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs-300x108.png 300w, http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs-624x225.png 624w, http://static-blog.futtta.be/wp-content/uploads/2017/04/ao_300k_active_installs.png 996w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a></p>\n<p>Thanks for using Autoptimize guys & girls, looking forward to providing you with <a href=\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/\">the new version</a> next month!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2016/02/03/autoptimize-powerup-sneak-peak-noptimize/\" rel=\"bookmark\" title=\"Autoptimize Power-Up sneak peek; Noptimize\">Autoptimize Power-Up sneak peek; Noptimize </a></li>\n<li><a href=\"http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/\" rel=\"bookmark\" title=\"Heads up: Autoptimize minor release\">Heads up: Autoptimize minor release </a></li>\n<li><a href=\"http://blog.futtta.be/2016/09/02/almost-time-to-announce/\" rel=\"bookmark\" title=\"Almost time to announce\">Almost time to announce </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/VwBy_alkU7A\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://blog.futtta.be/2017/04/12/autoptimize-reaches-300k-active-installs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2017/04/12/autoptimize-reaches-300k-active-installs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Autoptimize 2.2 coming your way, care to test?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/4CcE6NyKGcg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Apr 2017 16:37:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"optimizing matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"autoptimize 2.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:16:\"autoptimize beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:4:\"test\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10474\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:310:\"So work on Autoptimize 2.2 is almost finished and I need your help testing this version before releasing (targeting May, but that depends on you!). The more people I have testing, the faster I might be able to push this thing out and there’s a lot to look forward to; New option: enable/ disable AO [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3160:\"<p>So work on <strong>Autoptimize 2.2</strong> is almost finished and I <strong>need your help testing</strong> this version before releasing (<strong>targeting May</strong>, but that depends on you!). The more people I have testing, the faster I might be able to push this thing out and there’s a lot to look forward to;</p>\n<ul>\n<li>New option: <strong>enable/ disable AO for logged in users</strong> for all you pagebuilders out there</li>\n<li>New option: <strong>enable/ disable AO for cart/ checkout pages</strong> of WooCommerce, Easy Digital Downloads & WP eCommerce</li>\n<li>New minification/ caching system, <strong>significantly speeding up your site for non-cached pages</strong> (previously part of <a href=\"http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/\">a power-up</a>)</li>\n<li>Switched to <a href=\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/\"><strong>rel=preload</strong> + Filamentgroup’s loadCSS</a> for CSS deferring</li>\n<li><strong>Additional support for HTTP/2</strong> setups (no GUI, you might need to have a look at the API to see/ use all possibilities)</li>\n<li>Important improvements to the logic of which JS/ CSS can be optimized (getPath function) <strong>increasing reliability of the aggregation process</strong></li>\n<li>Updated to a <strong>newer version of the CSS Minification component</strong> (albeit not <a href=\"https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/commit/13e551ae91e3cdada7f4fba64be494f55c58e097\">the 3.x one</a>, which seems a tad too fresh and which would require me to drop support for PHP 5.2 which will come but just not yet)</li>\n<li>API: Lots of extra filters, making AO (even) more flexible.</li>\n<li>Lots of bugfixes and smaller improvements (see <a href=\"https://github.com/futtta/autoptimize/commits/master\">GitHub commit log</a>)</li>\n</ul>\n<p>So if you want to help:</p>\n<ol>\n<li>Download the <a href=\"https://github.com/futtta/autoptimize/archive/master.zip\">zip-file from Github</a></li>\n<li>Overwrite the contents of <code>wp-content/plugins/autoptimize</code> with the contents of <code>autoptimize-master</code> from the zip</li>\n<li>Test and if any bug (regression) <a href=\"https://github.com/futtta/autoptimize/issues/new\">create an issue in GitHub</a> (if it doesn’t exist already).</li>\n</ol>\n<p>Very much looking forward to your feedback!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2016/09/02/almost-time-to-announce/\" rel=\"bookmark\" title=\"Almost time to announce\">Almost time to announce </a></li>\n<li><a href=\"http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/\" rel=\"bookmark\" title=\"Want to beta-test Autoptimize power-ups?\">Want to beta-test Autoptimize power-ups? </a></li>\n<li><a href=\"http://blog.futtta.be/2016/02/29/heads-up-autoptimize-minor-release/\" rel=\"bookmark\" title=\"Heads up: Autoptimize minor release\">Heads up: Autoptimize minor release </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/4CcE6NyKGcg\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Autoptimize CSS defer switching to loadCSS (soon)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/ZXwmI0Jw1lo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 14:01:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"defer CSS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:14:\"filament group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"loadcss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:7:\"preload\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10466\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"Historically Autoptimize used its own JS-implementation to defer the loading of the main CSS, hooking into the domContentLoaded event and this has worked fine. I knew about Filament Group’s loadCSS, but saw no urgent reason to implement it as I saw no big advantages vs. my homegrown solution. That changed when criticalcss.com’s Jonas contacted me, [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2621:\"<p>Historically Autoptimize used its own JS-implementation to defer the loading of the main CSS, hooking into the domContentLoaded event and this has worked fine. I knew about <a href=\"https://github.com/filamentgroup/loadCSS/\">Filament Group’s loadCSS</a>, but saw no urgent reason to implement it as I saw no big advantages vs. my homegrown solution. That changed when criticalcss.com’s Jonas contacted me, pointing out that the best way to load CSS is now using the <code>rel=\"preload\"</code> approach, which <a href=\"https://github.com/filamentgroup/loadCSS/commit/051abca704fde0f2aeb820bd2ff1148fe1ebb4c6#diff-04c6e90faac2675aa89e2176d2eec7d8\">as of loadCSS 1.3 is also the way loadCSS works</a>;</p>\n<p><code><link rel=\"preload\" href=\"path/to/mystylesheet.css\" as=\"style\" onload=\"this.rel=\'stylesheet\'\"></code></p>\n<p>As <code>rel=\"preload\"</code> currently <a href=\"http://caniuse.com/#feat=link-rel-preload\">is only supported by Chrome & Opera</a> (both Blink-based), a JS polyfill is needed for other browsers which uses loadCSS to load the CSS. Hopefully other browsers catch up on <code>rel=\"preload\"</code> because it is a very elegant solution which allows the CSS to load sooner then with the old code while still being non-render blocking. What more could one which for (“Unicorns” my 10yo daughter might say, but what does she know)?</p>\n<p>Anyways; I have <a href=\"https://github.com/futtta/autoptimize/commit/cacc24e40c783c89facce35f03ab067d5dda0428\">integrated this new approach</a> in a separate branch on GitHub, you can <a href=\"https://github.com/futtta/autoptimize/archive/master.zip\">download the zip-file here</a> to test this and all the other fixes and improvements since 2.1.0. Let me know what you think. Happy preloading!</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2014/02/13/should-you-inline-or-defer-blocking-css/\" rel=\"bookmark\" title=\"Should you inline or defer blocking CSS?\">Should you inline or defer blocking CSS? </a></li>\n<li><a href=\"http://blog.futtta.be/2012/12/20/2012-ffwd-high-performance-twenty-twelve-child-theme/\" rel=\"bookmark\" title=\"2012.FFWD; high performance Twenty Twelve child theme\">2012.FFWD; high performance Twenty Twelve child theme </a></li>\n<li><a href=\"http://blog.futtta.be/2013/01/07/adopting-an-oss-orphan-autoptimize/\" rel=\"bookmark\" title=\"Adopting an OSS-orphan: Autoptimize\">Adopting an OSS-orphan: Autoptimize </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/ZXwmI0Jw1lo\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"No REST for the wicked\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/6kdLadPA9ek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://blog.futtta.be/2017/02/11/no-rest-for-the-wicked/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Feb 2017 14:47:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:8:\"Internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"rants & raves\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:21:\"decisions not optoins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:16:\"disable rest api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10460\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"After the PR-beating WordPress took with the massive defacements of non-upgraded WordPress installations, it is time to revisit the point-of-view of the core-team that the REST API should be active for all and that no option should be provided to disable it (as per the decisions not options philosophy). I for one installed the “Disable [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1544:\"<p>After the PR-beating WordPress took with <a href=\"http://www.bbc.com/news/technology-38930428\">the massive defacements of non-upgraded WordPress installations</a>, it is time to revisit the point-of-view of the core-team that the REST API should be active for all and that no option should be provided to disable it (as per <a href=\"https://wordpress.org/about/philosophy/\">the decisions not options philosophy</a>). I for one installed <a href=\"https://wordpress.org/plugins/disable-json-api/stats/\">the “Disable REST API” plugin</a>.</p>\n<p><a href=\"http://blog.futtta.be/2017/02/11/no-rest-for-the-wicked/\"><img src=\"https://i.ytimg.com/vi/Hh-0y8Qe0Sw/hqdefault.jpg\" alt=\"YouTube Video\"></a><br />Watch this video <a href=\"http://youtu.be/Hh-0y8Qe0Sw\">on YouTube</a>.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2016/03/15/why-would-you-still-be-on-php-5-2/\" rel=\"bookmark\" title=\"Why would you still be on PHP 5.2?\">Why would you still be on PHP 5.2? </a></li>\n<li><a href=\"http://blog.futtta.be/2009/12/23/switching-from-google-reader-to-tiny-tiny-rss/\" rel=\"bookmark\" title=\"Switching from Google Reader to Tiny Tiny RSS\">Switching from Google Reader to Tiny Tiny RSS </a></li>\n<li><a href=\"http://blog.futtta.be/2010/12/31/coding-for-the-new-year/\" rel=\"bookmark\" title=\"Coding for the New Year\">Coding for the New Year </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/6kdLadPA9ek\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://blog.futtta.be/2017/02/11/no-rest-for-the-wicked/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://blog.futtta.be/2017/02/11/no-rest-for-the-wicked/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"How to make Autoptimize (even) faster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/nw4MFxsm8Fc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jan 2017 13:37:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10454\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:370:\"Less blogposts here lately, mostly because I’m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more interesting questions I got there was about Autoptimize being slow [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3125:\"<p>Less blogposts here lately, mostly because I’m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more interesting questions I got there was about <a href=\"https://wordpress.org/support/topic/longer-load-times-when-js-enabled/\">Autoptimize being slow when JS optimization was active and what would be the cause of that</a>. The reply is of interest for a larger audience and is equally valid for CSS optimization;</p>\n<blockquote><p>Typically the majority of time spent in Autoptimize is mainly in the actual minification of code that is not minified yet (purely based on filename; if the filename ends in .min.js or -min.js).</p>\n<p>So generally speaking, the way to avoid this is;<br />\n1. have a <strong>page cache</strong> to avoid requests triggering autoptimize (as in that case the cached HTML will have links to cached CSS/JS in it)<br />\n2. for uncached pages; <strong>make sure AO can re-use previously cached CSS/ JS</strong> (from another page), in which case no minification needs to be done (for that you will almost always want to <strong>NOT aggregate inline JS</strong>, as this almost always busts the cache)<br />\n3. for uncached CSS/ JS; make sure any minified file is recognizable as such in <strong>the filename (e.g. .min.css -min.js)</strong>, this can lighten the minification-load considerably (I’ll add a filter in the next version of AO so you can tell AO a file is minified even if it does not have that in the name).</p>\n<p>So based on this, some tips;<br />\n* make sure you’re not aggregating inline JS<br />\n* for your own code (CSS/ JS); make sure it is minified and that the filename confirms this. if you can convince the theme’s developer to do so, all the better (esp. the already minified but big wp-content/themes/bridge/js/plugins.js is a waste of precious resources)<br />\n* you could try switching to the legacy minifiers (see <a href=\"https://wordpress.org/plugins/autoptimize/faq/\">FAQ</a>) to see if this improves performance<br />\n* you can also check if excluding some un-minified files from minification helps performance (e.g. that bridge/js/plugins.js)</p></blockquote>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2016/04/14/reviewing-bad-reviews-when-in-a-bad-mood/\" rel=\"bookmark\" title=\"Reviewing bad reviews when in a bad mood\">Reviewing bad reviews when in a bad mood </a></li>\n<li><a href=\"http://blog.futtta.be/2014/08/18/when-should-you-trycatch-javascript/\" rel=\"bookmark\" title=\"(When) should you Try/Catch Javascript?\">(When) should you Try/Catch Javascript? </a></li>\n<li><a href=\"http://blog.futtta.be/2015/07/21/want-to-beta-test-autoptimize-power-ups/\" rel=\"bookmark\" title=\"Want to beta-test Autoptimize power-ups?\">Want to beta-test Autoptimize power-ups? </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/nw4MFxsm8Fc\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress 4.7 custom background image bug & workaround\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/_HuuQwRh2Bo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Dec 2016 15:46:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:17:\"custom background\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:13:\"wordpress 4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"workaround\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10437\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:335:\"If you encountered this bug but are not using Autoptimize, leave a comment below or contact me here. Your info can help understand if the regression has an impact outside of Autoptimize as well! Gotta love Sarah, but there’s a small bug in Vaughan’s (WordPress 4.7) that breaks (part of the CSS) when Autoptimized. If [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2909:\"<p>If you encountered this bug but are <strong>not using Autoptimize</strong>, leave a comment below or <a href=\"/contact/\">contact me here</a>. Your info can help understand if the regression has an impact outside of Autoptimize as well!</p>\n<hr />\n<p>Gotta love Sarah, <a href=\"https://wordpress.org/support/topic/incompatibility-with-wp-4-7-aggregate-inline-css/\">but there’s a small bug in Vaughan’s (WordPress 4.7) that breaks (part of the CSS) when Autoptimized</a>. If you have a theme that supports custom backgrounds (e.g. TwentySixteen) and you set that custom background in the Customizer, the URL ends up escaped (well, they wp_json_encode() it actually) like this;</p>\n<pre class=\"brush: css; title: ; notranslate\">\nbody{background-image: url("http:\\/\\/localhost\\/wordpress\\/wp-content\\/uploads\\/layerslider\\/Full-width-demo-slider\\/left.png");}\n</pre>\n<p>Which results in the Autoptimized CSS for the background-image being broken because the URL is not recognized as such. The <a href=\"https://core.trac.wordpress.org/ticket/39145#comment:1\">bug has been confirmed already</a> and <a href=\"https://core.trac.wordpress.org/attachment/ticket/39145/39145.diff\">the fix</a> should land in WordPress 4.7.1.</p>\n<p>If you’re impacted and can’t wait for 4.7.1 to be released, there are 2 workarounds:<br />\n1. simple: disable the “Aggregate inline CSS”-option<br />\n2. geeky: use this code snippet to fix the URL before AO has a change to misinterpret it;</p>\n<pre class=\"brush: php; title: ; notranslate\">add_filter(\'autoptimize_filter_html_before_minify\',\'fix_encoded_urls\');\nfunction fix_encoded_urls($htmlIn) {\n if ( strpos($htmlIn,"body.custom-background") !== false ) {\n preg_match_all("#background-image:\\s?url\\(?[\\"|\']((http(s)?)?:\\\\\\/\\\\\\/.*)[\\"|\']\\)?#",$htmlIn,$badUrls);\n if ($badUrls) {\n foreach ($badUrls[1] as $badUrl) {\n $htmlIn = str_replace($badUrl, stripslashes($badUrl), $htmlIn);\n }\n }\n }\n return $htmlIn;\n}</pre>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2012/12/20/2012-ffwd-high-performance-twenty-twelve-child-theme/\" rel=\"bookmark\" title=\"2012.FFWD; high performance Twenty Twelve child theme\">2012.FFWD; high performance Twenty Twelve child theme </a></li>\n<li><a href=\"http://blog.futtta.be/2013/11/08/wp-default-themes-2010-2014-performance-going-down/\" rel=\"bookmark\" title=\"WP default themes 2010-2014: performance going down\">WP default themes 2010-2014: performance going down </a></li>\n<li><a href=\"http://blog.futtta.be/2014/02/13/should-you-inline-or-defer-blocking-css/\" rel=\"bookmark\" title=\"Should you inline or defer blocking CSS?\">Should you inline or defer blocking CSS? </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/_HuuQwRh2Bo\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"So how does Autoptimize work anyway?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/futtta_wordpress/~3/v3VLBgfa58A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Nov 2016 17:48:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:21:\"how autoptimize works\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10423\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"A question that has come up a couple of times already is how Autoptimize and it’s cache work. So let’s do some copy/pasting of what I replied earlier on the wordpress.org support forum; AO intercepts the HTML created by WordPress for a request (using the output buffer) all references to JS (and CSS) are extracted [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2913:\"<p>A question that has come up a couple of times already is how Autoptimize and it’s cache work. So let’s do some copy/pasting of what I <a href=\"https://wordpress.org/support/topic/what-is-considered-a-huge-cache/#post-8413510\">replied earlier on the wordpress.org support forum</a>;</p>\n<ol>\n<li>AO <strong>intercepts the HTML</strong> created by WordPress for a request (using the output buffer)</li>\n<li>all <strong>references to JS (and CSS) are extracted</strong> from the HTML</li>\n<li>all original <strong>references</strong> to JS (and CSS) are <strong>removed</strong> from the HTML (the code in the original files is left as is, AO never changes those files)</li>\n<li>all JS (and CSS) is <strong>aggregated</strong> (JS in one string, CSS in as many strings as there were media types)</li>\n<li>the <strong>md5-hash</strong> (mathematical/ cryptographic function that generates a quasi-unique string based on another string) of the aggregated JS (and CSS) is calculated</li>\n<li>using the md5 AO <strong>checks if a cached file with that md5 exists</strong> and if so continues to step 8</li>\n<li>if <strong>no cached file</strong> is found, the JS (and CSS) is <strong>minified and cached in a new file</strong>, with the md5 as part of the filename</li>\n<li>the <strong>links</strong> to the autoptimized JS (and CSS) file in cache are <strong>injected in the HTML</strong></li>\n<li>the <strong>HTML is minified</strong> (but not cached in Autoptimize)</li>\n<li>the <strong>HTML is returned to WordPress</strong> (where it can be cached by a page cache and sent to the visitor)</li>\n</ol>\n<p>This is especially interesting if you want to understand why the cache size can “explode”; if in step 4 the code is even a bit different from previous requests, the md5-hash in step 5 will be different so the file will not be found in cache (step 6) and the code will be re-minified (which is relatively expensive) and cached (step 7).</p>\n<p>And that, my friends, is how Autoptimize works.</p>\n<div class=\'yarpp-related-rss\'>\n<p>Possibly related twitterless twaddle:<ul>\n<li><a href=\"http://blog.futtta.be/2012/11/06/dipping-below-the-magical-1-second-page-load-time/\" rel=\"bookmark\" title=\"Dipping below the magical 1 second page load time\">Dipping below the magical 1 second page load time </a></li>\n<li><a href=\"http://blog.futtta.be/2013/04/01/easter-bunny-special-autoptimize-1-6-0/\" rel=\"bookmark\" title=\"Easter Bunny special: Autoptimize 1.6.0\">Easter Bunny special: Autoptimize 1.6.0 </a></li>\n<li><a href=\"http://blog.futtta.be/2015/12/09/bringing-autoptimize-2-0-beta-to-a-christmas-tree-near-you/\" rel=\"bookmark\" title=\"Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you\">Bringing Autoptimize 2.0 (beta) to a Christmas-tree near you </a></li>\n</ul></p>\n</div>\n<img src=\"http://feeds.feedburner.com/~r/futtta_wordpress/~4/v3VLBgfa58A\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:44:\"http://feeds.feedburner.com/futtta_wordpress\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:16:\"futtta_wordpress\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"MdqSdRzlj2Ovx94NvKDlgQy6miU\";s:13:\"last-modified\";s:29:\"Wed, 16 Aug 2017 03:27:49 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Wed, 16 Aug 2017 03:51:11 GMT\";s:7:\"expires\";s:29:\"Wed, 16 Aug 2017 03:51:11 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(5080,'_transient_timeout_feed_mod_3dcbbcc036ac7e5be38f83a0bd0adcdd','1502898671','no'),(5081,'_transient_feed_mod_3dcbbcc036ac7e5be38f83a0bd0adcdd','1502855471','no'),(5082,'_transient_timeout_feed_aed63b76c6b70f6096be5d99f700e3df','1502898671','no'),(5083,'_transient_feed_aed63b76c6b70f6096be5d99f700e3df','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"futtta's blog >> web and mobile technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://blog.futtta.be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Feed for blogposts about web & mobile technology.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 13:05:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Loading webfonts just for a title? Switch to SVG instead.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/gSAtolkODTs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://blog.futtta.be/2017/08/11/loading-webfonts-just-for-a-title-switch-to-svg-instead/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 13:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"boeken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"veerleken\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"Web development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:16:\"boeken-jagers.be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:12:\"boekenjagers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:3:\"svg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:7:\"webfont\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10515\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:473:\"So I wanted to replace a site’s (*) main title which required some fancy font (Courgette!) to be downloaded, by an SVG image. Here’s what I did; make a screenshot of the node in Firefox Developer Tools -> Inspector -> select node -> click “screenshot node” in...<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/gSAtolkODTs\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://blog.futtta.be/2017/08/11/loading-webfonts-just-for-a-title-switch-to-svg-instead/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://blog.futtta.be/2017/08/11/loading-webfonts-just-for-a-title-switch-to-svg-instead/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Quick heads-up: Autoptimize 2.1.2 and 2.2.1 release, includes security fix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/TgbauXC7FLA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://blog.futtta.be/2017/06/21/quick-heads-up-autoptimize-2-1-1-and-2-2-0-release-includes-security-fix/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jun 2017 07:23:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"optimizing matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Quickie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10495\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:476:\"[Updated 23/06 to reflect newer versions 2.1.2 and 2.2.1] Heads-up: Autoptimize 2.2 has just been released with a slew of new features (see changelog) and an important security-fix. Do upgrade as soon as possible. If you prefer not to upgrade to 2.2 (because you prefer the stability of 2.1.0), you...<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/TgbauXC7FLA\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://blog.futtta.be/2017/06/21/quick-heads-up-autoptimize-2-1-1-and-2-2-0-release-includes-security-fix/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://blog.futtta.be/2017/06/21/quick-heads-up-autoptimize-2-1-1-and-2-2-0-release-includes-security-fix/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"See you at WordCamp EU next week?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/jfELKd45Ycw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2017/06/10/see-you-at-wordcamp-eu-next-week/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jun 2017 16:26:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"wp donottrack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"wp-youtube-lyte\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"wceu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10489\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:277:\"I’ll roam the WordCamp EU 2017 campus next Saturday, contact me if you’d like to meet! :-)<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/jfELKd45Ycw\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://blog.futtta.be/2017/06/10/see-you-at-wordcamp-eu-next-week/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://blog.futtta.be/2017/06/10/see-you-at-wordcamp-eu-next-week/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Autoptimize reaches 300K active installs!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/VwBy_alkU7A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://blog.futtta.be/2017/04/12/autoptimize-reaches-300k-active-installs/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Apr 2017 12:09:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"optimizing matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"300k installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10477\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:287:\"Thanks for using Autoptimize guys & girls, looking forward to providing you with the new version next month!<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/VwBy_alkU7A\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://blog.futtta.be/2017/04/12/autoptimize-reaches-300k-active-installs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2017/04/12/autoptimize-reaches-300k-active-installs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Autoptimize 2.2 coming your way, care to test?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/4CcE6NyKGcg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Apr 2017 16:37:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"optimizing matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"autoptimize 2.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:16:\"autoptimize beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:4:\"test\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10474\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:471:\"So work on Autoptimize 2.2 is almost finished and I need your help testing this version before releasing (targeting May, but that depends on you!). The more people I have testing, the faster I might be able to push this thing out and there’s a lot to look forward to; New option: enable/...<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/4CcE6NyKGcg\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2017/04/11/autoptimize-2-2-coming-your-way-care-to-test/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Autoptimize CSS defer switching to loadCSS (soon)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/ZXwmI0Jw1lo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 14:01:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"performance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"defer CSS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:14:\"filament group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"loadcss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:7:\"preload\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10466\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:477:\"Historically Autoptimize used its own JS-implementation to defer the loading of the main CSS, hooking into the domContentLoaded event and this has worked fine. I knew about Filament Group’s loadCSS, but saw no urgent reason to implement it as I saw no big advantages vs. my homegrown solution....<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/ZXwmI0Jw1lo\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://blog.futtta.be/2017/02/24/autoptimize-css-defer-switching-to-loadcss-soon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"No REST for the wicked\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/6kdLadPA9ek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://blog.futtta.be/2017/02/11/no-rest-for-the-wicked/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Feb 2017 14:47:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:8:\"Internet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"rants & raves\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:21:\"decisions not optoins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:16:\"disable rest api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10460\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:469:\"After the PR-beating WordPress took with the massive defacements of non-upgraded WordPress installations, it is time to revisit the point-of-view of the core-team that the REST API should be active for all and that no option should be provided to disable it (as per the decisions not options...<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/6kdLadPA9ek\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://blog.futtta.be/2017/02/11/no-rest-for-the-wicked/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://blog.futtta.be/2017/02/11/no-rest-for-the-wicked/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"How to make Autoptimize (even) faster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/nw4MFxsm8Fc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jan 2017 13:37:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10454\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:475:\"Less blogposts here lately, mostly because I’m doing custom Autoptimize-development for a partner (more on that later) and because I get a lot of support-questions on the wordpress.org support forums (with approx. between 1500-2000 downloads/ weekday that is to be expected). One of the more...<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/nw4MFxsm8Fc\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://blog.futtta.be/2017/01/18/how-to-make-autoptimize-even-faster/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress 4.7 custom background image bug & workaround\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/_HuuQwRh2Bo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Dec 2016 15:46:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:17:\"custom background\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:13:\"wordpress 4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"workaround\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10437\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:476:\"If you encountered this bug but are not using Autoptimize, leave a comment below or contact me here. Your info can help understand if the regression has an impact outside of Autoptimize as well! Gotta love Sarah, but there’s a small bug in Vaughan’s (WordPress 4.7) that breaks (part of...<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/_HuuQwRh2Bo\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://blog.futtta.be/2016/12/07/wordpress-4-7-custom-background-image-bug-workaround/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"So how does Autoptimize work anyway?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/futtta_webtech/~3/v3VLBgfa58A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Nov 2016 17:48:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"autoptimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"lang:en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:21:\"how autoptimize works\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.futtta.be/?p=10423\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"frank\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:477:\"A question that has come up a couple of times already is how Autoptimize and it’s cache work. So let’s do some copy/pasting of what I replied earlier on the wordpress.org support forum; AO intercepts the HTML created by WordPress for a request (using the output buffer) all references to...<br/>\n<br/>\nClick on this article's title to continue reading >><img src=\"http://feeds.feedburner.com/~r/futtta_webtech/~4/v3VLBgfa58A\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://blog.futtta.be/2016/11/09/so-how-does-autoptimize-work-anyway/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:42:\"http://feeds.feedburner.com/futtta_webtech\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:3:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:14:\"futtta_webtech\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"futtta_webtech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"+j0wlL8HIeuvNB1HAxxaSrzpdic\";s:13:\"last-modified\";s:29:\"Wed, 16 Aug 2017 03:47:36 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Wed, 16 Aug 2017 03:51:11 GMT\";s:7:\"expires\";s:29:\"Wed, 16 Aug 2017 03:51:11 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(5084,'_transient_timeout_feed_mod_aed63b76c6b70f6096be5d99f700e3df','1502898671','no'),(5085,'_transient_feed_mod_aed63b76c6b70f6096be5d99f700e3df','1502855471','no'),(5091,'_site_transient_timeout_theme_roots','1502903029','no'),(5092,'_site_transient_theme_roots','a:6:{s:7:\"buffalo\";s:7:\"/themes\";s:5:\"illdy\";s:7:\"/themes\";s:6:\"sydney\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(5093,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1502901239;s:7:\"checked\";a:6:{s:7:\"buffalo\";s:3:\"1.2\";s:5:\"illdy\";s:5:\"2.0.1\";s:6:\"sydney\";s:4:\"1.39\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:6:\"sydney\";a:4:{s:5:\"theme\";s:6:\"sydney\";s:11:\"new_version\";s:4:\"1.41\";s:3:\"url\";s:36:\"https://wordpress.org/themes/sydney/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/sydney.1.41.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.8.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.0.zip\";}}s:12:\"translations\";a:0:{}}','no'),(5094,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1502901233;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:17:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.3.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.3.4.zip\";}s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:39:\"w.org/plugins/all-in-one-event-calendar\";s:4:\"slug\";s:25:\"all-in-one-event-calendar\";s:6:\"plugin\";s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";s:11:\"new_version\";s:6:\"2.5.22\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/all-in-one-event-calendar/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/all-in-one-event-calendar.2.5.22.zip\";}s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/autoptimize.2.2.2.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.8.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.8.1.zip\";}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:33:\"gallery-images/gallery-images.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:28:\"w.org/plugins/gallery-images\";s:4:\"slug\";s:14:\"gallery-images\";s:6:\"plugin\";s:33:\"gallery-images/gallery-images.php\";s:11:\"new_version\";s:5:\"2.2.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/gallery-images/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/gallery-images.2.2.5.zip\";}s:19:\"imagify/imagify.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:21:\"w.org/plugins/imagify\";s:4:\"slug\";s:7:\"imagify\";s:6:\"plugin\";s:19:\"imagify/imagify.php\";s:11:\"new_version\";s:7:\"1.6.9.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/imagify/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/imagify.1.6.9.1.zip\";}s:53:\"leverage-browser-caching/leverage-browser-caching.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:38:\"w.org/plugins/leverage-browser-caching\";s:4:\"slug\";s:24:\"leverage-browser-caching\";s:6:\"plugin\";s:53:\"leverage-browser-caching/leverage-browser-caching.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/leverage-browser-caching/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/leverage-browser-caching.zip\";}s:27:\"p3-profiler/p3-profiler.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:25:\"w.org/plugins/p3-profiler\";s:4:\"slug\";s:11:\"p3-profiler\";s:6:\"plugin\";s:27:\"p3-profiler/p3-profiler.php\";s:11:\"new_version\";s:7:\"1.5.3.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/p3-profiler/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/p3-profiler.1.5.3.9.zip\";}s:51:\"restaurant-reservations/restaurant-reservations.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:37:\"w.org/plugins/restaurant-reservations\";s:4:\"slug\";s:23:\"restaurant-reservations\";s:6:\"plugin\";s:51:\"restaurant-reservations/restaurant-reservations.php\";s:11:\"new_version\";s:5:\"1.7.6\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/restaurant-reservations/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/restaurant-reservations.1.7.6.zip\";}s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:40:\"w.org/plugins/shortpixel-image-optimiser\";s:4:\"slug\";s:26:\"shortpixel-image-optimiser\";s:6:\"plugin\";s:44:\"shortpixel-image-optimiser/wp-shortpixel.php\";s:11:\"new_version\";s:5:\"4.5.5\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/shortpixel-image-optimiser/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/shortpixel-image-optimiser.4.5.5.zip\";}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:33:\"w.org/plugins/the-events-calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:6:\"4.5.10\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.zip\";}s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:41:\"w.org/plugins/wordpress-backup-to-dropbox\";s:4:\"slug\";s:27:\"wordpress-backup-to-dropbox\";s:6:\"plugin\";s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";s:11:\"new_version\";s:5:\"4.7.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/wordpress-backup-to-dropbox/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/wordpress-backup-to-dropbox.zip\";}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:30:\"w.org/plugins/wp-fastest-cache\";s:4:\"slug\";s:16:\"wp-fastest-cache\";s:6:\"plugin\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:11:\"new_version\";s:7:\"0.8.7.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-fastest-cache/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wp-fastest-cache.0.8.7.2.zip\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:7:\"2.7.4.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-smushit.2.7.4.1.zip\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:3:\"5.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.5.2.zip\";}}}','no'),(5097,'_site_transient_timeout_browser_0cc6eb6637a00c9e559f2fb4d8de25b9','1503524023','no'),(5098,'_site_transient_browser_0cc6eb6637a00c9e559f2fb4d8de25b9','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"10.1.2\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(5099,'_transient_timeout_autoptimize_stats','1502922825','no'),(5100,'_transient_autoptimize_stats','a:3:{i:0;i:113;i:1;i:31805181;i:2;i:1502919225;}','no'),(5101,'_site_transient_timeout_community-events-c6b82edb68f5c13faa4877f4aec92d76','1502962433','no'),(5102,'_site_transient_community-events-c6b82edb68f5c13faa4877f4aec92d76','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"184.155.206.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:28:\"New Orleans WordPress meetup\";s:3:\"url\";s:72:\"https://www.meetup.com/New-Orleans-WordPress-Meetup/events/nmwxxmywlbgc/\";s:6:\"meetup\";s:28:\"New Orleans WordPress Meetup\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/New-Orleans-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-08-24 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"New Orleans, LA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:29.948661999999999;s:9:\"longitude\";d:-90.067931999999999;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:10:\"SEO basics\";s:3:\"url\";s:69:\"https://www.meetup.com/New-Orleans-WordPress-Meetup/events/242092020/\";s:6:\"meetup\";s:28:\"New Orleans WordPress Meetup\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/New-Orleans-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-08-24 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"New Orleans, LA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:29.948661999999999;s:9:\"longitude\";d:-90.067931999999999;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordPress help desk\";s:3:\"url\";s:69:\"https://www.meetup.com/New-Orleans-WordPress-Meetup/events/242224102/\";s:6:\"meetup\";s:28:\"New Orleans WordPress Meetup\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/New-Orleans-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-09-28 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"New Orleans, LA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:29.948661999999999;s:9:\"longitude\";d:-90.067931999999999;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Birmingham, AL\";s:3:\"url\";s:36:\"https://2017.birmingham.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-21 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Birmingham, AL\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.329439499999999;s:9:\"longitude\";d:-86.789198499999998;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordPress help desk\";s:3:\"url\";s:72:\"https://www.meetup.com/New-Orleans-WordPress-Meetup/events/lhspdnywnbjc/\";s:6:\"meetup\";s:28:\"New Orleans WordPress Meetup\";s:10:\"meetup_url\";s:52:\"https://www.meetup.com/New-Orleans-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-10-26 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"New Orleans, LA, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:29.948661999999999;s:9:\"longitude\";d:-90.067931999999999;}}}}','no'),(5103,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1502962435','no'),(5104,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 21:26:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.9-alpha-41255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 21:26:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4875\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release. This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the release […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2560:\"<p>After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release.</p>\n<p>This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.8.1\">release notes</a>, the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.8.1&group=component\">tickets closed</a>, and the <a href=\"https://core.trac.wordpress.org/log/branches/4.8?rev=41210&stop_rev=40891\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.1.</p>\n<p>Thanks to everyone who contributed to 4.8.1:<br />\n<a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev/\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/greuben/\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sa3idho/\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 07:50:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4885\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"After a particularly busy month in June, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July. Weekly meeting for new core […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5644:\"<p>After a particularly busy month <a href=\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\">in June</a>, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July.</p>\n<hr />\n<h2>Weekly meeting for new core contributors</h2>\n<p>Onboarding new contributors is a persistent issue for most WordPress contribution teams. While every team welcomes any new contributors, the path to getting deeply involved can be tricky to find at times.</p>\n<p>This month, the Core team implemented a fantastic new initiative: <a href=\"https://make.wordpress.org/core/2017/06/30/announcing-a-weekly-new-contributors-meeting/\">weekly meetings for new core contributors</a> as a way to encourage involvement and foster fresh contributions. The meetings not only focus on bugs suited to first-time contributors, they also make space for experienced contributors to help out individuals who may be new to developing WordPress core.</p>\n<p>The meetings are held every Wednesday at 19:00 UTC in the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>Increased focus on PHP practices in WordPress core</h2>\n<p>In bringing people together to improve WordPress core, a new channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> named #core-php is designed to focus on PHP development in the project.</p>\n<p>Along with this increased concentration on PHP, a <a href=\"https://make.wordpress.org/core/2017/07/06/announcement-for-weekly-php-meetings/\">new weekly meeting is now taking place</a> every Monday at 18:00 UTC in #core-php to improve WordPress core’s PHP practices.</p>\n<h2>Sharp rise in meetup group growth</h2>\n<p>The dashboard events widget in WordPress 4.8 displays local, upcoming WordPress events for the logged in user. The events listed in this widget are pulled from the <a href=\"https://www.meetup.com/pro/wordpress/\">meetup chapter program</a>, as well as the <a href=\"https://central.wordcamp.org/schedule\">WordCamp schedule</a>.</p>\n<p>This widget provides greater visibility of official WordPress events, and encourages community involvement in these events. It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program. This is compared to 19 new groups and only 7,071 new members in the same time period last year.</p>\n<p>You can find a local meetup group to join <a href=\"https://www.meetup.com/pro/wordpress/\">on meetup.com</a>, and if you would like to get involved in organizing events for your community, you can find out more about the inner workings of the program <a href=\"https://make.wordpress.org/community/meetups/\">on the Community Team site</a> or by joining the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>WordPress 4.8.1 due for imminent release</h2>\n<p>WordPress 4.8 cycle’s first maintenance release will be published in the coming week, more than a month after 4.8 was released. This release fix some important issues in WordPress core and the majority of users will find that their sites will update to this new version automatically.</p>\n<p>If you would like to help out by testing this release before it goes live, you can follow the <a href=\"https://make.wordpress.org/core/handbook/testing/beta/\">beta testing guide</a> for WordPress core. To get further involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>The WordPress mobile apps have been updated with <a href=\"https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/\">a brand new text editor</a>.</li>\n<li>In a recent push to encourage WordPress users to upgrade their PHP versions, two features have been proposed – one <a href=\"https://core.trac.wordpress.org/ticket/41191\">to provide a notice to users</a> and another to <a href=\"https://core.trac.wordpress.org/ticket/40934\">allow PHP version requirements to be specified by plugins and themes</a>.</li>\n<li>John Maeda wrote <a href=\"https://make.wordpress.org/design/2017/07/14/whywordpress2/\">a great post</a> celebrating the freedom that WordPress offers.</li>\n<li>Gutenberg, the new text editor for WordPress, is <a href=\"https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/\">in continual development</a> — everyone is invited to <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>.</li>\n<li>The WordPress Meta team is starting <a href=\"https://make.wordpress.org/meta/2017/07/26/experiment-wordcamp-org-bug-scrubs/\">a new initiative</a> to bring the community together to focus on fixing bugs across the WordCamp.org network.</li>\n<li>Volunteer applications for WordCamp US <a href=\"https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/\">are now open</a>.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jul 2017 11:42:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4865\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9225:\"<p><i>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month.</i></p>\n<p>Aside from other general news, the three big events in June were the release of WordPress 4.8, WordCamp Europe 2017, and the WordPress Community Summit. Read on to hear more about these as well as other interesting stories from around the WordPress world.</p>\n<hr />\n<h2>WordPress 4.8</h2>\n<p>On June 8, a week before the Community Summit and WordCamp Europe,<a href=\"https://wordpress.org/news/2017/06/evans/\"> WordPress 4.8 was released</a>.You can read<a href=\"https://make.wordpress.org/core/2017/05/26/wordpress-4-8-field-guide/\"> the Field Guide</a> for a comprehensive overview of all the features of this release (the News and Events widget in the dashboard is one of the major highlights).</p>\n<p>Most people would either have their version auto-updated, or their hosts would have updated it for them. For the rest, the updates have gone smoothly with no major issues reported so far.</p>\n<p>This WordPress release saw contributions from 346 individuals; you can find their names in <a href=\"https://wordpress.org/news/2017/06/evans/\">the announcement post</a>. To get involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<h2>WordCamp Europe 2017</h2>\n<p><a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe 2017</a> was held in Paris between June 15-17. The event began with a Contributor Day, followed by two days of talks and community goodness. The talks were live-streamed, but you can still catch all the recordings <a href=\"http://wordpress.tv/event/wordcamp-europe-2017/\">on WordPress.tv</a>. The organisers also published <a href=\"https://2017.europe.wordcamp.org/2017/06/30/wordcamp-europe-2017-in-paris-its-a-wrap/\">a handy wrap-up of the event</a>.</p>\n<p>WordCamp Europe exists to bring together the WordPress community from all over the continent, as well as to inspire local communities everywhere to get their own events going — to that end, the event was a great success, as a host of new meetup groups have popped up in the weeks following WordCamp Europe.</p>\n<p>The work that Contributor Day participants accomplished was both varied and valuable, covering all aspects of the WordPress project — have a look through <a href=\"https://make.wordpress.org/\">the Make blogs</a> for updates from each team.</p>\n<p>Finally, we also learned during the event that <a href=\"https://2017.europe.wordcamp.org/2017/06/17/belgrade-serbia-to-host-wordcamp-europe-2018/\">WordCamp Europe 2018 will be held in Belgrade, Serbia</a>, continuing the tradition of exploring locations and communities across the continent.</p>\n<h2>WordPress Community Summit</h2>\n<p>The fourth WordPress Community Summit took place during the two days leading up to WordCamp Europe 2017. This event is an invite-only unconference where people from all over the WordPress community come together to discuss some of the more difficult issues in the community, as well as to make plans for the year ahead in each of the contribution teams.</p>\n<p>As the Summit is designed to be a safe space for all attendees, the notes from each discussion are in the process of being anonymized before we publish them on <a href=\"https://make.wordpress.org/summit/\">the Summit blog</a> (so stay tuned – they’ll show up there over the next few weeks).</p>\n<p>You can already see the final list of topics that were proposed for the event <a href=\"https://make.wordpress.org/summit/2017/06/10/community-summit-2017-final-list-of-topic/\">here</a> (although a few more were added during the course of the two day Summit).</p>\n<h2>WordPress marketing push continues apace</h2>\n<p>As part of the push to be more intentional in marketing WordPress (as per Matt Mullenweg’s <a href=\"http://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/\">2016 State of the Word</a>), the Marketing team has launched two significant drives to obtain more information about who uses WordPress and how that information can shape their outreach and messaging efforts.</p>\n<p><a href=\"https://make.wordpress.org/marketing/2017/06/15/wordpress-case-studies-and-usage-survey/\">The team is looking for WordPress case studies</a> and is asking users, agencies, and freelancers to take a WordPress usage survey. This will go a long way towards establishing a marketing base for WordPress as a platform and as a community — and many people in the community are looking forward to seeing this area develop further.</p>\n<p>To get involved in the WordPress Marketing team, you can visit <a href=\"https://make.wordpress.org/marketing/\">their team blog</a>.</p>\n<h2>New Gutenberg editor available for testing</h2>\n<p>For some time now, the Core team has been hard at work on a brand-new text editor for WordPress — this project has been dubbed “Gutenberg.” The project’s ultimate goal is to replace the existing TinyMCE editor, but for now it is in beta and available for public testing — <a href=\"https://wordpress.org/plugins/gutenberg/\">you can download it here as a plugin</a> and install it on any WordPress site.</p>\n<p>This feature is still in beta, so we don’t recommend using it on a production site. If you test it out, though, you’ll find that it is a wholly different experience to what you are used to in WordPress. It’s a more streamlined, altogether cleaner approach to the text-editing experience than we’ve had before, and something that many people are understandably excited about. Matt Mullenweg discussed the purpose of Gutenberg in more detail during <a href=\"http://wordpress.tv/2017/07/01/interview-and-qanda-with-matt-mullenweg/\">his Q&A at WordCamp Europe</a>.</p>\n<p>There are already a few reviews out from <a href=\"https://kinsta.com/blog/gutenberg-wordpress-editor/\">Brian Jackson at Kinsta</a>, <a href=\"https://daily.jorb.in/2017/06/random-thoughts-on-gutenberg/\">Aaron Jorbin</a>, and <a href=\"https://www.mattcromwell.com/gutenberg-first-impressions/\">Matt Cromwell</a> (among many others). Keep in mind that the project is in constant evolution at this stage; when it eventually lands in WordPress core (probably in v5.0), it could look very different from its current iteration — that’s what makes this beta stage and user testing so important.</p>\n<p>To get involved with shaping the future of Gutenberg, please <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>, and join the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>. You can also visit <a href=\"https://github.com/WordPress/gutenberg\">the project’s GitHub repository</a> to report issues and contribute to the codebase.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li style=\"font-weight: 400\">Bridget Willard <a href=\"https://make.wordpress.org/community/2017/06/21/proposed-wordcamp-editorial-calendar/\">has proposed an editorial calendar</a> to assist WordCamp organizers with publishing content for their event.</li>\n<li style=\"font-weight: 400\">A new kind of niche WordCamp, <a href=\"https://2017-denver.journalist.wordcamp.org/\">WordCamp for Publishers in Denver</a>, has opened ticket sales.</li>\n<li style=\"font-weight: 400\">The WordPress iOS app was updated with <a href=\"https://en.blog.wordpress.com/2017/06/21/an-all-new-media-library-for-the-wordpress-ios-app/\">a fresh, new media library</a> this month.</li>\n<li style=\"font-weight: 400\">It looks like <i>Underscores</i>, the popular WordPress starter theme, <a href=\"https://themeshaper.com/2017/06/26/the-future-of-underscores-and-a-new-committer/\">has a bright future ahead of it</a>, with a renewed vision and new committer.</li>\n<li style=\"font-weight: 400\">The always-inspiring Tom McFarlin <a href=\"https://tommcfarlin.com/simple-autoloader-for-wordpress\">has released a simple autoloader for WordPress</a> that looks very useful indeed.</li>\n<li style=\"font-weight: 400\">After a bit of a discussion on Twitter regarding the differences between WordPress.org, WordPress.com, and Jetpack, <a href=\"https://helen.wordpress.com/2017/06/21/restaurant-vs-meal-kit-vs-grocery-shopping-or-wordpress-com-vs-jetpack-vs-wordpress-org/\">Helen Hou-Sandí came up with a great analogy</a> and an interesting post about it all.</li>\n<li style=\"font-weight: 400\">If you’re interested in contributing specifically to the JavaScript or PHP areas of the WordPress core codebase, then the new #core-js and #core-php channels in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> are perfect for you.</li>\n</ul>\n<p><i>If you have a story we should consider including in the next “Month in WordPress” post, please </i><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><i>submit it here</i></a><i>.</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.8 “Evans”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2017/06/evans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jun 2017 14:49:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4770\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:42631:\"<h2 style=\"text-align: center\">An Update with You in Mind</h2>\n<p><img class=\"aligncenter size-large wp-image-4816\" src=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=632%2C316&ssl=1\" alt=\"\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=1024%2C512&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2017/06/release-featured-image.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Gear up for a more intuitive WordPress!</h3>\n<p>Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand.</p>\n<p>Though some updates seem minor, they’ve been built by hundreds of contributors with <em>you</em> in mind. Get ready for new features you’ll welcome like an old friend: link improvements, <em>three</em> new media widgets covering images, audio, and video, an updated text widget that supports visual editing, and an upgraded news section in your dashboard which brings in nearby and upcoming WordPress events.</p>\n<hr />\n<h2 style=\"text-align: center\">Exciting Widget Updates</h2>\n<p><img class=\"size-large wp-image-4776 aligncenter\" src=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=632%2C436&ssl=1\" alt=\"\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=1024%2C706&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=300%2C207&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?resize=768%2C530&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2017/06/widgets-with-all-four.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<h3>Image Widget</h3>\n<p>Adding an image to a widget is now a simple task that is achievable for any WordPress user without needing to know code. Simply insert your image right within the widget settings. Try adding something like a headshot or a photo of your latest weekend adventure — and see it appear automatically.</p>\n<h3>Video Widget</h3>\n<p>A welcome video is a great way to humanize the branding of your website. You can now add any video from the Media Library to a sidebar on your site with the new Video widget. Use this to showcase a welcome video to introduce visitors to your site or promote your latest and greatest content.</p>\n<h3>Audio Widget</h3>\n<p>Are you a podcaster, musician, or avid blogger? Adding a widget with your audio file has never been easier. Upload your audio file to the Media Library, go to the widget settings, select your file, and you’re ready for listeners. This would be a easy way to add a more personal welcome message, too!</p>\n<h3>Rich Text Widget</h3>\n<p>This feature deserves a parade down the center of town! Rich-text editing capabilities are now native for Text widgets. Add a widget anywhere and format away. Create lists, add emphasis, and quickly and easily insert links. Have fun with your newfound formatting powers, and watch what you can accomplish in a short amount of time.</p>\n<hr />\n<h2 style=\"text-align: center\">Link Boundaries</h2>\n<div id=\"v-8BDWH3QG-1\" class=\"video-player\"><video id=\"v-8BDWH3QG-1-video\" width=\"632\" height=\"342\" poster=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.mp4\" type=\"video/mp4; codecs="avc1.64001E, mp4a.40.2"\" /><source src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_fmt1.ogv\" type=\"video/ogg; codecs="theora, vorbis"\" /><div><img alt=\"Link Boundaries\" src=\"https://videos.files.wordpress.com/8BDWH3QG/3-link-boundaries_dvd.original.jpg?resize=632%2C342\" data-recalc-dims=\"1\" /></div><p>Link Boundaries</p></video></div>\n<p>Have you ever tried updating a link, or the text around a link, and found you can’t seem to edit it correctly? When you edit the text after the link, your new text also ends up linked. Or you edit the text in the link, but your text ends up outside of it. This can be frustrating! With link boundaries, a great new feature, the process is streamlined and your links will work well. You’ll be happier. We promise.</p>\n<hr />\n<h2 style=\"text-align: center\">Nearby WordPress Events</h2>\n<p><img class=\"aligncenter wp-image-4779 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=632%2C465&ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=1024%2C753&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=300%2C221&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?resize=768%2C565&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2017/06/events-widget.png?w=1126&ssl=1 1126w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Did you know that WordPress has a thriving offline community with groups meeting regularly in more than 400 cities around the world? WordPress now draws your attention to the events that help you continue improving your WordPress skills, meet friends, and, of course, publish!</p>\n<p>This is quickly becoming one of our favorite features. While you are in the dashboard (because you’re running updates and writing posts, right?) all upcoming WordCamps and official WordPress Meetups — local to you — will be displayed.</p>\n<p>Being part of the community can help you improve your WordPress skills and network with people you wouldn’t otherwise meet. Now you can easily find your local events just by logging in to your dashboard and looking at the new Events and News dashboard widget.</p>\n<hr />\n<h2 style=\"text-align: center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/17/cleaner-headings-in-the-admin-screens/\">More Accessible Admin Panel Headings</a></h3>\n<p>New CSS rules mean extraneous content (like “Add New” links) no longer need to be included in admin-area headings. These panel headings improve the experience for people using assistive technologies.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/removal-of-core-embedding-support-for-wmv-and-wma-file-formats/\">Removal of Core Support for WMV and WMA Files</a></h3>\n<p>As fewer and fewer browsers support Silverlight, file formats which require the presence of the Silverlight plugin are being removed from core support. Files will still display as a download link, but will no longer be embedded automatically.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/22/multisite-focused-changes-in-4-8/\">Multisite Updates</a></h3>\n<p>New capabilities have been introduced to 4.8 with an eye towards removing calls to<br />\n<code>is_super_admin()</code>. Additionally, new hooks and tweaks to more granularly control site and user counts per network have been added.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/23/addition-of-tinymce-to-the-text-widget/\">Text-Editor JavaScript API</a></h3>\n<p>With the addition of TinyMCE to the text widget in 4.8 comes a new JavaScript API for instantiating the editor after page load. This can be used to add an editor instance to any text area, and customize it with buttons and functions. Great for plugin authors!</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/26/media-widgets-for-images-video-and-audio/\">Media Widgets API</a></h3>\n<p>The introduction of a new base media widget REST API schema to 4.8 opens up possibilities for even more media widgets (like galleries or playlists) in the future. The three new media widgets are powered by a shared base class that covers most of the interactions with the media modal. That class also makes it easier to create new media widgets and paves the way for more to come.</p>\n<h3><a href=\"https://make.wordpress.org/core/2017/05/16/customizer-sidebar-width-is-now-variable/\">Customizer Width Variable</a></h3>\n<p>Rejoice! New responsive breakpoints have been added to the customizer sidebar to make it wider on high-resolution screens. Customizer controls should use percentage-based widths instead of pixels.</p>\n<hr />\n<h2 style=\"text-align: center\">The Squad</h2>\n<p>This release was led by <a href=\"https://matt.blog\">Matt</a> and <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, with the help of the following fabulous folks. There are 346 contributors with props in this release, with 106 of them contributing for the first time. Pull up some Bill Evans on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">Dipesh Kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Francesco Taurino</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt Jaworski</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n<p> </p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.8. Their efforts bring WordPress 4.8 fully translated to 38 languages at release time with more on the way.</p>\n<p>Do you want to report on WordPress 4.8? <a href=\"https://s.w.org/images/core/4.8/wp-4-8_press-kit.zip\">We’ve compiled a press kit</a> featuring information about the release features, and some media assets to help you along.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress — we hope you enjoy!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/06/wordpress-4-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jun 2017 22:13:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4765\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:336:\"The second release candidate for WordPress 4.8 is now available. To test WordPress 4.8, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip). We’ve made a handful of changes since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"<p>The second release candidate for WordPress 4.8 is now available.</p>\n<p>To test WordPress 4.8, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.8-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40866&stop_rev=40847\">a handful of changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/\">RC1</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>Happy testing!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4765\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.8 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/05/wordpress-4-8-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 May 2017 23:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4758\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:325:\"The release candidate for WordPress 4.8 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on Thursday, June 8, but we need your help to get there. If you haven’t tested 4.8 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2365:\"<p>The release candidate for WordPress 4.8 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.8 on <strong>Thursday, June 8</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.8 yet, now is the time!</p>\n<p>To test WordPress 4.8, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.8-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40840&stop_rev=40821\">a handful of changes</a> since releasing Beta 2 earlier this week. For more details about what’s new in version 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\">Beta 2</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.8 and update your plugin’s <em>Tested up to</em> version in the readme to 4.8. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p>This release’s haiku is courtesy of <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a>:</p>\n<p><em>Érrese uno</em><br />\n<em>Cien veces y más</em><br />\n<em>Erre ce dos</em></p>\n<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4758\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.8 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 May 2017 00:02:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4749\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.8 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1621:\"<p>WordPress 4.8 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.8, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.8-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.8, check out the <a href=\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\">Beta 1</a> blog post. Since then, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=40819&stop_rev=40664&limit=100&sfp_email=&sfph_mail=\">over 50 changes</a> in Beta 2.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>WordPress four point eight<br />\nOne step closer to release<br />\nPlease test Beta 2!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4749\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2017/05/wordpress-4-7-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 May 2017 22:39:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4734\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"WordPress 4.7.5 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.4 and earlier are affected by six security issues: Insufficient redirect validation in the HTTP class. Reported by Ronni Skansing. Improper handling of post meta data values in the XML-RPC […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Pascal Birchler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2349:\"<p>WordPress 4.7.5 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.4 and earlier are affected by six security issues:</p>\n<ol>\n<li>Insufficient redirect validation in the HTTP class. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>.</li>\n<li>Improper handling of post meta data values in the XML-RPC API. Reported by <a href=\"https://hackerone.com/jazzy2fives\">Sam Thomas</a>.</li>\n<li>Lack of capability checks for post meta data in the XML-RPC API. Reported by <a href=\"https://profiles.wordpress.org/vortfu\">Ben Bidner</a> of the WordPress Security Team.</li>\n<li>A Cross Site Request Forgery (CSRF) vulnerability was discovered in the filesystem credentials dialog. Reported by <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered when attempting to upload very large files. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronni Skansing</a>.</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered related to the Customizer. Reported by <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a> of the WordPress Security Team.</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.5 contains 3 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.5\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.7.5&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.5</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.5.</p>\n<p>Thanks to everyone who contributed to 4.7.5.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4734\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Now on HackerOne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/news/2017/05/wordpress-now-on-hackerone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 May 2017 16:02:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4730\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that WordPress is now officially […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1715:\"<p>WordPress has grown a lot over the last thirteen years – it now powers more than 28% of the top ten million sites on the web. During this growth, each team has worked hard to continually improve their tools and processes. Today, the WordPress Security Team is happy to announce that <a href=\"https://hackerone.com/wordpress\">WordPress is now officially on HackerOne</a>!</p>\n<p><a href=\"https://www.hackerone.com/about\">HackerOne</a> is a platform for security researchers to securely and responsibly report vulnerabilities to our team. It provides tools that improve the quality and consistency of communication with reporters, and will reduce the time spent on responding to commonly reported issues. This frees our team to spend more time working on improving the security of WordPress.</p>\n<p>The security team has been working on this project for quite some time. Nikolay Bachiyski started the team working on it just over a year ago. We ran it as a private program while we worked out our procedures and processes, and are excited to finally make it public.</p>\n<p>With the announcement of the WordPress HackerOne program we are also introducing bug bounties. Bug bounties let us reward reporters for disclosing issues to us and helping us secure our products and infrastructure. We’ve already awarded more than $3,700 in bounties to seven different reporters! We are thankful to Automattic for paying the bounties on behalf of the WordPress project.</p>\n<p>The program and bounties cover all our projects including WordPress, BuddyPress, bbPress, GlotPress, and WP-CLI as well as all of our sites including WordPress.org, bbPress.org, WordCamp.org, BuddyPress.org, and GlotPress.org.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.8 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/05/wordpress-4-8-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 May 2017 00:15:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4727\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"We’re planning a smaller WP release early next month, bringing in three major enhancements: An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it’s hard to describe.) A revamp of the dashboard news widget to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1148:\"<p>We’re planning a smaller WP release early next month, bringing in three major enhancements:</p>\n<ul>\n<li>An improved visual editor experience, with a new TinyMCE that allows you to navigate more intuitively in and out of inline elements like links. (Try it out to see, it’s hard to describe.)</li>\n<li>A revamp of the dashboard news widget to bring in nearby and upcoming events including meetups and WordCamps.</li>\n<li>Several new media widgets covering images, audio, and video, and an enhancement to the text widget to support visual editing.</li>\n</ul>\n<p>The first beta of 4.8 is now available for testing. You can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">beta tester plugin</a> (or just run trunk) to try the latest and greatest, and each of these areas could use a ton of testing. Our goals are to make editing posts with links more intuitive, make widgets easier for new users and more convenient for existing ones, and get many more people aware of and attending our community events.</p>\n<p><em>Four point eight is here<br />\nSmall changes with a big punch<br />\nBig ones come later</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4727\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 16 Aug 2017 21:33:54 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 02 Aug 2017 21:26:25 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(5105,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1502962435','no'),(5106,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1502919235','no'),(5107,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1502962435','no'),(5108,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Post Status: Free speech, privacy, and the web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=38615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/free-speech-privacy-and-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7492:\"<p>Politics and the web are intersecting more and more. In recent news, at least three WordPress related companies have been getting broad media attention.</p>\n<p>In just a few days, we’ve seen GoDaddy <a href=\"https://www.vox.com/policy-and-politics/2017/8/14/16143820/godaddy-and-google-wont-host-daily-stormer-domain\">shut down a site</a> for violating terms and conditions, <a href=\"https://www.fastcompany.com/40454089/wordpress-bans-website-of-fascist-group-linked-to-alleged-charlottesville-killer\">as well as</a> Automattic. DreamHost received significant attention for <a href=\"https://www.dreamhost.com/blog/we-fight-for-the-users/\">refusing to release site visitor information</a> to the US Department of Justice.</p>\n<p>I think the most relevant angle for this website is to note that it’s important for web-based services to be prepared for the unexpected news cycles that revolve around web-based properties.</p>\n<p>How well does your PR team know your terms and conditions? What’s your stance on free speech, and when can that cross a line into speech or content that your service is ready to limit? The definitions can be narrow; let’s look at Automattic’s decision to shut down a site called Blood and Soil.</p>\n<p>It’s a despicable site, and it has been for a while. Automattic is aware of the sites that exist on WordPress.com, and this isn’t their first rodeo with objectionable sites receiving lots of backlash from advocacy groups. For instance, the Guccifer 2.0 person or group that hacked the Democratic National Committee was on WordPress.com, and they still are. There are countless others, some hacking related, some simply vile or hate-filled.</p>\n<p>So what makes a site cross the line for a particular service? GoDaddy’s Ben Butler <a href=\"https://www.fastcompany.com/40411086/activists-push-back-against-the-platforms-that-quietly-empower-hate-groups\">described to Fast Company</a> that they draw the line between speech and violence:</p>\n<blockquote><p>GoDaddy’s Ben Butler described to Fast Company that they draw the line between speech and violence:</p>\n<p>“We strongly support the First Amendment and are very much against censorship on the internet,” writes Ben Butler, director of the Digital Crimes Unit for <a href=\"https://www.godaddy.com/\">GoDaddy</a>, in an email. He adds that, “if a site promotes, encourages, or engages in violence against people, we will take action.”</p></blockquote>\n<p>The GoDaddy decision (which Google followed up with as well) was especially interesting because they made the decision as the domain registrar, not a content host. In that case they weren’t actually providing the hosting service.</p>\n<p>Automattic has similar policies. Specifically, they link to <a href=\"https://en.support.wordpress.com/user-guidelines/\">user guidelines</a> within their <a href=\"https://en.wordpress.com/tos/\">ToS</a>, which has a clause for “directly threatening material.”</p>\n<blockquote><p>Do not post direct and realistic threats of violence. That is, you cannot post a genuine call for violence—or death—against an individual person, or groups of persons. This doesn’t mean that we’ll remove all hyperbole or offensive language.</p></blockquote>\n<p>They also have a specific policy (not directly linked from their ToS) for <a href=\"https://en.support.wordpress.com/terrorist-activity/\">terrorist activity</a>, and a provision to allow them to remove content or users for any reason.</p>\n<p>The terrorist in Charlottesville aligned himself with Blood And Soil, prompting Automattic to pull the plug — as the line was crossed.</p>\n<p>DreamHost’s <a href=\"https://www.dreamhost.com/blog/we-fight-for-the-users/\">pushback to the government</a> was about First Amendment concerns as well, primarily with visitors:</p>\n<blockquote><p>The request from the DOJ demands that DreamHost hand over 1.3 <em>million</em> visitor IP addresses — in addition to contact information, email content, and photos of <strong>thousands</strong> of people — in an effort to determine who simply <em>visited</em> the website. (Our customer has also been notified of the pending warrant on the account.)</p>\n<p>That information could be used to identify any individuals who used this site to exercise and express political speech protected under the Constitution’s First Amendment. That should be enough to set alarm bells off in anyone’s mind.</p></blockquote>\n<p>Every host deals with requests that may not require visitor information but definitely do require account information. Automattic’s Paul Sieminski provided a helpful post on the <a href=\"https://transparency.automattic.com/2017/07/25/shining-light-on-national-security-letters/\">types of requests they get</a>, and how they handle them.</p>\n<p>The US has broad protections built into the First Amendment covering free speech. Platforms are not required to meet those protections; however, many are strident supporters of the First Amendment. Those protections are often for some of the most unpopular types of content. The Supreme Court has ruled there’s <a href=\"https://www.bostonglobe.com/opinion/2017/08/14/there-hate-speech-exception-first-amendment/q9m4IqfQvbo24nnlnPor1O/story.html\">no hate speech exception in the First Amendment</a>, and this ruling has been cited recently in a trademark case.</p>\n<p>I think the author of the above-cited op-ed makes a good point:</p>\n<blockquote><p>We can and should speak up against hate. As the Supreme Court makes clear, there’s no hate speech exception to the First Amendment. With that freedom comes a heavy burden for government officials like Baker and Walsh, who must try to keep protected speech from turning into acts of violence.</p></blockquote>\n<p>The burden is also heavy for platforms who are dedicated to providing a place for unpopular opinions. There are many times when the unpopular opinion, or anti-government opinion, is incredibly important to protect. But when speech stems over into violence, then I believe platforms have not only a right, but also a responsibility to take a stand.</p>\n<p>It’s important for organizations to be educated about and consistent with their own terms of service, company-wide. I’m afraid these hard questions about speech, rights, and responsibility will be pretty common for a while to come. And as fast as information spreads — for instance, the calls for GoDaddy to shut down a hate site this week came in a fury, part of a quickly viral Twitter post — acting quickly and consistently will be incredibly important.</p>\n<p>I’ve talked about platforms and services with some control over their user base. The obvious other side of this is that there is a whole segment of our community with no control over their users. Your theme, plugin, and WordPress itself can be used without permission by absolutely anyone, and of course that’s by design. WordPress or a WordPress-related product could be identified and criticized virally for enabling objectionable users and content</p>\n<p>As a community, are we prepared to respond to that?</p>\n<p>PS: If you’re a journalist writing about WordPress.com and issues like these, please understand the difference between WordPress.com, owned by Automattic, and WordPress the software. <a href=\"https://poststatus.com/resources/wordpress-versus-automattic/\">I wrote a handy guide for you</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 18:38:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"HeroPress: The Greatest Screenplay Writer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2033\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/greatest-screenplay-writer/#utm_source=rss&utm_medium=rss&utm_campaign=greatest-screenplay-writer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14463:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/081617-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress is not like any other open source communityI saw before.\" /><p>My upbringing was not quite usual Serbian upbringing. I was almost forbidden to do things I didn’t really love. My parents insisted on trying things and finding that deep passion. But I didn’t have to search and try. I always knew what I’d be when I grow up. As long as I remember, there was no doubt.</p>\n<h3>A classical musician</h3>\n<p>When I was 8 my mom took me to local music school for entrance examination. I was in! Oh, joy! Finally I was learning to play and sing, to read and write this new language. Italian. Oh, music scores too! There was a whole new world that my parents, or anyone in my family, didn’t know anything about and I was stepping into it. I was doing just fine in it.. and I couldn’t live outside of it.</p>\n<p>As time passed, I finished elementary and high music school, went to music Academy, almost finished it and then my mother died. It was 2003. Two weeks later I found out I was pregnant. There was no time for grief and I couldn’t feel the joy. I just switched off and turned to the facts: I became a mom and a wife and I needed a job.</p>\n<p>And what a job did I found. An opera prompter. Opera Prompter! God, I love that job. Every second of it for ten years. I was yelling at singers, singing, conducting, traveling, laughing and crying. My Italian was significantly improved. Working time was great – so much free time to be a mom, study for Academy, get a hobby…</p>\n<h3>Opera prompter’s hobby</h3>\n<p>In 2007 I was administrator in one English speaking forum with focus on software and hardware topics. It helped me to significantly improve my English. And my tech knowledge. Which was close to none when I registered. As one of administrators, occasionally I had to tweak site here and there. It was great! There was this code and when I would change something in code it would show on the site. Neat! I loved reading those files, finding patterns and parts written in humanly understandable forms. Later I learned those were called loops and conditionals. Also later I learned that this language is called PHP and that many other languages for building websites exist. Forum script was phpBB3.</p>\n<p>I was never a gamer. Never understood the point of game, besides finishing it. I guess PHP was to me what games are to passionate gamers. Like a puzzle or sudoku.</p>\n<p>At the same time my marriage was turning from bad into worse and in the beginning of 2008 I finally decided it was enough. We were working on Mozart’s “Don Giovanni” in Theater. I remember this so clearly because my divorce was just turning from bad into worse. Those few months lasted for centuries after which I still needed a lot of time to recover what’s left of my self-esteem. My complete mental and emotional health was destroyed after years of domestic violence.</p>\n<p>2009 was important year for me. The cognition of possibility to have local server on my own machine and test everything before executing it on live site turned out to be very helpful.</p>\n<p>In October I needed a blog script and friend recommended WordPress. It was 2.9 version. It didn’t really work well but everyone was writing about it. There were at least 5 new tutorials on various blogs every day. I was digesting them every morning with my first coffee. The ones I really liked I even reproduced in my shiny new localhost. Soon enough I developed a local monster with different widgets on each page, future posts archive, post series done with custom fields and God knows whatnot. This WordPress was slowly taking over my free time. Every second of it.</p>\n<h3>So, the WordPress it is</h3>\n<p>One day a friend of mine asked me to build him a website for his ensemble. And for money. Money? I never thought of getting money for this. This was too good of a hobby. But he’s a friend so I did it. Then another friend showed up with the same request. And another.. I became freelance WordPress developer before I could even understand what was happening. It wasn’t really a favor to friends any more. I was a single mom with mortgage. My daughter was in primary school, life costs became serious while the art-and-culture salary was silently and regularly reduced.</p>\n<blockquote><p>I was freelancing every single minute I could. Sleeping was luxury I could afford on weekends.</p></blockquote>\n<p>My dad was helping me tremendously. He was babysitting during theater’s rehearsals and performances in the evenings. When I’d get home, my daughter was sleeping, tomorrow’s meals cooked, dishes done and shining. I could go on like this but it was uncertain for how long.</p>\n<p>In the summer of 2013 I was recovering from what was supposed to be routine gallbladder surgery and what nearly cost me life. Almost fully operational, I was getting ready for next roller coaster known as a mix of school year, freelancing and theater’s season. Then my father died. Suddenly. In an accident.</p>\n<p>Oh, this screaming silence..</p>\n<p>I couldn’t think. Or breathe. For months. I needed someone to put the roller coaster on pause. Just.. Just a short one. To take a breathe. But there was no one. I was all alone with a 9 years old child who had to grow up fast. I had to grow up fast.</p>\n<blockquote><p>All of a sudden I realized that I can not afford a single mistake any more. I can not be ill, get in debts, lose job. Or mind. I was the only one I could count on.</p></blockquote>\n<p>In 2014 my theater salary got reduced once again. And again in following year. 30% in total. For ten years it never covered all of my monthly expenses but this was ridiculous. It was a time for me to stop playing it safe and see what I’m made of. That was probably the most difficult decision I have ever made. A heart breaking one. Stop being musician. So I quit being Opera Prompter and started working as a full time WordPress developer.</p>\n<h3>Well, hello, World!</h3>\n<p>I didn’t really know for which wage level my knowledge was. For years I was the only WordPress developer I knew in person. The rest were all online superstars I was learning from. So I started as a shy medior and the only WordPress developer in agency. It turns out that, for this agency needs, I was senior and soon enough I was organizing and leading development processes for new projects.</p>\n<p>From the business point of view repeating similar projects makes you “niche expert”. I do understand that. But, as many other developers out there, I don’t like repeating the same tasks or projects. Not even once. I missed variety which led me to become more active contributor on wordpress.org.</p>\n<blockquote><p>For years I was just contributing to codex here and there and never really thought about all the people behind WordPress.</p></blockquote>\n<p>In my vague image, they were a bunch of really great developers and they were doing just fine. I was learning from them so I could not possibly help them. I would just be on their way.</p>\n<p>However, in my attempt to find something interesting to keep my mind amused with, I came upon <a href=\"https://make.wordpress.org/chat/\">Slack url</a> for communication between contributors on WordPress project. What a crowd! And not just developers – everyone! Doing all kinds of different bits, and all important. How odd. WordPress is not like any other open source community I saw before. So much more open and inviting! I remember reading through channels and thinking: “I could do this”, “Oh, I’d love to learn that”, “This person is funny”.. I’m gonna stick.</p>\n<h3>Antisocial extrovert in a more open open source community</h3>\n<p>No matter how I tried, and I did try, I’m just not a people person. Among other antisocial treats, over the years I have developed a heavy dark humor which, more often than not, due to lack of social interactions I reveal in a completely wrong way. But these people seem not to mind so I thought to give it a try with them. Don’t get me wrong, <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/code-of-conduct/\">Code of Conduct</a> is extremely important in WordPress community. No community wants bullies. But rare communities accept social weirdos and misfits. And this one doesn’t just accept them, it makes them feel like fits. That was a nice change.</p>\n<p>I started attending local <a href=\"https://www.meetup.com/WP-Meetup-NS/\">Meetups</a>, even gave <a href=\"https://www.meetup.com/WP-Meetup-NS/events/235186967/\">a talk</a> on contributing to <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">Theme Review team</a> after which I was invited to join <a href=\"https://www.toptal.com/\">Toptal platform</a> as a freelance developer. My social adventure got me volunteering on <a href=\"https://2017.belgrade.wordcamp.org/\">WordCamp Belgrade</a> and <a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe in Paris</a>. I must admit there were “too many people at the same time” moments but there were lots of ways to stay involved with controlled dose of human interactions. I chose volunteering at Experts bar and it worked out just great. I really loved all the hugs though.</p>\n<p>Today I try to keep my focus on just a few channels in make WordPress slack and my contribution wish list regularly updated. One can have only so many hours in a day. Most often you’ll find me in <a href=\"https://wordpress.slack.com/?redir=%2Fmessages%2Fdocs\">#docs</a> and <a href=\"https://wordpress.slack.com/?redir=%2Fmessages%2Fcore-docs\">#core-docs</a> channels, doing various stuff with <a href=\"https://make.wordpress.org/docs/handbook/about-the-docs-team/get-involved/\">Documentation</a> team.</p>\n<p><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/milana-cap_wcbgd.jpg\"><img class=\"alignnone wp-image-2036 size-large\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/milana-cap_wcbgd-1024x683.jpg\" alt=\"Milana, on a rooftop baclony with some other people looking at her phone\" width=\"960\" height=\"640\" /></a></p>\n<h3>The Questions</h3>\n<p>Among all the questions I get about my professional path, the most commons are “<strong>How come you made such a huge change from music to web development?</strong>“, “<strong>Did you go to school to become a developer</strong>?” and “<strong>Do you miss being musician?</strong>“. Answer to the first question is quite easy:</p>\n<p>“Being musician and writing code are pretty much the same. They both require the same parts of your mental struggle and make you go through the same emotional tortures and enlightenments.”</p>\n<p>The second question, however, is a bit more difficult to answer. In the light of the first answer, I could say that I was exposed to the required way of thinking. Practicing an instrument 6 hours per day for over a decade does teach you a couple of things about commitment. World of classical music is a world of magnificent talents and varieties which touches you all the way to the humble self where you find appreciation for being able to feel this way. Personally, I believe this is extremely important for developer – to be humble and grateful to person who helped them find this humbleness.</p>\n<p>No, I don’t have a formal developer’s education. It doesn’t seem to prevent me from being developer. And no, I don’t miss being musician. Because I never stopped being one. I listen to classical music while I code and play piano when I have a difficult programming problem to solve. Feels so natural.</p>\n<p>I’d like to say that everything turned out pretty good at the end but, as my father used to say: “Life is the greatest screenplay writer” and my life seems to be the witty one too. In expectation of future turns I’d recommend <a href=\"https://www.youtube.com/watch?v=-4788Tmz9Zo&t=884s\">Beethoven’s Symphony No.7, II movement</a>, some very loud laughs and lots of WordPress loops.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Greatest Screenplay Writer\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Greatest%20Screenplay%20Writer&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fgreatest-screenplay-writer%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Greatest Screenplay Writer\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fgreatest-screenplay-writer%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fgreatest-screenplay-writer%2F&title=The+Greatest+Screenplay+Writer\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Greatest Screenplay Writer\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/greatest-screenplay-writer/&media=https://heropress.com/wp-content/uploads/2017/08/081617-150x150.jpg&description=The Greatest Screenplay Writer\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Greatest Screenplay Writer\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/greatest-screenplay-writer/\" title=\"The Greatest Screenplay Writer\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/greatest-screenplay-writer/\">The Greatest Screenplay Writer</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 12:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Milana Cap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: WordPress Mobile Apps Updated with a New Login Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/wordpress-mobile-apps-updated-with-a-new-login-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4732:\"<p>The WordPress mobile apps are sporting <a href=\"https://en.blog.wordpress.com/2017/08/15/an-updated-login-coming-to-the-wordpress-mobile-apps/\" target=\"_blank\">a new login experience</a> that Automattic’s mobile designers and developers released in the latest versions. The login flow has been completely redesigned to provide a more unified experience for connecting both self-hosted and WordPress.com-hosted sites. These flows were completely separate in the past and users were often confused about which one to select. The new design provides fewer opportunities for friction when logging in, an experience that likely determines many users’ first impressions of the app.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/self-hosted-login-wp-mobile-apps.png?ssl=1\"><img /></a>Self-hosted login on mobile apps\n<p>“As we reimagined the login experience, there were a few key principles guiding us: keep it simple, minimize the distinction between a site hosted at WordPress.com versus somewhere else, and avoid anything that might be too clever,” Automattic mobile lead Eric Johnson said.</p>\n<p>Users can now connect new sites by entering the URL and the mobile apps will automatically detect if the site is hosted on WordPress.com or not. The new login flow ferries users on to the next step based on what kind of site is being connected. This is available in version 8.0 of WordPress for Android and version 8.2 of WordPress for iOS.</p>\n<p>The new login experience emphasizes the ease of using magic links for logging into WordPress.com. If the user enters and email address, the app will generate an authentication link and send it via email. This allows users to login without having to remember or enter a password.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/new-login-experience-wp-mobile-apps.png?ssl=1\"><img /></a></p>\n<p>If a user is entering the world of WordPress for the first time through the mobile apps, the new login experience also offers a short tour of the some of the features included in the app. These include WordPress.com features such as notifications, Stats, and the Reader. The apps, despite being marketed as the official WordPress mobile apps, are a product of Automattic and include a commercial upgrade path for WordPress.com services.</p>\n<p>The idea of the apps functioning as a gateway to help the greater WordPress ecosystem gain more users (and eventually see some graduate to self-hosted sites), no longer seems credible now that WordPress.com has <a href=\"https://wptavern.com/wordpress-coms-business-plan-gives-subscribers-a-way-to-tap-into-wordpress-orgs-third-party-ecosystem\" target=\"_blank\">entered the hosting space by allowing its customers to tap into third-party plugins and themes</a>.</p>\n<p>The updated login experience, while more convenient for users, continues to blur the line between self-hosted and WordPress.com-hosted sites. WordPress for Android and iOS used to have their own separate blogs but all of the news is now funneled through WordPress.com’s news blog and the @WordPressiOS and @WPAndroid Twitter accounts seemed to have been abandoned in favor of marketing updates through WordPress.com.</p>\n<p>In the past, many in the WordPress community have asked why the apps are not called the WordPress.com mobile apps, since they include features that are not central to the core publishing experience for self-hosted users. Last year when I <a href=\"https://wptavern.com/wordpress-for-android-5-7-adds-path-to-upgrade-wordpress-com-plan\" target=\"_blank\">interviewed</a> Maxime Biais, one of Automattic’s mobile engineers, he said the team had considered splitting the product into two apps.</p>\n<p>“We considered having both WordPress and WordPress.com apps, but we rejected this because it doesn’t make it more clear,” Bias said. “It’s probably even more ambiguous when someone searches the Play Store for ‘WordPress’ or ‘Blog’ and finds both WordPress and WordPress.com apps.”</p>\n<p>Now that that mobile apps have become a direct pipeline for new WordPress.com hosting customers, it may be time to re-visit the consideration of splitting the apps into two distinct products: one for WordPress.com’s commercial interests and one that officially represents the open source WordPress project for self-hosted users without any corporate interests. If the project’s official mobile apps are a key part of new users’ onboarding experience, they should accurately represent the software as an independent platform that can be hosted with and extended by any number of free and commercial products in the WordPress ecosystem.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 06:33:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordCamp US to Experiment With A Community Bazaar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74138\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/wordcamp-us-to-experiment-with-a-community-bazaar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2237:\"<p>In addition to taking place in a new location this year, <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a> will have a <a href=\"https://2017.us.wordcamp.org/attendee-information/community-bazaar/\">Community Bazaar</a>. An area will be set aside in the venue allowing those chosen to showcase their WordPress communities. Raquel Landefeld, Randy Hicks, and Dustin Meza are organizing the Bazaar.</p>\n<p>Landefeld says the idea was inspired by the people who make up the WordPress Community. “We recognize that some local WordPress communities are thriving and some are just getting started,” she said.</p>\n<p>“What better way to help build community then by showcasing our local communities to the world. The thought is that smaller, newer, and communities just in their infancy, will be inspired with fresh ideas and or how-tos from the bigger and more established WordPress communities.”</p>\n<p>The idea is similar to that of a science fair where each community chosen will have a space to highlight why theirs is awesome.</p>\n<p>The purpose of the event is to inspire growth while providing an opportunity for communities to learn from each other. There will also be metrics shared such as, number of meetup and WordCamp attendees, meetups per month, and unique qualities pertaining to the local groups.</p>\n<p>The organizing team is looking for the inside scoop on local communities. “This is all about you and your local WordPress community,” Landefeld said.</p>\n<p>“This is your time to shine. Why is your community different, special, or amazing? Be showy! Forget modesty. Let your community’s awesomeness be a tool to inspire other WP communities just getting started or striving.”</p>\n<p>Last year saw record growth for WordPress community events. In 2016, more than 62,566 people attended a local meetup in 58 countries and about one-third of those were new members. A total of 115 WordCamps were hosted in 41 different countries.</p>\n<p>Those interested in participating in the Bazaar are encouraged to fill out the following <a href=\"https://2017.us.wordcamp.org/attendee-information/community-bazaar/\">submission form</a> and provide as many details as possible.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Aug 2017 00:45:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: maekit Acquires WP Remote, Plans to Add Cloud-Based Backup Services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/maekit-acquires-wp-remote-plans-to-add-cloud-based-backup-services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3661:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/maekit-wpremote.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://maek.it/\" target=\"_blank\">maekit</a>, a cloud-based platform that handles the business aspect of web design, has <a href=\"https://hmn.md/2017/08/10/wp-remote-finds-home-maekit/\" target=\"_blank\">acquired WP Remote from Human Made</a>. Two years after Human Made began searching for a buyer, maekit purchased WP Remote to integrate it with the company’s existing platform that caters to designers managing multiple clients.</p>\n<p>“WP Remote had remained a much-loved product with its users and despite receiving no ongoing development it had remained an iconic plugin in the WordPress community,” Human Made CEO Tom Willmot said.</p>\n<p>maekit took over WP Remote operations in March after closing the deal. According to maekit CEO Matt Holme, the company inherited 20,000 users with 120,000 WordPress websites. His team has maintained WP Remote in its original platform for the past few months before integrating it into maekit last week.</p>\n<p><a href=\"https://wpremote.com/\" target=\"_blank\">WP Remote</a> has offered unlimited, free WordPress site management (updating core, plugins, and themes with a single click) since 2010. It hasn’t received ongoing development for several years, but maekit plans to add backup features that will make bring it more up to speed with competitors like MangeWP, MainWP, and InfiniteWP.</p>\n<p>“We definitely plan to keep WP Remote free and expand its features,” Holme said. “Specifically we are looking at offering easy-to-manage cloud-based backup services. For example, hook up your Dropbox (or any other popular cloud based storage system) and schedule regular backups of your WP websites.”</p>\n<p>maekit’s acquisition of WP Remote gives the company’s customers the ability to deploy WordPress sites with one click and manage client sites and domains through a unified, white-labeled invoicing and payment system. The company has rolled out a few long-overdue bug fixes to WP Remote and Holme says the rest of maekit is functional but still technically in a closed beta mode.</p>\n<p>“Our revenue model revolves around direct sale hosting plans and also reselling integrated hosting plans for other leading global hosting providers,” Holme said. “We are refining the free invoicing and payment processing system built into maekit so that a maekit / WP Remote user can deploy a new hosted WP and charge their client a recurring monthly fee and retain the mark up they add on top of our base hosting prices as profit. This means literally no out of pocket expense for maekit / WP Remote users.”</p>\n<p>Although maekit’s one-click deployment service supports many popular CMS’s and e-commmerce platforms, including WordPress, Opencart, Drupal, Magento, and Joomla, Holme said the vast majority of the company’s customers are running on WordPress. Acquiring WP Remote brings a host of valuable new features to maekit’s customer base. maekit’s built-in client billing features, customized for freelancers and agencies, are what Holme says will differentiate the company from its competitors in the WordPress space.</p>\n<p>“I have a great deal of respect for these other WP management platforms and feel the size of the WP market means there is opportunity for all to succeed,” Holme said. “With the features of maekit also including new website deployment, invoicing, payment processing and client management, our platform is unique from the others.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Aug 2017 03:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: Gutenberg 0.8.0 Introduces 5 New Blocks: Categories, Text Columns, Shortcode, Audio, and Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/gutenberg-0-8-0-introduces-5-new-blocks-categories-text-columns-shortcode-audio-and-video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5712:\"<p>Gutenberg <a href=\"https://make.wordpress.org/core/2017/08/11/whats-new-in-gutenberg-11th-august/\" target=\"_blank\">0.8.0</a> was released over the weekend with five new blocks, major improvements to existing blocks, and support for more publishing features that have been missing from the new editor’s sidebar. The release also carries out the controversial decision to <a href=\"https://wptavern.com/user-tracking-to-be-removed-from-gutenberg-in-upcoming-0-8-0-release\" target=\"_blank\">remove the opt-in usage tracking code from the plugin</a>.</p>\n<p>The new <a href=\"https://github.com/WordPress/gutenberg/pull/2102\" target=\"_blank\">Categories block</a> can be found under the Widgets section, as it’s output is based on the existing categories widget. The default display is an alphabetized list of categories, but the block settings include options to display as a dropdown, show post counts, and show hierarchy.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/categories-block.png?ssl=1\"><img /></a></p>\n<p>A new Text Columns block allows users to split text content into multiple columns. The settings include a sliding scale for selecting 2-4 columns.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/text-columns-block-e1502741151590.png?ssl=1\"><img /></a></p>\n<p>Contributors are calling the Text Block “an initial exploration” of multiple columns for text-only content. Depending on testing, it may not be the implementation that ends up landing in the plugin permanently.</p>\n<p>“We’ve been over how difficult it is to get columns right, and also how already today third parties can build this,” Joen Asmussen <a href=\"https://github.com/WordPress/gutenberg/pull/2117#issuecomment-319347010\" target=\"_blank\">said</a>. “We may very well want an entirely different implementation than this one. But perhaps it’s good to get this in now and test it. Perhaps this can help inform how a better column implementation can work down the road. In fact we might want to merge this block in now, only to take it back out later again, same as the Cover Text block. For that reason, I think it’d be good to test this.”</p>\n<p>The new Video and Audio blocks are geared towards inserting files that have already been uploaded to the media library. However, I found the text on the video block to be confusing. If I was new to WordPress and didn’t understand how oEmbed works, I would be clicking inside the video block to figure out where to paste the URL.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/video-block.png?ssl=1\"><img /></a></p>\n<p>The new Audio and Video blocks mirror the same kind of functionality that users have experienced when adding images to their sites. In the future, contributors may introduce more features to the audio block, such as additional playback types and looping, but the first iteration includes just the basics.</p>\n<p>Gutenberg 0.8.0 adds resizing handlers to the existing Image Block, making it easy for users to insert and quickly resize an image. If you review the <a href=\"https://github.com/WordPress/gutenberg/pull/2213\" target=\"_blank\">GitHub ticket</a> for this feature, it’s clear that it was not easy to implement. Image resizing has gone through several changes and may have more down the road, especially as it pertains to the behavior of the caption. Ultimately, the caption field should not be wider than the image so that the two are placed together.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/image-resizing-gutenberg.png?ssl=1\"><img /></a></p>\n<p>This release introduces a post formats selector to the post settings sidebar. It includes a suggestion based on what blocks are in use in the post. One participant on the ticket noted that the suggestion gives too much importance to the post formats selection and might be confusing to users. The suggestion persists, despite a user switching the format to the one suggested. This is because Gutenberg cannot detect if it was explicitly set by the user or if the user selected the suggestion.</p>\n<p>“I happen to agree with you: post formats should go away,” Joen Asmussen <a href=\"https://github.com/WordPress/gutenberg/pull/2307#issuecomment-321232074\" target=\"_blank\">said</a>. “In fact part of the genesis of blocks as a concept is to provide a better interface than what post formats did. So the post format selector here is strictly a back-compat thing.”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/post-format-selector.png?ssl=1\"><img /></a></p>\n<p>Gutenberg contributors have also <a href=\"https://github.com/WordPress/gutenberg/pull/2288\" target=\"_blank\">updated</a> the <a href=\"https://github.com/WordPress/gutenberg/blob/master/docs/design.md\" target=\"_blank\">design document</a> for the project, offering more clarity on their goals and concepts they are using to build the editor:</p>\n<blockquote><p>Ultimately, the vision for Gutenberg is to make it much easier to author rich content. Through ensuring good defaults, wrapping and bundling advanced layout options blocks, and making the most important actions immediately available, authoring content with WordPress should be accessible to anyone.</p></blockquote>\n<p>The idea is to simplify content creation for users so that they only have to learn one interface – the block interface. The design document adds several new sections that elaborate on the concept of “everything is a block” and includes best practices that developers can reference when designing their own blocks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Aug 2017 22:18:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: Early Results from NRKbeta’s Comment Quiz Plugin Show Readers Enjoy the Quiz but Rarely Leave a Comment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74105\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/early-results-from-nrkbetas-comment-quiz-plugin-show-readers-enjoy-the-quiz-but-rarely-leave-a-comment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3492:\"<p>Earlier this year, <a href=\"https://nrkbeta.no/\" target=\"_blank\">NRKbeta</a>, the Norwegian Broadcasting Corporation’s media and technology site, <a href=\"https://wptavern.com/nrkbeta-open-sources-comment-quiz-plugin-for-wordpress\" target=\"_blank\">open sourced its comment quiz plugin for WordPress</a>. The site’s publishers have been experimenting with requiring their readers to complete a short, three-question quiz before giving access to the comment form on certain articles. The goal of the plugin was to prevent rants and off-topic responses by ensuring that commenters have read the article.</p>\n<p>NRKbeta has <a href=\"https://nrkbeta.no/2017/08/10/with-a-quiz-to-comment-readers-test-their-article-comprehension/\" target=\"_blank\">published some preliminary results</a> after six months of experimenting with a mandatory quiz before commenting.</p>\n<p>“On average, there are a lot more attempts – both correct and wrong – than actual comments,” NRKbeta journalist Ståle Grut said. “It seems many take the quiz to check how much they remember from the story – and not necessarily to leave a comment. Almost as a fun little game after reading.”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/nkrbeta-comments.jpg?ssl=1\"><img /></a></p>\n<p>Grut reported that on average the quiz has an error rate of 72%. His team suspects that the bulk of the wrong answers are coming site’s international readership, as most of the articles are posted in Norwegian, which can be difficult to translate.</p>\n<p>The sample is still relatively small, because the team hasn’t yet created any set rules for when authors should enable the quiz.</p>\n<p>“The idea was to test it on stories that had potential for a gloomy comments section,” Grut said. “It is something we are proud to rarely have here at NRKbeta.”</p>\n<p>On one story, NRKbeta staff made an error where it was impossible to submit the correct answer to the quiz, because it wasn’t listed. As a result, this article’s quiz received more than 1,000 wrong answers.</p>\n<p>One unexpected benefit of the plugin is that it makes it more of a hurdle for readers to leave short comments, such as “nice post” that don’t add much to the conversation.</p>\n<p>“This favors the most eager with the most time on their hands,” Grut said. “From time to time this has led to a decline in quality and tone, causing him to often abandon the quiz module.”</p>\n<p>These initial conclusions are in line with what we predicted when the plugin was released: the most motivated ranters are not significantly inconvenienced by a short quiz. Keeping comment sections free of trolls is not yet something that is easy to automate. It still requires time spent in the moderation queue.</p>\n<p>After the comment quiz plugin was enabled on the site, NRKbeta counted more than 300 articles around the web that had been published about the experiment. Quizzing commenters was hailed as one of the best new ideas for warding off trolls. However, the NRKbeta team cannot yet conclude whether the plugin is a success or not.</p>\n<p>“The numbers seem to show that the quiz has worked like a little game for many readers,” Grut said. “They like to take the quiz, but not to leave a comment. Being tested on how much they remember from the article seems to be the most popular use of our quiz.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Aug 2017 02:54:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=74121&preview=true&preview_id=74121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6478:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Using WordPress to Publish Law Reviews</h2>\n<p>Kevin O’Keefe of Above the Law, <a href=\"http://abovethelaw.com/2017/08/kim-jong-un-has-much-to-teach-pentagon-about-speed-gen-hyten/\">explains why</a> WordPress should be used to publish law reviews instead of printing them.</p>\n<blockquote><p>Ten years ago it would not have been as easy to set up, or license, a WordPress publishing platform by each law school. Most law professors were, and still are, publishing blogs on <a href=\"http://www.typepad.com/\">TypePad</a>, an outdated and little used publishing software, originally produced by Six Apart.</p>\n<p>Today, WordPress is running almost 70 percent of the content management systems in the world. WordPress is regularly updated and enables a multi-user platform with multiple individual sites, all of which would be needed by a law school’s ‘printing press’.</p></blockquote>\n<h2>Glutenberg Free</h2>\n<p><a href=\"https://wordpress.org/plugins/glutenburg-free/\">Gluternberg Free</a> is a WordPress plugin developed by Adam Silverstein that restores and maintains the post editing experience from WordPress 4.8.</p>\n<h2>Open Source Candy Bar Labels for WordCamps</h2>\n<p>If you’re organizing a WordCamp and want to give out Happiness bars, check out this <a href=\"https://github.com/dimensionmedia/WordCamp-Happiness-Bars\">custom label design</a> used at WordCamp Miami 2016. The assets are open sourced and available for free for other WordCamp organizers to use.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordCamps: have “Happiness Bars” for your next event. <a href=\"https://twitter.com/hashtag/wcmia?src=hash\">#wcmia</a> open-sourced the wrappers: <a href=\"https://t.co/LvtG3JlhAw\">https://t.co/LvtG3JlhAw</a> <a href=\"https://t.co/hailcQCsXg\">pic.twitter.com/hailcQCsXg</a></p>\n<p>— David Bisset (@dimensionmedia) <a href=\"https://twitter.com/dimensionmedia/status/896060900410445825\">August 11, 2017</a></p></blockquote>\n<p></p>\n<h2>Instead of Threading Tweets, Consider Blogging Instead</h2>\n<p>Amanda Rush <a href=\"https://www.customerservant.com/next-time-youre-thinking-threading-twitter-write-blog-post-instead/\">explains</a> the drawbacks of threading messages on Twitter and why blogging is a better option. Blog posts are easier to archive and link to, are not lost in the noise as quickly, and are a better user experience for consuming content.</p>\n<p>By the way, if you’ve already threaded a message on Twitter, Rush shares links to tools that can help capture a thread and turn it into a blog post.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://www.customerservant.com/next-time-youre-thinking-threading-twitter-write-blog-post-instead/\">The Next Time You’re Thinking About Threading On Twitter, Write A Blog Post Instead</a></p></blockquote>\n<p></p>\n<h2>The Story of HelloSales</h2>\n<p>iThemes published a <a href=\"https://ithemes.com/2017/08/10/story-of-our-newest-ithemes-product-hellosales/\">detailed article</a> on how their newest product, <a href=\"https://ithemes.com/hellosales\">HelloSales</a>, came to be. Cory Miller explains the product’s logo, name, and who the people are that are building it.</p>\n<blockquote><p>The rooster is essentially the symbol or emblem of Portugal. You’ll see it everywhere there when you go there (and I strongly encourage you to do so, even if I want to keep the place all to myself).</p>\n<p>It became obvious we wanted to include a rooster in the logo of HelloSales as a hat tip to Portugal and our team there. We also think it’s a great symbol for what we hope to help our customers do — make more money through their WooCommerce stores.</p>\n<p>Through several iterations of a name, we landed on HelloSales as a name, as yet another hat tip to the story — their company’s name, HelloDev — that led us here.</p></blockquote>\n<p>It’s a cool story and one I’d like to see more CEO and founders share when they acquire a product or business.</p>\n<h2>WordPress Telemetry Part Two</h2>\n<p>Morten Rand-Hendriksen <a href=\"https://www.linkedin.com/pulse/case-telemetry-wordpress-morten-rand-hendriksen\">updated his article</a> on the case for WordPress telemetry after a <a href=\"https://twitter.com/mor10/status/895299336375902209\">lengthy conversation</a> on Twitter.</p>\n<blockquote><p>What WordPress needs is an open debate on this topic. What are the arguments for and against? What can be gained and what is lost? Should we do this? And if so, how do we do it in an open, transparent, and responsible way that helps inform and elevate the conversation while looking after the interests of <em>all</em> WordPress users?</p></blockquote>\n<p>These are interesting questions and although the <a href=\"https://core.trac.wordpress.org/ticket/38418\">ticket</a><a href=\"https://core.trac.wordpress.org/ticket/38418\"> is closed</a> on Trac, users are encouraged to continue the discussion. In the future, I’d like to see data and other research published that explains <strong>why</strong> a major User Interface changing feature is necessary in core before so much energy is devoted to it.</p>\n<h2>Cowboy Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. Cowboy Wappu is the official mascot of <a href=\"https://2017.dfw.wordcamp.org/\">WordCamp Dallas/Fort Worth 2017</a> that takes place on November 11-12. Tickets are still available and include admission to the event and after-party, lunch on Saturday, and swag. Yee-Haw!</p>\n<img />Cowboy Wapuu for WordCamp Dallas/Fort Worth 2017\n<p>That’s it for issue twenty-three. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Aug 2017 01:47:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: WordPress 4.9 to Focus on Code Editing and Customization Improvements, Targeted for November 14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74086\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/wordpress-4-9-to-focus-on-code-editing-and-customization-improvements-targeted-for-november-14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3929:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/planning.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/Q3X736G951\">Sophie Ollis</a>\n<p>WordPress core contributors have set a tentative <a href=\"https://make.wordpress.org/core/4.9/\" target=\"_blank\">schedule for the upcoming 4.9 release</a>, which will be co-led by Mel Choyce and Weston Ruter. The development cycle kicked off in early August with Beta 1 scheduled for early October and the official release targeted for November 14.</p>\n<p>Choyce published a <a href=\"https://make.wordpress.org/core/2017/08/11/wordpress-4-9-goals/\" target=\"_blank\">list of goals</a> today that outlines what they will be aiming for in 4.9. WordPress users can expect to see some existing features polished up to be more user-friendly, including some long-awaited updates to the experience of editing theme and plugin files in the admin.</p>\n<p>Contributors are looking at <a href=\"https://core.trac.wordpress.org/ticket/6531\" target=\"_blank\">adding a nested folder structure</a> that will offer access to files deeper than two levels. They are also aiming to <a href=\"https://core.trac.wordpress.org/ticket/31779\" target=\"_blank\">add better warnings</a> for users who are editing themes and plugins, an improvement which Choyce described as “graduating from cowboy coding school.” This could help prevent users from unknowingly making small errors that could have a negative impact on their sites.</p>\n<p>Another goal for 4.9 is to improve the code editing experience by adding syntax highlighting. Contributors are examining the possibility of incorporating CodeMirror functionality into the Customizer’s custom CSS box as well as the plugin and theme file editors. An experimental <a href=\"https://github.com/WordPress/codemirror-wp\" target=\"_blank\">Syntax Highlighting Code Editor for WordPress Core</a> plugin is currently being developed on GitHub as a potential solution for a seven-year-old trac <a href=\"https://core.trac.wordpress.org/ticket/12423\" target=\"_blank\">ticket</a> for code editor improvements.</p>\n<p>Customizer improvements are also one of the main focuses for 4.9. Contributors to the Customize Snapshots feature plugin have been <a href=\"https://wptavern.com/customize-snapshots-0-6-0-adds-the-ability-to-name-and-merge-changesets\" target=\"_blank\">steadily refining</a> the ability to <a href=\"https://core.trac.wordpress.org/ticket/39896\" target=\"_blank\">draft</a> and <a href=\"https://core.trac.wordpress.org/ticket/28721\" target=\"_blank\">schedule</a> changesets in the Customizer. They are also looking at providing a better experience for <a href=\"https://core.trac.wordpress.org/ticket/39693\" target=\"_blank\">widget</a> and <a href=\"https://core.trac.wordpress.org/ticket/39692\" target=\"_blank\">menu mapping</a> when switching between themes, improving homepage settings (“<a href=\"https://core.trac.wordpress.org/ticket/16379\" target=\"_blank\">Page on Front</a>“), and displaying responsive images in the Customizer sidebar.</p>\n<p>This list of goals for 4.9 includes many more items and the release leads are approaching it with the understanding that some features and improvements may not be ready in time. One item on the list is getting in <a href=\"https://github.com/WordPress/gutenberg/issues?q=is%3Aopen+is%3Aissue+label%3A%22Core+REST+API+Task%22\" target=\"_blank\">API endpoints that Gutenberg requires</a>.</p>\n<p>Looking ahead to WordPress 5.0, new Gutenberg design lead Tammie Lister has <a href=\"https://make.wordpress.org/core/2017/08/11/revised-suggested-roadmap-for-gutenberg-and-customization/\" target=\"_blank\">proposed a revised, tentative roadmap</a> that anticipates having the new editor ready for a merge proposal in December 2017. Lister said the outline is not set in stone and Gutenberg’s path to 5.0 would be dependent on the success of the merge proposal.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 19:19:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WPTavern: WordPress.com’s Business Plan Gives Subscribers a Way to Tap into WordPress.org’s Third-party Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74048\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://wptavern.com/wordpress-coms-business-plan-gives-subscribers-a-way-to-tap-into-wordpress-orgs-third-party-ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8395:\"<p>Earlier this year, WordPress.com <a href=\"https://wptavern.com/wordpress-com-experiments-with-allowing-business-plan-customers-to-install-third-party-plugins-and-themes\">launched an experiment</a> giving <a href=\"https://wordpress.com/business/\">Business plan subscribers</a> the ability to install third-party plugins and themes. Automattic<a href=\"https://en.blog.wordpress.com/2017/08/07/wordpress-com-business-now-supports-plugins-and-third-party-themes/\"> concluded the experiment</a> earlier this week and officially made the features part of the subscription plan.</p>\n<p>“With support for plugins and third-party themes, WordPress.com Business users will be able to connect their sites to great email and social media tools, e-commerce solutions, publishing and subscription services, and more,” Mark Armstrong said.</p>\n<p>This change is twelve years in the making. With the exception of WordPress VIP, customers have not had the ability to install third-party themes and plugins on WordPress.com.</p>\n<h2>Customers Can Only Install Custom Plugins Through The WP-Admin Interface</h2>\n<p>Customers can install plugins or themes from the WordPress.org directories or they can upload custom themes and plugins. WordPress.com has two user interfaces, one that resembles Calypso and the other is WP-Admin.</p>\n<p>Here is what adding plugins looks like using the Calypso interface. Plugins are displayed from the WordPress.org plugin directory with no way to upload a custom plugin.</p>\n<img />Adding Plugins on WordPress.com Through The Calypso Interface\n<p>This is what adding plugins looks like using the WP-Admin interface. This interface has a button that allows customers to upload a custom plugin. Automattic is aware of the discrepancy and says they’re working on streamlining both interfaces.</p>\n<img />Adding Plugins Through WP-Admin on WordPress.com\n<h2>Customers Can Upload Non 100% GPL Licensed Code to WordPress.com</h2>\n<p>The ability to upload a custom theme or plugin truly opens the door for subscribers to customize their sites. But it also allows customers to use themes and plugins that are not 100% GPL licensed. Matt Mullenweg, CEO of Automattic, has <a href=\"https://wordpress.org/news/2009/07/themes-are-gpl-too/\">made it clear</a> in the past that he will only support plugins and themes that are 100% GPL.</p>\n<blockquote><p>Even though graphics and CSS aren’t <em>required</em> to be GPL legally, the lack thereof is pretty limiting. Can you imagine WordPress without any CSS or JavaScript? So as before, we will only promote and host things on WordPress.org that are 100% GPL <a href=\"http://en.wikipedia.org/wiki/License_compatibility\">or compatible</a>.</p></blockquote>\n<p>Mullenweg has used his <a href=\"http://designcrumbs.com/automatically-blackballed\">influence in the past</a> to provoke marketplaces such as Envato to provide a 100% GPL license option to its authors. Authors who choose not to sell their items with the 100% GPL license are excluded from being able to sponsor or speak at WordCamps.</p>\n<p>Although the above quote references WordPress.org, WordPress.com is a platform that Mullenweg controls. It’s odd that the ability to upload a theme or plugin that is not 100% GPL exists on WordPress.com. I believe the feature is an oversight and will be removed in the immediate future ensuring that only themes and plugins from the official directories are allowed to be used.</p>\n<h2>Managed WordPress Hosts Have Reasons to Be Concerned</h2>\n<p>Responses to the news from members of the WordPress community are mixed. Phil Crumm, Director of Strategic Opportunities at 10up, <a href=\"https://medium.com/@philcrumm/the-curious-conundrum-of-the-new-wordpress-com-business-plan-b0044ad57acd\">published a great article</a> that examines the potential impacts this move will have on the managed WordPress hosting ecosystem and its community:</p>\n<blockquote>\n<p id=\"8b34\" class=\"graf graf--p graf-after--h3\">Within the WordPress community, there’s long been a notion that ‘more users on WordPress’ is universally good. Until now, that’s been difficult to argue: an expansive ecosystem has developed over the last decade, and many now make their living off of WordPress.</p>\n<p id=\"2813\" class=\"graf graf--p graf-after--p graf--trailing\">Despite that, WordPress.com’s Business Plan now feels like it’s oriented towards cannibalizing users from elsewhere within that ecosystem — from sites that may have ‘grown up’ and moved to another hosting provider to those that now may not know that the broader ecosystem even exists — which is objectively a step backwards for the WordPress community.</p>\n</blockquote>\n<p><a href=\"https://perezbox.com/\">Tony Perez</a>, co-founder and CEO of Sucuri, says the <a href=\"https://perezbox.com/2017/08/automattics-push-managed-wordpress-potential-impacts-hosting-ecosystem/\">implications are gravest</a> to managed WordPress hosts. “The biggest impacts however are likely to be towards those hosting companies that have invested resources (both people and dollars) into creating a vibrant Managed WordPress hosting business ecosystem,” Perez said.</p>\n<p>“Long are the days when the market was defined by Page.ly and WPEngine. Today I would consider the space to be saturated, with more flavors of Managed WordPress than ice cream at a Baskin-Robbins.”</p>\n<p><a href=\"http://chrislema.com/\">Chris Lema</a>, a member of Liquid Web’s Leadership team, <a href=\"https://perezbox.com/2017/08/automattics-push-managed-wordpress-potential-impacts-hosting-ecosystem/#comment-3456606874\">responded to the article</a> saying it’s rare for manufactures to enter the same market as their distributors or partners.</p>\n<p>“While not impossible, we rarely see manufacturers get into the same business as their distributors or retail partners,” Lema said.</p>\n<p>“That’s because it can create a lot of unwanted, unplanned for, unintended secondary consequences. But to inexpensive hosts, this is one of those head-turners, because they were assured, for oh so long, that this wasn’t the game Automattic was getting into.</p>\n<p>“But Automattic is not just a nice community player. They’re a business. With investors. And they have to think about their own bottom line. So while it’s not surprising, I think you’re right that hosts have the most to be thinking about.”</p>\n<p>Others like Scott Bolinger, have expressed cautious optimism regarding the change.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">3rd party plugins and themes can now be used on <a href=\"https://t.co/eNa4NCrrPO\">https://t.co/eNa4NCrrPO</a>. This is great news, although how great remains to be seen. <a href=\"https://t.co/TntfJJ9sLD\">https://t.co/TntfJJ9sLD</a></p>\n<p>— Scott Bolinger (@scottbolinger) <a href=\"https://twitter.com/scottbolinger/status/894627296648114176\">August 7, 2017</a></p></blockquote>\n<p></p>\n<p>Some theme and plugin authors see it as a growth opportunity. Josh Pollock, founder of <a href=\"https://calderaforms.com/\">CalderaWP,</a> is excited to see WordPress.com become a quality hosting option for his users.</p>\n<p>“As a plugin author, I like not just more places for my plug-in to be used, but more quality hosting options,” Pollock said. “Dealing with sub-optimal environments is the hardest part of being a plug-in author. I’m excited about more users and having those users be on a quality platform.”</p>\n<h2>How Much Pie Does Automattic Want?</h2>\n<p>WordPress.com offering a subset of customers the ability to access the incredible third-party WordPress plugin and theme ecosystem is a huge development, but it leaves me with a few questions. First, why is WordPress.com only now offering this feature? Why wasn’t it available years ago?</p>\n<p>WordPress.com is now competing head-to-head with managed hosts. As <a href=\"https://ma.tt/2016/12/wp-growth-council/\">initiatives are established</a> to grow the WordPress pie for all, how much of that pie does Automattic want for itself? Considering Automattic is a business backed by investors, does it matter how much they want or get?</p>\n<p>How do you feel about WordPress.com allowing subscribers to tap into the WordPress.org ecosystem?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 07:12:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: User Tracking to be Removed from Gutenberg in Upcoming 0.8.0 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=74044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/user-tracking-to-be-removed-from-gutenberg-in-upcoming-0-8-0-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9564:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/asystole.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.savingchicagocpr.com/termination-resuscitation-efforts/\">Saving Chicago CPR</a>\n<p>The opt-in user tracking that was <a href=\"https://wptavern.com/gutenberg-0-7-0-adds-opt-in-usage-tracking\" target=\"_blank\">added to Gutenberg 0.7.0</a> will be pulled from the plugin in the upcoming 0.8.0 release. The data collection included in last week’s release reignited the <a href=\"https://core.trac.wordpress.org/ticket/38418\" target=\"_blank\">discussion regarding adding telemetry to WordPress</a>.</p>\n<p>James Nylen and an Automattic engineers involved in Gutenberg added the feature with the goal of improving the editor based on usage patterns. Nylen said the approach they used was very similar to Calypso’s event tracking code and that it would provide “a very useful technique to collect user experience data.” They had planned to use the data to inform various decisions, such as default order for blocks and whether some blocks are less suitable for core. Gutenberg contributors were looking into making the tracking its own module so it could be useful for other WP feature plugins and core.</p>\n<p>Shortly after the feature was added to Gutenberg, contributors began to revisit the Telemetry discussion on WordPress Trac. The topic of telemetry for core had been tabled earlier this year, as it did not fall within the three core focus areas for WordPress development in 2017. Participants requested the ticket be reopened for discussion looking toward 2018 in light of Gutenberg adding opt-in tracking.</p>\n<p>“I think it’s a terrible idea for Gutenberg, too,” Matt Mullenweg commented on the ticket. “I doubt that anything actionable or useful will come of it that couldn’t be obtained by non-data-collecting means.”</p>\n<p>Twelve hours later, James Nylen <a href=\"https://make.wordpress.org/core/2017/08/06/opt-in-usage-tracking-in-gutenberg/#comment-32882\" target=\"_blank\">commented</a> on his original announcement to notify the community that tracking will be removed from Gutenberg in the 0.8.0 release:</p>\n<blockquote><p>There’s been quite a lot of discussion on this topic across the community, much of which stems from earlier discussions like <a href=\"https://core.trac.wordpress.org/ticket/38418\" target=\"_blank\">#38418</a>, which I wasn’t aware of.</p>\n<p>Usage tracking in Core and feature projects is a much bigger topic than fits into the scope of Gutenberg right now, so I’ve removed it from the GitHub repo, and it will be removed in the 0.8 Gutenberg release.</p>\n<p>The data that it was tracking, while interesting, probably wouldn’t have been a significant factor in the long-term growth and development of Gutenberg. The discussion surrounding the data collection, however, would take up a disproportionate amount of the team’s time.</p></blockquote>\n<p>Nylen said the data collected by the plugin thus far will be deleted after 0.8 rolls out and that since it’s so early in Gutenberg’s development there was “not enough data collected to provide any sort of picture of usage.”</p>\n<h3>WordPress Telemetry Advocates Continue Lobbying for Opt-In Data Collection</h3>\n<p>The discussion about whether or not WordPress needs telemetry has continued in the form of tweetstorms, as data collection advocates make the case for data-driven decision making.</p>\n<p>“The decision not to capture metrics (telemetry) from WordPress is one that continues to have a large impact on what we (don’t) know,” Liquid Web VP of Product Chris Lema <a href=\"https://twitter.com/chrislema/status/895136427977068544\" target=\"_blank\">said</a>. “As we’re trying to make decisions about Gutenberg and metaboxes, we might ask, how big a problem is this, by number of plugins or sites. But we don’t know because we decided that we can always iterate WordPress, like we’ve always done. It’s true that we’ve done that before, but that doesn’t mean it’s either the wisest approach, nor the least risky. With so many options today, will people necessarily return? The more logical approach, in my mind, is to capture as much data as possible and to make it as public as possible, so we can all review.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">If the problem were lack of data, we could easily produce terabytes per day.</p>\n<p>— Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/895506034533453825\">August 10, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">seconded with the power of 1000 suns</p>\n<p>— joe guilmette <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f1f9-1f1ed.png\" alt=\"??\" class=\"wp-smiley\" /> (@travlbum) <a href=\"https://twitter.com/travlbum/status/895539950933782528\">August 10, 2017</a></p></blockquote>\n<p></p>\n<p><a href=\"https://mor10.com/the-case-for-wordpress-telemetry/\" target=\"_blank\">WordPress Telemetry proposal</a> author Morten Rand-Hendriksen joined in the discussion with another <a href=\"https://twitter.com/mor10/status/895299336375902209\" target=\"_blank\">tweetstorm</a>:</p>\n<blockquote><p>WordPress needs a core method for collecting quantitative user data through telemetry (metrics). One of the biggest challenges WordPress faces is the lack of reliable data about global day-to-day use. Like most Open Source projects, WordPress has relied on community feedback as its primary data source, which is fine for a small project. The problem is WordPress is a Very Big Project with global reach and the majority of its users never interface with the community. </p>\n<p>I like to say we, the people who talk about, provide feedback for, and design/develop WordPress are the 1%. It might be more like 0.1%. Making decisions based on the traditional community feedback model is making decisions without knowing anything about the majority of users. Some will argue this is fine, that WordPress is developed by those who show up. That’s not a workable or responsible model for a project. We, the people who build WordPress, have a duty of care to the people we build it for. And those people are not us. ‘We can just do user testing,’ you say? Sure. Let’s do proper qualitative user testing. That requires staffing, funding, and infrastructure. User testing for a project like WordPress is non-trivial. It requires professional analysis.</p></blockquote>\n<p>Rand-Hendriksen’s tweetstorm continued with a summary of his telemetry proposal which would be opt-in based on a plugin prompted from core. The plugin would anonymize all collected data and allow for targeted data collection based on research needs. He proposes that the data be stored on servers owned by the community, separate from corporate interests, so the data can be shared openly to ensure transparency. The <a href=\"https://core.trac.wordpress.org/ticket/38418\" target=\"_blank\">ticket</a> for this feature request is currently closed.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">This discussion belongs in Trac in an open ticket. Closing it down because one person disagrees is not the Open Source way.</p>\n<p>— MortenRandHendriksen (@mor10) <a href=\"https://twitter.com/mor10/status/895307240122368001\">August 9, 2017</a></p></blockquote>\n<p></p>\n<p>“There’s a ton going on, and it’s far more important than built-in big brother centralized tracking,” Mullenweg <a href=\"https://twitter.com/photomatt/status/895678580935491588\" target=\"_blank\">said</a> in response to Rand-Hendriksen’s tweetstorm. “Do it as a plugin or with a host and show it informs a decision that we wouldn’t have taken otherwise. And remember that past usage is not a good predictor of future success, or what the world needs. We need to build iPhones not Blackberries.”</p>\n<p>During the <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\" target=\"_blank\">2016 State of the Word</a> address, Mullenweg proposed a new structure for core releases in 2017 where he would be putting on the ‘product lead’ hat and have design and user testing lead the way. As feature requests have popped up outside of the three core focus areas, Mullenweg has had to systematically shut them down or put them on hold for later in order to keep Gutenberg on track.</p>\n<p>However, it’s not surprising that the engineers leading the Gutenberg project, most of whom are employed by Automattic, wouldn’t think twice about adding user tracking. The company has <a href=\"https://data.blog/\" target=\"_blank\">a blog entirely devoted to data</a> where its data scientists write about the data pipelines they have built to help the company create a sustainable business. Historically, Automattic has strongly embraced using data in making decisions, which is why Calypso has event tracking built into it. Mullenweg is taking a different product leadership approach with the open source WordPress project.</p>\n<p>“For people unhappy with our direction, no amount of data will change their minds,” Mullenweg said in response to critics on Twitter. “The results will tell. I’m happy to stand by them the past 14 years, and believe the next 14 will validate our approach.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 02:08:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: WooCommerce Forks select2, Releases selectWoo as a Drop-In Replacement with Improved Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73999\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/woocommerce-forks-select2-releases-selectwoo-as-a-drop-in-replacement-with-improved-accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4160:\"<p>The WooCommerce development team has <a href=\"https://woocommerce.wordpress.com/2017/08/08/selectwoo-an-accessible-replacement-for-select2/\" target=\"_blank\">forked select2</a> to create a more accessible, drop-in replacement library called selectWoo. <a href=\"https://select2.github.io/\" target=\"_blank\">select2</a> is a widely used jQuery-based library for making custom drop down menus. Many users are wondering if the project has been abandoned, because the repository hasn’t seen any activity since February and 115 pull requests have piled up.</p>\n<p>In the interest of fixing some long-standing accessibility issues with the library, WooCommerce opted to fork it and has merged in some of the PRs that were submitted to the original project. SelectWoo is backwards-compatible and can be used the same way as select2 by simply replacing the select2.js file. It has been optimized for WordPress plugin development and can optionally be initialized with .selectWoo() in order to run alongside other versions of select2 that may be used by other plugins on the site.</p>\n<p>SelectWoo makes many improvements for those who are using screen readers, but it needs more accessibility testing. <a href=\"https://github.com/woocommerce/selectWoo/releases/tag/woo-1.0.0-beta.1\" target=\"_blank\">Beta 1</a> is availabe on GitHub. The WooCommerce team has even created a <a href=\"https://woocommerce.github.io/selectWoo/accessibility-testing/\" target=\"_blank\">testing page</a> with different example pages so those using screen-reading software can easily test for bugs.</p>\n<p>Forking is usually a last resort scenario for extending popular open source libraries, but the WooCommerce team wanted the flexibility of improving the project on their own timeline. One concerned developer asked the team what will happen in the future if select2 gets back on track and why they didn’t just submit pull requests to the select2 repository.</p>\n<p>“With a fork we can at least get things merged in to meet our own schedule, rather than waiting/relying on others or running custom versions,” WooCommerce lead developer Mike Jolley said. “There are other benefits, too, such as allowing our version to be namespaced to avoid conflicts in WP admin. The fork is public. Our changes can be merged back, when/if the project picks up again.”</p>\n<p>Both WordPress and Drupal core contributors have been working to <a href=\"https://github.com/select2/select2/issues/3744\" target=\"_blank\">address accessibility issues in select2</a> since 2015 when the WP Accessibility Team <a href=\"https://make.wordpress.org/accessibility/2015/09/07/accessibility-usertest-select2/\" target=\"_blank\">performed extensive testing on the library</a> to see if it was fit for use in core. Some initial planning work happened but work on these issues stalled out as select2’s maintainers became unavailable.</p>\n<p>“I’d do it with PRs if I thought they would get merged in, but I doubt they will,” WooCommerce developer Claudiu Lodromanean <a href=\"https://github.com/select2/select2/issues/3744#issuecomment-320464534\" target=\"_blank\">said</a>. “There’s been no action in this repo in about six months and the fork contains some PRs that have been waiting to get merged here for a very long time.”</p>\n<p>Forking a project can needlessly fragment its contributors by causing them to have to choose one or the other, especially as the projects diverge down the line. Motivated contributors may submit multiple PRs across both projects for improvements but most will simply contribute back to the project they use. Select2’s maintainers have not published any news about why the project has gone dormant.</p>\n<p>“There are <a href=\"https://github.com/select2/select2/pulls\" target=\"_blank\">over 100 PRs in the select2 repo</a> unmerged,” Jolley said in response to commenters asking about the necessity of the fork. “Some of these we actually need, so with the fork we’re free to merge these as needed. The accessibility issues are hurting users today, so we cannot really afford to wait.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Aug 2017 03:54:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WPWeekly Episode 284 – Catching Up with David Peralty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=74024&preview=true&preview_id=74024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/wpweekly-episode-284-catching-up-with-david-peralty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2867:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://peralty.com/\">David Peralty</a>. Peralty is a prolific writer with more than 30K articles published online for various media outlets. He also co-hosted WordPress Weekly episodes 41-75 in 2009.</p>\n<p>We discuss the rise and evolution of blog networks over the years, the current state of WordPress development, and what he thinks of Gutenberg.</p>\n<p>We have a great conversation about working remotely and how working in an office with great people focused on the same goal can be an energizing experience. Later in the show, Jacoby and I discuss the news of the week, including the idea of opt-in usage data tracking in WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium\">Publishers Are Moving Back to WordPress After Short Experiments with Medium</a><br />\n<a href=\"https://wptavern.com/trademark-trial-and-appeal-board-dismisses-automattics-trademark-dispute-against-chris-pearson\">Trademark Trial and Appeal Board Dismisses Automattic’s Trademark Dispute Against Chris Pearson</a><br />\n<a href=\"https://wptavern.com/gutenberg-0-7-0-adds-opt-in-usage-tracking\">Gutenberg 0.7.0 Adds Opt-In Usage Tracking</a><br />\n<a href=\"https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated\">Gutenberg Development Team Confirms Meta Box API Will Not be Formally Deprecated</a><br />\n<a href=\"https://wptavern.com/wordpress-core-fields-api-project-sees-renewed-interest\">WordPress Core Fields API Project Sees Renewed Interest</a></p>\n<h2>Picks of the Week:</h2>\n<p>Comment moderation is not the same as censorship, or is it?</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://halfelf.org/2013/censorship-in-moderation/\">Censorship in Moderation</a></p></blockquote>\n<p></p>\n<p><a href=\"https://github.com/rmccue/not-trac\">Not Trac</a> by Ryan McCue, connects to WordPress.org’s Trac instance via XML-RPC. Before using, please read McCue’s warnings about usernames and passwords.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 16th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #284:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Aug 2017 00:43:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: WordPress Foundation to Sponsor Open Source Educational Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73970\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/wordpress-foundation-to-sponsor-open-source-educational-events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3313:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/06/open-source.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/79777096@N00/6866996865\">16th st</a> – <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>The WordPress Foundation is <a href=\"http://wordpressfoundation.org/2017/call-for-organizers-introduction-to-open-source/\" target=\"_blank\">sponsoring a new series of workshops and training events</a> that will introduce people to WordPress and related open source software. The program targets communities in Latin and South America, Africa, Oceania, and Asia.</p>\n<p>“Specifically, we want to shine more light on the potential of open source software in countries where there is less participation in OSS projects,” WordPress Community Team leader Andrea Middleton said. “To help spread the word about the potential that open source has to offer, we’d like to provide financial support for two educational events this year, to be organized in parts of the world with less participation in open source.”</p>\n<p>After the success of the <a href=\"https://wptavern.com/wordcamp-incubator-program-to-launch-in-indonesia-zimbabwe-and-columbia\" target=\"_blank\">WordCamp Incubator Program</a>, which brought three new camps to Indonesia, Zimbabwe, and Colombia, there is some evidence that initiatives to bring WordPress to other parts of the world can have valuable returns. <a href=\"https://wptavern.com/harare-zimbabwe-to-host-its-2nd-wordcamp-november-4-2017\" target=\"_blank\">Harare is hosting its second WordCamp</a> in November and the local meetup group has nearly doubled over the past year. The other camps had similarly successful events and growth in meetup numbers.</p>\n<p>WordCamp Harare organizer Thabo Tswana said that one of the biggest impacts that the first WordCamp had was to introduce local attendees to the WordPress community. WordPress software is well-known across the world but many do not know that there is a strong community behind the project that they can connect with.</p>\n<p>The WordPress Foundation is looking for organizers to host “Introduction to Open Source” events that will be structured as two-hour workshops using <a href=\"https://make.wordpress.org/training/handbook/user-lessons/what-is-open-source/\" target=\"_blank\">training</a> <a href=\"https://make.wordpress.org/training/handbook/user-lessons/what-can-you-do-with-wordpress/\" target=\"_blank\">materials</a> available in the WordPress handbook. The goal is to introduce attendees to the world of open source software, the GPL license, and how it is important for WordPress as an open source project.</p>\n<p>The Foundation is subsidizing the events (up to $500) so they will be free for anyone to attend. A <a href=\"http://wordcampcentral.polldaddy.com/s/open-source-training-organizer-application\" target=\"_blank\">10-question application</a> is open for those who want to organize an event in 2017. The call for organizers says that preference will be given to organizers who are already members of a group that is part of WordPress’ meetup chapter program and areas where no WordCamp has previously been organized. Applications close August 21 and successful applicants will be notified by September 8.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Aug 2017 19:19:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Post Status: Publish Conference, in pictures\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=38424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/publish-conference-pictures/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34326:\"<p>Pictures from <a href=\"https://poststatus.com/publish\">Post Status Publish</a> were almost all taken by <a href=\"https://poststatus.com/people/brian-richards/\">Brian Richards</a>, unless they are pictures of Brian Richards. I took those.</p>\n<p>We had a great time learning and networking in Atlanta, and here’s a snippet of our time together. The event consisted of two full days of talks from some pretty amazing speakers.</p>\n<p>Special thanks to <a href=\"https://www.liquidweb.com/managedwordpress/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Liquid Web</a> for being our platinum sponsor, and to <a href=\"https://jetpack.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Jetpack</a>, <a href=\"https://pantheon.io/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Pantheon</a>, and <a href=\"https://www.siteground.com/wordpress-hosting.htm/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">SiteGround</a> for being gold sponsors. Without them, and our wonderful attendees of course, none of this would be possible.</p>\n<p>Video is being processed and will be available to all attendees, and we’re working out how exactly to make them available for other folks who may want to see the sessions.</p>\n\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-4/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-4-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-2/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-2-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-1/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-1-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-3/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-3-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-5/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-5-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-6/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-6-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-7/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-7-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-8/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-8-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-9/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-9-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-10/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-10-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-11/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-11-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-12/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-12-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-13/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-13-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-14/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-14-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-15/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-15-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-16/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-16-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-17/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-17-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-18/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-18-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-19/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-19-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-20/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-20-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-21/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-21-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-22/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-22-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-23/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-23-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-24/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-24-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-25/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-25-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-26/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-26-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-27/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-27-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-28/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-28-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-29/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-29-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-30/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-30-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-31/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-31-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-32/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-32-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-33/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-33-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-34/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-34-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-35/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-35-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-36/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-36-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-37/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-37-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-38/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-38-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-39/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-39-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-40/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-40-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-41/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-41-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-42/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-42-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-43/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-43-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-44/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-44-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-45/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-45-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-46/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-46-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-47/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-47-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-48/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-48-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-49/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-49-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-50/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-50-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-51/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-51-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-52/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-52-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-53/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-53-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-54/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-54-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-55/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-55-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-56/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-56-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-57/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-57-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-58/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-58-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-59/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-59-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-60/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-60-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-61/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-61-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-62/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-62-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-63/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-63-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-64/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-64-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-65/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-65-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-66/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-66-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-68/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-68-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-67/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-67-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-69/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-69-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-70/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-70-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-71/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-71-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-72/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-72-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-73/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-73-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-74/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-74-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-75/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-75-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-76/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-76-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-77/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-77-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-78/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-78-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-79/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-79-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-80/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-80-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-81/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-81-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-82/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-82-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-83/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-83-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-84/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-84-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-85/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-85-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-86/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-86-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-87/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-87-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-88/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-88-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-89/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-89-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-90/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-90-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-91/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-91-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-92/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-92-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-93/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-93-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-94/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-94-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-95/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-95-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-96/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-96-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-97/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-97-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-98/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-98-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-99/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-99-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-100/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-100-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-101/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-101-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-102/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-102-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-103/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-103-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-104/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-104-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-105/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-105-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-106/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-106-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-107/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-107-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/publish-conference-pictures/publish-conference-atlanta-post-status-108/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/08/publish-conference-atlanta-post-status-108-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Aug 2017 18:39:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"HeroPress: WordPress Ate My Life—In a Good Way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://heropress.com/essays/wordpress-ate-life-good-way/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-ate-life-good-way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11502:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/080917-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Thanks to the WordPress meetup, I found focus, fun, friends, and what passes for fame.\" /><p>I did not spend my childhood wanting to grow up to be a WordPress consultant. Given that I was born in 1967, long before the World Wide Web even existed, I would have had to be clairvoyant to aspire to any kind of web development. I was intrigued by computers when I first encountered the TRS-80 at the age of 12, but other than learning a few lines of BASIC, I didn’t pursue programming.</p>\n<p>Parenthetically, I don’t think it was because girls weren’t encouraged to become programmers. This was even before the days of the Control Data Institute commercials on TV. Programming as a career for anyone at all was not in the minds of the general public, at least not in Ohio. And although I thought computers were cool (being a science fiction fan and all), I didn’t have any clear sense of what you could do with them. I never made the mental connection between writing a 10-line program in BASIC and eventually creating something like a video game or a word-processing program.</p>\n<p>During my freshman year in college, I fell into the Classics Vortex, and ended up going to graduate school to study Greek and Latin drama. I expected to get my degree and a university teaching job.</p>\n<blockquote><p>I spoke at a few conferences and published a few papers. And I discovered the World Wide Web.</p></blockquote>\n<p>I’d gotten online in 1985, also in my freshman year at Brown. We were on BITNET and someone in the computer center showed me how to get onto Relay when I was down their using the mainframe to write essays with. (Fly, sledgehammer, boom.) The Internet came into being about the time I got to graduate school in 1989, and someone showed me the Web in 1994. It blew me away, because a visual medium of communication is vastly superior to a text-based medium when you’re talking about theatrical productions.</p>\n<p>By the end of 1994 I’d moved to England and created my first web page. (We didn’t have websites in those days, just ‘pages.’ Even if there were lots of pages. And wow, I just wrote that in inverted commas rather than quotation marks, as if my brain shifted itself back to Britain just thinking about it.)</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/DIDASKALIA-1998-min.png\"><img class=\"size-large wp-image-2017\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/DIDASKALIA-1998-min-1024x506.png\" alt=\"Sallie’s first website, Didaskalia, as it was in 1998\" width=\"960\" height=\"474\" /></a>Sallie’s first website, Didaskalia, as it was in 1998\n<p>So you’d think that maybe, from there, I would have gotten into a career in web development whether or not WordPress had ever existed, but that wasn’t what actually happened.</p>\n<h3>When Your Body Isn’t Your Friend</h3>\n<p>While I was still in graduate school, I developed a debilitating chronic illness that prevented me from finishing my PhD due to a combination of physical and cognitive problems, and although I started to get better at first, by the end of 1998, when I had to return to the US, my condition had worsened to the point where I wasn’t sure I’d ever be able to work. I spent about 18 months just going to doctors and therapists and support groups. When I did start working, it was as a caregiver, doing extremely simple tasks, because my confidence in my ability to do knowledge work of any kind was so badly damaged.</p>\n<p>I eventually started doing more kinds of things to earn money: clerical work, basic tech support, writing. Somewhere in there, I helped a couple of people with their websites, even though I’d missed a whole lot of the evolution of the Web. (I’m not at all sorry to have skipped Flash.) I was feeling considerably better thanks to new medication, and easing my way toward being self-supporting, but at the time I discovered WordPress in 2005, I was suffering from a bad case of Multiple Business Personality Disorder. I had a number of useful skills, but no clear focus or unifying principle.</p>\n<p>I had started my first blog on Blogger in January 2005, but within a few months I found myself hanging out with a lot of podcasters, and almost all of them used WordPress because the PodPress plugin (RIP) made it so easy to publish feeds with enclosures. I started to explore WordPress further, and within a few years had migrated my blog from Blogger because they stopped allowing you to self-host your blog. WordPress had meanwhile introduced pages, making it possible to build an entire website rather than having an HTML website and a WordPress blog.</p>\n<h3>Finding Community</h3>\n<p>But WordPress would probably have remained a sideline if I hadn’t started going to WordPress meetups. I was at a podcasting meetup in San Francisco in late 2008 when someone mentioned a WordPress meetup in SF. I went to a meeting (I think in January 2009) and someone THERE mentioned that there was a WordPress meetup starting in the East Bay, closer to where I lived. I went to that meeting in February 2009…and the rest is history.</p>\n<blockquote><p>It wasn’t that the first meetup was such an amazing experience. The organizer was new at running a meetup and we were all strangers to each other. But somehow talking about our shared interest in WordPress just made us more interested.</p></blockquote>\n<p>I’ve always been a service junkie, and I’d been involved with other networking groups for years, so it wasn’t long before I found myself co-organizer, helping to plan and run the meetup and welcoming new members as they joined. Through the meetup, I started to learn more about the WordPress community and open source software. A group of us went to WordCamp SF 2009.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/WordCampSF-2010-min.jpg\"><img class=\"size-full wp-image-2019\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/WordCampSF-2010-min.jpg\" alt=\"East Bay WordPress Meetup members at WCSF 2010\" width=\"1776\" height=\"2336\" /></a>East Bay WordPress Meetup members at WCSF 2010\n<p>Because of the meetup, I made more and more connections in the wider WordPress community. Because of the meetup, I learned a lot more about WordPress than I would have on my own, in part because I often had to teach it. Because of the meetup, more WordPress-related work came to me. I started to learn more code, little bits and fragments at a time. WordPress drew me in deeper and deeper as time progressed. In 2012, I officially registered WP Fangirl, and since that time, almost all my income has come from WordPress work.</p>\n<h3>All the WordCamps</h3>\n<p>I went to all the San Francisco WordCamps between 2009 and 2014, after which WordCamp US was instituted. By the time the first WordCamp Sacramento was announced in 2015, all the meetup presentations I’d done gave me the confidence to submit a talk. It was accepted. I’ve since spoken at WCLAX 2016 and WCSAC 2016. I’m working on my presentation for WCSAC 2017. (I’d love to travel for more meetups, but it’s not in the budget.)</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/Sallie_Goetsch-min.jpg\"><img class=\"size-full wp-image-2021\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/08/Sallie_Goetsch-min.jpg\" alt=\"Speaking at WordCamp LAX 2016\" width=\"1920\" height=\"1086\" /></a>Speaking at WordCamp LAX 2016\n<p>The experience I had with the Meetup made me want to connect more and more with other WordPress people, and to help out where I could. As I said, I’m a service junkie, so I readily embraced the idea of giving back to the community. I’m not a good enough developer (yet, anyway) to be a core contributor, but there are lots of ways to contribute. The main one, in my case, is organizing the meetup, though it took me until 2016 to join the official WordPress Community meetup program.</p>\n<p>I was also very active in the main WordPress LinkedIn group for several years, which led to O’Reilly hiring me as the technical reviewer for WordPress: The Missing Manual. (It may also have contributed to the gig I had in 2011 making WordPress videos for Peachpit Press and the one in 2012 and 2013 teaching WordPress for Mediabistro.)</p>\n<p>I started listening to WordPress podcasts in about 2006, though WP Weekly is the only one of those early shows that’s still around. There are tons of new WP podcasts now, more than I can keep up with. I got invited to participate in one, the WP-Tonic panel, starting in 2015. You can hear me being mouthy and opinionated there almost every week. I follow WordPress people on Twitter, belong to WordPress Slack teams, and have been known to dream about WordPress.</p>\n<p>Thanks to the WordPress meetup, I found focus, fun, friends, and what passes for fame. I’m still working on fortune, but I can tell you that the secret to the many great referrals I’ve gotten from my extensive network of WordPress connections is this: don’t go into it looking for what you can get. Just concentrate on what you can give, and never stop learning.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Ate My Life—In a Good Way\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Ate%20My%20Life%E2%80%94In%20a%20Good%20Way&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-ate-life-good-way%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Ate My Life—In a Good Way\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-ate-life-good-way%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-ate-life-good-way%2F&title=WordPress+Ate+My+Life%E2%80%94In+a+Good+Way\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Ate My Life—In a Good Way\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-ate-life-good-way/&media=https://heropress.com/wp-content/uploads/2017/08/080917-min-150x150.jpg&description=WordPress Ate My Life—In a Good Way\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Ate My Life—In a Good Way\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-ate-life-good-way/\" title=\"WordPress Ate My Life—In a Good Way\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-ate-life-good-way/\">WordPress Ate My Life—In a Good Way</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Aug 2017 12:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Sallie Goetsch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Post Status: Live from Publish: Challenges facing the WordPress Economy — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=38415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://poststatus.com/live-publish-challenges-facing-wordpress-economy-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1719:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p>In this episode, Brian and Joe are live at Post Status Publish and answer questions from the conference audience. They are asked about mistakes they think the WordPress product ecosystem is making, the challenges of working remotely, and many more existential questions.</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/0550d90d.mp3\">https://audio.simplecast.com/0550d90d.mp3</a>\n<p><a href=\"https://audio.simplecast.com/0550d90d.mp3\">Direct Download</a></p>\n<p>Publish was a lot of fun, and we’ll have more audio, video, and pictures available over the coming weeks.</p>\n<h3>Sponsor: Liquid Web</h3>\n<p><span><a href=\"https://www.liquidweb.com/managedwordpress/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Liquid Web</a> was the platinum sponsor of the Publish podcast, and therefore this episode of the podcast as well. If you haven’t tried Liquid Web’s Managed WordPress product, it’s time. They are doing awesome work in this space for mission critical sites.</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Aug 2017 00:29:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress Core Fields API Project Sees Renewed Interest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73965\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/wordpress-core-fields-api-project-sees-renewed-interest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5551:\"<p>As work continues at a feverish pace <a href=\"https://make.wordpress.org/core/2017/08/08/discovering-gutenberg-and-next-steps/\">on Gutenberg</a>, many developers throughout the community are <a href=\"https://github.com/WordPress/gutenberg/issues/952\">engaging in discussions</a> on how <a href=\"https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated\">meta boxes will be handled</a> in the new editor. The team is <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320644682\">considering various solutions</a> and <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320638392\">some </a>have <a href=\"https://twitter.com/scottkclark/status/894488147966517248\">suggested</a> that a Fields API in core would have made the future of meta boxes less of an issue.</p>\n<p>I reached out to <a href=\"https://www.scottkclark.com/\">Scott Kingsley Clark</a>, lead developer of the <a title=\"Pods Framework for WordPress\" href=\"http://pods.io/\" target=\"_blank\" rel=\"noopener\">Pods Framework</a> and one of the main contributors to the <a href=\"https://make.wordpress.org/core/tag/fields-api/\">Fields API project</a>. Clark explains what the Fields API is, its current status, its relationship to the meta box discussions, and how to contribute.</p>\n<p><strong>For those who don’t know, what is the Fields API project? How would it impact users?</strong></p>\n<p>It’s a <a href=\"https://github.com/sc0ttkclark/wordpress-fields-api\">feature proposal</a> for WordPress core to allow registering fields to different screens in the admin area through a single API. For posts, this would add new meta boxes and fields within them. For users, it would add new sections and fields to the profile screen. The goal is to integrate with all of the different admin screens including, Posts, Terms, Users, Media, and Comments.</p>\n<p>Typical users would notice that the fields added by plugins they are using all have a similar look and feel. That’s really an oversimplification of what’s going on behind the scenes, but it’s one of the big benefits as well, since it shouldn’t really affect end-users beyond improving consistency of different screens and potential redesigns.</p>\n<p><strong>What has caused progress on the project to slow down?</strong></p>\n<p>I was out-of-town for a all-hands company meetup, lead organized WordCamp Dallas-Fort Worth 2016, and ran PodsCamp 2016 in Austin, TX, all in the span of about a month and a half. It was intense, but somehow last summer I thought I could manage moving too.</p>\n<p>We were in the process of showing our house, almost all of the time, so that we could sell it. The buying process was full of thorns, with a move that was pretty fun. I also started a new job at Modern Tribe in February, 2017.</p>\n<p>In retrospect, yes that was way too much but the challenge was met and the only thing that suffered was the Fields API project, which was no easy feat. It’s unfortunate, but I’m glad to be getting back into things again this month.</p>\n<p><strong>Are new contributors showing a renewed interest in the project?</strong></p>\n<p>Yes. We recently had a few people become interested in helping. When I’ve got help, I’m 300% more productive. It’s much easier to bounce ideas off of others with shared experience than it is going alone.</p>\n<p><strong>How does the API relate to how meta boxes could be handled in Gutenberg? If the API were in core, how would it influence the discussion?</strong></p>\n<p>Here’s where the irony sets in. If we were successful in getting a Fields API into WordPress before Gutenberg was a thing, the ability for Gutenberg to revamp as much as it has planned to revamp in the post editor, would not be as hindered as it is now.</p>\n<p>The biggest problem I see facing Gutenberg is reining in the scope that covers meta boxes. They need to get things working for meta boxes that are already being registered and used by plugin developers.</p>\n<p>If Fields API were a part of WordPress, they would still need to keep backwards compatibility but I could easily add a meta box with my fields into the proposed Gutenberg meta boxes (still in discussion) with just a few lines of code. Plus, my fields and meta boxes registered using the Fields API would work just fine on pre-Gutenberg sites.</p>\n<p>Another parallel here would be the User edit screen, which has had <a href=\"https://make.wordpress.org/core/2015/08/03/fields-api-request-for-review-of-direction/\">much discussion</a> about revamping the way it looks. It’s very difficult to revamp it and give it consistency without a Fields API already in place. It’s not impossible, but many problems come to the surface during any approach to ‘React-ify’ it, utilize meta boxes, or whatever it would use.</p>\n<p><strong>How can people get involved/contribute to the Fields API project?</strong></p>\n<p>I’m very excited to have others interested in moving the project along. I’m eager to gain more interest. They can join us in <a href=\"https://wordpress.slack.com/messages/C04MWK7PZ/\">#core-fields</a> on <a href=\"https://wordpress.slack.com/\">WordPress Slack</a> if anyone is interested. They can also follow the <a href=\"https://github.com/sc0ttkclark/wordpress-fields-api\">project on GitHub</a> where pull requests are welcomed.</p>\n<p>Clark also says that the GitHub repository will be revamped soon to provide more focus on making the project a feature-plugin first instead of a core proposal.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Aug 2017 21:47:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Gutenberg Development Team Confirms Meta Box API Will Not be Formally Deprecated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73939\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/gutenberg-development-team-confirms-meta-box-api-will-not-be-formally-deprecated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8674:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2015/07/boxes.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/25716750@N06/2527068003\">Doors Open Toronto 2008 – Toronto Archives</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>The discussion surrounding <a href=\"https://github.com/WordPress/gutenberg/issues/952\" target=\"_blank\">how Gutenberg will handle meta boxes</a> heated up over the weekend after a participant <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320230104\" target=\"_blank\">commented</a> on the GitHub issue with concern regarding meta box support being removed from the most recent milestone.</p>\n<p>“I see this vital issue has been removed from any milestone,” @steveangstrom said. “It has been de-prioritized again while bells and whistles for blog editing get lots of work and are added to betas. This is very worrying for the future of WordPress as a CMS.”</p>\n<p>James Nylen, one of the lead developers on the project, reassured followers of the topic that the Gutenberg team has not forgotten about the issue but rather that it is “an extremely complicated issue that we are only beginning to look into, along with many, many other priorities for getting the editor working well.” He also <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320523428\" target=\"_blank\">asked</a> for help from the community in planning and testing implementations for supporting meta boxes.</p>\n<p>This response left many things unclear. Participants in the discussion, many of whom are developers concerned about about the prospect of having to rewrite all of their meta boxes as React components, are wondering why meta boxes cannot work alongside the new Gutenberg editor and why the team chose to include meta boxes in the scope of the project.</p>\n<p>“Is it possible to replace the existing TinyMCE post editor with Gutenberg while leaving the rest of the interface, including meta boxes and existing hooks, unchanged?” Kevin Hoffman asked. When Nylen clarified that Gutenberg, as written today, is intended to be a <code>post_content</code> editor, Hoffman summarized the concerns that many developers have expressed:</p>\n<blockquote><p>If Gutenberg is truly intended to be a <code>post_content</code> editor, then meta boxes should be left alone as they are not concerned with <code>post_content</code>.</p>\n<p>Furthermore the need for an API to translate PHP meta boxes into React meta boxes is a manufactured problem. It does not have to be a problem, but it has become a problem because somewhere along the line it was decided that rewriting the <code>post_content</code> editor should also completely change how meta boxes work.</p>\n<p>You’ve outlined the tremendous challenge of writing such an API in <a href=\"https://github.com/WordPress/gutenberg/pull/2251\" target=\"_blank\">#2251</a>. Translating PHP meta boxes into React for a popular custom fields solution like ACF is challenging enough, let alone trying to do so for every meta box implementation that exists today, popular or not. It does not scale.</p></blockquote>\n<p>As the Gutenberg contributors shared that they have only just begun to look into the meta box issue, it’s now clear why there is no roadmap for how the project will handle “legacy” PHP meta boxes. In July, Nylen said, “If I had to guess where we will end up here: current metaboxes will be moved to a “legacy” area and we will provide APIs, documentation, and examples for registering ‘new-style’ metabox-block-thingies.”</p>\n<p>Plugin developers who manage meta box libraries, agencies, and other concerned parties are following the ticket to find out how to plan for the WordPress 5.0, which has been targeted as the Gutenberg release. Andrey Savchenko <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320574699\" target=\"_blank\">asked</a> if WordPress plans to formally deprecate the meta box API, which finally drew a clear answer from the team. Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320644682\" target=\"_blank\">responded</a>:</p>\n<blockquote><p><strong>“Does WordPress intend to formally deprecate Metabox API?”</strong><br />\nNo.</p>\n<p>The question that is not fully answered yet is how do meta-boxes work in the context of the Gutenberg editor. Should they remain the same or evolve? How can we move towards the design goals with the least amount of disruption possible?</p>\n<p>This issue has been lingering not due to a lack of desire, but lack of resources. The primary focus for this project is to offer a rich content editing interface that optimizes for direct manipulation of user content through the notion of blocks. (Having used meta-boxes extensively for various projects, I believe blocks can offer a better step forwards for many of those needs while providing a better user experience.)”</p></blockquote>\n<p>Ventura listed several options the team has considered for handling meta boxes and requested help from the community to build the best solution:</p>\n<ul>\n<li>If we detect a meta-box is registered we can fallback to the old interface, nothing changes.</li>\n<li>We could split editing the content and modifying meta information into two screens or stages.</li>\n<li>We can try to see how feasible it is to render these as they are (PHP) below the content: <a href=\"https://github.com/WordPress/gutenberg/pull/2251\" target=\"_blank\">#2251</a>.</li>\n<li>A theme/plugin/CPT could unregister the new interface as needed.</li>\n<li>Various items that relied on meta boxes could be converted to blocks for UI (still storing data separately).</li>\n<li>We could implement API based meta boxes extensibility like the Fields API.</li>\n</ul>\n<p>When pressed to answer the question of why meta boxes are being included in the context of the new editor, Gutenberg design lead Joen Asmussen clarified how the team decided to include meta boxes in the scope of the project:</p>\n<blockquote><p>Gutenberg did start just with the editor box. The kickoff goal was to unify multiple disparate interfaces under a single unified block interface. It quickly become apparent that in order for us to create a compelling experience revolving around this unified block interface, we had to consider the full writing flow, including settings and publishing.</p>\n<p>If the key strength of WordPress is to make it easy for anyone to create rich posts, then we can’t just design for those of us who already know how to use the editor. We have to consider users who’ve never used WordPress before, and what they expect in a modern publishing interface. Otherwise we’d just be adding cognitive load to an already heavy interface.</p></blockquote>\n<p>The question of how meta boxes will fit into the context of the Gutenberg editor is still open. Participants in the discussion are eager to have this question answered for the sake of backwards compatibility and also because it affects ongoing decisions regarding Gutenberg development and screen design.</p>\n<p>“I completely get how much work has been done towards the ‘screen’ replacement approach,” Xavi Ivars <a href=\"https://github.com/WordPress/gutenberg/issues/952#issuecomment-320771891\" target=\"_blank\">commented</a> on the issue. “But shouldn’t a project that started with the goal of a ‘post content editor’ replacement, have gone back to the community before deciding unilaterally that it would replace the whole editor screen?”</p>\n<p>The meta box API isn’t being deprecated but there’s also no clear path forward for how Gutenberg will support “legacy” PHP meta boxes. The Gutenberg team said the issue has not been solved due to lack of resources. The project needs community input and better communication if the team is going to land on a solution that will seamlessly usher the majority of WordPress sites into the Gutenberg era with the least amount of breakage.</p>\n<p>Currently, <a href=\"https://github.com/WordPress/gutenberg/pull/2251\" target=\"_blank\">the feasibility of rendering legacy PHP meta boxes below the content</a> is fraught with challenges and still up for debate. If there isn’t enough time or client resources for developers to rewrite their work into JS-driven meta boxes, then a clear path for opting out of the Gutenberg interface may be necessary for sites that need to preserve the legacy “PHP” meta boxes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Aug 2017 19:54:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Gutenberg 0.7.0 Adds Opt-In Usage Tracking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/gutenberg-0-7-0-adds-opt-in-usage-tracking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6286:\"<p><a href=\"https://make.wordpress.org/core/2017/08/04/whats-new-in-gutenberg-4th-august/\" target=\"_blank\">Gutenberg 0.7.0</a> was released just before the weekend with improvements to the writing flow and greater flexibility for theme authors to add their own customizations. Last week’s version 0.6.0 release made significant changes to the way paragraphs are created within text blocks, allowing for blocks to split when pressing enter. However, it inserted a “New Paragraph” placeholder that was distracting for users trying to stay in the flow of writing.</p>\n<p>Version 0.7.0 <a href=\"https://github.com/WordPress/gutenberg/pull/2161\" target=\"_blank\">hides placeholders on focus</a>, providing a cleaner experience of starting a new paragraph. After a user has already intuitively initiated a new paragraph by pressing enter, the “New Paragraph” placeholder holds little value. Removing the placeholder is a minor improvement that brings Gutenberg closer to providing a better experience for long-form writing.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/new-paragraph-gutenberg-0-7-0.png?ssl=1\"><img /></a></p>\n<p>This release also introduces <a href=\"https://github.com/WordPress/gutenberg/pull/2186\" target=\"_blank\">theme support for customized color palettes and a shared component</a>, such as cover text and button blocks. The sample code below shows how easy it would be for theme authors to implement their own color palettes.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/theme-support-color-palette.png?ssl=1\"><img /></a></p>\n<p>Gutenberg contributors have also added <a href=\"https://github.com/WordPress/gutenberg/pull/2021\" target=\"_blank\">theme support for wide images</a>. According to the inline docs, this allows for some blocks, such as the image block, to define a “wide” or “full” alignment by adding the corresponding classname to the block’s wrapper ( <code>alignwide</code> or <code>alignfull</code> ).</p>\n<p>These additions offer theme developers a better picture of where Gutenberg is headed in regards to themes. The plugin’s contributors are slowly building in more points of customization so that theme authors can add or override Gutenberg’s styles and provide additional opt-in features to their users.</p>\n<p>Theme support for wide images has already been committed to Tammie Lister’s experimental <a href=\"https://github.com/WordPress/gutenberg-theme\" target=\"_blank\">Gutenberg Theme</a>. The project was created to showcase how Gutenberg will interact with WordPress themes and is still a work in progress.</p>\n<h3>Gutenberg Adds Opt-In Data Collection</h3>\n<p>After updating the Gutenberg plugin to 0.7.0 and navigating to the editor, users are presented with the option to opt into data collection about their usage of the editor. The usage data, which is anonymous and does not include post content, is sent to WordPress.com for future analysis. Gutenberg contributor James Nylen explained how the data tracking works in a <a href=\"https://make.wordpress.org/core/2017/08/06/opt-in-usage-tracking-in-gutenberg/\" target=\"_blank\">post</a> on Make.WordPress.org.</p>\n<p>“The Gutenberg plugin contains a mechanism to count how often specific actions occur over time,” Nylen said. “If the user has previously clicked ‘Yes’ on this screen, and an event occurs that has an associated <a href=\"https://github.com/WordPress/gutenberg/search?utf8=%E2%9C%93&q=bumpStat&type=\" target=\"_blank\">bumpStat call</a> in the Gutenberg code, then this event is sent to WordPress.com servers by loading a special ‘pixel’ image.”</p>\n<p>Gutenberg’s tracking code stores the “group” and “name” sent with the bumpStat call (short strings of text), along with the time the event was recorded. Nylen said the team will use the data to improve the editor based on usage patterns. This data collection information is currently only available to those with access to WordPress.com servers.</p>\n<p>“As Gutenberg is an open-source community project, we view this data as belonging to the WordPress community, so we also plan to make this data available via a public dashboard,” Nylen said.</p>\n<p>He shared an example of the data that has been collected from the plugin over the past few days since 0.7.0 was released. This chart is a preview of the number and types of blocks that users have added to posts while testing the editor.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/gutenberg-add-block-total-e1502130689795.png?ssl=1\"><img /></a></p>\n<p>“The approach taken here is very similar to Calypso’s event tracking code,” Nylen said in the <a href=\"https://github.com/WordPress/gutenberg/pull/2140\" target=\"_blank\">pull request for adding the data collection</a>. “We can use the data added in this PR to inform various decisions such as default order for blocks and whether some blocks are less suitable for core, and more generally this is a very useful technique to collect user experience data.”</p>\n<p>The majority of Gutenberg’s chief contributors are Automattic employees, so it makes sense that they would use the options and infrastructure available to them to quickly get data collection going in Gutenberg. However, the data from these tests needs to be shared with the greater WordPress community as soon as possible, since it is being collected in the name of the WordPress project. Ideally, it would have been set up to be displayed publicly before asking users to opt into the collection.</p>\n<p>Gutenberg contributors are also considering making the data collection more modular so that it could be used with other WordPress feature plugins or existing features in the future.</p>\n<p>“Maybe the tracking could be its own module, it could be useful outside of the editor (and other WP feature plugins later),” Riad Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/2140#discussion_r130839438\" target=\"_blank\">said</a>. “Longer term (or not), WP.org needs its own tracking infrastructure and this could be very useful to enhance WordPress.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Aug 2017 20:05:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"WPTavern: Trademark Trial and Appeal Board Dismisses Automattic’s Trademark Dispute Against Chris Pearson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73899\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/trademark-trial-and-appeal-board-dismisses-automattics-trademark-dispute-against-chris-pearson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4102:\"<p>In July 2015, Automattic <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">won its <span class=\"_Tgc\"> Uniform Domain-Name Dispute-Resolution Policy</span> (UDRP) case</a> against <a href=\"http://www.pearsonified.com/\">Chris Pearson</a> regarding Thesis.com after the <a href=\"http://www.adrforum.com/domaindecisions/1613723.htm\">panel determined</a> that he failed to establish all three elements required under the ICANN Policy.</p>\n<blockquote><p>A party must satisfy all three of the burdens imposed under the Policy in order for the Panel to order transfer of a domain name from the entity registering it. Here, Complainant failed to establish that Respondent registered and used the disputed domain name in bad faith.</p>\n<p><em>See Starwood Hotels & Resorts Worldwide, Inc. v. Samjo CellTech.Ltd</em>, FA 406512 (Nat. Arb. Forum Mar. 9, 2005) (finding that the complainant failed to establish that respondent registered and used the disputed domain name in bad faith because mere assertions of bad faith are insufficient for a complainant to establish Policy ¶ 4(a)(iii)). Therefore, the Panel finds that Complainant failed to support its allegations under Policy ¶ 4(a)(iii) and finds for Respondent.</p></blockquote>\n<p>This allowed Automattic to maintain ownership of <a href=\"https://themeshaper.com/\">Thesis.com</a>. Automattic retaliated by <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=1\">filing a petition</a> for cancellation with the United States Patent and Trademark Office. In the petition, Automattic argued that the three trademarks owned by Pearson, DIYTHEMES, THESIS THEME, and THESIS, should be cancelled.</p>\n<p>For the past two years, legal teams for both parties have gone back and forth filing briefs, requests for extensions, and other documents. Earlier this year on April 20th, the Trademark Trial and Appeal Board <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=19\">dismissed the case</a> citing a lack of evidence and testimony from Automattic that establishes real interest and a reasonable belief in damages.</p>\n<blockquote><p>The record is devoid of any evidence concerning the nature of Petitioner’s (Automattic) commercial activities and its interest in Respondent’s (Chris Pearson) registered marks. Proof of standing in a Board proceeding is a low threshold.</p>\n<p>For example, Petitioner could have submitted testimony or competent documentary evidence as to its asserted need to use the terms comprising the marks and nature of its business activities to establish its standing.</p>\n<p>Petitioner neglected to do so. Thus, on the record before us, Petitioner has failed to establish a ‘real interest’ and ‘reasonable belief in damage.’ Accordingly, the cancellation proceeding is dismissed for Petitioner’s lack of standing.</p></blockquote>\n<p>On May 22nd,<a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=20\"> Automattic filed a motion</a> for the board to reconsider its decision. On June 1st, the <a href=\"http://ttabvue.uspto.gov/ttabvue/v?pno=92061714&pty=CAN&eno=21\">board denied the request</a> making its decision final.</p>\n<blockquote><p>Petitioner has failed to establish any error in the Final Decision. Rather, Petitioner expresses disagreement with the result reached and argues, for the first time on reconsideration, positions it should have alleged in its petition to cancel, supported with testimony and/or competent evidence, and raised in its trial brief.</p>\n<p>We will not infer from Petitioner’s scant allegations and evidence, and silence in its brief, proof of its standing to bring this cancellation proceeding. Petitioner’s motion for reconsideration is denied.</p></blockquote>\n<p>The decision allows Pearson to retain ownership of the DIYTHEMES, THESIS THEME, and THESIS trademarks. It’s unclear if this outcome will lead to more legal actions from either party. At the time of publishing, Pearson did not return a request for comment regarding the outcome and what his plans are for the Trademarks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Aug 2017 00:56:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=73917&preview=true&preview_id=73917\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6881:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>\n<p>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>WordPress Foundation is Taking Submissions for The Kim Parsell Memorial Scholarship</h2>\n<p>For the third year in a row, the WordPress Foundation will award a woman contributor with financial need who has never attended WordCamp US the <a href=\"https://2017.us.wordcamp.org/kim-parsell-memorial-scholarship-2017/\">Kim Parsell Memorial Scholarship</a>. The scholarship was created in memory of Kim Parsell who <a href=\"https://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">passed away in 2015</a>.</p>\n<p>The scholarship covers the cost of the following:</p>\n<ul>\n<li>Travel to and from Nashville from the recipient’s home city,</li>\n<li>Hotel stay for the duration of the event,</li>\n<li>A ticket to WordCamp US 2017.</li>\n</ul>\n<p>The deadline to apply for the scholarship is Tuesday, August 15th at 12a.m. Pacific.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://2017.us.wordcamp.org/kim-parsell-memorial-scholarship-2017/\">Kim Parsell Memorial Scholarship 2017</a></p></blockquote>\n<p></p>\n<h2>The WordPress Economy is Fine</h2>\n<p>In a <a href=\"https://poststatus.com/future-wordpress-economy-im-not-worried/\">guest post</a> for Post Status, Joshua Strebel, founder of Pagely, explains why he’s not worried about the WordPress economy.</p>\n<blockquote><p>In all channels, new market entrants or existing small shops are being out-gunned by the established players, or the buyers needs are being met upon install.</p>\n<p>So is the WordPress ecosystem shrinking? Yes, segments of it are and will continue to do so. It’s like in any industry: the car replaced the horse and the robot replaced the factory worker. What was successful in the New Market phase may not work in the more mature, ‘Existing Market’ phase we are in.</p></blockquote>\n<p>It’s a good read and it’s interesting to think about what new segments will be created that don’t exist.</p>\n<h2>WPCampus 2017 Videos Are Now Available</h2>\n<p>WPCampus has published <a href=\"https://wpcampus.org/videos/\">all of the videos</a> from its 2017 conference. They’re available to watch for free either on the site or the organization’s <a href=\"https://www.youtube.com/wpcampusorg\">YouTube channel</a>. If you attended WPCampus 2017 or watched the livestream, please consider taking <a href=\"https://2017.wpcampus.org/conference-survey/\">the following survey</a> that will help organizers plan for future events.</p>\n<h2>WordPress Case Studies Needed</h2>\n<p>The WordPress marketing team has published a survey seeking case studies from agencies, enterprises, and clients who use WordPress. The team has provided a sample <a href=\"https://make.wordpress.org/marketing/files/2017/08/WordPress-Marketing-Sample-Case-Study.pdf\">Case Study</a> that can be used as a template. The case studies will help determine how WordPress is being used and help focus future marketing efforts.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/marketing/2017/08/02/calling-all-wordpress-agencies/\">Calling all WordPress Agencies</a></p></blockquote>\n<p></p>\n<h2>New Preferred Languages Prototype</h2>\n<p>Pascal Birchler unveiled an updated prototype of the preferred languages project. The project adds UI to the WordPress backend that allows users to select multiple preferred languages. WordPress will try to load the translations for the first language that’s available. If it’s not available, it will fall back to the next language in the list.</p>\n<p>Birchler is seeking feedback on the newest <a href=\"https://github.com/swissspidy/preferred-languages\">version of the plugin</a> and is working towards it being a merge candidate for WordPress 4.9.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2017/05/20/preferred-languages-the-prototype/\">Preferred Languages: The Prototype</a></p></blockquote>\n<p></p>\n<h2>WordPress’ Emerging Dominance as a CMS of Choice for Law Firms</h2>\n<p>Kevin O’ Keefe <a href=\"http://abovethelaw.com/2017/08/wordpress-to-dominate-as-content-management-system-for-all-law-firms/\">explains why</a> WordPress is likely to become the dominant CMS of choice for law firms.</p>\n<blockquote><p>Just as Word has replaced WordPerfect as the word processing solution of choice for law firms, WordPress is likely to replace other content management systems for law firms, both large and small.</p></blockquote>\n<h2>WordPress 4.9 Expected This November</h2>\n<p>In the last developer’s chat, WordPress 4.9 development kicked off and is expected to be released in November. This release will focus on editing code, managing plugins and themes, a user-centric way to customize a site, and improvements to features recently added. Mel Choyce and Weston Ruter are co-release leads.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2017/08/03/dev-chat-summary-august-2nd-4-9-week-1/\">Dev Chat Summary: August 2nd (4.9 week 1)</a></p></blockquote>\n<p></p>\n<h2>Volunteers Needed for WordCamp US</h2>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/\">WCUS Needs You: Volunteer Applications Are Now Open</a></p></blockquote>\n<p></p>\n<h2>A Visit From St. Gutenberg</h2>\n<p><a href=\"https://wordpress.org/support/topic/catastophe-how-to-destroy-wordpress-in-2-weeks/\">Perhaps the greatest one-star review on the WordPress plugin directory. </a></p>\n<h2>Minniepuu and Wapauul!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project. Minniepuu and Wapauul, designed by <a href=\"http://marktimemedia.com/\">Michelle Schulp</a>, are the mascots of WordCamp Minneapolis 2017 that’s taking place this weekend.</p>\n<p>Minneapolis and St. Paul, MN are commonly referred to as the Twin Cities and the city’s Major League Baseball team is the Minnesota Twins.</p>\n<img />WordCamp Minneapolis 2017 Wapuus\n<p>That’s it for issue twenty-two. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Aug 2017 00:18:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Publishers Are Moving Back to WordPress After Short Experiments with Medium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/publishers-are-moving-back-to-wordpress-after-short-experiments-with-medium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8358:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/migration.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://www.flickr.com/photos/hyku/2267820888/\">hyku</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p><a href=\"https://www.theawl.com/\" target=\"_blank\">The Awl</a>, <a href=\"https://thinkprogress.org/\" target=\"_blank\">ThinkProgress</a>, <a href=\"https://filmschoolrejects.com/\" target=\"_blank\">Film School Rejects</a>, and several other publishers have moved back to WordPress after short experiments on Medium. In early 2016, Medium convinced a collection of small, independent publications to move to its platform but shortly thereafter discontinued its unsuccessful ad-driven publishing model <a href=\"https://www.buzzfeed.com/charliewarzel/when-you-launch-your-publication-the-same-day-medium-changes\" target=\"_blank\">without notifying publishers</a>.</p>\n<p>In March 2017, Medium CEO Ev Williams announced that his solution to fix the broken, ad-driven media industry was to fire up <a href=\"https://wptavern.com/medium-aims-to-fix-broken-media-with-new-5-subscription-program\" target=\"_blank\">a new $5 subscription program</a> that would put articles behind a paywall inside of the Medium network.</p>\n<p>Today The Awl, The Hairpin, and The Billfold announced the publications have <a href=\"https://www.theawl.com/2017/08/somethings-different/\" target=\"_blank\">moved back to WordPress</a> after switching to Medium in April 2016.</p>\n<p>“The move to Medium was a cool experiment, in my opinion, but the year is up and personally I missed the ads,” The Awl Editor Silvia Killingsworth said. <a href=\"https://www.thebillfold.com/2017/08/change-is-the-only-constant-in-life/\" target=\"_blank\">The Billfold’s announcement</a> cited Mediums’ recent changes as the reason for the move back to WordPress:</p>\n<blockquote><p>Our move to Medium was an experiment to explore a different kind of business model, and that experiment is over now that the platform has moved in a different direction (<a href=\"https://www.axios.com/publishers-flee-medium-amid-business-model-changes-2440471520.html\" target=\"_blank\">you can read more in-depth about those changes here</a>).</p>\n<p>Adapting to change is all part of the many joys of being a small, independent publisher.</p></blockquote>\n<h3>Film School Rejects Returns to WordPress After 1-Year Experiment with Medium</h3>\n<p><a href=\"https://filmschoolrejects.com/what-happened-with-medium/\" target=\"_blank\">Film School Rejects (FSR) also returned to WordPress in May</a> after a year-long, rocky experiment with Medium. The publication was one of Medium’s first 12 premium publishers.</p>\n<p>“To be honest, I can’t afford, nor would my heart hold up for, a move back to a private server and WordPress,” FSR founder Neil Miller <a href=\"https://www.poynter.org/2017/why-publishers-are-sticking-with-medium-for-now/444507/\" target=\"_blank\">told Poynter in January</a> after Medium announced it was pivoting away from ad-driven media. “So, barring a miracle, my site will live and die on Medium. I’m optimistic that I’ll find some sort of solution and be able to remain on Medium.”</p>\n<p>Ultimately, Medium’s goals as a publisher of subscription content were at odds with FSR’s ability to sustain the publication. Miller said they had ported 10 years of content over to the platform after being promised a beautiful user experience and a way forward that would allow FSR to grown the business, continue to pay its writers, and keep the publication on the cutting edge.</p>\n<p>“What we were sold when we joined their platform is very different from what they’re offering as a way forward,” Miller told Poynter. “It’s almost as if Ev Williams wasn’t concerned that he was pulling out the rug from underneath publishers who had placed their trust in his vision for the future of journalism.”</p>\n<p>After moving FSR back to WordPress, Miller said the partnership with Medium was great until the company changed course to become a different type of platform.</p>\n<p>“As time went on, it became clear that Medium’s priorities had shifted from being a platform for independent publishers to being itself a publisher of premium, subscription-based content,” he said. “As we learned more about their future plans for the now-existent Medium ‘Members Only’ program, it became clear that our site wouldn’t be able to continue to operate the way we always had.”</p>\n<p>Miller said the process of trying a new platform and returning to WordPress made him realize that he “missed some of the customizable features of WordPress,” which led his team to work on some new features they will be launching in the future. The site has reinstated its banner advertising on pages.</p>\n<p>“We’d love to be able to do this all without any ads, but there’s no money in that,” Miller said. “And guess who doesn’t get paid if the site can’t make any money? The people who write articles, edit the site, make video essays, curate One Perfect Shot, and host podcasts.”</p>\n<h3>ThinkProgress Exits Medium, Founder Says Platform is No Longer Developed with Publishers in Mind</h3>\n<p><a href=\"https://thinkprogress.org/\" target=\"_blank\">ThinkProgress</a> was one of the largest publications to make the move to Medium last August. After less than a year, the site has moved back to WordPress, its previous publishing platform. ThinkProgress founder Judd Legum told <a href=\"http://www.poynter.org/2017/with-big-plans-to-staff-up-thinkprogress-is-leaving-medium-behind-update/465424/\" target=\"_blank\">Poynter</a> that the lack of advertising capabilities was not the reason his publication left the platform but rather because Medium no longer serves the best interests of publishers.</p>\n<p>“I’m certainly not eager to have a bunch of ads on the site — and we’re not going to,” Legum said. “I’d love to have none. And if it were possible, I’d be interested in figuring out a model where we don’t have to have any. But if it’s connected to a platform that’s not going to be developed with publishers in mind, it doesn’t really make sense to think through that as a platform. That sealed it for me.”</p>\n<p>ThinkProgress is taking its 8 to 10 million unique pageviews per month back into the independent publishing space. It is the latest of several other publishers leaving Medium after having been persuaded in 2016 to jump into Ev Williams’ experiment with initial promises of free hosting, more traffic, and advertising money. Not all of the sites are moving back to WordPress, but most are looking to free themselves from Medium’s experiment on publishers and regain the ability to sell advertising and/or subscriptions.</p>\n<p><a href=\"https://www.axios.com/bill-simmons-moves-the-ringer-from-medium-to-vox-media-2426770782.html\" target=\"_blank\">The Ringer moved to Vox Media</a> at the end of May after Medium discontinued its advertising model. <a href=\"https://www.poynter.org/2017/after-being-wooed-by-medium-some-publishers-are-beginning-to-leave/459998/\" target=\"_blank\">The Pacific Standard left Medium</a> to focus on building custom features to drive subscription growth.</p>\n<p>Backchannel also moved its site off of the platform and <a href=\"https://www.wired.com/story/backchannel-is-moving-to-wired\" target=\"_blank\">is now publishing on Wired.com</a>. “In the time since Backchannel launched, Medium has shifted its business strategy, and it’s no longer as focused on helping publications like ours profit,” BackChannel Editor Jessi Hempel said.</p>\n<p>Medium’s new <a href=\"https://medium.com/membership\" target=\"_blank\">subscription revenue model</a> and partner program are still in beta but the returns have not been enough to convince publishers to stay, even with costly migrations back to tried and proven platforms like WordPress. Ad-driven publishing may not be the most ideal way to keep a publication afloat, but publishers moving away from Medium are not willing to stay on for the the startup’s experiment at the expense of their writers and staff.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Aug 2017 23:09:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress 4.8.1 Released, Adds Custom HTML Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wptavern.com/wordpress-4-8-1-released-adds-custom-html-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:901:\"<p>WordPress 4.8.1 <a href=\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\">is available for download</a> or as an update from the WordPress Dashboard. This release contains 29 bug fixes and improvements. The most notable addition is a dedicated <a href=\"https://wptavern.com/wordpress-4-8-1-adds-a-dedicated-custom-html-widget\">Custom HTML widget</a>.</p>\n<img />Custom HTML Widget in WordPress 4.8.1\n<p>The Custom HTML widget works similar to the Text widget in WordPress 4.7 and below. To see a full list of changes in WordPress 4.8.1, check out the <a href=\"https://codex.wordpress.org/Version_4.8.1\">release notes</a>. If you think you’ve discovered a bug, please report it in as much detail as possible on the <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting/\">WordPress support forums</a>. Twenty-two people contributed to this release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 20:26:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Website as Resume\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47486\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/08/website-as-resume/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1422:\"<p>The illustrious Chance the Rapper was looking for a new intern.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I\'m looking for an intern, someone with experience in putting together decks and writing proposals</p>\n<p>— Lil Chano From 79th (@chancetherapper) <a href=\"https://twitter.com/chancetherapper/status/846441791385677824\">March 27, 2017</a></p></blockquote>\n<p></p>\n<p>Some people responded with regular resumes, replying as images, but Negele “Hopsey” Hospedales <a href=\"https://chancehirehospey.com/\">decided to make a website on WordPress.com</a>:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">maybe I\'m extra, but I think resumes are old fashion. I built a website instead. <a href=\"https://twitter.com/hashtag/ChanceHireHospey?src=hash\">#ChanceHireHospey</a><a href=\"https://t.co/DmYvxAQu61\">https://t.co/DmYvxAQu61</a></p>\n<p>— madebyhosp. (@Hospey) <a href=\"https://twitter.com/Hospey/status/846612517723947008\">March 28, 2017</a></p></blockquote>\n<p></p>\n<p>The happy ending is <a href=\"http://www.billboard.com/articles/news/lifestyle/7882484/chance-the-rapper-intern-interview-Negele-Hospedales\">written up in Billboard: he got the gig and went on tour with Chance</a>. Hospey wrote a great article on it himself: <a href=\"https://hospeyhowto.com/2017/07/29/how-to-work-for-your-favourite-rapper/\">How To Work For Your Favourite Rapper</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 10:23:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Akismet: Akismet WordPress Plugin 3.3.4 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://blog.akismet.com/2017/08/03/akismet-wordpress-plugin-3-3-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1570:\"<p>Version 3.3.4 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>3.3.4 has a few fixes and enhancements that should make everyone’s lives better:</p>\n<ul>\n<li>URL previews in the WordPress admin will now begin preloading when the cursor moves near the link so they appear faster once you move your mouse over the link.</li>\n<li>When a comment is caught by both the Comment Blacklist and Akismet, Akismet will now leave it in Trash instead of moving it out of Trash and into Spam.</li>\n<li>A bug has been fixed that was preventing a notice from being shown when a site’s firewall was preventing it from connecting to Akismet’s servers.</li>\n<li>Akismet will no longer log all of its debug information unless a new constant (<code>AKISMET_DEBUG</code>) is also enabled, even if <code>WP_DEBUG</code> and <code>WP_DEBUG_LOG</code> are both enabled.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1955/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1955/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1955&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 04:25:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WPWeekly Episode 283 – A Visit From St. Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=73870&preview=true&preview_id=73870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wpweekly-episode-283-a-visit-from-st-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2823:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I start off the show with an adaptation of ‘<a href=\"https://www.poets.org/poetsorg/poem/visit-st-nicholas\">A Visit from St. Nicholas</a>‘ created by Clement Clarke Moore. Since we didn’t have a guest, Jacoby and I opened up about our personal lives which turned into a conversation about remote working from home. We also discussed the news of the week, including SiteLock’s acquisition of Patchman, WordPress 4.8.1, and Adobe discontinuing Flash.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/a-fix-for-wordpress-weekly-subscribers-using-pocket-casts\">A Fix for WordPress Weekly Subscribers Using Pocket Casts</a><br />\n<a href=\"https://wptavern.com/wordpress-4-8-1-adds-a-dedicated-custom-html-widget\">WordPress 4.8.1 Adds a Dedicated Custom HTML Widget</a><br />\n<a href=\"https://wptavern.com/sitelock-acquires-patchmans-malware-and-vulnerability-detection-technology-expands-wordpress-customer-base-to-4-million\">SiteLock Acquires Patchman’s Malware and Vulnerability Detection Technology, Expands WordPress Customer Base to 4 Million</a><br />\n<a href=\"https://wptavern.com/adobe-to-discontinue-flash-support-and-updates-in-2020\">Adobe to Discontinue Flash Support and Updates in 2020</a><br />\n<a href=\"https://wptavern.com/blog-passes-100000-registrations-66-5-of-purchased-domains-are-in-use\">.blog Passes 100,000 Registrations, 66.5% of Purchased Domains are in Use</a><br />\n<a href=\"https://wptavern.com/buddypress-2-9-adds-ability-to-safely-edit-a-groups-permalink\">BuddyPress 2.9 Adds Ability to Safely Edit A Group’s Permalink</a><br />\n<a href=\"https://wptavern.com/new-dobby-plugin-captures-and-hides-unwanted-wordpress-admin-notices\">New Dobby Plugin Captures and Hides Unwanted WordPress Admin Notices</a></p>\n<h2>Picks of the Week:</h2>\n<p>An entertaining <a href=\"https://wordpress.org/support/topic/catastophe-how-to-destroy-wordpress-in-2-weeks/\">one-star review</a> of Gutenberg based on ‘A Visit from St. Nicholas’ poem by Clement Clarke Moore.<b></b></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 9th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #283:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 01:25:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: WordPress Polyglots Team Fuels International Community Growth with 3rd Global Translation Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/wordpress-polyglots-team-fuels-international-community-growth-with-3rd-global-translation-day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6613:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/04/wordpress-global-translation-day.png?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://wptranslationday.org/\" target=\"_blank\">3rd Global WordPress Translation Day</a> has been set for September 30, 2017. The success of previous events has generated momentum to continue the 24-hour global translation sprints and has also increased the visibility of the Polyglots team’s contributions. These sprints have provided a catalyst for the team’s growth from 5,000 contributors in April 2015 to 17,000 in November 2016. The greater WordPress community has also grown in tandem, as reliable translations are the lifeblood of international WordPress usage.</p>\n<p>One way of measuring the growth of the global community is the checking the status of local meetups. After the addition of the dashboard events widget in WordPress 4.8, the community has seen a sharp rise in <a href=\"https://www.meetup.com/pro/wordpress/\" target=\"_blank\">meetup group</a> growth, according to <a href=\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\" target=\"_blank\">recent stats</a> from the community team. The widget displays local WordPress events for logged-in users.</p>\n<p>“It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program,” Hugh Lashbrooke said. “This is compared to 19 new groups and only 7,071 new members in the same time period last year.”</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/wordpress-meetups.png?ssl=1\"><img /></a></p>\n<p>Much of that growth can be attributed to the growth of the international WordPress community, which has continued to advance the concept of <a href=\"https://make.wordpress.org/community/2017/07/18/regional-camps-take-2/\" target=\"_blank\">regional WordCamps</a> for countries and continents. These include events such as WordCamp Netherlands, WordCamp Europe, and the planned WordCamp Asia, that bring larger groups of WordPress enthusiasts together around a common region.</p>\n<p>In 2014, the WordPress community hosted 80 WordCamps in 29 countries. At the conclusion of 2016, there were 115 total WordCamps hosted in 41 different countries.</p>\n<p><a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\" target=\"_blank\">WordPress’ usage</a> continues to grow every year, and the percentage of non-English-speaking users is also expanding. In 2014, non-English WordPress downloads surpassed English downloads for the first time.</p>\n<p>Last July, <a href=\"https://wptavern.com/wordpress-stats-page-redesigned-adds-new-data-on-installs-by-langauge\" target=\"_blank\">53.9% of WordPress sites used the English (US) locale</a>. That number has dropped to 50% as of today, as international usage continues to rise.</p>\n<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/08/wordpress-locales-july-2017.png?ssl=1\"><img /></a>Stats from WordPress.org July 2017\n<p>Rahul Bansal’s lightning talk at WordCamp Europe identified one example of <a href=\"http://wordpress.tv/2017/06/21/rahul-bansal-how-translation-sprints-helps-bring-in-new-contributors/\" target=\"_blank\">how the translation sprints are bringing in new contributors in India</a>. In the past, meetup groups have had a problem with retaining new users, who often come to their first meetup lacking both a sense of belonging and confidence in contributing. Bansal and other Polyglots members had an idea to remove this block to contributing by getting new users involved in translating WordPress.</p>\n<p>During the last global translation day event, Bansal helped organize a local group to translate WordPress core into Hindi, Marathi, and Gujarati. They also translated the subtitles for the WordPress 4.6 release video. The key was that the leaders did not participate in translating strings but rather focused on guiding new translators – 90% ended up being first-time contributors.</p>\n<p>WordPress 4.6 shipped with support for 50 languages and the complete Gujarati translation was added to core just a few days before the release. Its inclusion in the release made WordPress more accessible to approximately 65.5 million Gujarati speakers worldwide.</p>\n<div class=\"embed-wrap\"></div>\n<p>The 3rd Global WordPress Translation Day falls on the same day that the <a href=\"https://www.un.org/press/en/2017/ga11914.doc.htm\" target=\"_blank\">United Nations has designated as International Translation Day</a>, a new initiative to recognize “the role of professional translation in connection with nations and fostering peace, understanding, and development.”</p>\n<p>WordPress has only just begun to explore its potential to democratize publishing and hasn’t even cracked the ice in terms of usage across the world’s most popular languages. Sites using the various Chinese and Arabic locales make up less than 2% of international usage, despite these languages having more than a billion native speakers combined. If WordPress adoption takes off in these parts of the world, it will create a whole new wave of contribution and vastly expand the world market for commercial plugins and themes. The Polyglots team are on the forefront of making this possible.</p>\n<p>The first two WPTranslationDay events were held in April and November of 2016. The <a href=\"https://wptavern.com/2nd-global-wordpress-translation-day-brings-780-translators-together-across-133-locales\" target=\"_blank\">second event had a 74% increase in participation over the first</a> with a total of 780 translators participating. This year organizers are aiming to host more local translation sprints to surpass the 67 held in November. If you want to join the Polyglots team to help serve WordPress’ growing international community, you can attend or <a href=\"https://docs.google.com/spreadsheets/d/1Fecq1StAPn9nDgabGMLdXiqszWkkxP6-5cM5YHXwLPg/edit?usp=drivesdk\" target=\"_blank\">organize one of the local events</a>, <a href=\"https://www.crowdcast.io/e/gwtd3/\" target=\"_blank\">watch sessions live on CrowdCast</a>, <a href=\"https://docs.google.com/spreadsheets/d/1Fecq1StAPn9nDgabGMLdXiqszWkkxP6-5cM5YHXwLPg/edit?usp=drivesdk\" target=\"_blank\">organize a remote event</a>, <a href=\"https://wptranslationday.org/call-for-speaker/\" target=\"_blank\">become a speaker</a>, or start translating at <a href=\"http://translate.wordpress.org\" target=\"_blank\">translate.wordpress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Aug 2017 00:36:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Dev Blog: WordPress 4.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2547:\"<p>After over 13 million downloads of WordPress 4.8, we are pleased to announce the immediate availability of WordPress 4.8.1, a maintenance release.</p>\n<p>This release contains 29 maintenance fixes and enhancements, chief among them are fixes to the rich Text widget and the introduction of the Custom HTML widget. For a full list of changes, consult the <a href=\"https://codex.wordpress.org/Version_4.8.1\">release notes</a>, the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.8.1&group=component\">tickets closed</a>, and the <a href=\"https://core.trac.wordpress.org/log/branches/4.8?rev=41210&stop_rev=40891\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.1</a> or visit <strong>Dashboard → Updates</strong> and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.1.</p>\n<p>Thanks to everyone who contributed to 4.8.1:<br />\n<a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/atanasangelovdev/\">Atanas Angelov</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/greuben/\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sa3idho/\">Said El Bakkali</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford/\">Timmy Crawford</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 21:26:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"HeroPress: Your Skills Speak Louder Than Your Gender\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/skills-speak-louder-gender/#utm_source=rss&utm_medium=rss&utm_campaign=skills-speak-louder-gender\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6358:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/08/080217-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Do not put up with discrimination, talk about it openly, and stand against it.\" /><blockquote><p>I don’t usually talk or even think about gender in relation to my career. I’m a female developer but I’ve never really felt like that is anything too special and more importantly I have rarely felt like my gender mattered.</p></blockquote>\n<p>As a kid I thought I would become an artist or a dancer. It wasn’t until I had to choose the university to apply to that I decided to go with something more practical so I went with Computer Science. I hadn’t really done much with code before that, except for having a Lord of the Rings discussion board with my friends and making doing some HTML & CSS related to that. After the first year of school I was already making my first WordPress sites to paying customers.</p>\n<p>After graduating I have been a full-time employee in a developer position as well as a freelancer. I’ve worked both in Finland and in the USA. During my career I have actually been surprised how easy it has been for me, a woman in the male-dominated industry, to find work, to get promoted and to get recognition. I have not faced much discrimination or prejudice related to my gender, and the great professionals I have got to work with have always been interested in my skills beyond anything else.</p>\n<p>So how come there is such a huge gender gap in the industry? I’ve witnessed it myself many times – being the only woman in a WordPress meetup of thirty people, or not having to queue at all to women’s bathroom in a tech conference with over 1000 attendees. There is no doubt that women are as capable as men, so whatever the reason is I really hope the future women would see the fun, problem-solving profession of a programmer as a great career option.</p>\n<h3>A few tips for an aspiring developer</h3>\n<p>I want to encourage everyone considering a developer career to take action and go for it. The tech industry is full of very clever and inspiring people and I promise you will not be bored. More importantly it is a safe career choice: the job market is great and the companies and the different tech communities are generally very open and welcoming. If you want to be a woman person in tech, remember:</p>\n<ol>\n<li><strong>Do not accept <del>gender</del> any discrimination</strong><br />\nOne great thing about being a developer is the current status of the job market. There is a lot more demand than there is supply, so you can choose who you work with. Do not put up with discrimination, talk about it openly and stand against it. I’ve been lucky enough not to face much judgement based on my gender. I’ve worked both in Finland and in the US and the biggest challenges I’ve faced have been clients that have been surprised that a woman is the tech lead in their project. Usually after a few hours of working together the prejudice disappears – it has always been enough to just be professional and stay true to myself.</li>\n<li><strong>Be active and give back</strong><br />\nIt is important to be active in your community and help other people out in their careers. Everyone benefits from a striving local community and also it is a great opportunity to make new connections and open new doors in your career.Being an organiser of WordCamp Finland & WordPress Helsinki meetup group for the last few years has really given me more than it has taken. I’ve learnt a lot and met many inspiring people, and it has opened up new career options for me too. The best thing tho has been just seeing the Finnish community grow so much and get more active by the day.</li>\n<li><strong>It’s skills that matter</strong><br />\nThis is really what it comes down to. Are you developing your skills constantly? Are you willing to keep up with the industry? You do not have to be the best developer, but you should be confident in your skills and be willing to always learn new ones. I believe that this is the only thing that matters in the end – not your gender.</li>\n</ol>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Your Skills Speak Louder Than Your Gender\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Your%20Skills%20Speak%20Louder%20Than%20Your%20Gender&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fskills-speak-louder-gender%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Your Skills Speak Louder Than Your Gender\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fskills-speak-louder-gender%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fskills-speak-louder-gender%2F&title=Your+Skills+Speak+Louder+Than+Your+Gender\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Your Skills Speak Louder Than Your Gender\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/skills-speak-louder-gender/&media=https://heropress.com/wp-content/uploads/2018/08/080217-min-150x150.jpg&description=Your Skills Speak Louder Than Your Gender\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Your Skills Speak Louder Than Your Gender\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/skills-speak-louder-gender/\" title=\"Your Skills Speak Louder Than Your Gender\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/skills-speak-louder-gender/\">Your Skills Speak Louder Than Your Gender</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 11:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Sonja Jaakkola\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: The Month in WordPress: July 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/08/the-month-in-wordpress-july-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5643:\"<p>After a particularly busy month <a href=\"https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\">in June</a>, things settled down a bit in the WordPress world — WordPress 4.8’s release went very smoothly, allowing the Core team to build up some of the community infrastructure around development. Read on for more interesting news from around the WordPress world in July.</p>\n<hr />\n<h2>Weekly meeting for new core contributors</h2>\n<p>Onboarding new contributors is a persistent issue for most WordPress contribution teams. While every team welcomes any new contributors, the path to getting deeply involved can be tricky to find at times.</p>\n<p>This month, the Core team implemented a fantastic new initiative: <a href=\"https://make.wordpress.org/core/2017/06/30/announcing-a-weekly-new-contributors-meeting/\">weekly meetings for new core contributors</a> as a way to encourage involvement and foster fresh contributions. The meetings not only focus on bugs suited to first-time contributors, they also make space for experienced contributors to help out individuals who may be new to developing WordPress core.</p>\n<p>The meetings are held every Wednesday at 19:00 UTC in the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>Increased focus on PHP practices in WordPress core</h2>\n<p>In bringing people together to improve WordPress core, a new channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> named #core-php is designed to focus on PHP development in the project.</p>\n<p>Along with this increased concentration on PHP, a <a href=\"https://make.wordpress.org/core/2017/07/06/announcement-for-weekly-php-meetings/\">new weekly meeting is now taking place</a> every Monday at 18:00 UTC in #core-php to improve WordPress core’s PHP practices.</p>\n<h2>Sharp rise in meetup group growth</h2>\n<p>The dashboard events widget in WordPress 4.8 displays local, upcoming WordPress events for the logged in user. The events listed in this widget are pulled from the <a href=\"https://www.meetup.com/pro/wordpress/\">meetup chapter program</a>, as well as the <a href=\"https://central.wordcamp.org/schedule\">WordCamp schedule</a>.</p>\n<p>This widget provides greater visibility of official WordPress events, and encourages community involvement in these events. It’s safe to say that the widget has achieved its goals admirably — since WordPress 4.8 was released a little over a month ago, 31 new meetup groups have been formed with 15,647 new members across the whole program. This is compared to 19 new groups and only 7,071 new members in the same time period last year.</p>\n<p>You can find a local meetup group to join <a href=\"https://www.meetup.com/pro/wordpress/\">on meetup.com</a>, and if you would like to get involved in organizing events for your community, you can find out more about the inner workings of the program <a href=\"https://make.wordpress.org/community/meetups/\">on the Community Team site</a> or by joining the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n<h2>WordPress 4.8.1 due for imminent release</h2>\n<p>WordPress 4.8 cycle’s first maintenance release will be published in the coming week, more than a month after 4.8 was released. This release fix some important issues in WordPress core and the majority of users will find that their sites will update to this new version automatically.</p>\n<p>If you would like to help out by testing this release before it goes live, you can follow the <a href=\"https://make.wordpress.org/core/handbook/testing/beta/\">beta testing guide</a> for WordPress core. To get further involved in building WordPress core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n<hr />\n<h2>Further reading:</h2>\n<ul>\n<li>The WordPress mobile apps have been updated with <a href=\"https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/\">a brand new text editor</a>.</li>\n<li>In a recent push to encourage WordPress users to upgrade their PHP versions, two features have been proposed – one <a href=\"https://core.trac.wordpress.org/ticket/41191\">to provide a notice to users</a> and another to <a href=\"https://core.trac.wordpress.org/ticket/40934\">allow PHP version requirements to be specified by plugins and themes</a>.</li>\n<li>John Maeda wrote <a href=\"https://make.wordpress.org/design/2017/07/14/whywordpress2/\">a great post</a> celebrating the freedom that WordPress offers.</li>\n<li>Gutenberg, the new text editor for WordPress, is <a href=\"https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/\">in continual development</a> — everyone is invited to <a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">test it out</a>.</li>\n<li>The WordPress Meta team is starting <a href=\"https://make.wordpress.org/meta/2017/07/26/experiment-wordcamp-org-bug-scrubs/\">a new initiative</a> to bring the community together to focus on fixing bugs across the WordCamp.org network.</li>\n<li>Volunteer applications for WordCamp US <a href=\"https://2017.us.wordcamp.org/2017/08/01/wcus-needs-you-volunteer-applications-are-now-open/\">are now open</a>.</li>\n</ul>\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 07:50:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Jetpack 5.2 Brings Major Improvements to the Contact Form Module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wptavern.com/jetpack-5-2-brings-major-improvements-to-the-contact-form-module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2280:\"<p>Jetpack’s <a href=\"https://jetpack.com/support/contact-form/\" target=\"_blank\">Contact Form module</a> hasn’t seen too many changes since its first release (<a href=\"https://jetpack.com/2012/04/24/jetpack-1-3-released-contact-forms/\" target=\"_blank\">version 1.3</a>) in 2012. It is easily one of the most compelling features included in the plugin and has long been overdue for a refresh.</p>\n<p>Today’s <a href=\"https://jetpack.com/2017/08/01/jetpack-5-2-new-contact-form/\" target=\"_blank\">5.2 release</a> brings major improvements to the Contact Form module. Previously, Jetpack launched the form builder as a small popup in the post editor. The refreshed design brings form editing and previewing into the main content area where users can customize fields and labels and re-order them using drag-and-drop. At the bottom of the form users can click a button to add new fields. These interface updates bring the module more in line with other leading contact form plugins.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/jetpack-updated-contact-form.png?ssl=1\"><img /></a></p>\n<p>Jetpack 5.2 also improves the recommended features list for new users with better explanations of the features and benefits of each. The release also reduces the plugin’s zip file by 500kb and reduces the code required to run the Comment Likes module.</p>\n<p>Comment Likes were introduced in <a href=\"https://jetpack.com/2017/07/05/jetpack-5-1-comment-likes/\" target=\"_blank\">version 5.1</a>, offering users a new way of interacting within the comments. Hovering over the number of likes will display the Gravatars of the users who liked the comment. The feature does not require Jetpack Comments to be enabled. The two work independently of each other.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/08/comment-likes.png?ssl=1\"><img /></a></p>\n<p>In attempting to add Comment Likes to the Tavern, we found the module has a conflict with the <a href=\"https://wordpress.org/plugins/epoch/\" target=\"_blank\">Epoch</a> commenting plugin plugin. We have temporarily disabled the plugin until compatibility for Comment Likes is added. We are testing the module to see how it affects interaction in the comments of our posts.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Aug 2017 03:28:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: A Fix for WordPress Weekly Subscribers Using Pocket Casts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/a-fix-for-wordpress-weekly-subscribers-using-pocket-casts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2140:\"<p>Last week, you may have noticed that the Tavern was intermittently offline and generating errors. We’ve been experiencing technical issues for the past several months but they peaked last week. After working with Bluehost, they migrated the site from a VPS, to a Dedicated Server that has more powerful hardware.</p>\n<p>Since the migration, we’ve noticed the site is more responsive, loads quicker, and doesn’t generate any errors. If you see an error or experience problems accessing the site, please report them to us <a href=\"https://twitter.com/wptavern\">on Twitter</a>.</p>\n<p>Last month, a number of WordPress Weekly listeners <a href=\"https://wptavern.com/episodes-271-280-of-wordpress-weekly-are-now-available\">reported</a> that they were unable to access recent episodes through Apple’s Podcasting app, Stitcher, and other applications. After reconverting the MP3s and getting them to work on Apple’s Podcasting app, I continued to receive reports from <a href=\"https://www.shiftyjelly.com/pocketcasts/\">Pocket Casts</a> subscribers that the files were not available.</p>\n<p>After confirming the issue, I reconverted the MP3s three times with different conversion software. I also used tools to diagnose and confirm that the files were not corrupted. Despite my efforts, Pocket Casts continued to encounter problems accessing the files.</p>\n<p>I was running out of options until Josh Eby reported that, deleting the app from his device, reinstalling it, and re-syncing his library fixed the problem.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">So I decided to delete all of my app data for pocket casts and re-sync my library. I downloaded them again and it worked for 280…</p>\n<p>— Josh Eby (@josheby) <a href=\"https://twitter.com/josheby/status/892130949319847936\">July 31, 2017</a></p></blockquote>\n<p></p>\n<p>I followed his advice and indeed, recent episodes of WordPress Weekly are available again in Pocket Casts. If you’re subscribed to the show using Pocket Casts and can not access episodes 280-282, please consider going through the steps listed above.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Aug 2017 19:09:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: New Dobby Plugin Captures and Hides Unwanted WordPress Admin Notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/new-dobby-plugin-captures-and-hides-unwanted-wordpress-admin-notices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3482:\"<p>With the right combination of plugins and events, the WordPress admin area can quickly become a confusing mess of notices. WordPress’ notification system is often abused and overused by plugin authors who want to inject upsells and announcements into the admin. These can stack up like a pile of junk mail vying for users’ attention when they are trying to manage their sites. Ultimately, notice overload decreases users’ enjoyment of the software and may contribute to making it a chore to log into WordPress.</p>\n<p>The new <a href=\"https://wordpress.org/plugins/wp-dobby/\" target=\"_blank\">Dobby plugin</a> from <a href=\"https://tfrommen.de\" target=\"_blank\">Thorsten Frommen</a> attempts to solve this problem by capturing and hiding unwanted admin notices. Frommen, a WordPress engineer at Inpsyde, was inspired to create the plugin after he saw a recent tweet from Torsten Landsiedel showing “Everyday life in the WordPress dashboard.”</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"de\" dir=\"ltr\">Alltag im WordPress Dashboard. <a href=\"https://t.co/lofO7544uL\">pic.twitter.com/lofO7544uL</a></p>\n<p>— Torsten Landsiedel (@zodiac1978) <a href=\"https://twitter.com/zodiac1978/status/886646392730648577\">July 16, 2017</a></p></blockquote>\n<p></p>\n<p>Dobby rolls up WordPress admin notices and keeps them hidden behind a “Reveal” button that toggles a color-coded list of notices into view. It captures all the notices that are printed via the admin notice hooks, such as <code>network_admin_notices</code>, <code>user_admin_notices</code>, <code>admin_notices</code> and <code>all_admin_notices</code>. Dobby will post an admin notice if any notices have been captured.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/08/dobby.gif?ssl=1\"><img /></a></p>\n<p>Frommen said the target audience for his plugin is “all the people sick and tired of too many admin notifications, which are oftentimes of no real value at all.” Dobby has a filter available for users to define what “too many” means for themselves. The <a href=\"https://github.com/tfrommen/Dobby\" target=\"_blank\">plugin’s GitHub repository</a> has examples of how to use the Dobby filter threshold, which lets users customize the minimum number of admin notices required to trigger Dobby to start hiding them.</p>\n<p>“It certainly is possible that people may miss (critical) messages with Dobby being active,” Frommen said. “However, Dobby is smart enough to style his admin notice according to the most critical one captured. This means that Dobby’s notice will have error styling if there was an error notice captured. If the most critical one was a warning, that’s what Dobby’s notice will be as well. Otherwise, it’s an info notice.”</p>\n<p>Within the first 10 minutes of requesting translations after announcing that Dobby was on WordPress.org, Frommen received German and Dutch translations for the plugin. The plugin UI has only two strings, which makes it a simple, 5-minute translation job.</p>\n<p>Frommen is considering adding a filter for people to define what kind of notices they would like Dobby to capture. He welcomes suggestions, <a href=\"https://github.com/tfrommen/Dobby\" target=\"_blank\">contributions on GitHub</a>, and <a href=\"https://translate.wordpress.org/projects/wp-plugins/wp-dobby\" target=\"_blank\">more translations</a> from the WordPress community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Aug 2017 18:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: Gutenberg 0.6.0 Changes Text/Paragraph Block Behavior, Adds New Cover Text and Read More Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73735\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://wptavern.com/gutenberg-0-6-0-changes-textparagraph-block-behavior-adds-new-cover-text-and-read-more-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8165:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/paragraph.jpg?ssl=1\"><img /></a>photo credit: A Tiny Break From The Rain <a href=\"http://www.flickr.com/photos/78814955@N00/34165889514\"><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f430.png\" alt=\"?\" class=\"wp-smiley\" />Adventures In Wonderland & Through The Looking Glass<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f430.png\" alt=\"?\" class=\"wp-smiley\" /></a> – <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>\n<p><a href=\"https://make.wordpress.org/core/2017/07/28/whats-new-in-gutenberg-28th-july/\" target=\"_blank\">Gutenberg 0.6.0</a> was released over the weekend with significant changes to the way paragraphs are created within text blocks. In previous versions of the plugin, pressing enter would create a line break inside a paragraph. This release modifies the behavior of the text/paragraph block to <a href=\"https://github.com/WordPress/gutenberg/pull/1989\" target=\"_blank\">split the block when a user presses enter</a>. (Line breaks can still be created by pressing SHIFT+ENTER.)</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/gutenberg-new-paragraph.png?ssl=1\"><img /></a></p>\n<p>This update is a small improvement in that it hides the text formatting bar when you continue on with a new paragraph, but the slightest scroll or move of the mouse brings it back into view. Contributors are <a href=\"https://github.com/WordPress/gutenberg/pull/1812#issuecomment-314045186\" target=\"_blank\">considering adding a buffer</a> at some point that would only trigger the UI after the mouse moves a certain number of pixels.</p>\n<p>Unfortunately, the “New Paragraph” placeholder text is intrusive and distracting. It is a constant, unwanted reminder of the structure of your document, which is not helpful if you are trying to stay in the flow of writing.</p>\n<p>Gutenberg may improve the experience of vertically stacking differently formatted content, but the writing experience still needs a great deal of work before it can be comparable to what WordPress currently provides. The new editor still gets in the way of writing, instead of silently enabling it.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I love Gutenberg so far, but this is too many dongles to display at the moment of focusing on writing. <a href=\"https://t.co/Xpb19KgG01\">pic.twitter.com/Xpb19KgG01</a></p>\n<p>— Daniel Bachhuber (@danielbachhuber) <a href=\"https://twitter.com/danielbachhuber/status/889944454643064832\">July 25, 2017</a></p></blockquote>\n<p></p>\n<p>After browsing the Gutenberg repository’s 400+ issues queue, it’s clear that contributors are aware of the jarring experience for writers and are working to improve it in every release. However, the beta software is not anywhere near ready for long-form writing, as the intrusive UI places too many cognitive demands on the writer.</p>\n<h3>New Blocks in 0.6.0: “Cover Text” and “Read More”</h3>\n<p>This release introduces a <a href=\"https://github.com/WordPress/gutenberg/pull/2036\" target=\"_blank\">new “Cover Text” block</a> that includes background, text color, and full-width options. Color swatches are available in the sidebar block options and contributors are planning to add filters to allow plugin and theme authors to supply a custom palette.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/cover-text.png?ssl=1\"><img /></a></p>\n<p>Version 0.6.0 also includes a <a href=\"https://github.com/WordPress/gutenberg/pull/1440\" target=\"_blank\">new “Read More” block</a> that inserts a read more link with instant visual feedback within the content.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/read-more-block.png?ssl=1\"><img /></a></p>\n<p>This release also brings several improvements to existing blocks, autosaving for drafts, and initial support for undo/redo keyboard functions.</p>\n<h3>Gutenberg’s Negative Reviews are Piling Up on WordPress.org</h3>\n<p>Gutenberg contributors are regularly shipping weekly releases, with many features added as bare bones placeholders that will be iterated on in future releases. New blocks are being developed simultaneously with core editing features. Some testers have <a href=\"https://wptavern.com/gutenberg-0-5-0-adds-new-verse-block-for-poetry-and-a-new-display-for-recent-blocks#comment-224944\" target=\"_blank\">bemoaned the proliferation of blocks</a> that may seldom be used while the basic writing experience continues to lag behind.</p>\n<p><a href=\"https://wordpress.org/support/plugin/gutenberg/reviews/\" target=\"_blank\">Gutenberg plugin reviews</a> are currently averaging 2.3 out of 5 stars on WordPress.org, with 46 1-star reviews, 21 5-star reviews, and a handful in between. While the reviews are not a full representation of all who are testing Gutenberg, they provide a small window into users’ current expectations, delights, and frustrations with the editor. Gutenberg contributors are monitoring these forums and using the feedback to create bug reports.</p>\n<p>Many reviewers have left 1-star ratings, begging WordPress to keep it as a plugin instead of adding it to core. One reviewer even took to verse to further elaborate on his one-star review titled “<a href=\"https://wordpress.org/support/topic/catastophe-how-to-destroy-wordpress-in-2-weeks/\" target=\"_blank\">A Visit from St. Gutenberg</a>” with an adaptation of the classic poem “<a href=\"https://en.wikipedia.org/wiki/A_Visit_from_St._Nicholas\" target=\"_blank\">The Night Before Christmas</a>:”</p>\n<blockquote><p>\nA bundle of blocks he had flung on his back,<br />\nAnd he looked like a coder just opening his pack.</p>\n<p>His eyes—how they twinkled! his dimples, how merry!<br />\n“Who needs MCE, when we have blocks and so many?”</p></blockquote>\n<p>Many reviewers find Gutenberg to be “unnecessarily complex” for actions that were previously easy to perform in the editor.</p>\n<p>“I have several websites – two are for business and include blogs (technical posts, how-tos, etc),” @quantaweb <a href=\"https://wordpress.org/support/topic/please-make-it-a-plugin-not-part-of-core/\" target=\"_blank\">said</a>. “I’m also the editor of a literary magazine. This doesn’t work for any of these sites. It’s not easier to write blogs with it, and it does nothing to ease the work of importing critical essays and poetry into the literary magazine — and formatting them — either…Gutenberg is unnecessarily complex.”</p>\n<p>Some of the 1-star reviews come laced with threats to move to another CMS and splinter the WordPress community if Gutenberg is included in core.</p>\n<p>“By removing all the traditional editor buttons and trying to make a minimalist design the usefulness and ease of use has been drastically reduced,” @ovann86 <a href=\"https://wordpress.org/support/topic/great-example-of-why-developers-are-not-ux-experts/\" target=\"_blank\">said</a>. “I found myself either not being able to do very basic content management or having to click, hover and look for the buttons – instead of them being visible and available immediately…If this was made core I would likely be forced to move to another CMS.”</p>\n<p>Early testing of beta software is not for everyone, as many are unable to look past the initial bugs and clunky implementations to see the potential of the editor to improve WordPress’ severely fragmented content creation experience. Matt Mullenweg jumped onto the forums as recently as two weeks ago to <a href=\"https://wordpress.org/support/topic/not-ready-for-prime-time-14/#post-9316327\" target=\"_blank\">respond to testers’ feedback</a>.</p>\n<p>“We definitely agree it’s not ready for prime time yet, that’s why we’re doing extensive public testing and iteration while it’s in the plugin phase,” Mullenweg said. “Thank you for your feedback and I hope you try it again in a few months with an open mind.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Jul 2017 23:26:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"BuddyPress: BuddyPress 2.9.0 – ‘La Lombarda’\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=267251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://buddypress.org/2017/07/buddypress-2-9-0-la-lombarda/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6217:\"<p>BuddyPress is happy to announce the immediate availability of it’s latest release 2.9 ‘La Lombarda’ <a href=\"https://en-gb.wordpress.org/plugins/buddypress/2.9.0\">available for download </a> or updatable from your WordPress install plugin directory.</p>\n<p>This release features a range of improvements and updates for both core functionality and templates.</p>\n<p><strong>Amongst a range of improvements and enhancements:</strong></p>\n<ul>\n<li>BP legacy templates are updated for aria labels to bring a vastly improved level of accessibility to layouts.</li>\n<li>In line with current practises anchor title attributes are replaced with an enhanced version usable for all devices, BP Tooltips now provides pop up title requirements on mouse hover or keyboard focus.</li>\n<li>Provide the capability to edit the Group slug: now site admins may edit the group name and the permalink in the dashboard.</li>\n<li>Prevent group invites being sent to users that have already received one.</li>\n<li>Uploading of profile images in mobile devices improved as well as better handling of files with non ASCII characters.</li>\n<li>Email links to private message threads now re-direct logged out users to the login screen, logged in users are directed to message thread.</li>\n<li>New template tag <code>bp_group_link()</code></li>\n<li>Add an order_by parameter for activity queries.</li>\n</ul>\n<p>You can see the full set of changes on our codex page <a href=\"https://codex.buddypress.org/releases/version-2-9-0/\">Version 2.9.0</a></p>\n<p><strong>Comments & feedback</strong><br />\nPlease report any issues to the <a href=\"https://buddypress.org/support/\">Buddypress Support Forum</a> or open a ticket on our <a href=\"https://buddypress.trac.wordpress.org/\">Trac development home</a>.</p>\n<p><strong>Contributors</strong><br />\nBuddypress is a volunteer project and the core team acknowledges the contributions from everyone listed below that helped to bring 2.9 to the community.</p>\n<ul class=\"wp-credits-list\">\n<li><a href=\"https://profiles.wordpress.org/55don/\"> 55don</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/aaronoftomorrow/\"> AaronOfTomorrow</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/allianse/\"> allianse</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/antonioeatgoat/\"> Antonio Mangiacapra (antonioeatgoat)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/benjlipchak/\"> Benj (benjlipchak)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/boonebgorges/\"> Boone B Gorges (boonebgorges)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/bhargavbhandari90/\"> Bunty (bhargavbhandari90)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/sbrajesh/\"> Brajesh Singh (sbrajesh)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/needle/\"> Christian Wach (needle)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/brandonliles/\"> brandonliles</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/danbp/\"> danbp</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/dcavins/\"> David Cavins (dcavins)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/dkelm/\"> dkelm</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/dsar/\"> dsar</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/dsided/\"> dsided</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/henry.wright\"> Henry Wright (henry.wright)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/hnla/\"> Hugo (hnla)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/idofri/\"> Ido Friedlander (idofri)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/uscore713/\"> Jay (uscore713)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/johnbillion/\"> John Blackbourn (johnbillion)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/johnjamesjacoby/\"> John James Jacoby (johnjamesjacoby)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/juanho/\"> Juanho</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/lakrisgubben/\"> lakrisgubben</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/Offereins\"> Laurens Offereins (Offereins)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/lne1030/\"> lne1030</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/lenasterg/\"> lenasterg</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/maniou/\"> Maniou</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/imath/\"> Mathieu Viet (imath)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/mercime/\"> mercime</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/tw2113/\"> Michael Beckwith (tw2113)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/mikegillihan/\"> Mike Gillihan (MikeGillihan)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/milindmore22/\"> Milind More (milindmore22)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/modemlooper/\"> modemlooper</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/mrjarbenne/\"> mrjarbenne</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/nicolaskulka/\"> Nicolas Kulka (NicolasKulka)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/oelita/\"> Oelita</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/DJPaul/\"> Paul Gibbs (DJPaul)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/pareshradadiya/\"> paresh.radadiya (pareshradadiya)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/r-a-y/\"> r-a-y</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/espellcaste/\"> Renato Alves (espellcaste)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/rianrietveld/\"> Rian Rietveld (rianrietvelde)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/elhardoum/\"> Samuel Elh (elhardoum)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/seventhqueen/\"> seventhqueen</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/slaffik/\"> Slava Abakumov (slaffik)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/netweb/\"> Stephen Edgar (netweb)</a>, </li>\n<li><a href=\"https://profiles.wordpress.org/vishalkakadiya/\"> Vishal Kakadiya (vishalkakadiya)</a>, </li>\n</ul>\n<p> <strong>La Lombada</strong><br />\nThis release is named after what is thought to the oldest and thus first Italian restaurant in the UK established circa 1922 in Aberdeen.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 31 Jul 2017 21:39:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hugo Ashmore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: Dmitry Mayorov Discusses the Challenges of Organizing WordCamp Moscow and the Future of WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=69311\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/dmitry-mayorov-discusses-the-challenges-of-organizing-wordcamp-moscow-and-the-future-of-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2956:\"<p>While at WordCamp Europe I had the opportunity to meet Russian designer and developer <a href=\"https://dmtrmrv.com/\" target=\"_blank\">Dmitry Mayorov</a>, whose themes I had noticed earlier in the year in the <a href=\"https://wordpress.org/themes/author/iamdmitrymayorov/\" target=\"_blank\">WordPress Theme Directory</a>. Mayorov’s design style is reminiscent of other niche theme developers like Anders Norén and Mike McAlister. He launched his own commercial themes business on <a href=\"https://themepatio.com/\" target=\"_blank\">ThemePatio.com</a> two years ago and his free <a href=\"https://wordpress.org/themes/counter/\" target=\"_blank\">Counter</a> and <a href=\"https://wordpress.org/themes/maker/\" target=\"_blank\">Maker</a> themes collectively have more than 3,000 active installs on WordPress.org.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/counter.png?ssl=1\"><img /></a><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/04/maker.png?ssl=1\"><img /></a></p>\n<p> </p>\n<p>Mayorov started taking part in meetups in Russia in 2013. Following WordCamp Moscow 2015, Konstantin Kovshenin asked him if he would take on the role of lead organizer. Mayorov is organizing <a href=\"https://2017.moscow.wordcamp.org/\" target=\"_blank\">WordCamp Moscow 2017</a>, which is scheduled for August 12. In our interview below, he describes a few of the challenges organizers face in uniting the Russian WordPress community that is spread out over such a large land mass.</p>\n<p>Mayorov also discusses how he began creating WordPress themes and how clients’ needs influenced his <a href=\"https://themepatio.com/about/\" target=\"_blank\">theme development philosophy</a>. He aspires to create themes that are fast, content-focused, and minimalistic, without the bloat of hundreds of font options and pre-built site layouts. Mayorov also gave us his predictions for the future of the theme industry.</p>\n<p>“I think it’s going to go two directions at the same time,” Mayorov said. “I think that page builders and multi-purpose themes wont go anywhere but I also think that niche themes are here to stay as well. Not everybody is looking for a page builder.</p>\n<p>“I see the tendency that at first when people get introduced to WordPress they discover theme marketplaces. They think, ‘Ok this is the top seller, I’m going to go with this theme.’ For some people it works, and there’s nothing wrong with that, because sometimes you have challenges where you need to create a website like yesterday…Once they see that there is another way, they start to research other theme developers and shops, realizing that there are simple themes that work faster and are easier to use, and that you don’t need to spend two hours trying to create the homepage. They will use those themes as well. These are the themes I’m trying to build.”</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Jul 2017 19:57:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Customize Snapshots 0.6.0 Adds the Ability to Name and Merge Changesets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73700\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/customize-snapshots-0-6-0-adds-the-ability-to-name-and-merge-changesets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5032:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/snapshots.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/T80PGTWXHZ\">Freestocks.org</a>\n<p>Contributors to the <a href=\"https://wordpress.org/plugins/customize-snapshots/\" target=\"_blank\">Customize Snapshots</a> feature plugin are steadily building a UI for managing Customizer changesets using the changesets infrastructure added in WordPress 4.7. <a href=\"https://make.xwp.co/2017/07/27/customize-snapshots-0-6-release/\" target=\"_blank\">Version 0.6.0</a> of the plugin was released this month with an expanded interface for managing the complexities of multi-user editing in the Customizer.</p>\n<p>The previous version of Customize Snapshots already supported scheduling but this release introduces a new multi-select save button that allows users to publish, save draft, save as pending, or schedule changes.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/customize-snapshots-multi-select-button.png?ssl=1\"><img /></a></p>\n<p>Version 0.6.0 adds the ability to name changesets, which is especially helpful for site owners who are sorting and previewing changes submitted by multiple editors. The list of changesets has links for previewing on the frontend, editing in the Customizer, or inspecting the changeset’s content on the edit post screen.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/saved-changesets.png?ssl=1\"><img /></a></p>\n<p>This release introduces the ability to merge multiple changesets into a single changeset, which users can then preview and publish all at once.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/merge-changesets.png?ssl=1\"><img /></a></p>\n<p>Contributors have not yet worked out how this feature will handle conflicting changes submitted by multiple users. It currently accepts whatever change was made more recently, but this isn’t ideal in certain situations. <a href=\"https://github.com/xwp/wp-customize-snapshots/issues?q=is%3Aissue%20is%3Aopen%20conflict\" target=\"_blank\">Conflict resolution</a> is on the team’s radar to address in future iterations of the plugin and they are discussing several different approaches.</p>\n<p>“Merging changesets would definitely lie in the realm of a power user feature,” Customize component co-maintainer Weston Ruter said. “It would probably not be proposed for core. Nevertheless, the existence of the feature is a demonstration of the kinds of things that can be possible when working with changesets.”</p>\n<p>In addition to co-leading WordPress’ Customizer team, Ruter is also the CTO at XWP, where several of the agency’s clients are actively using the Customize Snapshots plugin. News Corp Australia and Beachbody are two companies that have invested in the plugin’s development and are successfully using it at scale on their network of sites.</p>\n<p>“When paired with the Customize Posts plugin, it gets really powerful because you can edit multiple posts and pages, along with any of their postmeta, while also editing widgets, nav menus, and any other settings, and all of these changes are all bundled together in a single changeset,” Ruter said. “This changeset can then be previewed on the frontend, including by sharing the URL with an unauthenticated user (like a 3rd party who can’t even access the Customizer), and they can click around the site with all of the customizations applied as if they had been published.”</p>\n<p>Ruter said the Customizer team isn’t currently targeting a WordPress release for getting these new UI additions added to core but rather view the progress as “prototypes for what could be merged into core, bit by bit.” He identified several tickets that the plugin provides prototype interfaces for:</p>\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/ticket/28721\" target=\"_blank\">#28721</a>: Scheduled changes for the customizer</li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/31089\" target=\"_blank\">#31089</a>: Add revisions and statuses for changesets</li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/21666\" target=\"_blank\">#21666</a>: Customizer reset/undo/revert</li>\n<li><a href=\"https://core.trac.wordpress.org/ticket/39896\" target=\"_blank\">#39896</a>: Customizer: Allow users to Draft changes before Publishing</li>\n</ul>\n<p>“Core development is still very much focused on the editor — Gutenberg — so the far-reaching Customizer changes are not being emphasized yet,” Ruter said. Meanwhile progress continues on the Customize Snapshots plugin, which was completely rewritten for the 0.6.0 release after most of its infrastructure was merged into WordPress 4.7. Ruter’s team is not sure which features will eventually land in core, but the various Customizer feature plugins give users an idea of the power of the changesets infrastructure that is already included in WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Jul 2017 22:58:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: .blog Passes 100,000 Registrations, 66.5% of Purchased Domains are in Use\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/blog-passes-100000-registrations-66-5-of-purchased-domains-are-in-use\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5297:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/blog.png?ssl=1\"><img /></a></p>\n<p>The .blog domain extension, managed by Automattic subsidiary Knock Knock WHOIS There (KKWT), opened registration to the public in November 2016 and has just <a href=\"https://my.blog/2017/07/26/100000-blogs/\" target=\"_blank\">passed the 100,000 registration milestone</a>. The extension is averaging 300 new .blog domains registered per day and is quickly gaining popularity among new generic TLDs. According to the most recent stats available at nTLDStats, <a href=\"https://ntldstats.com/tld/blog\" target=\"_blank\">.blog registrations</a> have climbed steadily and predictably every month since its public launch.</p>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/blog-registrations.png?ssl=1\"><img /></a>.blog registrations according to ntldstats.com\n<p>Automattic, which operates independently from KKWT as a registrar, currently has the largest market share of .blog domain registrars at 62.8%. Other smaller pieces of the pie continue to see increasing numbers of registrations. </p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/registrar-market-share-blog.png?ssl=1\"><img /></a></p>\n<p>“When a .blog domain is sold through any .blog registrar, it operates like all other top-level domains (TLDs),” .blog representative Erica Varlese said. “This means that the registry, in this case Knock Knock WHOIS There, receives the wholesale cost, ICANN receives their fees, and the registrar retains the rest.”</p>\n<p>The .blog team has started experimenting with different marketing programs to promote the extension among registrars and launched its first campaigns last month.</p>\n<p>“These programs are available to any .blog accredited registrar and, through participation, allows them to provide .blog domains to their customers at a discounted rate,” Varlese said. “It is designed to test price elasticity and various end-user marketing techniques that best fit each registrars’ unique customer-base.”</p>\n<p>Registration for .blog domains is fully integrated into WordPress.com’s domain offerings, but Varlese said that Knock Knock WHOIS There, as a separate company, is not informed of the specific details of their domain roadmap. The subsidiary also does not track how many of the .blog domains are running WordPress, as the extension is platform agnostic and in use across many different blogging services. </p>\n<p>So far .blog domain customers include both individuals and businesses, including some e-commerce and community sites. Varlese said the main benefit to acquiring a .blog domain is that customers are more likely to get and use a name they always wanted (example.blog), versus settling for a more complicated variation, such as blog.example.com.</p>\n<p>“Using a blog domain is also a great way to embrace engagement with your community,” Varlese said. “In addition to individual and personal bloggers, we also see larger brands using blogs to engage with their customers. Visiting <a href=\"http://stackoverflow.blog\" target=\"_blank\">stackoverflow.blog</a>, for example, is intuitive. The domain lets me know right away what type of content and interaction to expect versus what my expectations would be when prompted to visit stackoverflow.com. Both are equally important and both add value to the customer’s online experience.”</p>\n<p>Many people purchase a domain just to sit on it for the right time to use it or sell. Greater usage of .blog domains promotes visibility on the web, which is why registrars place value on how many have launched websites using the extension. </p>\n<p>“Our goal is steady, long-term growth while continuing to increase our usage rates,” Varlese said. “We want every .blog domain to resolve to a unique content site or blog. Usage is an important metric for us. It positively contributes to help the new TLD marketplace thrive and grow organically. It is at the forefront of every decision we make, including marketing and rebate programs for our registrars, as well as our dotblogger program, which gives online influencers easy access to all .blog domains, including premium and reserved domains.”</p>\n<p>The .blog team’s 100,000 registrations milestone post cites usage stats from Pandalytics, a domains data service, that are not publicly available. </p>\n<p>“66.5% of .blog domains have a unique website associated with them, compared to an average of 39.3% for both new and legacy TLDs, according to recent research by Daniel Ruzzini-Mejia (co-founder and CSO of DomainsBot Srl, the company behind big-data analysis platform Pandalytics),” Varlese said. “Ruzzini-Mejia also found more than 250 .blog domains that use an eCommerce platform.” </p>\n<p>This is an interesting find in an era where many have claimed that blogs are dead. If the indie web proponents have their way, blogs may have another renaissance yet, and could become the anchors of commerce and identity online. The healthy usage numbers the .blog extension has posted in its first year are a strong indicator that the concept of blogging still holds an important place on the web. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Jul 2017 18:09:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Adobe to Discontinue Flash Support and Updates in 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/adobe-to-discontinue-flash-support-and-updates-in-2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3530:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/adobe-flash.png?ssl=1\"><img /></a></p>\n<p>Adobe <a href=\"https://blogs.adobe.com/conversations/2017/07/adobe-flash-update.html\" target=\"_blank\">announced</a> today that it will discontinue Flash support and updates at the end of 2020. Flash played an important part in the history of the web, inspiring many of the open standards and formats that the web has moved on to embrace.</p>\n<blockquote><p>Given this progress, and in collaboration with several of our technology partners – including Apple, Facebook, Google, Microsoft and Mozilla – Adobe is planning to end-of-life Flash. Specifically, we will stop updating and distributing the Flash Player at the end of 2020 and encourage content creators to migrate any existing Flash content to these new open formats.</p></blockquote>\n<p>Last year most major browsers moved to block Flash, requiring users to enable it manually for sites where they wish to view Flash content. Microsoft, Google, and Mozilla were on deck today with announcements of their own regarding future Flash support. Firefox is the most aggressive with its <a href=\"https://blog.mozilla.org/futurereleases/2017/07/25/firefox-roadmap-flash-end-life/\" target=\"_blank\">plan to disable Flash for most users in 2019</a>. Only those running an Extended Support Release will be able to continue using it through the end of 2020 and no version of Firefox will load the plugin after Adobe discontinues security patches.</p>\n<p><a href=\"https://www.blog.google/products/chrome/saying-goodbye-flash-chrome/\" target=\"_blank\">Chrome is also phasing out support for Flash</a> and plans to remove it completely from the browser toward the end of 2020.</p>\n<p>“Three years ago, 80 percent of desktop Chrome users visited a site with Flash each day,” Google Chrome Product Manager Anthony Laforge said. “Today usage is only 17 percent and continues to decline.</p>\n<p>“This trend reveals that sites are migrating to open web technologies, which are faster and more power-efficient than Flash. They’re also more secure, so you can be safer while shopping, banking, or reading sensitive documents.”</p>\n<p>The Microsoft Edge team also <a href=\"https://blogs.windows.com/msedgedev/2017/07/25/flash-on-windows-timeline/#QKXFIeE23ZSoZLlh.97\" target=\"_blank\">announced</a> its plans to phase out Flash from both Microsoft Edge and Internet Explorer with complete removal from all supported versions of Microsoft Windows by the end of 2020.</p>\n<p>Although <a href=\"http://blog.kongregate.com/html5-is-here/\" target=\"_blank\">HTML5 adoption is growing among game developers</a>, Adobe’s announcement means major changes for segments of the the gaming, education, and video industries that have not yet migrated to newer, open formats. This news will also make obsolete dozens of WordPress <a href=\"https://wordpress.org/plugins/search/flash/\" target=\"_blank\">plugins that were created to upload and display Flash content</a>.</p>\n<p>Adobe’s announcement was met with thanks and “good riddance,” with many calling for an even speedier timeline. Many are also concerned about all the orphaned content and .swf games on the web that Flash’s disappearance will create. Adobe has received many requests on Twitter for the company to consider open sourcing the old Flash Player codebase for the sake of compatibility and archiving content. Adobe has not officially replied to any of these requests.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jul 2017 04:01:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"HeroPress: Random Diary Chapters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1992\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://heropress.com/essays/random-diary-chapters/#utm_source=rss&utm_medium=rss&utm_campaign=random-diary-chapters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7699:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/07/072617-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress combines people together from all over the world. Maybe WordPress is important after all.\" /><blockquote><p>There goes my hero<br />\nWatch him as he goes<br />\nThere goes my hero<br />\nHe’s ordinary</p></blockquote>\n<div class=\"jetpack-video-wrapper\"></div>\n<p>I have no idea what I’m going to write about. How about people? Ordinary people are heroes to me. People who are willing to help one another. People just like you and me.</p>\n<p>Well, at least like you <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> – if you’re for some reason reading my diary.</p>\n<h2>Who’s teaching who</h2>\n<p>I still remember when I build my first website with table layouts while studying math in the University of Jyväskylä. Those were the days! But it doesn’t feel like yesterday anymore. More like day before.</p>\n<p>Nevertheless being a math teacher has been the perfect choice for me. It’s been fun, challenging, and rewarding. I’ve probably learnt lot more from students than they have from me.</p>\n<p>Heck, they even got me into WordPress when I was taking my ex-students short film course. Was it 2008? Something like that. We needed a website for our short film and had only 1-2 days. Students gave me link to WordPress.com and I was sold. Getting site up and running was easy and fast.</p>\n<p>“Well come here and do it yourself!!” – drama class student shouted.</p>\n<p>That’s another good lesson I’ve learnt.</p>\n<blockquote><p>It’s so easy to give negative feedback (don’t do it like that) without doing anything yourself or giving constructive feedback.</p></blockquote>\n<p>Oh boy I still feel ashamed when I judged a book by it’s cover. This time the book cover was a blonde girl asking weird questions with high voice. I was a prison of my prejudice and instantly assumed she must be bad at math. How wrong was I. She was brilliant.</p>\n<p>At least the prison gate is now open if I just understand to walk out.</p>\n<h2>Who am I</h2>\n<p>Sometimes I wonder what other people think of me? Do they think I’m open minded teacher, or front-developer who cares about accessibility. But does any of that matter? Job title really doesn’t tell anything who I am. Or anybody else.</p>\n<p>But who am I? I’m not sure how to define me. I’m no dad or husband. I do have several good traits but there are also demons inside me. Lack of empathy is one of them. And that comes down to this:</p>\n<p>In the end <strong>I’m a selfish asshole</strong>.</p>\n<p>It’s okay to be selfish from time to time but it’s not okay to let people down big time when they need me most. Being an ordinary human being is not one of my strengths but I’ll promise to work on it.</p>\n<h2>Friends will be friends</h2>\n<p>I consider myself lucky. I have lovely parents and two crazy big brothers. And over the years I have made friendships that last forever.</p>\n<p>I hope everybody have a friend who is like a bridge between other friends. Someone who is always organizing something fun: bowling, music gigs, dinners, sports. Someone who is always nice to others and would never hurt a fly.</p>\n<p>I had a friend like that.</p>\n<p>But as a return I couldn’t help him enough. Shadows of life had taken over him. He could not see the light anymore. He died by suicide before christmas 2015.</p>\n<p>Now he can’t fall anymore. He will always be our beloved one and we’ll miss him more than words can express. So many songs reflects to memories we have. For example this Finnish song that I heard exactly one year after his death. (<a href=\"http://lyricstranslate.com/en/rakastettu-beloved.html\">Lyrics in english</a>).</p>\n<div class=\"jetpack-video-wrapper\"></div>\n<p>Why is it so much easier to talk about other problems but not your own. Why is it so hard to ask help when you really need it.</p>\n<h2>Life goes on</h2>\n<p>Do I need to say anything. No I don’t.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/07/summer-of-2017-peaceful-mind-after-sauna.jpg\"><img class=\"size-full wp-image-1995\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/07/summer-of-2017-peaceful-mind-after-sauna.jpg\" alt=\"View of the water form the shore.\" width=\"1000\" height=\"750\" /></a>Summer 2017. Peaceful state of mind after a sauna.\n<p> </p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/07/my-dear-friends-rock.jpg\"><img class=\"size-full wp-image-1996\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/07/my-dear-friends-rock.jpg\" alt=\"Sami and 2 friends\" width=\"1000\" height=\"751\" /></a>My dear friends rock!\n<p> </p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/07/friends-will-be-friends.jpg\"><img class=\"size-full wp-image-1997\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/07/friends-will-be-friends.jpg\" alt=\"Sami and two friends\" width=\"1000\" height=\"750\" /></a>Friends will be friends forever.\n<h2>WordPress is not important</h2>\n<p>WordPress is not important. People behind it are, they have feelings. I wish more people would remember that when commenting on blog posts, Slack, or other online tools with shitty attitudes.</p>\n<blockquote><p>Being nice and constructive goes a long way.</p></blockquote>\n<p>At the same time it’s amazing to notice how WordPress combines people together from all over the world. In WordCamps and meetups I have found new friends that really matter. That feels good.</p>\n<p>Maybe WordPress is important after all.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Random Diary Chapters\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Random%20Diary%20Chapters&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Frandom-diary-chapters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Random Diary Chapters\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Frandom-diary-chapters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Frandom-diary-chapters%2F&title=Random+Diary+Chapters\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Random Diary Chapters\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/random-diary-chapters/&media=https://heropress.com/wp-content/uploads/2017/07/072617-150x150.jpg&description=Random Diary Chapters\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Random Diary Chapters\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/random-diary-chapters/\" title=\"Random Diary Chapters\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/random-diary-chapters/\">Random Diary Chapters</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jul 2017 00:00:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sami Keijonen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"WPTavern: SiteLock Acquires Patchman’s Malware and Vulnerability Detection Technology, Expands WordPress Customer Base to 4 Million\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73626\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"https://wptavern.com/sitelock-acquires-patchmans-malware-and-vulnerability-detection-technology-expands-wordpress-customer-base-to-4-million\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4480:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/sitelock-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.sitelock.com/\" target=\"_blank\">SiteLock</a>, a website security company, has <a href=\"https://www.sitelock.com/pr/extends-web-security-leadership-patchman-acquisition\" target=\"_blank\">acquired</a> <a href=\"http://patchman.co/\" target=\"_blank\">Patchman</a>, a Dutch security startup that offers automated vulnerability patching and malware removal for hosting providers. Prior to the acquisition SiteLock protected 6 million sites, with 2.2 million of them running on WordPress. The addition of Patchman extends SiteLock’s customer base to 12 million sites and more than 4 million of those are powered by WordPress.</p>\n<p>Patchman detects vulnerabilities in <a href=\"https://patchman.zendesk.com/hc/en-us/articles/200236661-Which-applications-does-Patchman-scan-and-fix-\" target=\"_blank\">a wide range of popular applications</a> and quarantines and patches threats automatically. The quarantine feature neutralizes malicious files by removing them from public access. Patchman supports detection and patching for WordPress 3.x and later.</p>\n<p>Historically, the service has not included patches for plugins but it has applied them on a case-by-case basis for high impact vulnerabilities, including a few found in WP Super Cache, MailPoet, and the open source Genericons font project. The Patchman dashboard allows users to easily track files where vulnerabilities have been detected, view status, and revert patches if necessary.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/patchman-dashboard.jpg?ssl=1\"><img /></a></p>\n<p>Patchman’s single focus on hosting providers gives SiteLock the opportunity to offer more options to its hosting partners. With the acquisition, the company is now partering with more than 500 hosting providers, including BlueHost, 1&1, Web.com, InMotion, Melbourne IT, GMO (NTT), and many others.</p>\n<p>“During our early talks, Patchman was not looking to be acquired and SiteLock wasn’t looking to acquire,” SiteLock President Neill Feather said. After meeting at the WorldHostingDays show in Rust, Germany in late March this year and at another show in Los Angeles, the companies found they shared similar goals and would be in a better position working together.</p>\n<p>“It truly was a matter of 1+1=3,” Feather said. “Traditionally, SiteLock is very strong in detecting and removing malware for end users. Patchman offers a service tailored specifically to hosting providers and aimed at fixing the security vulnerabilities that hackers exploit to infect websites with malware. By working together we are able to address a wider market and offer a broader solution to the problems that we solve for our customers. We can now attack the problem from multiple angles.”</p>\n<p>Patchman’s technology will compliment SiteLock’s existing security features but the company has not yet decided how it will be incorporated into its security plans for customers. Feather said the team is still jointly building out its future roadmap to give hosts and end customers access to a wider range of products. They are also considering making Patchman’s detection technology compatible with more products in the WordPress ecosystem.</p>\n<p>Feather could not disclose any specifics on revenue generated by <a href=\"https://wpdistrict.sitelock.com/products/\" target=\"_blank\">SiteLock’s WordPress security products</a> but approximately 30% of its newly expanded customer base is running on WordPress.</p>\n<p>“What we can say is that we’re heavily invested in the WordPress community and plan on continuing to do so,” Feather said.</p>\n<p>“I’m excited that the increased number of sites we now protect across multiple platforms means we’ll be able to identify malware and malicious trends more efficiently than we’ve been able to already, and that’s good for every end user,” SiteLock’s WordPress Evangelist Adam Warner said. “Secondly, although we already have solutions for our partners, Patchman allows web hosts to offer increased security options for advanced users of their platforms. Being a WordPress guy, I’m excited about the possibility we now have to extend the capabilities of Patchman to plugins and other WordPress-specific software.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jul 2017 18:46:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Watch WordCamp Varna Wapuus Get Designed in Real Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/watch-wordcamp-varna-wapuus-get-designed-in-real-time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1390:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/wordcamp-varna-wapuus.jpg?ssl=1\"><img /></a></p>\n<p>The very first <a href=\"https://2017.varna.wordcamp.org/\" target=\"_blank\">WordCamp Varna</a> will be held September 2-3 at the <a href=\"https://www.ue-varna.bg/en/\" target=\"_blank\">University of Economics</a>. Varna is a beautiful city in Bulgaria on the Black Sea and a popular spot for summer holidays. It is the first Bulgarian WordCamp to be held outside of Sofia.</p>\n<p><a href=\"https://2017.varna.wordcamp.org/tickets/\" target=\"_blank\">Tickets are on sale</a> for EUR 10 (BGN 20) and include all the sessions, lunch, a #WCVAR 2017 T-shirt, and a few drinks at the after party. There are 102 remaining for the conference and 14 remaining tickets for the kids’ workshop (ages 7-14).</p>\n<p>The location naturally inspired a maritime sticker pack collection for attendees, featuring four new wapuu designs. The collection was designed by the vector graphic illustrators at <a href=\"https://graphicmama.com/\" target=\"_blank\">GraphicMama</a>, a design partner for the WordCamp. Ever wonder how much effort goes into designing all the individualized creations in the <a href=\"http://jawordpressorg.github.io/wapuu/\" target=\"_blank\">world of wapuus</a>? Check out the video below to see how WordCamp Varna’s wapuu designs were brought to life.</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jul 2017 04:14:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: New Aztec Editor for WordPress Mobile Apps Now in Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/new-aztec-editor-for-wordpress-mobile-apps-now-in-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3353:\"<p>WordPress’ iOS and Android apps will soon be getting a new editor. The appearance of the new editor, codenamed “Aztec,” is very similar to the old one but is light years ahead of its predecessor in both speed and reliability. Aaron Douglas, iOS engineer at Automattic, announced the <a href=\"https://en.blog.wordpress.com/2017/07/24/a-brand-new-editor-for-the-wordpress-mobile-apps/\" target=\"_blank\">open beta for Aztec</a> today with a side-by-side comparison video of the old and new editors. A copy and paste test with 500 paragraphs on iPhone 6s demonstrates Aztec’s instantaneous response while the old editor takes two-minutes to render the text.</p>\n<p></p>\n<p>In addition to better speed and performance, Aztec’s use of OS-provided text controls makes it possible to offer full support for accessibility technologies like iOS’ VoiceOver and Android’s TalkBack. It also adds the ability to draft using dictation.</p>\n<p>Aztec introduces a new undo/redo tool at the top of the screen as a quick option for fixing mistakes. It also provides a simpler, more reliable experience using spell check.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/aztec-testing.png?ssl=1\"><img /></a></p>\n<p>The Aztec beta is available to all users in the latest updates of the app (8.0 for iOS, 7.8 for Android). After opening the app you will see a popup for enabling the new editor. It can also be toggled on/off by going to Me > App Settings and selecting “Set the Editor Type.”</p>\n<p>The mobile team has made it easy to test and give feedback without leaving the app. Tapping the “beta” button at the top of the editor will open a “What’s New in the Beta” page with a bug button at the top that you can use to report bugs and send feedback. At the moment, the beta does not support shortcodes or video and WordPress gallery features. Keep in mind that it’s not 100% ready for use and heavy users of the mobile apps are likely to discover glitches.</p>\n<p>Aztec is open source (GPL 2.0) and packaged as a rich-text editor component in its own GitHub repository (<a href=\"https://github.com/wordpress-mobile/WordPress-Aztec-iOS\" target=\"_blank\">iOS</a> | <a href=\"https://github.com/wordpress-mobile/WordPress-Aztec-Android\" target=\"_blank\">Android</a>) so that developers can use it in their own applications and contribute code back to the project.</p>\n<p>“Quite literally, there is nothing like this out there – every editor we could find uses a web view or has very limited support for any HTML,” Douglas said. “Our hope is the Aztec editor is seen as a component that can be used by many iOS and Android apps to provide a rich HTML editing experience. We feel that we could garner a bigger contributor base to the mobile apps simply because this component exists, is free and open, and is super awesome.”</p>\n<p>The project is a few months behind the <a href=\"https://make.wordpress.org/mobile/2017/04/08/introducing-the-aztec-mobile-editors/\" target=\"_blank\">schedule published in April</a>, which had open beta targeted for May and the full release for the end of this month. Depending on how well the beta testing period goes, users could see the new Aztec editor included in the mobile apps within the next few months.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jul 2017 22:59:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: Hamilton: A Free WordPress Portfolio Theme for Photographers, Illustrators, and Designers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=72881\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/hamilton-a-free-wordpress-portfolio-theme-for-photographers-illustrators-and-designers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3779:\"<p><a href=\"https://wordpress.org/themes/hamilton/\" target=\"_blank\">Hamilton</a> is a new portfolio theme released by Swedish designer and developer <a href=\"http://www.andersnoren.se/\" target=\"_blank\">Anders Norén</a> during his summer vacation. It was created for photographers, illustrators, designers, and image-heavy blogs. The theme displays portfolio items in a minimal, masonry-style grid with an optional tagline on the front page.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/hamilton-white-black-1.jpg?ssl=1\"><img /></a></p>\n<p>“Hamilton has a pretty simple design at its core, so when it was more or less finished, I decided to add a couple of fun theme options to make it more customizable,” Norén said. “The main one is the Dark Mode. With a click of the mouse in the WordPress Customizer, you can change Hamilton from dark text on a white background to white text on a dark background.”</p>\n<p>The Customizer also includes a few other helpful options for portfolio sites:</p>\n<ul>\n<li>Set a custom background image or color</li>\n<li>Replace the navigation toggle in the header with the Primary Menu on desktop</li>\n<li>Change two-column default post grid display to three columns on desktop</li>\n<li>Display titles in the post previews</li>\n<li>Add a title to front page when it’s set to display latest posts</li>\n</ul>\n<p>The theme is beautifully responsive to various devices and screen sizes. Norén’s typography choices are clean and readable on mobile.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/hamilton-on-mobile-e1500914561475.png?ssl=1\"><img /></a></p>\n<p>Hamilton includes <a href=\"http://andersnoren.se/themes/hamilton/offscreen-magazine-collection/\" target=\"_blank\">styles for the default WordPress image gallery</a> with more interesting options available to create complex galleries stacked with different numbers of columns. It also supports Jetpack’s Infinite Scroll module and has styles for blockquotes, pullquotes, and left/right/center aligned media.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/hamilton-pullquotes.png?ssl=1\"><img /></a></p>\n<p>One of the most unique features of the theme is the <a href=\"http://andersnoren.se/themes/hamilton/resume/\" target=\"_blank\">Resume template</a>. It gives users the option to add a simple resume to their portfolios, without having to add a plugin. The template uses basic HTML for formatting with h1 header tags, horizontal rules, and unordered lists. The template could use a bit more documentation, since not all users are familiar with HTML, but it’s a useful addition for simple portfolio sites.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/resume-template.png?ssl=1\"><img /></a></p>\n<p>Check out a <a href=\"http://andersnoren.se/themes/hamilton/\" target=\"_blank\">live demo</a> along with the <a href=\"http://andersnoren.se/themes/hamilton/style-guide/\" target=\"_blank\">style guide</a> to see the theme in action.</p>\n<p><a href=\"https://wordpress.org/themes/hamilton/\" target=\"_blank\">Hamilton</a> is Anders Norén’s 15th theme approved for the WordPress Theme Directory. When he submitted it to the Theme Review Team, he anticipated that it would take a month or two for it to get through the review process. His previously submitted theme, Davis, took approximately nine months to make it through the queue. He was surprised to find that Hamilton <a href=\"https://twitter.com/andersnoren/status/887559567135186944\" target=\"_blank\">went through the process in under a month</a>. After less than a week on WordPress.org, the theme has already been downloaded more than 200 times.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jul 2017 19:27:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: Members 2.0 Adds Capability Registration System, Introduces New Settings Screen for Add-Ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73446\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/members-2-0-adds-capability-registration-system-introduces-new-settings-screen-for-add-ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6254:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/07/members.png?ssl=1\"><img /></a></p>\n<p>Eight years ago, Justin Tadlock moved back home to Alabama and was living in the spare bedroom of his grandparents’ house with nothing more than a laptop and a suitcase. Over the course of a few months he started going deeper into learning about writing WordPress plugins and produced <a href=\"https://wordpress.org/plugins/members/\" target=\"_blank\">Members</a>, a role management plugin for WordPress. The first major overhaul of the plugin came in 2015 with version 1.0’s expansion of features and a new UI for editing roles.</p>\n<p>Members has built up a user base of more than 100,000 active installs since it first <a href=\"http://justintadlock.com/archives/2009/09/17/members-wordpress-plugin\" target=\"_blank\">launched in 2009</a>. Tadlock estimates that over the last couple years, 40% of <a href=\"https://themehybrid.com/\" target=\"_blank\">Theme Hybrid</a> customers are primarily there for support and small tweaks to the Members plugin. He decided it was time to begin investing more in the plugin and its community.</p>\n<p>Tadlock released <a href=\"https://themehybrid.com/weblog/members-version-2-0\" target=\"_blank\">Members 2.0</a> this week. The plugin manages core WordPress capabilities but 2.0 adds the ability for plugins to register custom capabilities. The labels for the capabilities can be internationalized so users can manage the plugin in their own languages in human-readable form.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/members-2-human-caps.png?ssl=1\"><img /></a></p>\n<p>This release also adds the ability to use the WordPress editor for writing custom post error messages, making it easy to direct visitors to registration or other important information regarding access to the content.</p>\n<p>Members 2.0 lets users add multiple roles when creating a new user from the Add User screen. It also introduces the ability to bulk add or remove roles from users, even when multiple roles have been enabled.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/members-2-bulk-users.png?ssl=1\"><img /></a></p>\n<p>This version of the plugin serves some of its data using the WP REST API and a new setting was added to authenticate users who are accessing the REST API endpoints. This protects content from being exposed on sites that have the “private site” setting enabled. Tadlock plans to write a tutorial about what he has learned in integrating the REST API with the plugin.</p>\n<h3>Tadlock Aims to Monetize Members with Add-Ons, Renews Efforts to Develop a Community of Add-On Developers</h3>\n<p>Members 2.0 introduces a new Settings screen that ties in with Tadlock’s future plans to monetize the plugin. The new screen includes a view for add-ons. Tadlock has two add-ons available currently and has written an API for third-party developers to register their own add-ons to be visible on this screen.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/members-2-addons.png?ssl=1\"><img /></a></p>\n<p>“The plan is to create some small add-on plugins,” Tadlock said. “There’s already two: <a href=\"https://themehybrid.com/plugins/members-role-levels\" target=\"_blank\">Members – Role Levels</a>, which is paid, and <a href=\"https://themehybrid.com/plugins/members-role-hierarchy\" target=\"_blank\">Members – Role Hierarchy</a>, which I was hired to build and was allowed to release to the community for free. I’ve got a few small plugins like those in mind that’ll be in a lower price range.”</p>\n<p>Tadlock also plans to release a more robust version of the “Content Permissions” feature as another add-on. He has received numerous feature requests from users over the years about what they would like to see in this plugin. The add-on will offer a variety of different ways to show/hide content.</p>\n<p>I asked Tadlock if he has considered building payment gateway add-ons so users can charge for memberships. He said the idea is on the table.</p>\n<p>“I’m not sure if I’m going to build those or someone else,” Tadlock said. “I’ve mentioned it to some other developers. It would be a good place to start building add-ons.” His current setup uses Easy Digital Downloads with a couple of plugins to bridge it with Members and ThemeHybrid.com.</p>\n<p>A plugin like Members has the potential to have a large, third-party ecosystem of plugins for payments and additional features, but Tadlock was focused on other projects during the first few years after it launched.</p>\n<p>“I haven’t actively pursued the add-on angle,” Tadlock said. “Instead, I focused more on themes during most of that time. Now, I’m focusing more on plugin development. It’s my fault for not nurturing a community of add-on developers, which is something I’m trying to do more of now.”</p>\n<p>Tadlock said many of the developers he knows are working with Members because they like that it gives them a solid foundation to build on for client work. He hopes to persuade some of them to release some of that code back as commercial add-ons or free plugins in the WordPress plugin directory.</p>\n<p>Since launching the plugin eight years ago, Tadlock has aimed to make it behave as if it were a natural part of WordPress. At its core, Members is a role and capability management plugin and not a one-size-fits all membership plugin.</p>\n<p>“It’s more or less a UI over what you could do with code already,” Tadlock said. “Most of all, it tries not to get in your way. Every membership site has its own unique needs. It’s tough building something that suits everyone. That’s why I’d rather have that foundation of Members just exposing the roles/caps system with third-party add-ons that suit various users’ needs.</p>\n<p>“Other membership plugins often try to please everyone or pigeon-hole everything into their custom system. I like more to have a bit more flexibility without the bloat.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Jul 2017 21:37:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WordPress 4.8.1 Adds a Dedicated Custom HTML Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73470\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/wordpress-4-8-1-adds-a-dedicated-custom-html-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2681:\"<p>When WordPress <a href=\"https://wptavern.com/wordpress-4-8-evans-released-featuring-nearby-wordpress-events-new-media-widgets-and-link-boundaries\">4.8 was released</a> last month, it introduced TinyMCE functionality to the Text widget. Unfortunately, this <a href=\"https://wordpress.org/support/topic/how-to-disable-visual-editor-in-the-text-widget/\">caused issues</a> for those who use Custom HTML as the Visual editor often strips out portions of the code.</p>\n<p>WordPress <a href=\"https://wordpress.org/download/release-archive/#beta-and-rc\">4.8.1 Beta 1</a> is available for testing and addresses this problem by including a dedicated Custom HTML widget.</p>\n<p>“For advanced users or any user who needs to paste in HTML snippets, there is now a dedicated ‘Custom HTML’ widget that is specifically for adding arbitrary HTML to your sidebar,” Weston Ruter, said.</p>\n<p>“This widget will retain the application of the <code>widget_text</code> filters, in addition to having a new dedicated <code>widget_custom_html_content</code> filter.</p>\n<p>“For use cases that involve adding content to your sidebar, the Text widget will continue to feature the same Visual editing interface that the post editor has (TinyMCE).”</p>\n<p>Users who access Text widgets that have Custom HTML in WordPress 4.8.1, will see a note at the top of the widget that suggests using the Custom HTML widget.</p>\n<p><img /></p>\n<p>If a user pastes or types HTML into a text widget with the Visual editor active, WordPress displays an Admin Pointer suggesting that they use the Text tab instead or use the Custom HTML widget.</p>\n<img />Text Widget Admin Pointer\n<p>The Custom HTML widget works similar to the Text widget in WordPress 4.7 and below.</p>\n<img />Custom HTML Widget\n<p>Sites that have existing Text widgets containing custom HTML that may be modified by the Visual editor, are opened in a legacy mode.</p>\n<p>Legacy mode retains the old Text widget interface, including the checkbox on whether or not to automatically add paragraphs. This change prevents the Visual editor from altering code.</p>\n<p>Ruter says the ideal way to test these improvements is to install it on a staging site that has Text widgets containing HTML and are known to be problematic in WordPress 4.8. After upgrading, check to see if the widgets open in legacy mode.</p>\n<p>WordPress 4.8.1 is scheduled to be released on August 1st. Please report any bugs or errors you encounter in as much detail as possible to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">WordPress Alpha/Beta</a> section of the support forums.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Jul 2017 18:31:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: Petition to Re-License React has been Escalated to Facebook’s Engineering Directors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/petition-to-re-license-react-has-been-escalated-to-facebooks-engineering-directors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7983:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/07/flags.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/04XDXYUMGQ\">manu schwendener</a>\n<p>React users are <a href=\"https://wptavern.com/react-users-petition-facebook-to-re-license-react-js-after-apache-software-foundation-bans-bsdpatents-license-in-dependencies\" target=\"_blank\">petitioning Facebook to re-license React.js</a> after the Apache Software Foundation announced its decision to ban Apache PMC members from using any technology licensed with Facebook’s BSD+Patents License. So far the GitHub <a href=\"https://github.com/facebook/react/issues/10191\" target=\"_blank\">issue</a> has received 627 “thumbs up” emoji and 66 comments from concerned React users who are hoping for a change in licensing.</p>\n<p>Many respondents on the thread said that ASF’s decision affects their organizations’ ability to continue using React in projects.</p>\n<p>“Apache CouchDB and others will switch away from React if we have to,” CouchDB committer Robert Newson <a href=\"https://github.com/facebook/react/issues/10191#issuecomment-315596902\" target=\"_blank\">said</a>. “We’d rather not, it’s a lot of work for no real gain, but we don’t have a choice. Changing license can be simple (RocksDB completed that change in a day).”</p>\n<p>“My team, at LinkedIn, is also having legal troubles using React for our internal projects,” LinkedIn software Denis Ivanov <a href=\"https://github.com/facebook/react/issues/10191#issuecomment-316500996\" target=\"_blank\">said</a>. “We would love to see a change on this front.”</p>\n<p>Software developer Clark Evans <a href=\"https://github.com/facebook/react/issues/10191#issuecomment-315607798\" target=\"_blank\">commented</a> on how React’s current licensing might affect medical research institutes, and suggested that Facebook consider an Apache 2.0 license because it includes equitable patent grants.</p>\n<blockquote><p>Since U.S. based universities rely upon patent licensing as part of their legislatively mandated technology transfer initiatives, they are growing far more cautious in their due diligence. For this reason, at some universities, software written with React may be shunned. Existing projects using React software may be asked to remove the React software software dependency. Please strongly consider this proposal, since our RexDB work is used at major universities, we do not wish to rework to use a React alternative.</p></blockquote>\n<p>Several participants in the discussion commented that they would like to use React but the licensing makes it impossible for their companies.</p>\n<p>“Other large companies such as mine (Adobe) can’t use React, Pop, etc. for the very same reason,” Corey Lucier <a href=\"https://github.com/facebook/react/issues/10191#issuecomment-316046522\" target=\"_blank\">said</a>. “We’d love to participate in the project, contribute to each, etc. but Facebook’s heavy-handed PATENTS clause is a showstopper.”</p>\n<p>“Even mid-size companies like mine (ViaSat) are starting to disallow the use of Facebook’s ‘open-source’ projects for this reason,” software developer Aaron Yoshitake <a href=\"https://github.com/facebook/react/issues/10191#issuecomment-316102045\" target=\"_blank\">said</a>. “We’d like to build React web and native apps, but it seems that any sensible legal department will recommend against agreeing to Facebook’s asymmetric patent grant.”</p>\n<h3>Internal Discussions Continue at Facebook, Re-Licensing Issue has been Escalated to Engineering Directors</h3>\n<p>Dan Abramov, co-author of Redux, Create React App, and React Hot Loader, shared with participants that Facebook is having internal discussions about the re-licensing issue but cautioned them to temper their optimism. He returned to throw some ice on the conversation, which has grown more heated over the past few days, when he said it could only remain an open discussion if everyone involved remains civil. Many participants are concerned about the future of the React-based software that they have already invested thousands of hours of work into.</p>\n<p>“I understand that everyone is frustrated about this issue,” Abramov <a href=\"https://github.com/facebook/react/issues/10191#issuecomment-316223034\" target=\"_blank\">said</a>. “Personally I am just as frustrated to spend time, energy, and emotional wellbeing on legal mumbo jumbo that is preventing people from using React. I would much prefer to spend this time on working together to make it better.</p>\n<p>“But the reality of this situation is that the maintainers of React (people like me that you’re interacting on the issue tracker) are not the ones making these decisions. Each of us is doing what we can to show different perspectives on this issue to the people who can make those decisions, and we appreciate your feedback too. But we can only keep discussion open if everyone stays civil and respectful.”</p>\n<p>Abramov also pointed out in a follow-up update that a bug tracker isn’t the best avenue for a legal discussion, especially since most participants are software developers and not lawyers. Many have mistaken the thread as a way to communicate with Facebook but there are just a handful of software developers who are representing the React community’s concerns.</p>\n<p>“We have heard you very well, and we have passed on your concerns,” Abramov said. “But repeating the same points over and over in different threads does not help move this forward, and creates a lot of noise and stress for the maintainers who are already empathetic to your cause.”</p>\n<p>Several participants expressed frustration that the React community cannot participate in the discussions more directly. However, as React is both an open source project and a product of Facebook, the company’s leadership has the last word on licensing issues.</p>\n<p>“I understand that software developers like us are not the best people to discuss legal details,” software consultant Erik Doernenburg <a href=\"https://github.com/facebook/react/issues/10191#issuecomment-316318170\" target=\"_blank\">said</a>. “However, wouldn’t the logical consequence be that the Facebook Legal team, who make such decisions, become active in this forum? Shouldn’t it be possible that all relevant details pertaining to a piece of open source software are discussed in the open? It is incredibly frustrating to have such an important aspect of open software discussed behind closed doors.”</p>\n<p>It’s not known whether Facebook is considering another change to its Patents grant or a complete re-licensing. Participants in the discussion are also concerned about other Facebook open source projects like GraphQL, Relay, React Native, and Flow, which share the same BSD+Patents License and are widely used by the open source community.</p>\n<p>Dan Abramov left an <a href=\"https://github.com/facebook/react/issues/10191#issuecomment-316739812\" target=\"_blank\">update</a> today to let the community know that no resolution is available this week. However, the update seemed more positive than the first one, which discouraged participants from being optimistic about a change.</p>\n<p>“I want to point out that there is a real momentum behind this discussion internally,” Abramov said. “There are going to be more meetings next week escalating this up to the engineering directors. As you imagine they are quite busy, so this is taking more time than we thought.</p>\n<p>“Again, I can’t promise you any specific conclusion, and there is no clarity on where this will land. But please know there are people working on getting your voice heard.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jul 2017 22:37:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: WPWeekly Episode 282 – Talking WooCommerce with Cody Landefeld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=73448&preview=true&preview_id=73448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wpweekly-episode-282-talking-woocommerce-with-cody-landefield\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3381:\"<p>In this episode, <a href=\"http://jjj.me/\">John James Jacoby</a> and I are joined by <a href=\"https://twitter.com/codyL\">Cody Landefeld</a>, Senior web strategist and founder of <a href=\"https://modeeffect.com/\">Mode Effect</a>. Landefeld describes some of the challenges that shop owners face and provides insight into a couple of WooCommerce projects Mode Effect has recently built.</p>\n<p>We discussed the future of WooCommerce and the odds of it turning into a SaaS product. Landefeld shares his thoughts on WooCommerce <a href=\"https://wptavern.com/woocommerce-drops-50-renewal-discount-on-subscriptions\">dropping its 50% renewal discount</a> on subscriptions. Even though the discount is gone, he believes it’s still an affordable option for most users. To close out the show, Jacoby and I discuss the news of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/aj-morris-acquires-ithemes-exchange\">AJ Morris Acquires iThemes Exchange</a><br />\n<a href=\"https://wptavern.com/jetpack-professional-plan-introduces-unlimited-access-to-200-commercial-themes\">Jetpack Professional Plan Introduces Unlimited Access to 200+ Commercial Themes</a><br />\n<a href=\"https://wptavern.com/bbpress-2-5-13-readds-sanitization-to-anonymous-user-data\">bbPress 2.5.13 Readds Sanitization to Anonymous User Data</a><br />\n<a href=\"https://wptavern.com/wp-rollback-adds-multisite-compatibility-and-changelog-preview\">WP Rollback Adds Multisite Compatibility and Changelog Preview</a><br />\n<a href=\"https://wptavern.com/gutenberg-0-5-0-adds-new-verse-block-for-poetry-and-a-new-display-for-recent-blocks\">Gutenberg 0.5.0 Adds New Verse Block for Poetry and a New Display for Recent Blocks</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://ahmadawais.com/gutenberg-boilerplate/\">Gutenberg Boilerplate For Third-Party Custom Blocks</a> by Ahmad Awais. The boilerplate is a great way to learn the basics on creating custom blocks for Gutenberg. It comes with four example blocks.</p>\n<ul>\n<li>A block with custom CSS for editor and front end</li>\n<li>A block with ES6 or ESNext and a Webpack build process</li>\n<li>A block with editable content</li>\n<li>A block to click Tweet the contents of that block</li>\n</ul>\n<p>Awais also shared his thoughts on the Gutenberg project.</p>\n<p><a href=\"https://wordpress.org/plugins/add-admin-css/\">Add Admin CSS</a> – Using this plugin you’ll easily be able to define additional CSS (inline and/or files by URL) to be added to all administration pages. You can define CSS to appear inline in the admin head (within style tags), or reference CSS files to be linked.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 2nd 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #282:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jul 2017 01:19:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: The State of JavaScript 2017 Survey is Now Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=73377\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/the-state-of-javascript-2017-survey-is-now-open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2708:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/07/stateof-javascript-2017.png?ssl=1\"><img /></a></p>\n<p>The <a href=\"http://stateofjs.com/\" target=\"_blank\">State of JavaScript 2017 Survey</a> is now open to web professionals of all backgrounds. The intent of the survey is to provide an overview of the rapidly changing landscape of JavaScript frameworks and tools by gauging which technologies are growing in popularity and which ones people are liking and using less.</p>\n<p>The survey, created by <a href=\"http://twitter.com/SachaGreif\" target=\"_blank\">Sacha Greif</a> and <a href=\"http://michaelrambeau.com/\" target=\"_blank\">Michael Rambeau</a>, should take approximately 10 minutes to complete. Topics include JavaScript frontend and backend tools and frameworks, state management solutions, testing tools, CSS, build tools, mobile and desktop technologies, package managers, text editors, salaries, and more.</p>\n<p>Last year’s 89-question survey received more than 9,300 responses. <a href=\"https://wptavern.com/state-of-javascript-survey-results-published-react-emerges-as-clear-winner-in-front-end-frameworks\" target=\"_blank\">Results</a> showed that React ranked higher than other front-end frameworks in terms of developer satisfaction at 92%, followed closely by Vue.js at 89%.</p>\n<p>It will be interesting to see if and how these results change with many open source project and companies growing wary of using React after the Apache Software Foundation’s recent decision to<a href=\"https://wptavern.com/react-users-petition-facebook-to-re-license-react-js-after-apache-software-foundation-bans-bsdpatents-license-in-dependencies\" target=\"_blank\"> ban Apache PMC members from using any technology licensed with Facebook’s BSD+Patents License</a>. A licensing issue that <a href=\"https://github.com/facebook/react/issues/10191\" target=\"_blank\">jeopardizes more companies’ ability to use Facebook’s popular open source technologies</a> could precipitate a decline in React’s preeminence among frontend frameworks.</p>\n<p>Sacha Greif reports that the survey has <a href=\"https://twitter.com/SachaGreif/status/887473181539188736\" target=\"_blank\">received more than 3,500 responses in less than 24 hours</a>, a remarkable number compared to 9,300 over the course of three weeks last year. This response affirms the value that <a href=\"https://wptavern.com/state-of-javascript-survey-results-published-react-emerges-as-clear-winner-in-front-end-frameworks\" target=\"_blank\">last year’s results</a> provided to web professionals who are attempting to navigate the ever-expanding JavaScript ecosystem.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jul 2017 20:16:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 16 Aug 2017 21:33:55 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 16 Aug 2017 21:15:11 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(5109,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1502962435','no'),(5110,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1502919235','no'),(5111,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1502962435','no'),(5112,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/08/wordpress-4-8-1-maintenance-release/\'>WordPress 4.8.1 Maintenance Release</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/free-speech-privacy-and-web/\'>Post Status: Free speech, privacy, and the web</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/greatest-screenplay-writer/#utm_source=rss&utm_medium=rss&utm_campaign=greatest-screenplay-writer\'>HeroPress: The Greatest Screenplay Writer</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-mobile-apps-updated-with-a-new-login-experience\'>WPTavern: WordPress Mobile Apps Updated with a New Login Experience</a></li></ul></div>','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3041 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(172,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(173,6,'_wpb_shortcodes_custom_css','.vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}.vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}.vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}'),(174,6,'_wp_page_template','template-fullwidth.php'),(175,6,'_wpb_vc_js_status','true'),(176,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(177,6,'_wpb_shortcodes_custom_css','.vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}.vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}.vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}'),(178,6,'slide_template',''),(179,6,'tpath_theme_layout','default'),(180,6,'tpath_custom_logo_align','default'),(181,6,'tpath_show_page_title','no'),(182,6,'tpath_show_breadcrumbs','no'),(183,6,'tpath_page_header_image',''),(184,6,'tpath_primary_sidebar','0'),(185,6,'tpath_body_bg_image',''),(186,6,'tpath_body_bg_repeat','default'),(187,6,'tpath_body_bg_attachment','default'),(188,6,'tpath_body_bg_color',''),(189,6,'tpath_body_bg_full','0'),(190,6,'tpath_revslider_shortcode','[rev_slider homeslider]'),(191,6,'tpath_section_header_status','show'),(192,6,'tpath_section_title',''),(193,6,'tpath_section_slogan',''),(194,6,'tpath_section_padding_top',''),(195,6,'tpath_section_padding_bottom',''),(196,6,'tpath_section_header_padding',''),(197,6,'tpath_section_title_color',''),(198,6,'tpath_section_slogan_color',''),(199,6,'tpath_section_text_color',''),(200,6,'tpath_section_content_heading_color',''),(201,6,'tpath_section_bg_color',''),(202,6,'tpath_parallax_status','no'),(203,6,'tpath_parallax_bg_image',''),(204,6,'tpath_parallax_bg_repeat',''),(205,6,'tpath_parallax_bg_attachment',''),(206,6,'tpath_parallax_bg_postion',''),(207,6,'tpath_parallax_bg_size',''),(208,6,'tpath_parallax_bg_overlay','no'),(209,6,'tpath_overlay_pattern_status','no'),(210,6,'tpath_section_overlay_color',''),(211,6,'tpath_overlay_color_opacity','0'),(212,6,'tpath_parallax_additional_sections','Array'),(213,6,'tpath_parallax_additional_sections_order',''),(214,6,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(215,51,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(216,51,'_wp_page_template','default'),(217,51,'_wpb_vc_js_status','true'),(218,51,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(219,51,'slide_template','default'),(220,51,'tpath_theme_layout','default'),(221,51,'tpath_custom_logo_align','default'),(222,51,'tpath_show_page_title','yes'),(223,51,'tpath_show_breadcrumbs','yes'),(224,51,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/gallery_heading_bg.jpg'),(225,51,'tpath_primary_sidebar','0'),(226,51,'tpath_body_bg_image',''),(227,51,'tpath_body_bg_repeat','default'),(228,51,'tpath_body_bg_attachment','default'),(229,51,'tpath_body_bg_color',''),(230,51,'tpath_body_bg_full','0'),(231,51,'tpath_revslider_shortcode',''),(232,51,'tpath_section_header_status','show'),(233,51,'tpath_section_title',''),(234,51,'tpath_section_slogan',''),(235,51,'tpath_section_padding_top',''),(236,51,'tpath_section_padding_bottom',''),(237,51,'tpath_section_header_padding',''),(238,51,'tpath_section_title_color',''),(239,51,'tpath_section_slogan_color',''),(240,51,'tpath_section_text_color',''),(241,51,'tpath_section_content_heading_color',''),(242,51,'tpath_section_bg_color',''),(243,51,'tpath_parallax_status','no'),(244,51,'tpath_parallax_bg_image',''),(245,51,'tpath_parallax_bg_repeat',''),(246,51,'tpath_parallax_bg_attachment',''),(247,51,'tpath_parallax_bg_postion',''),(248,51,'tpath_parallax_bg_size',''),(249,51,'tpath_parallax_bg_overlay','no'),(250,51,'tpath_overlay_pattern_status','no'),(251,51,'tpath_section_overlay_color',''),(252,51,'tpath_overlay_color_opacity','0'),(253,51,'tpath_parallax_additional_sections','Array'),(254,51,'tpath_parallax_additional_sections_order',''),(255,51,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(256,59,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(257,59,'_wpb_shortcodes_custom_css','.vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}.vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433009424037{padding-top: 30px !important;}.vc_custom_1431795958680{background-color: #e6e6e6 !important;}.vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1432491055226{margin-top: 20px !important;}.vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1432579817315{margin-bottom: 25px !important;}'),(258,59,'_wp_page_template','default'),(259,59,'_wpb_vc_js_status','true'),(260,59,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(261,59,'slide_template',''),(262,59,'tpath_theme_layout','default'),(263,59,'tpath_custom_logo_align','default'),(264,59,'tpath_show_page_title','yes'),(265,59,'tpath_show_breadcrumbs','yes'),(266,59,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(267,59,'tpath_primary_sidebar','0'),(268,59,'tpath_body_bg_image',''),(269,59,'tpath_body_bg_repeat','default'),(270,59,'tpath_body_bg_attachment','default'),(271,59,'tpath_body_bg_color',''),(272,59,'tpath_body_bg_full','0'),(273,59,'tpath_revslider_shortcode',''),(274,59,'tpath_section_header_status','show'),(275,59,'tpath_section_title',''),(276,59,'tpath_section_slogan',''),(277,59,'tpath_section_padding_top',''),(278,59,'tpath_section_padding_bottom',''),(279,59,'tpath_section_header_padding',''),(280,59,'tpath_section_title_color',''),(281,59,'tpath_section_slogan_color',''),(282,59,'tpath_section_text_color',''),(283,59,'tpath_section_content_heading_color',''),(284,59,'tpath_section_bg_color',''),(285,59,'tpath_parallax_status','no'),(286,59,'tpath_parallax_bg_image',''),(287,59,'tpath_parallax_bg_repeat',''),(288,59,'tpath_parallax_bg_attachment',''),(289,59,'tpath_parallax_bg_postion',''),(290,59,'tpath_parallax_bg_size',''),(291,59,'tpath_parallax_bg_overlay','no'),(292,59,'tpath_overlay_pattern_status','no'),(293,59,'tpath_section_overlay_color',''),(294,59,'tpath_overlay_color_opacity','0'),(295,59,'tpath_parallax_additional_sections','Array'),(296,59,'tpath_parallax_additional_sections_order',''),(297,59,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(298,59,'_wpb_shortcodes_custom_css','.vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}.vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433009424037{padding-top: 30px !important;}.vc_custom_1431795958680{background-color: #e6e6e6 !important;}.vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1432491055226{margin-top: 20px !important;}.vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}.vc_custom_1432579817315{margin-bottom: 25px !important;}'),(299,118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(300,118,'_wpb_shortcodes_custom_css','.vc_custom_1436554249992{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436468468804{background-color: #e6e6e6 !important;}.vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(301,118,'_wp_page_template','template-fullwidth.php'),(302,118,'_wpb_vc_js_status','true'),(303,118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(304,118,'slide_template','default'),(305,118,'tpath_theme_layout','default'),(306,118,'tpath_custom_logo_align','default'),(307,118,'tpath_show_page_title','yes'),(308,118,'tpath_show_breadcrumbs','yes'),(309,118,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(310,118,'tpath_primary_sidebar','0'),(311,118,'tpath_body_bg_image',''),(312,118,'tpath_body_bg_repeat','default'),(313,118,'tpath_body_bg_attachment','default'),(314,118,'tpath_body_bg_color',''),(315,118,'tpath_body_bg_full','0'),(316,118,'tpath_revslider_shortcode',''),(317,118,'tpath_section_header_status','show'),(318,118,'tpath_section_title',''),(319,118,'tpath_section_slogan',''),(320,118,'tpath_section_padding_top',''),(321,118,'tpath_section_padding_bottom',''),(322,118,'tpath_section_header_padding',''),(323,118,'tpath_section_title_color',''),(324,118,'tpath_section_slogan_color',''),(325,118,'tpath_section_text_color',''),(326,118,'tpath_section_content_heading_color',''),(327,118,'tpath_section_bg_color',''),(328,118,'tpath_parallax_status','no'),(329,118,'tpath_parallax_bg_image',''),(330,118,'tpath_parallax_bg_repeat',''),(331,118,'tpath_parallax_bg_attachment',''),(332,118,'tpath_parallax_bg_postion',''),(333,118,'tpath_parallax_bg_size',''),(334,118,'tpath_parallax_bg_overlay','no'),(335,118,'tpath_overlay_pattern_status','no'),(336,118,'tpath_section_overlay_color',''),(337,118,'tpath_overlay_color_opacity','0'),(338,118,'tpath_parallax_additional_sections','Array'),(339,118,'tpath_parallax_additional_sections_order',''),(340,118,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(341,118,'_wpb_shortcodes_custom_css','.vc_custom_1436554249992{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436468468804{background-color: #e6e6e6 !important;}.vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}'),(456,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(457,117,'_wpb_shortcodes_custom_css','.vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553352651{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436464562165{background-color: #e6e6e6 !important;}.vc_custom_1436464594841{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433110871213{padding-left: 50px !important;}'),(458,117,'_wp_page_template','template-fullwidth.php'),(459,117,'_wpb_vc_js_status','true'),(460,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(461,117,'slide_template','default'),(462,117,'tpath_theme_layout','default'),(463,117,'tpath_custom_logo_align','default'),(464,117,'tpath_show_page_title','no'),(465,117,'tpath_show_breadcrumbs','no'),(466,117,'tpath_page_header_image',''),(467,117,'tpath_primary_sidebar','0'),(468,117,'tpath_body_bg_image',''),(469,117,'tpath_body_bg_repeat','default'),(470,117,'tpath_body_bg_attachment','default'),(471,117,'tpath_body_bg_color',''),(472,117,'tpath_body_bg_full','0'),(473,117,'tpath_revslider_shortcode','[rev_slider homeslider]'),(474,117,'tpath_section_header_status','show'),(475,117,'tpath_section_title',''),(476,117,'tpath_section_slogan',''),(477,117,'tpath_section_padding_top',''),(478,117,'tpath_section_padding_bottom',''),(479,117,'tpath_section_header_padding',''),(480,117,'tpath_section_title_color',''),(481,117,'tpath_section_slogan_color',''),(482,117,'tpath_section_text_color',''),(483,117,'tpath_section_content_heading_color',''),(484,117,'tpath_section_bg_color',''),(485,117,'tpath_parallax_status','no'),(486,117,'tpath_parallax_bg_image',''),(487,117,'tpath_parallax_bg_repeat',''),(488,117,'tpath_parallax_bg_attachment',''),(489,117,'tpath_parallax_bg_postion',''),(490,117,'tpath_parallax_bg_size',''),(491,117,'tpath_parallax_bg_overlay','no'),(492,117,'tpath_overlay_pattern_status','no'),(493,117,'tpath_section_overlay_color',''),(494,117,'tpath_overlay_color_opacity','0'),(495,117,'tpath_parallax_additional_sections','Array'),(496,117,'tpath_parallax_additional_sections_order',''),(497,117,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(498,117,'_wpb_shortcodes_custom_css','.vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553352651{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1436464562165{background-color: #e6e6e6 !important;}.vc_custom_1436464594841{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433110871213{padding-left: 50px !important;}'),(499,117,'_oembed_af67770c00c87d50aacfc8b9f246d26f','{{unknown}}'),(500,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(501,129,'_wpb_shortcodes_custom_css','.vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436465063500{background-color: #e6e6e6 !important;}.vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}.vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1433112763803{margin-bottom: 30px !important;}.vc_custom_1433112788339{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433112805472{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433112820335{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436466931533{margin-top: 5px !important;}.vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433109886579{padding-left: 50px !important;}'),(502,129,'_wp_page_template','template-fullwidth.php'),(503,129,'_wpb_vc_js_status','true'),(504,129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(505,129,'slide_template','default'),(506,129,'tpath_theme_layout','default'),(507,129,'tpath_custom_logo_align','default'),(508,129,'tpath_show_page_title','no'),(509,129,'tpath_show_breadcrumbs','no'),(510,129,'tpath_page_header_image',''),(511,129,'tpath_primary_sidebar','0'),(512,129,'tpath_body_bg_image',''),(513,129,'tpath_body_bg_repeat','default'),(514,129,'tpath_body_bg_attachment','default'),(515,129,'tpath_body_bg_color',''),(516,129,'tpath_body_bg_full','0'),(517,129,'tpath_revslider_shortcode','[rev_slider homeslider]'),(518,129,'tpath_section_header_status','show'),(519,129,'tpath_section_title',''),(520,129,'tpath_section_slogan',''),(521,129,'tpath_section_padding_top',''),(522,129,'tpath_section_padding_bottom',''),(523,129,'tpath_section_header_padding',''),(524,129,'tpath_section_title_color',''),(525,129,'tpath_section_slogan_color',''),(526,129,'tpath_section_text_color',''),(527,129,'tpath_section_content_heading_color',''),(528,129,'tpath_section_bg_color',''),(529,129,'tpath_parallax_status','no'),(530,129,'tpath_parallax_bg_image',''),(531,129,'tpath_parallax_bg_repeat',''),(532,129,'tpath_parallax_bg_attachment',''),(533,129,'tpath_parallax_bg_postion',''),(534,129,'tpath_parallax_bg_size',''),(535,129,'tpath_parallax_bg_overlay','no'),(536,129,'tpath_overlay_pattern_status','no'),(537,129,'tpath_section_overlay_color',''),(538,129,'tpath_overlay_color_opacity','0'),(539,129,'tpath_parallax_additional_sections','Array'),(540,129,'tpath_parallax_additional_sections_order',''),(541,129,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(542,129,'_wpb_shortcodes_custom_css','.vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436465063500{background-color: #e6e6e6 !important;}.vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}.vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}.vc_custom_1433112763803{margin-bottom: 30px !important;}.vc_custom_1433112788339{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433112805472{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433112820335{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436466931533{margin-top: 5px !important;}.vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433109886579{padding-left: 50px !important;}'),(543,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(544,131,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(545,131,'_wp_page_template','template-fullwidth.php'),(546,131,'_wpb_vc_js_status','true'),(547,131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(548,131,'slide_template','default'),(549,131,'tpath_theme_layout','default'),(550,131,'tpath_custom_logo_align','default'),(551,131,'tpath_show_page_title','yes'),(552,131,'tpath_show_breadcrumbs','yes'),(553,131,'tpath_page_header_image','http://daviddelk.net/band/wp-content/uploads/2017/04/about-us.png'),(554,131,'tpath_primary_sidebar','0'),(555,131,'tpath_body_bg_image',''),(556,131,'tpath_body_bg_repeat','default'),(557,131,'tpath_body_bg_attachment','default'),(558,131,'tpath_body_bg_color',''),(559,131,'tpath_body_bg_full','0'),(560,131,'tpath_revslider_shortcode',''),(561,131,'tpath_section_header_status','show'),(562,131,'tpath_section_title',''),(563,131,'tpath_section_slogan',''),(564,131,'tpath_section_padding_top',''),(565,131,'tpath_section_padding_bottom',''),(566,131,'tpath_section_header_padding',''),(567,131,'tpath_section_title_color',''),(568,131,'tpath_section_slogan_color',''),(569,131,'tpath_section_text_color',''),(570,131,'tpath_section_content_heading_color',''),(571,131,'tpath_section_bg_color',''),(572,131,'tpath_parallax_status','no'),(573,131,'tpath_parallax_bg_image',''),(574,131,'tpath_parallax_bg_repeat',''),(575,131,'tpath_parallax_bg_attachment',''),(576,131,'tpath_parallax_bg_postion',''),(577,131,'tpath_parallax_bg_size',''),(578,131,'tpath_parallax_bg_overlay','no'),(579,131,'tpath_overlay_pattern_status','no'),(580,131,'tpath_section_overlay_color',''),(581,131,'tpath_overlay_color_opacity','0'),(582,131,'tpath_parallax_additional_sections','Array'),(583,131,'tpath_parallax_additional_sections_order',''),(584,131,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(585,131,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(586,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(587,210,'_wpb_shortcodes_custom_css','.vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433110706750{padding-bottom: 15px !important;}'),(588,210,'_wp_page_template','template-fullwidth.php'),(589,210,'_wpb_vc_js_status','true'),(590,210,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(591,210,'slide_template','default'),(592,210,'tpath_theme_layout','default'),(593,210,'tpath_custom_logo_align','default'),(594,210,'tpath_show_page_title','yes'),(595,210,'tpath_show_breadcrumbs','yes'),(596,210,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(597,210,'tpath_primary_sidebar','0'),(598,210,'tpath_body_bg_image',''),(599,210,'tpath_body_bg_repeat','default'),(600,210,'tpath_body_bg_attachment','default'),(601,210,'tpath_body_bg_color',''),(602,210,'tpath_body_bg_full','0'),(603,210,'tpath_revslider_shortcode',''),(604,210,'tpath_section_header_status','show'),(605,210,'tpath_section_title',''),(606,210,'tpath_section_slogan',''),(607,210,'tpath_section_padding_top',''),(608,210,'tpath_section_padding_bottom',''),(609,210,'tpath_section_header_padding',''),(610,210,'tpath_section_title_color',''),(611,210,'tpath_section_slogan_color',''),(612,210,'tpath_section_text_color',''),(613,210,'tpath_section_content_heading_color',''),(614,210,'tpath_section_bg_color',''),(615,210,'tpath_parallax_status','no'),(616,210,'tpath_parallax_bg_image',''),(617,210,'tpath_parallax_bg_repeat',''),(618,210,'tpath_parallax_bg_attachment',''),(619,210,'tpath_parallax_bg_postion',''),(620,210,'tpath_parallax_bg_size',''),(621,210,'tpath_parallax_bg_overlay','no'),(622,210,'tpath_overlay_pattern_status','no'),(623,210,'tpath_section_overlay_color',''),(624,210,'tpath_overlay_color_opacity','0'),(625,210,'tpath_parallax_additional_sections','Array'),(626,210,'tpath_parallax_additional_sections_order',''),(627,210,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(628,210,'_wpb_shortcodes_custom_css','.vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433110706750{padding-bottom: 15px !important;}'),(666,220,'tpath_section_overlay_color',''),(667,220,'tpath_overlay_color_opacity','0'),(668,220,'tpath_parallax_additional_sections','Array'),(669,220,'tpath_parallax_additional_sections_order',''),(670,220,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(672,238,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(673,238,'_wpb_shortcodes_custom_css','.vc_custom_1436467316231{background-color: #e6e6e6 !important;}.vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}.vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436467925138{padding-top: 30px !important;}.vc_custom_1436467502975{background-color: #e6e6e6 !important;}.vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109706627{margin-bottom: 30px !important;}.vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436467415537{margin-top: 5px !important;}.vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433111902201{padding-left: 50px !important;}'),(674,238,'_wp_page_template','template-fullwidth.php'),(675,238,'_wpb_vc_js_status','true'),(676,238,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(677,238,'slide_template',''),(678,238,'tpath_theme_layout','default'),(679,238,'tpath_custom_logo_align','default'),(680,238,'tpath_show_page_title','yes'),(681,238,'tpath_show_breadcrumbs','yes'),(682,238,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(683,238,'tpath_primary_sidebar','0'),(684,238,'tpath_body_bg_image',''),(685,238,'tpath_body_bg_repeat','default'),(686,238,'tpath_body_bg_attachment','default'),(687,238,'tpath_body_bg_color',''),(688,238,'tpath_body_bg_full','0'),(689,238,'tpath_revslider_shortcode',''),(690,238,'tpath_section_header_status','show'),(691,238,'tpath_section_title',''),(692,238,'tpath_section_slogan',''),(693,238,'tpath_section_padding_top',''),(694,238,'tpath_section_padding_bottom',''),(695,238,'tpath_section_header_padding',''),(696,238,'tpath_section_title_color',''),(697,238,'tpath_section_slogan_color',''),(698,238,'tpath_section_text_color',''),(699,238,'tpath_section_content_heading_color',''),(700,238,'tpath_section_bg_color',''),(701,238,'tpath_parallax_status','no'),(702,238,'tpath_parallax_bg_image',''),(703,238,'tpath_parallax_bg_repeat',''),(704,238,'tpath_parallax_bg_attachment',''),(705,238,'tpath_parallax_bg_postion',''),(706,238,'tpath_parallax_bg_size',''),(707,238,'tpath_parallax_bg_overlay','no'),(708,238,'tpath_overlay_pattern_status','no'),(709,238,'tpath_section_overlay_color',''),(710,238,'tpath_overlay_color_opacity','0'),(711,238,'tpath_parallax_additional_sections','Array'),(712,238,'tpath_parallax_additional_sections_order',''),(713,238,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(714,238,'_wpb_shortcodes_custom_css','.vc_custom_1436467316231{background-color: #e6e6e6 !important;}.vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}.vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436467925138{padding-top: 30px !important;}.vc_custom_1436467502975{background-color: #e6e6e6 !important;}.vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}.vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1433109706627{margin-bottom: 30px !important;}.vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}.vc_custom_1436467415537{margin-top: 5px !important;}.vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}.vc_custom_1433111902201{padding-left: 50px !important;}'),(877,342,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(878,342,'_wp_page_template','default'),(879,342,'_wpb_vc_js_status','true'),(880,342,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(881,342,'slide_template','default'),(882,342,'tpath_theme_layout','default'),(883,342,'tpath_custom_logo_align','default'),(884,342,'tpath_show_page_title','yes'),(885,342,'tpath_show_breadcrumbs','yes'),(886,342,'tpath_page_header_image','http://daviddelk.net/band/wp-content/uploads/2017/04/about-us.png'),(887,342,'tpath_primary_sidebar','0'),(888,342,'tpath_body_bg_image',''),(889,342,'tpath_body_bg_repeat','default'),(890,342,'tpath_body_bg_attachment','default'),(891,342,'tpath_body_bg_color',''),(892,342,'tpath_body_bg_full','0'),(893,342,'tpath_revslider_shortcode',''),(894,342,'tpath_section_header_status','show'),(895,342,'tpath_section_title',''),(896,342,'tpath_section_slogan',''),(897,342,'tpath_section_padding_top',''),(898,342,'tpath_section_padding_bottom',''),(899,342,'tpath_section_header_padding',''),(900,342,'tpath_section_title_color',''),(901,342,'tpath_section_slogan_color',''),(902,342,'tpath_section_text_color',''),(903,342,'tpath_section_content_heading_color',''),(904,342,'tpath_section_bg_color',''),(905,342,'tpath_parallax_status','no'),(906,342,'tpath_parallax_bg_image',''),(907,342,'tpath_parallax_bg_repeat',''),(908,342,'tpath_parallax_bg_attachment',''),(909,342,'tpath_parallax_bg_postion',''),(910,342,'tpath_parallax_bg_size',''),(911,342,'tpath_parallax_bg_overlay','no'),(912,342,'tpath_overlay_pattern_status','no'),(913,342,'tpath_section_overlay_color',''),(914,342,'tpath_overlay_color_opacity','0'),(915,342,'tpath_parallax_additional_sections','Array'),(916,342,'tpath_parallax_additional_sections_order',''),(917,342,'vc_teaser','a:2:{s:4:\"data\";s:82:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(918,342,'tpath_layout','one-col'),(937,513,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(938,513,'_wpb_shortcodes_custom_css','.vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(939,513,'_wp_page_template','template-fullwidth.php'),(940,513,'_wpb_vc_js_status','true'),(941,513,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(942,513,'slide_template',''),(943,513,'tpath_theme_layout','default'),(944,513,'tpath_custom_logo_align','default'),(945,513,'tpath_show_page_title','yes'),(946,513,'tpath_show_breadcrumbs','yes'),(947,513,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/services-header-bg.jpg'),(948,513,'tpath_primary_sidebar','0'),(949,513,'tpath_body_bg_image',''),(950,513,'tpath_body_bg_repeat','default'),(951,513,'tpath_body_bg_attachment','default'),(952,513,'tpath_body_bg_color',''),(953,513,'tpath_body_bg_full','0'),(954,513,'tpath_revslider_shortcode',''),(955,513,'tpath_section_header_status','show'),(956,513,'tpath_section_title',''),(957,513,'tpath_section_slogan',''),(958,513,'tpath_section_padding_top',''),(959,513,'tpath_section_padding_bottom',''),(960,513,'tpath_section_header_padding',''),(961,513,'tpath_section_title_color',''),(962,513,'tpath_section_slogan_color',''),(963,513,'tpath_section_text_color',''),(964,513,'tpath_section_content_heading_color',''),(965,513,'tpath_section_bg_color',''),(966,513,'tpath_parallax_status','no'),(967,513,'tpath_parallax_bg_image',''),(968,513,'tpath_parallax_bg_repeat',''),(969,513,'tpath_parallax_bg_attachment',''),(970,513,'tpath_parallax_bg_postion',''),(971,513,'tpath_parallax_bg_size',''),(972,513,'tpath_parallax_bg_overlay','no'),(973,513,'tpath_overlay_pattern_status','no'),(974,513,'tpath_section_overlay_color',''),(975,513,'tpath_overlay_color_opacity','0'),(976,513,'tpath_parallax_additional_sections','Array'),(977,513,'tpath_parallax_additional_sections_order',''),(978,513,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(979,513,'_wpb_shortcodes_custom_css','.vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),(980,664,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(981,664,'rtb','a:6:{s:5:\"party\";i:2;s:5:\"email\";s:19:\"sandi2811@gmail.com\";s:5:\"phone\";s:9:\"012346789\";s:15:\"date_submission\";i:1433967589;s:11:\"preferences\";s:9:\"test test\";s:4:\"type\";i:637;}'),(982,664,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(983,664,'rtb','a:6:{s:5:\"party\";i:2;s:5:\"email\";s:19:\"sandi2811@gmail.com\";s:5:\"phone\";s:9:\"012346789\";s:15:\"date_submission\";i:1433968752;s:11:\"preferences\";s:9:\"test test\";s:4:\"type\";i:637;}'),(1049,664,'rtb','a:6:{s:5:\"party\";i:2;s:5:\"email\";s:19:\"sandi2811@gmail.com\";s:5:\"phone\";s:9:\"012346789\";s:15:\"date_submission\";i:1433969072;s:11:\"preferences\";s:9:\"test test\";s:4:\"type\";i:637;}'),(1050,664,'rtb','a:6:{s:5:\"party\";i:2;s:5:\"email\";s:19:\"sandi2811@gmail.com\";s:5:\"phone\";s:9:\"012346789\";s:15:\"date_submission\";i:1433969173;s:11:\"preferences\";s:9:\"test test\";s:4:\"type\";i:637;}'),(1051,664,'rtb','a:6:{s:5:\"party\";i:2;s:5:\"email\";s:19:\"sandi2811@gmail.com\";s:5:\"phone\";s:9:\"012346789\";s:15:\"date_submission\";i:1433969257;s:11:\"preferences\";s:9:\"test test\";s:4:\"type\";i:637;}'),(1052,678,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1053,678,'rtb','a:6:{s:5:\"party\";i:3;s:5:\"email\";s:18:\"27john90@gmail.com\";s:5:\"phone\";s:10:\"2266666419\";s:15:\"date_submission\";i:1435453105;s:11:\"preferences\";s:0:\"\";s:4:\"type\";i:643;}'),(1054,679,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1055,679,'rtb','a:6:{s:5:\"party\";i:5;s:5:\"email\";s:15:\"email@email.com\";s:5:\"phone\";s:5:\"phone\";s:15:\"date_submission\";i:1435591421;s:11:\"preferences\";s:0:\"\";s:4:\"type\";i:634;}'),(1056,680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1057,680,'rtb','a:6:{s:5:\"party\";i:3;s:5:\"email\";s:19:\"yousefkat@gmail.com\";s:5:\"phone\";s:13:\"+971555994544\";s:15:\"date_submission\";i:1435657207;s:11:\"preferences\";s:0:\"\";s:4:\"type\";i:634;}'),(1127,629,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1128,629,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1129,629,'slide_template','default'),(1130,629,'tpath_location','Shop 2, 31 Challis Ave Potts Point, Sydney'),(1131,629,'tpath_city','New South Wales'),(1132,629,'tpath_zip','2011'),(1133,629,'tpath_delivery','yes'),(1135,634,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1137,634,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1138,634,'slide_template','default'),(1139,634,'tpath_location','Hyatt Centre | 20 Terrace Road, Perth, Western Australia 6004, Australia'),(1140,634,'tpath_city','Western Australia'),(1141,634,'tpath_zip','6004'),(1142,634,'tpath_delivery','yes'),(1143,635,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1145,635,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1146,635,'slide_template','default'),(1147,635,'tpath_location','37 Ultimo Rd, Entrance on Thomas Lane, Sydney, New South Wales 2000, Australia'),(1148,635,'tpath_city','New South Wales'),(1149,635,'tpath_zip','2000'),(1150,635,'tpath_delivery','yes'),(1151,637,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1153,637,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1154,637,'slide_template','default'),(1155,637,'tpath_location','84 Galah Street, Longreach, Queensland 4730, Australia'),(1156,637,'tpath_city','Queensland'),(1157,637,'tpath_zip','4730'),(1158,637,'tpath_delivery','yes'),(1159,640,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1161,640,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1162,640,'slide_template','default'),(1163,640,'tpath_location','19 Liverpool Street, Melbourne, Victoria 3000, Australia'),(1164,640,'tpath_city','Victoria'),(1165,640,'tpath_zip','3000'),(1166,640,'tpath_delivery','yes'),(1167,642,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1169,642,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1170,642,'slide_template','default'),(1171,642,'tpath_location','41 Oxford Street | On the Hyde Park, Sydney, Australia'),(1172,642,'tpath_city','New South Wales'),(1173,642,'tpath_zip','2010'),(1174,642,'tpath_delivery','yes'),(1175,643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1177,643,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1178,643,'slide_template','default'),(1179,643,'tpath_location','Shop 1, 74-80 Ivy Street | Chippendale-Darlington, Australia'),(1180,643,'tpath_city','Sydney'),(1181,643,'tpath_zip','2008'),(1182,643,'tpath_delivery','yes'),(1183,646,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1185,646,'_vc_post_settings','a:1:{s:7:\"vc_grid\";a:0:{}}'),(1186,646,'slide_template','default'),(1187,646,'tpath_location','2 Market Street, Sydney, New South Wales 2000, Australia'),(1188,646,'tpath_city','New South Wales'),(1189,646,'tpath_zip','2000'),(1190,646,'tpath_delivery','yes'),(1393,2,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1394,728,'_wp_attached_file','2017/04/bigband-logo.png'),(1395,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:844;s:6:\"height\";i:845;s:4:\"file\";s:24:\"2017/04/bigband-logo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bigband-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"bigband-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"bigband-logo-768x769.png\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"bigband-logo-844x490.png\";s:5:\"width\";i:844;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"bigband-logo-560x498.png\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"bigband-logo-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"bigband-logo-700x470.png\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"bigband-logo-580x585.png\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1396,729,'_wp_attached_file','2017/04/bigbandlnote.png'),(1397,729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:290;s:4:\"file\";s:24:\"2017/04/bigbandlnote.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"bigbandlnote-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1398,730,'_wp_attached_file','2017/04/bigbandlnote-1.png'),(1399,730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:290;s:4:\"file\";s:26:\"2017/04/bigbandlnote-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bigbandlnote-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1400,731,'_wp_attached_file','2017/04/note-favicon.png'),(1401,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:24:\"2017/04/note-favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1404,6,'_edit_last','1'),(1405,6,'_edit_lock','1491509667:1'),(1409,736,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1410,736,'_wpb_shortcodes_custom_css','.vc_custom_1436465063500{background-color: #e6e6e6 !important;}.vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}.vc_custom_1492958995495{background-color: #1c0902 !important;}.vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}.vc_custom_1433112763803{margin-bottom: 30px !important;}.vc_custom_1493265755481{padding-top: 20px !important;}.vc_custom_1433109886579{padding-left: 50px !important;}.vc_custom_1492399200659{padding-left: 50px !important;}.vc_custom_1492399674642{padding-left: 50px !important;}.vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}'),(1411,736,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1412,736,'_wpb_shortcodes_custom_css','.vc_custom_1436465063500{background-color: #e6e6e6 !important;}.vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}.vc_custom_1492958995495{background-color: #1c0902 !important;}.vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}.vc_custom_1433112763803{margin-bottom: 30px !important;}.vc_custom_1493265755481{padding-top: 20px !important;}.vc_custom_1433109886579{padding-left: 50px !important;}.vc_custom_1492399200659{padding-left: 50px !important;}.vc_custom_1492399674642{padding-left: 50px !important;}.vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}'),(1413,736,'_wp_page_template','template-fullwidth.php'),(1414,736,'_wpb_vc_js_status','true'),(1415,736,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1416,736,'slide_template','default'),(1417,736,'tpath_theme_layout','default'),(1418,736,'tpath_custom_logo_align','default'),(1419,736,'tpath_show_page_title','no'),(1420,736,'tpath_show_breadcrumbs','no'),(1421,736,'tpath_page_header_image',''),(1422,736,'tpath_primary_sidebar','0'),(1423,736,'tpath_body_bg_image',''),(1424,736,'tpath_body_bg_repeat','default'),(1425,736,'tpath_body_bg_attachment','default'),(1426,736,'tpath_body_bg_color',''),(1427,736,'tpath_body_bg_full','0'),(1428,736,'tpath_revslider_shortcode','[rev_slider homeslider]'),(1429,736,'tpath_section_header_status','show'),(1430,736,'tpath_section_title',''),(1431,736,'tpath_section_slogan',''),(1432,736,'tpath_section_padding_top',''),(1433,736,'tpath_section_padding_bottom',''),(1434,736,'tpath_section_header_padding',''),(1435,736,'tpath_section_title_color',''),(1436,736,'tpath_section_slogan_color',''),(1437,736,'tpath_section_text_color',''),(1438,736,'tpath_section_content_heading_color',''),(1439,736,'tpath_section_bg_color',''),(1440,736,'tpath_parallax_status','no'),(1441,736,'tpath_parallax_bg_image',''),(1442,736,'tpath_parallax_bg_repeat',''),(1443,736,'tpath_parallax_bg_attachment',''),(1444,736,'tpath_parallax_bg_postion',''),(1445,736,'tpath_parallax_bg_size',''),(1446,736,'tpath_parallax_bg_overlay','no'),(1447,736,'tpath_overlay_pattern_status','no'),(1448,736,'tpath_section_overlay_color',''),(1449,736,'tpath_overlay_color_opacity','0'),(1450,736,'tpath_parallax_additional_sections','Array'),(1451,736,'tpath_parallax_additional_sections_order',''),(1452,736,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1453,736,'_wpb_shortcodes_custom_css','.vc_custom_1436465063500{background-color: #e6e6e6 !important;}.vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}.vc_custom_1492958995495{background-color: #1c0902 !important;}.vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}.vc_custom_1433112763803{margin-bottom: 30px !important;}.vc_custom_1493265755481{padding-top: 20px !important;}.vc_custom_1433109886579{padding-left: 50px !important;}.vc_custom_1492399200659{padding-left: 50px !important;}.vc_custom_1492399674642{padding-left: 50px !important;}.vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}'),(1474,736,'_edit_last','1'),(1475,736,'_edit_lock','1496033682:1'),(1476,738,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1477,738,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1478,738,'_wp_page_template','default'),(1479,738,'_wpb_vc_js_status','false'),(1480,738,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1481,738,'slide_template','default'),(1482,738,'tpath_theme_layout','default'),(1483,738,'tpath_custom_logo_align','default'),(1484,738,'tpath_show_page_title','yes'),(1485,738,'tpath_show_breadcrumbs','yes'),(1486,738,'tpath_page_header_image',''),(1487,738,'tpath_primary_sidebar','0'),(1488,738,'tpath_body_bg_image',''),(1489,738,'tpath_body_bg_repeat','default'),(1490,738,'tpath_body_bg_attachment','default'),(1491,738,'tpath_body_bg_color',''),(1492,738,'tpath_body_bg_full','0'),(1493,738,'tpath_revslider_shortcode',''),(1494,738,'tpath_section_header_status','show'),(1495,738,'tpath_section_title',''),(1496,738,'tpath_section_slogan',''),(1497,738,'tpath_section_padding_top',''),(1498,738,'tpath_section_padding_bottom',''),(1499,738,'tpath_section_header_padding',''),(1500,738,'tpath_section_title_color',''),(1501,738,'tpath_section_slogan_color',''),(1502,738,'tpath_section_text_color',''),(1503,738,'tpath_section_content_heading_color',''),(1504,738,'tpath_section_bg_color',''),(1505,738,'tpath_parallax_status','no'),(1506,738,'tpath_parallax_bg_image',''),(1507,738,'tpath_parallax_bg_repeat',''),(1508,738,'tpath_parallax_bg_attachment',''),(1509,738,'tpath_parallax_bg_postion',''),(1510,738,'tpath_parallax_bg_size',''),(1511,738,'tpath_parallax_bg_overlay','no'),(1512,738,'tpath_overlay_pattern_status','no'),(1513,738,'tpath_section_overlay_color',''),(1514,738,'tpath_overlay_color_opacity','0'),(1515,738,'tpath_parallax_additional_sections','Array'),(1516,738,'tpath_parallax_additional_sections_order',''),(1517,738,'vc_teaser','a:2:{s:4:\"data\";s:82:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1518,738,'tpath_layout','two-col-right'),(1540,342,'_edit_last','1'),(1541,342,'_edit_lock','1496199610:1'),(1542,740,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1543,740,'_menu_item_type','post_type'),(1544,740,'_menu_item_menu_item_parent','0'),(1545,740,'_menu_item_object_id','736'),(1546,740,'_menu_item_object','page'),(1547,740,'_menu_item_target',''),(1548,740,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1549,740,'_menu_item_xfn',''),(1550,740,'_menu_item_url',''),(1552,740,'_menu_item_tpath_megamenu_menutype','page'),(1553,740,'_menu_item_tpath_megamenu_status',''),(1554,740,'_menu_item_tpath_megamenu_columns','auto'),(1555,740,'_menu_item_tpath_megamenu_title',''),(1556,740,'_menu_item_tpath_megamenu_link',''),(1557,740,'_menu_item_tpath_megamenu_content',''),(1558,740,'_menu_item_tpath_megamenu_icon',''),(1592,736,'_yoast_wpseo_content_score','60'),(1593,751,'_wp_attached_file','2017/04/IMG_0710-e1491521161568.jpg'),(1594,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1860;s:6:\"height\";i:1332;s:4:\"file\";s:35:\"2017/04/IMG_0710-e1491521161568.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0710-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0710-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0710-768x550.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0710-1024x733.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_0710-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_0710-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_0710-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_0710-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_0710-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D60\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1258577676\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1595,751,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3003;s:6:\"height\";i:2151;s:4:\"file\";s:12:\"IMG_0710.jpg\";}}'),(1602,753,'_wp_attached_file','2017/04/abcd.jpg'),(1603,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1464;s:6:\"height\";i:819;s:4:\"file\";s:16:\"2017/04/abcd.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"abcd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"abcd-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"abcd-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"abcd-1024x573.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"abcd-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:16:\"abcd-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:16:\"abcd-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:16:\"abcd-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:16:\"abcd-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1489207459\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1604,754,'_wp_attached_file','2017/04/IMG_6425-e1491522412249.jpg'),(1605,754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1860;s:6:\"height\";i:1395;s:4:\"file\";s:35:\"2017/04/IMG_6425-e1491522412249.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6425-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6425-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6425-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_6425-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_6425-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_6425-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_6425-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_6425-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_6425-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:23:\"Canon PowerShot SX30 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479374789\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1606,754,'_edit_lock','1491522428:1'),(1607,754,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:12:\"IMG_6425.jpg\";}}'),(1608,754,'_edit_last','1'),(1609,754,'_yoast_wpseo_content_score','30'),(1610,755,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1611,755,'_wpb_shortcodes_custom_css','.vc_custom_1492799372921{background-color: #000000 !important;}.vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}.vc_custom_1492401089923{margin-top: 20px !important;}.vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}'),(1612,755,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1613,755,'_wpb_shortcodes_custom_css','.vc_custom_1492799372921{background-color: #000000 !important;}.vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}.vc_custom_1492401089923{margin-top: 20px !important;}.vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}'),(1614,755,'_wp_page_template','template-fullwidth.php'),(1615,755,'_wpb_vc_js_status','true'),(1616,755,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1617,755,'slide_template','default'),(1618,755,'tpath_theme_layout','default'),(1619,755,'tpath_custom_logo_align','default'),(1620,755,'tpath_show_page_title','yes'),(1621,755,'tpath_show_breadcrumbs','yes'),(1623,755,'tpath_primary_sidebar','0'),(1624,755,'tpath_body_bg_image',''),(1625,755,'tpath_body_bg_repeat','default'),(1626,755,'tpath_body_bg_attachment','default'),(1627,755,'tpath_body_bg_color',''),(1628,755,'tpath_body_bg_full','0'),(1629,755,'tpath_revslider_shortcode',''),(1630,755,'tpath_section_header_status','show'),(1631,755,'tpath_section_title',''),(1632,755,'tpath_section_slogan',''),(1633,755,'tpath_section_padding_top',''),(1634,755,'tpath_section_padding_bottom',''),(1635,755,'tpath_section_header_padding',''),(1636,755,'tpath_section_title_color',''),(1637,755,'tpath_section_slogan_color',''),(1638,755,'tpath_section_text_color',''),(1639,755,'tpath_section_content_heading_color',''),(1640,755,'tpath_section_bg_color',''),(1641,755,'tpath_parallax_status','no'),(1642,755,'tpath_parallax_bg_image',''),(1643,755,'tpath_parallax_bg_repeat',''),(1644,755,'tpath_parallax_bg_attachment',''),(1645,755,'tpath_parallax_bg_postion',''),(1646,755,'tpath_parallax_bg_size',''),(1647,755,'tpath_parallax_bg_overlay','no'),(1648,755,'tpath_overlay_pattern_status','no'),(1649,755,'tpath_section_overlay_color',''),(1650,755,'tpath_overlay_color_opacity','0'),(1651,755,'tpath_parallax_additional_sections','Array'),(1652,755,'tpath_parallax_additional_sections_order',''),(1653,755,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1654,755,'_wpb_shortcodes_custom_css','.vc_custom_1492799372921{background-color: #000000 !important;}.vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}.vc_custom_1492401089923{margin-top: 20px !important;}.vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}'),(1675,59,'_edit_last','1'),(1676,59,'_edit_lock','1491524944:1'),(1677,755,'_edit_last','1'),(1678,755,'_edit_lock','1496457636:1'),(1679,220,'_edit_lock','1492404757:1'),(1680,758,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1681,758,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(1682,758,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1683,758,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(1684,758,'_wp_page_template','template-fullwidth.php'),(1685,758,'_wpb_vc_js_status','true'),(1686,758,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1687,758,'slide_template',''),(1688,758,'tpath_theme_layout','default'),(1689,758,'tpath_custom_logo_align','default'),(1690,758,'tpath_show_page_title','yes'),(1691,758,'tpath_show_breadcrumbs','yes'),(1692,758,'tpath_page_header_image','http://themexlab.com/buffalo/wp-content/uploads/2015/05/contact_heading_bg.jpg'),(1693,758,'tpath_primary_sidebar','0'),(1694,758,'tpath_body_bg_image',''),(1695,758,'tpath_body_bg_repeat','default'),(1696,758,'tpath_body_bg_attachment','default'),(1697,758,'tpath_body_bg_color',''),(1698,758,'tpath_body_bg_full','0'),(1699,758,'tpath_revslider_shortcode',''),(1700,758,'tpath_section_header_status','show'),(1701,758,'tpath_section_title',''),(1702,758,'tpath_section_slogan',''),(1703,758,'tpath_section_padding_top',''),(1704,758,'tpath_section_padding_bottom',''),(1705,758,'tpath_section_header_padding',''),(1706,758,'tpath_section_title_color',''),(1707,758,'tpath_section_slogan_color',''),(1708,758,'tpath_section_text_color',''),(1709,758,'tpath_section_content_heading_color',''),(1710,758,'tpath_section_bg_color',''),(1711,758,'tpath_parallax_status','no'),(1712,758,'tpath_parallax_bg_image',''),(1713,758,'tpath_parallax_bg_repeat',''),(1714,758,'tpath_parallax_bg_attachment',''),(1715,758,'tpath_parallax_bg_postion',''),(1716,758,'tpath_parallax_bg_size',''),(1717,758,'tpath_parallax_bg_overlay','no'),(1718,758,'tpath_overlay_pattern_status','no'),(1719,758,'tpath_section_overlay_color',''),(1720,758,'tpath_overlay_color_opacity','0'),(1721,758,'tpath_parallax_additional_sections','Array'),(1722,758,'tpath_parallax_additional_sections_order',''),(1723,758,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1724,758,'_wpb_shortcodes_custom_css','.vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}'),(1745,758,'_edit_last','1'),(1746,758,'_edit_lock','1492479084:1'),(1747,131,'_edit_last','1'),(1748,131,'_edit_lock','1493175360:1'),(1749,238,'_edit_last','1'),(1750,238,'_edit_lock','1491525543:1'),(1751,762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1753,762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1755,762,'_wp_page_template','template-fullwidth.php'),(1756,762,'_wpb_vc_js_status','true'),(1757,762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1758,762,'slide_template','default'),(1759,762,'tpath_theme_layout','default'),(1760,762,'tpath_custom_logo_align','default'),(1761,762,'tpath_show_page_title','yes'),(1762,762,'tpath_show_breadcrumbs','yes'),(1763,762,'tpath_page_header_image','http://daviddelk.net/band/wp-content/uploads/2017/04/about-us.png'),(1764,762,'tpath_primary_sidebar','0'),(1765,762,'tpath_body_bg_image',''),(1766,762,'tpath_body_bg_repeat','default'),(1767,762,'tpath_body_bg_attachment','default'),(1768,762,'tpath_body_bg_color',''),(1769,762,'tpath_body_bg_full','0'),(1770,762,'tpath_revslider_shortcode',''),(1771,762,'tpath_section_header_status','show'),(1772,762,'tpath_section_title',''),(1773,762,'tpath_section_slogan',''),(1774,762,'tpath_section_padding_top',''),(1775,762,'tpath_section_padding_bottom',''),(1776,762,'tpath_section_header_padding',''),(1777,762,'tpath_section_title_color',''),(1778,762,'tpath_section_slogan_color',''),(1779,762,'tpath_section_text_color',''),(1780,762,'tpath_section_content_heading_color',''),(1781,762,'tpath_section_bg_color',''),(1782,762,'tpath_parallax_status','no'),(1783,762,'tpath_parallax_bg_image',''),(1784,762,'tpath_parallax_bg_repeat',''),(1785,762,'tpath_parallax_bg_attachment',''),(1786,762,'tpath_parallax_bg_postion',''),(1787,762,'tpath_parallax_bg_size',''),(1788,762,'tpath_parallax_bg_overlay','no'),(1789,762,'tpath_overlay_pattern_status','no'),(1790,762,'tpath_section_overlay_color',''),(1791,762,'tpath_overlay_color_opacity','0'),(1792,762,'tpath_parallax_additional_sections','Array'),(1793,762,'tpath_parallax_additional_sections_order',''),(1794,762,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1816,513,'_edit_last','1'),(1817,513,'_edit_lock','1491525587:1'),(1818,762,'_edit_last','1'),(1819,762,'_edit_lock','1493097822:1'),(1820,765,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1821,765,'_menu_item_type','post_type'),(1822,765,'_menu_item_menu_item_parent','0'),(1823,765,'_menu_item_object_id','755'),(1824,765,'_menu_item_object','page'),(1825,765,'_menu_item_target',''),(1826,765,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1827,765,'_menu_item_xfn',''),(1828,765,'_menu_item_url',''),(1830,765,'_menu_item_tpath_megamenu_menutype','page'),(1831,765,'_menu_item_tpath_megamenu_status','enabled'),(1832,765,'_menu_item_tpath_megamenu_columns','auto'),(1833,765,'_menu_item_tpath_megamenu_title',''),(1834,765,'_menu_item_tpath_megamenu_link',''),(1835,765,'_menu_item_tpath_megamenu_content',''),(1836,765,'_menu_item_tpath_megamenu_icon',''),(1837,766,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1838,766,'_menu_item_type','post_type'),(1839,766,'_menu_item_menu_item_parent','0'),(1840,766,'_menu_item_object_id','131'),(1841,766,'_menu_item_object','page'),(1842,766,'_menu_item_target',''),(1843,766,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1844,766,'_menu_item_xfn',''),(1845,766,'_menu_item_url',''),(1847,766,'_menu_item_tpath_megamenu_menutype','page'),(1848,766,'_menu_item_tpath_megamenu_status',''),(1849,766,'_menu_item_tpath_megamenu_columns','auto'),(1850,766,'_menu_item_tpath_megamenu_title',''),(1851,766,'_menu_item_tpath_megamenu_link',''),(1852,766,'_menu_item_tpath_megamenu_content',''),(1853,766,'_menu_item_tpath_megamenu_icon',''),(1854,767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1855,767,'_menu_item_type','post_type'),(1856,767,'_menu_item_menu_item_parent','0'),(1857,767,'_menu_item_object_id','762'),(1858,767,'_menu_item_object','page'),(1859,767,'_menu_item_target',''),(1860,767,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1861,767,'_menu_item_xfn',''),(1862,767,'_menu_item_url',''),(1864,767,'_menu_item_tpath_megamenu_menutype','page'),(1865,767,'_menu_item_tpath_megamenu_status',''),(1866,767,'_menu_item_tpath_megamenu_columns','auto'),(1867,767,'_menu_item_tpath_megamenu_title',''),(1868,767,'_menu_item_tpath_megamenu_link',''),(1869,767,'_menu_item_tpath_megamenu_content',''),(1870,767,'_menu_item_tpath_megamenu_icon',''),(1888,769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1889,769,'_menu_item_type','post_type'),(1890,769,'_menu_item_menu_item_parent','0'),(1891,769,'_menu_item_object_id','342'),(1892,769,'_menu_item_object','page'),(1893,769,'_menu_item_target',''),(1894,769,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1895,769,'_menu_item_xfn',''),(1896,769,'_menu_item_url',''),(1898,769,'_menu_item_tpath_megamenu_menutype','page'),(1899,769,'_menu_item_tpath_megamenu_status',''),(1900,769,'_menu_item_tpath_megamenu_columns','auto'),(1901,769,'_menu_item_tpath_megamenu_title',''),(1902,769,'_menu_item_tpath_megamenu_link',''),(1903,769,'_menu_item_tpath_megamenu_content',''),(1904,769,'_menu_item_tpath_megamenu_icon',''),(1905,770,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1906,770,'_menu_item_type','custom'),(1907,770,'_menu_item_menu_item_parent','0'),(1908,770,'_menu_item_object_id','770'),(1909,770,'_menu_item_object','custom'),(1910,770,'_menu_item_target',''),(1911,770,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1912,770,'_menu_item_xfn',''),(1913,770,'_menu_item_url','http://daviddelk.net/band/events/'),(1915,770,'_menu_item_tpath_megamenu_menutype','page'),(1916,770,'_menu_item_tpath_megamenu_status',''),(1917,770,'_menu_item_tpath_megamenu_columns','auto'),(1918,770,'_menu_item_tpath_megamenu_title',''),(1919,770,'_menu_item_tpath_megamenu_link',''),(1920,770,'_menu_item_tpath_megamenu_content',''),(1921,770,'_menu_item_tpath_megamenu_icon',''),(1927,776,'_wp_attached_file','2017/04/JazzBlues_2017_logo-e1491536328751.jpg'),(1928,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:576;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2017/04/JazzBlues_2017_logo-e1491536328751.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"JazzBlues_2017_logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"JazzBlues_2017_logo-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"JazzBlues_2017_logo-700x490.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:31:\"JazzBlues_2017_logo-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:31:\"JazzBlues_2017_logo-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:31:\"JazzBlues_2017_logo-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:31:\"JazzBlues_2017_logo-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1929,776,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:608;s:4:\"file\";s:23:\"JazzBlues_2017_logo.jpg\";}}'),(1960,778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1961,778,'_VenueOrigin','events-calendar'),(1962,778,'_EventShowMapLink','1'),(1963,778,'_EventShowMap','1'),(1964,778,'_VenueAddress',''),(1965,778,'_VenueCity',''),(1966,778,'_VenueCountry',''),(1967,778,'_VenueProvince',''),(1968,778,'_VenueState',''),(1969,778,'_VenueZip',''),(1970,778,'_VenuePhone',''),(1971,778,'_VenueURL',''),(1972,778,'_VenueShowMap','true'),(1973,778,'_VenueShowMapLink','true'),(1974,778,'_VenueStateProvince',''),(1978,783,'_wp_attached_file','2017/04/6BAND-e1491537799991.jpg'),(1979,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2017/04/6BAND-e1491537799991.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"6BAND-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"6BAND-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"6BAND-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"6BAND-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"6BAND-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"6BAND-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"6BAND-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"6BAND-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"6BAND-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479412910\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1980,784,'_wp_attached_file','2017/04/4BAND-e1491537824739.jpg'),(1981,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:501;s:4:\"file\";s:32:\"2017/04/4BAND-e1491537824739.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"4BAND-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"4BAND-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"4BAND-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"4BAND-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"4BAND-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"4BAND-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"4BAND-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"4BAND-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"4BAND-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:9:\"Leo Ridge\";s:6:\"camera\";s:27:\"Canon EOS DIGITAL REBEL XTi\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1291325317\";s:9:\"copyright\";s:36:\"Copyright 2010 - All Rights Reserved\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1982,785,'_wp_attached_file','2017/04/IMG_2083-e1491537845222.jpg'),(1983,783,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2685;s:6:\"height\";i:2686;s:4:\"file\";s:9:\"6BAND.jpg\";}}'),(1984,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:501;s:4:\"file\";s:35:\"2017/04/IMG_2083-e1491537845222.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2083-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2083-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_2083-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_2083-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_2083-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_2083-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_2083-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_2083-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_2083-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 5s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1396728600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1985,786,'_wp_attached_file','2017/04/IMG_6401-e1491537869156.jpg'),(1986,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:501;s:4:\"file\";s:35:\"2017/04/IMG_6401-e1491537869156.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6401-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6401-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_6401-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_6401-780x490.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_6401-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_6401-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_6401-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_6401-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:23:\"Canon PowerShot SX30 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479374300\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1987,784,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2574;s:6:\"height\";i:2577;s:4:\"file\";s:9:\"4BAND.jpg\";}}'),(1988,785,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1405;s:6:\"height\";i:1407;s:4:\"file\";s:12:\"IMG_2083.jpg\";}}'),(1989,786,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:780;s:6:\"height\";i:781;s:4:\"file\";s:12:\"IMG_6401.jpg\";}}'),(2011,791,'_wp_attached_file','2015/05/IMG_6458b-e1491798755945.jpg'),(2012,791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2015/05/IMG_6458b-e1491798755945.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_6458b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_6458b-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_6458b-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_6458b-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"IMG_6458b-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:21:\"IMG_6458b-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:21:\"IMG_6458b-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:21:\"IMG_6458b-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:21:\"IMG_6458b-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:23:\"Canon PowerShot SX30 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479379505\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:6:\"13.805\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2013,791,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2080;s:6:\"height\";i:2080;s:4:\"file\";s:13:\"IMG_6458b.jpg\";}}'),(2020,793,'_wp_attached_file','2017/04/Bicentennial-Concert-7463-e1491799598385.jpg'),(2021,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1860;s:6:\"height\";i:1240;s:4:\"file\";s:52:\"2017/04/Bicentennial-Concert-7463-e1491799598385.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Bicentennial-Concert-7463-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Bicentennial-Concert-7463-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Bicentennial-Concert-7463-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Bicentennial-Concert-7463-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:38:\"Bicentennial-Concert-7463-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:37:\"Bicentennial-Concert-7463-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:37:\"Bicentennial-Concert-7463-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:37:\"Bicentennial-Concert-7463-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:37:\"Bicentennial-Concert-7463-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:15:\"M Jeff Harrison\";s:6:\"camera\";s:6:\"X-Pro2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1490993419\";s:9:\"copyright\";s:15:\"M Jeff Harrison\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2022,793,'_edit_lock','1491799556:1'),(2023,793,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:6000;s:6:\"height\";i:4000;s:4:\"file\";s:29:\"Bicentennial-Concert-7463.jpg\";}}'),(2024,793,'_edit_last','1'),(2025,793,'_yoast_wpseo_content_score','30'),(2029,808,'_wp_attached_file','2017/04/IMG_8710-e1492283578945.jpg'),(2030,808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:715;s:4:\"file\";s:35:\"2017/04/IMG_8710-e1492283578945.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_8710-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_8710-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_8710-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_8710-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_8710-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_8710-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_8710-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_8710-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_8710-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463251947\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2031,809,'_wp_attached_file','2017/04/img_1584-3.jpg'),(2032,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1310;s:6:\"height\";i:983;s:4:\"file\";s:22:\"2017/04/img_1584-3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img_1584-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"img_1584-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"img_1584-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"img_1584-3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"img_1584-3-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"img_1584-3-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"img_1584-3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"img_1584-3-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"img_1584-3-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1478286682\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2033,808,'_edit_lock','1492291680:1'),(2034,808,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3505;s:6:\"height\";i:2507;s:4:\"file\";s:12:\"IMG_8710.jpg\";}}'),(2035,808,'_edit_last','1'),(2036,808,'_yoast_wpseo_content_score','30'),(2037,815,'_wp_attached_file','2017/04/BAND-GUYS.jpg'),(2038,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:541;s:4:\"file\";s:21:\"2017/04/BAND-GUYS.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"BAND-GUYS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"BAND-GUYS-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"BAND-GUYS-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"BAND-GUYS-960x490.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:21:\"BAND-GUYS-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:21:\"BAND-GUYS-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:21:\"BAND-GUYS-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:21:\"BAND-GUYS-580x541.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1489735743\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2039,816,'_wp_attached_file','2017/04/BAND5-e1492294365902.jpg'),(2040,816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:32:\"2017/04/BAND5-e1492294365902.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"BAND5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"BAND5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"BAND5-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"BAND5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"BAND5-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"BAND5-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"BAND5-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"BAND5-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"BAND5-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1449609260\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2041,817,'_wp_attached_file','2017/04/band2-e1492294385656.jpg'),(2042,817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:449;s:4:\"file\";s:32:\"2017/04/band2-e1492294385656.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"band2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"band2-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"band2-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"band2-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"band2-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"band2-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"band2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"band2-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"band2-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1482006524\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2043,816,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3260;s:6:\"height\";i:1834;s:4:\"file\";s:9:\"BAND5.jpg\";}}'),(2044,818,'_wp_attached_file','2017/04/band3.jpg'),(2045,818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:405;s:4:\"file\";s:17:\"2017/04/band3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"band3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"band3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"band3-560x405.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"band3-500x405.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"band3-700x405.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"band3-580x405.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1482142249\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2046,819,'_wp_attached_file','2017/04/banda-e1492294416836.jpg'),(2047,817,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4023;s:6:\"height\";i:2259;s:4:\"file\";s:9:\"band2.jpg\";}}'),(2048,819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:450;s:4:\"file\";s:32:\"2017/04/banda-e1492294416836.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"banda-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"banda-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"banda-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"banda-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"banda-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"banda-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"banda-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"banda-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"banda-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1478286682\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2049,820,'_wp_attached_file','2017/04/BAND4-e1492294446761.jpg'),(2050,820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:482;s:4:\"file\";s:32:\"2017/04/BAND4-e1492294446761.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"BAND4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"BAND4-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"BAND4-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"BAND4-1024x617.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"BAND4-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:17:\"BAND4-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:17:\"BAND4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:17:\"BAND4-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:17:\"BAND4-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1171379519\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2051,819,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:2269;s:4:\"file\";s:9:\"banda.jpg\";}}'),(2052,820,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2195;s:6:\"height\";i:1323;s:4:\"file\";s:9:\"BAND4.jpg\";}s:18:\"full-1492294446761\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:482;s:4:\"file\";s:24:\"BAND4-e1492294435728.jpg\";}}'),(2053,834,'_wp_attached_file','2017/04/1.jpg'),(2054,834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:852;s:6:\"height\";i:480;s:4:\"file\";s:13:\"2017/04/1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:13:\"1-560x480.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:13:\"1-500x480.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:13:\"1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:13:\"1-580x480.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2055,755,'_yst_is_cornerstone',''),(2056,755,'_yoast_wpseo_content_score','60'),(2057,131,'_yst_is_cornerstone',''),(2058,131,'_yoast_wpseo_content_score','90'),(2059,220,'_edit_last','1'),(2060,220,'_yst_is_cornerstone',''),(2061,220,'_yoast_wpseo_content_score','60'),(2066,853,'_wp_attached_file','2017/04/17426068_10210167254270812_5140655895135765334_n-e1492482848460.jpg'),(2067,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:957;s:6:\"height\";i:110;s:4:\"file\";s:75:\"2017/04/17426068_10210167254270812_5140655895135765334_n-e1492482848460.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"17426068_10210167254270812_5140655895135765334_n-e1492482848460-150x110.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"17426068_10210167254270812_5140655895135765334_n-e1492482848460-300x34.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:74:\"17426068_10210167254270812_5140655895135765334_n-e1492482848460-768x88.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:60:\"17426068_10210167254270812_5140655895135765334_n-960x490.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:75:\"17426068_10210167254270812_5140655895135765334_n-e1492482848460-560x110.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:75:\"17426068_10210167254270812_5140655895135765334_n-e1492482848460-500x110.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:75:\"17426068_10210167254270812_5140655895135765334_n-e1492482848460-700x110.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:75:\"17426068_10210167254270812_5140655895135765334_n-e1492482848460-580x110.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2068,854,'_wp_attached_file','2017/04/BAND5-1.jpg'),(2069,854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3260;s:6:\"height\";i:1834;s:4:\"file\";s:19:\"2017/04/BAND5-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BAND5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"BAND5-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"BAND5-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"BAND5-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"BAND5-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:19:\"BAND5-1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:19:\"BAND5-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:19:\"BAND5-1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:19:\"BAND5-1-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1449609260\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2070,853,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:52:\"17426068_10210167254270812_5140655895135765334_n.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:60:\"17426068_10210167254270812_5140655895135765334_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:60:\"17426068_10210167254270812_5140655895135765334_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:60:\"17426068_10210167254270812_5140655895135765334_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"blog-large-orig\";a:4:{s:4:\"file\";s:60:\"17426068_10210167254270812_5140655895135765334_n-960x490.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-list-orig\";a:4:{s:4:\"file\";s:60:\"17426068_10210167254270812_5140655895135765334_n-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team-orig\";a:4:{s:4:\"file\";s:60:\"17426068_10210167254270812_5140655895135765334_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"theme-mid-orig\";a:4:{s:4:\"file\";s:60:\"17426068_10210167254270812_5140655895135765334_n-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"feature-box-orig\";a:4:{s:4:\"file\";s:60:\"17426068_10210167254270812_5140655895135765334_n-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(2159,342,'_yst_is_cornerstone',''),(2160,342,'_yoast_wpseo_content_score','30'),(2161,762,'_yst_is_cornerstone',''),(2162,762,'_yoast_wpseo_content_score','60'),(2168,859,'_wp_attached_file','2017/04/BAND-WEBSITE-USM6.jpg'),(2169,859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:29:\"2017/04/BAND-WEBSITE-USM6.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM6-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"BAND-WEBSITE-USM6-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"BAND-WEBSITE-USM6-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM6-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM6-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM6-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM6-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2170,860,'_wp_attached_file','2017/04/BAND-WEBSITE-USM4-2.jpg'),(2171,860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:31:\"2017/04/BAND-WEBSITE-USM4-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"BAND-WEBSITE-USM4-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"BAND-WEBSITE-USM4-2-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-2-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-2-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-2-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2172,861,'_wp_attached_file','2017/04/BAND-WEBSITE-USM4.jpg'),(2173,861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:29:\"2017/04/BAND-WEBSITE-USM4.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM4-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"BAND-WEBSITE-USM4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"BAND-WEBSITE-USM4-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM4-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM4-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM4-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2174,862,'_wp_attached_file','2017/04/BAND-WEBSITE-USM4-1.jpg'),(2175,862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:31:\"2017/04/BAND-WEBSITE-USM4-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"BAND-WEBSITE-USM4-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"BAND-WEBSITE-USM4-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-1-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2176,863,'_wp_attached_file','2017/04/BAND-WEBSITE-USM4-3.jpg'),(2177,863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:31:\"2017/04/BAND-WEBSITE-USM4-3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"BAND-WEBSITE-USM4-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:32:\"BAND-WEBSITE-USM4-3-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-3-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-3-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:31:\"BAND-WEBSITE-USM4-3-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2178,864,'_wp_attached_file','2017/04/BAND-WEBSITE-USM5.jpg'),(2179,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:29:\"2017/04/BAND-WEBSITE-USM5.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM5-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"BAND-WEBSITE-USM5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"BAND-WEBSITE-USM5-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM5-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM5-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM5-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:29:\"BAND-WEBSITE-USM5-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2180,867,'_wp_attached_file','2017/04/IMG_3925.jpg'),(2181,867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2017/04/IMG_3925.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3925-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3925-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3925-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3925-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_3925-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_3925-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_3925-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_3925-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_3925-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2182,868,'_wp_attached_file','2017/04/IMG_0277.jpg'),(2183,868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2017/04/IMG_0277.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0277-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0277-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0277-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0277-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_0277-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_0277-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_0277-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_0277-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_0277-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2184,869,'_wp_attached_file','2017/04/IMG_3909.jpg'),(2185,869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2017/04/IMG_3909.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3909-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3909-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3909-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3909-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_3909-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_3909-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_3909-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_3909-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_3909-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2186,870,'_wp_attached_file','2017/04/IMG_3723.jpg'),(2187,870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2017/04/IMG_3723.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3723-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3723-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3723-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3723-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_3723-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_3723-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_3723-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_3723-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_3723-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2188,871,'_wp_attached_file','2017/04/IMG_3750.jpg'),(2189,871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2017/04/IMG_3750.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3750-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3750-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3750-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3750-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_3750-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_3750-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_3750-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_3750-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_3750-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2190,872,'_wp_attached_file','2017/04/IMG_3657.jpg'),(2191,872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2017/04/IMG_3657.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3657-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3657-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3657-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3657-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_3657-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_3657-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_3657-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_3657-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_3657-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2192,873,'_wp_attached_file','2017/04/IMG_3699.jpg'),(2193,873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2017/04/IMG_3699.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3699-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3699-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3699-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3699-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_3699-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_3699-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_3699-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_3699-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_3699-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2194,874,'_wp_attached_file','2017/04/IMG_3677.jpg'),(2195,874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2017/04/IMG_3677.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3677-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3677-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_3677-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3677-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_3677-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_3677-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_3677-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_3677-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_3677-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2196,875,'_wp_attached_file','2017/04/16797105_1256500391086212_7262954594140229484_o.jpg'),(2197,875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:59:\"2017/04/16797105_1256500391086212_7262954594140229484_o.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"16797105_1256500391086212_7262954594140229484_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"16797105_1256500391086212_7262954594140229484_o-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"16797105_1256500391086212_7262954594140229484_o-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"16797105_1256500391086212_7262954594140229484_o-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:60:\"16797105_1256500391086212_7262954594140229484_o-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:59:\"16797105_1256500391086212_7262954594140229484_o-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:59:\"16797105_1256500391086212_7262954594140229484_o-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:59:\"16797105_1256500391086212_7262954594140229484_o-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:59:\"16797105_1256500391086212_7262954594140229484_o-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2198,876,'_wp_attached_file','2017/04/17424906_1286216261447958_7634109441802334190_n.jpg'),(2199,876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:59:\"2017/04/17424906_1286216261447958_7634109441802334190_n.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"17424906_1286216261447958_7634109441802334190_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"17424906_1286216261447958_7634109441802334190_n-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"17424906_1286216261447958_7634109441802334190_n-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"17424906_1286216261447958_7634109441802334190_n-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:60:\"17424906_1286216261447958_7634109441802334190_n-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:59:\"17424906_1286216261447958_7634109441802334190_n-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:59:\"17424906_1286216261447958_7634109441802334190_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:59:\"17424906_1286216261447958_7634109441802334190_n-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:59:\"17424906_1286216261447958_7634109441802334190_n-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2200,877,'_wp_attached_file','2017/04/17757284_1295065607229690_3770572806521087043_n.jpg'),(2201,877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:59:\"2017/04/17757284_1295065607229690_3770572806521087043_n.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"17757284_1295065607229690_3770572806521087043_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"17757284_1295065607229690_3770572806521087043_n-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"17757284_1295065607229690_3770572806521087043_n-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:60:\"17757284_1295065607229690_3770572806521087043_n-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:60:\"17757284_1295065607229690_3770572806521087043_n-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:59:\"17757284_1295065607229690_3770572806521087043_n-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:59:\"17757284_1295065607229690_3770572806521087043_n-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:59:\"17757284_1295065607229690_3770572806521087043_n-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:59:\"17757284_1295065607229690_3770572806521087043_n-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2202,879,'_wp_attached_file','2017/04/Bicentennial-Concert-7463-1024x683-1.jpg'),(2203,879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:48:\"2017/04/Bicentennial-Concert-7463-1024x683-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Bicentennial-Concert-7463-1024x683-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Bicentennial-Concert-7463-1024x683-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"Bicentennial-Concert-7463-1024x683-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"Bicentennial-Concert-7463-1024x683-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:49:\"Bicentennial-Concert-7463-1024x683-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:48:\"Bicentennial-Concert-7463-1024x683-1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:48:\"Bicentennial-Concert-7463-1024x683-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:48:\"Bicentennial-Concert-7463-1024x683-1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:48:\"Bicentennial-Concert-7463-1024x683-1-580x576.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2206,883,'_wp_attached_file','2017/04/micandspark.png'),(2207,883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:706;s:4:\"file\";s:23:\"2017/04/micandspark.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"micandspark-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"micandspark-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"micandspark-768x542.png\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"micandspark-1000x490.png\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:23:\"micandspark-560x498.png\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"team\";a:4:{s:4:\"file\";s:23:\"micandspark-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:23:\"micandspark-700x470.png\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:23:\"micandspark-580x585.png\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2210,885,'_wp_attached_file','2017/04/micandspark-2000.png'),(2211,885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1412;s:4:\"file\";s:28:\"2017/04/micandspark-2000.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"micandspark-2000-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"micandspark-2000-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"micandspark-2000-768x542.png\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"micandspark-2000-1024x723.png\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"micandspark-2000-1000x490.png\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:28:\"micandspark-2000-560x498.png\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"team\";a:4:{s:4:\"file\";s:28:\"micandspark-2000-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:28:\"micandspark-2000-700x470.png\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:28:\"micandspark-2000-580x585.png\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2212,886,'_wp_attached_file','2017/04/micandspark-2000-white.png'),(2213,886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1412;s:4:\"file\";s:34:\"2017/04/micandspark-2000-white.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"micandspark-2000-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"micandspark-2000-white-300x212.png\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"micandspark-2000-white-768x542.png\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"micandspark-2000-white-1024x723.png\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:35:\"micandspark-2000-white-1000x490.png\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:34:\"micandspark-2000-white-560x498.png\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"team\";a:4:{s:4:\"file\";s:34:\"micandspark-2000-white-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:34:\"micandspark-2000-white-700x470.png\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:34:\"micandspark-2000-white-580x585.png\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2216,762,'_thumbnail_id','853'),(2217,872,'_edit_lock','1492793568:1'),(2218,853,'_edit_lock','1492793871:1'),(2219,890,'_wp_attached_file','2017/04/about-us.png'),(2220,890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1539;s:6:\"height\";i:160;s:4:\"file\";s:20:\"2017/04/about-us.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"about-us-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"about-us-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"about-us-768x80.png\";s:5:\"width\";i:768;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"about-us-1024x106.png\";s:5:\"width\";i:1024;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"about-us-1000x160.png\";s:5:\"width\";i:1000;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"about-us-560x160.png\";s:5:\"width\";i:560;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"about-us-500x160.png\";s:5:\"width\";i:500;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"about-us-700x160.png\";s:5:\"width\";i:700;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"about-us-580x160.png\";s:5:\"width\";i:580;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2221,755,'tpath_page_header_image','http://daviddelk.net/band/wp-content/uploads/2017/04/about-us.png'),(2222,755,'_thumbnail_id','890'),(2231,893,'_wp_attached_file','2017/04/single-bkgrd.jpg'),(2232,893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2017/04/single-bkgrd.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"single-bkgrd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"single-bkgrd-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"single-bkgrd-600x490.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"single-bkgrd-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"single-bkgrd-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"single-bkgrd-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"single-bkgrd-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2233,898,'_wp_attached_file','2017/04/footer-background.png'),(2234,898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:877;s:4:\"file\";s:29:\"2017/04/footer-background.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"footer-background-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"footer-background-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"footer-background-768x337.png\";s:5:\"width\";i:768;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"footer-background-1024x449.png\";s:5:\"width\";i:1024;s:6:\"height\";i:449;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"footer-background-1000x490.png\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:29:\"footer-background-560x498.png\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"team\";a:4:{s:4:\"file\";s:29:\"footer-background-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:29:\"footer-background-700x470.png\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:29:\"footer-background-580x585.png\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2235,899,'_yst_is_cornerstone',''),(2236,899,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2237,899,'_edit_lock','1492813733:1'),(2238,900,'_yst_is_cornerstone',''),(2239,900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2240,900,'_edit_last','1'),(2241,900,'_edit_lock','1492816517:1'),(2242,901,'_wp_attached_file','2017/04/BAND-MARY-C-SHOW-e1492805078724.jpg'),(2243,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2017/04/BAND-MARY-C-SHOW-e1492805078724.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"BAND-MARY-C-SHOW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"BAND-MARY-C-SHOW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"BAND-MARY-C-SHOW-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"BAND-MARY-C-SHOW-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"BAND-MARY-C-SHOW-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:28:\"BAND-MARY-C-SHOW-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:28:\"BAND-MARY-C-SHOW-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:28:\"BAND-MARY-C-SHOW-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:28:\"BAND-MARY-C-SHOW-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1492786999\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2244,901,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1102;s:6:\"height\";i:1102;s:4:\"file\";s:20:\"BAND-MARY-C-SHOW.jpg\";}}'),(2245,900,'_thumbnail_id','901'),(2246,900,'ai1ec_banner_image',''),(2247,900,'_ai1ec_cost_type','external'),(2248,900,'slide_template','default'),(2249,900,'_yoast_wpseo_primary_events_categories',''),(2250,900,'_yoast_wpseo_content_score','30'),(2253,906,'_wp_attached_file','2017/04/BAND-SINGERS-e1492812225773.jpg'),(2254,906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:376;s:4:\"file\";s:39:\"2017/04/BAND-SINGERS-e1492812225773.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"BAND-SINGERS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"BAND-SINGERS-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"BAND-SINGERS-768x578.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"BAND-SINGERS-812x490.jpg\";s:5:\"width\";i:812;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:24:\"BAND-SINGERS-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:24:\"BAND-SINGERS-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:24:\"BAND-SINGERS-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:24:\"BAND-SINGERS-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1489185859\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2255,906,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:812;s:6:\"height\";i:611;s:4:\"file\";s:16:\"BAND-SINGERS.jpg\";}}'),(2256,899,'slide_template','default'),(2257,899,'tpath_theme_layout','default'),(2258,899,'tpath_custom_logo_align','default'),(2259,899,'tpath_show_page_title','yes'),(2260,899,'tpath_show_breadcrumbs','yes'),(2261,899,'tpath_page_header_image',''),(2262,899,'tpath_primary_sidebar','0'),(2263,899,'tpath_body_bg_image',''),(2264,899,'tpath_body_bg_repeat','default'),(2265,899,'tpath_body_bg_attachment','default'),(2266,899,'tpath_body_bg_color',''),(2267,899,'tpath_body_bg_full','0'),(2268,899,'tpath_revslider_shortcode',''),(2269,899,'tpath_section_header_status','show'),(2270,899,'tpath_section_title',''),(2271,899,'tpath_section_slogan',''),(2272,899,'tpath_section_padding_top',''),(2273,899,'tpath_section_padding_bottom',''),(2274,899,'tpath_section_header_padding',''),(2275,899,'tpath_section_title_color',''),(2276,899,'tpath_section_slogan_color',''),(2277,899,'tpath_section_text_color',''),(2278,899,'tpath_section_content_heading_color',''),(2279,899,'tpath_section_bg_color',''),(2280,899,'tpath_parallax_status','no'),(2281,899,'tpath_parallax_bg_image',''),(2282,899,'tpath_parallax_bg_repeat',''),(2283,899,'tpath_parallax_bg_attachment',''),(2284,899,'tpath_parallax_bg_postion',''),(2285,899,'tpath_parallax_bg_size',''),(2286,899,'tpath_parallax_bg_overlay','no'),(2287,899,'tpath_overlay_pattern_status','no'),(2288,899,'tpath_section_overlay_color',''),(2289,899,'tpath_overlay_color_opacity','0'),(2290,899,'tpath_parallax_additional_sections','Array'),(2291,899,'tpath_parallax_additional_sections_order',''),(2292,899,'_wpb_vc_js_status','false'),(2293,899,'_yoast_wpseo_content_score','30'),(2296,910,'_yst_is_cornerstone',''),(2297,910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2299,910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2301,910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2303,910,'_wp_page_template','template-fullwidth.php'),(2304,910,'_wpb_vc_js_status','false'),(2305,910,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2306,910,'slide_template','default'),(2307,910,'tpath_theme_layout','default'),(2308,910,'tpath_custom_logo_align','default'),(2309,910,'tpath_show_page_title','yes'),(2310,910,'tpath_show_breadcrumbs','yes'),(2311,910,'tpath_primary_sidebar','0'),(2312,910,'tpath_body_bg_image',''),(2313,910,'tpath_body_bg_repeat','default'),(2314,910,'tpath_body_bg_attachment','default'),(2315,910,'tpath_body_bg_color',''),(2316,910,'tpath_body_bg_full','0'),(2317,910,'tpath_revslider_shortcode',''),(2318,910,'tpath_section_header_status','show'),(2319,910,'tpath_section_title',''),(2320,910,'tpath_section_slogan',''),(2321,910,'tpath_section_padding_top',''),(2322,910,'tpath_section_padding_bottom',''),(2323,910,'tpath_section_header_padding',''),(2324,910,'tpath_section_title_color',''),(2325,910,'tpath_section_slogan_color',''),(2326,910,'tpath_section_text_color',''),(2327,910,'tpath_section_content_heading_color',''),(2328,910,'tpath_section_bg_color',''),(2329,910,'tpath_parallax_status','no'),(2330,910,'tpath_parallax_bg_image',''),(2331,910,'tpath_parallax_bg_repeat',''),(2332,910,'tpath_parallax_bg_attachment',''),(2333,910,'tpath_parallax_bg_postion',''),(2334,910,'tpath_parallax_bg_size',''),(2335,910,'tpath_parallax_bg_overlay','no'),(2336,910,'tpath_overlay_pattern_status','no'),(2337,910,'tpath_section_overlay_color',''),(2338,910,'tpath_overlay_color_opacity','0'),(2339,910,'tpath_parallax_additional_sections','Array'),(2340,910,'tpath_parallax_additional_sections_order',''),(2341,910,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2343,910,'_edit_last','1'),(2344,910,'_edit_lock','1492831537:1'),(2345,910,'_yst_is_cornerstone',''),(2346,910,'_yoast_wpseo_content_score','30'),(2347,910,'tpath_page_header_image','http://daviddelk.net/band/wp-content/uploads/2017/04/about-us.png'),(2348,910,'_thumbnail_id','890'),(2362,900,'_wpb_vc_js_status','true'),(2363,921,'_yst_is_cornerstone',''),(2364,921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2365,921,'_yst_is_cornerstone',''),(2366,921,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2367,921,'_edit_last','1'),(2368,921,'_edit_lock','1492816135:1'),(2369,921,'_thumbnail_id','922'),(2370,921,'ai1ec_banner_image',''),(2371,921,'_ai1ec_cost_type','free'),(2372,921,'slide_template','default'),(2373,921,'_yoast_wpseo_primary_events_categories',''),(2374,921,'_yoast_wpseo_content_score','60'),(2375,921,'_wpb_vc_js_status','true'),(2380,900,'_wp_old_slug','coast-big-band-concert'),(2381,922,'_wp_attached_file','2017/04/JAZZ-FEST-WEBSITE-e1492815952709.jpg'),(2382,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2017/04/JAZZ-FEST-WEBSITE-e1492815952709.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"JAZZ-FEST-WEBSITE-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"JAZZ-FEST-WEBSITE-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486976642\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2383,922,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1431;s:6:\"height\";i:1432;s:4:\"file\";s:21:\"JAZZ-FEST-WEBSITE.jpg\";}}'),(2395,950,'_wp_attached_file','2017/04/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017.jpg'),(2396,950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:849;s:6:\"height\";i:474;s:4:\"file\";s:56:\"2017/04/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:56:\"COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-768x429.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:56:\"COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-560x474.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:56:\"COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-500x474.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:56:\"COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:56:\"COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-580x474.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1492807338\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2397,951,'_yst_is_cornerstone',''),(2398,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2399,951,'_yst_is_cornerstone',''),(2400,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2401,951,'_edit_last','1'),(2402,951,'_edit_lock','1493072686:1'),(2404,951,'ai1ec_banner_image',''),(2405,951,'_ai1ec_cost_type','free'),(2406,951,'slide_template','default'),(2407,951,'_yoast_wpseo_primary_events_categories',''),(2408,951,'_yoast_wpseo_content_score','60'),(2409,951,'_wpb_vc_js_status','true'),(2410,951,'_wp_old_slug','coast-big-band-concert'),(2414,951,'_thumbnail_id','952'),(2415,952,'_wp_attached_file','2017/04/hire-us2-1.png'),(2416,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:466;s:4:\"file\";s:22:\"2017/04/hire-us2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2417,954,'_wp_attached_file','2017/04/Bicentennial-Concert-7463-1024x683.png'),(2418,954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:4:\"file\";s:46:\"2017/04/Bicentennial-Concert-7463-1024x683.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Bicentennial-Concert-7463-1024x683-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Bicentennial-Concert-7463-1024x683-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Bicentennial-Concert-7463-1024x683-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Bicentennial-Concert-7463-1024x683-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:47:\"Bicentennial-Concert-7463-1024x683-1000x490.png\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:46:\"Bicentennial-Concert-7463-1024x683-560x498.png\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"team\";a:4:{s:4:\"file\";s:46:\"Bicentennial-Concert-7463-1024x683-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:46:\"Bicentennial-Concert-7463-1024x683-700x470.png\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:46:\"Bicentennial-Concert-7463-1024x683-580x585.png\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2420,957,'_wp_attached_file','2017/04/coast-big-band-wedding-summer-2016-12-e1493084229343.jpg'),(2421,957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:64:\"2017/04/coast-big-band-wedding-summer-2016-12-e1493084229343.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-12-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-12-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"coast-big-band-wedding-summer-2016-12-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:50:\"coast-big-band-wedding-summer-2016-12-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-12-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-12-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-12-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-12-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493074332\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2422,958,'_wp_attached_file','2017/04/coast-big-band-wedding-summer-2016-17-e1493084269714.jpg'),(2423,958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:64:\"2017/04/coast-big-band-wedding-summer-2016-17-e1493084269714.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-17-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-17-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"coast-big-band-wedding-summer-2016-17-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:50:\"coast-big-band-wedding-summer-2016-17-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-17-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-17-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-17-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-17-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2424,959,'_wp_attached_file','2017/04/coast-big-band-wedding-summer-2016-8-e1493095342221.jpg'),(2425,959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:63:\"2017/04/coast-big-band-wedding-summer-2016-8-e1493095342221.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-8-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-8-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-8-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-8-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-8-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-8-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-8-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-8-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2428,961,'_wp_attached_file','2017/04/coast-big-band-wedding-summer-2016-1-e1493084342396.jpg'),(2429,961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:844;s:4:\"file\";s:63:\"2017/04/coast-big-band-wedding-summer-2016-1-e1493084342396.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:49:\"coast-big-band-wedding-summer-2016-1-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-1-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-1-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:48:\"coast-big-band-wedding-summer-2016-1-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2430,957,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:41:\"coast-big-band-wedding-summer-2016-12.jpg\";}s:18:\"full-1493084229343\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:56:\"coast-big-band-wedding-summer-2016-12-e1493084215891.jpg\";}}'),(2431,958,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:41:\"coast-big-band-wedding-summer-2016-17.jpg\";}s:18:\"full-1493084269714\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:56:\"coast-big-band-wedding-summer-2016-17-e1493084263466.jpg\";}}'),(2432,961,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:2268;s:4:\"file\";s:40:\"coast-big-band-wedding-summer-2016-1.jpg\";}}'),(2435,964,'_wp_attached_file','2017/04/IMG_0637-e1493095323867.jpg'),(2437,964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_0637-e1493095323867.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0637-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0637-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0637-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0637-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_0637-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_0637-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_0637-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_0637-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_0637-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1474226761\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2438,965,'_wp_attached_file','2017/04/IMG_0618-e1493095305955.jpg'),(2439,965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_0618-e1493095305955.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0618-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0618-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0618-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0618-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_0618-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_0618-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_0618-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_0618-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_0618-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1474225305\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2440,966,'_wp_attached_file','2017/04/IMG_0643.jpg'),(2441,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1512;s:6:\"height\";i:1512;s:4:\"file\";s:20:\"2017/04/IMG_0643.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0643-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0643-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0643-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"IMG_0643-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_0643-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_0643-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_0643-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_0643-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_0643-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1474228540\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2442,966,'_edit_lock','1493090929:1'),(2443,967,'_wp_attached_file','2017/04/67434853.png'),(2444,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1471;s:6:\"height\";i:1104;s:4:\"file\";s:20:\"2017/04/67434853.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"67434853-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"67434853-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"67434853-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"67434853-1024x769.png\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"67434853-1000x490.png\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"67434853-560x498.png\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"67434853-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"67434853-700x470.png\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"67434853-580x585.png\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2445,967,'_edit_lock','1493091383:1'),(2446,968,'_wp_attached_file','2017/04/Grand_Hotel_Marriott_Resort_Golf_Club_Spa_Point_Clear.jpg'),(2447,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:347;s:4:\"file\";s:65:\"2017/04/Grand_Hotel_Marriott_Resort_Golf_Club_Spa_Point_Clear.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Grand_Hotel_Marriott_Resort_Golf_Club_Spa_Point_Clear-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Grand_Hotel_Marriott_Resort_Golf_Club_Spa_Point_Clear-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:65:\"Grand_Hotel_Marriott_Resort_Golf_Club_Spa_Point_Clear-500x347.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2450,971,'_wp_attached_file','2017/04/IMG_0630-2.jpg'),(2451,971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1512;s:6:\"height\";i:1363;s:4:\"file\";s:22:\"2017/04/IMG_0630-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_0630-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_0630-2-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"IMG_0630-2-768x692.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_0630-2-1024x923.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:923;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"IMG_0630-2-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:22:\"IMG_0630-2-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:22:\"IMG_0630-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:22:\"IMG_0630-2-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:22:\"IMG_0630-2-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2452,972,'_wp_attached_file','2017/04/IMG_1877-e1493094402135.jpg'),(2453,972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_1877-e1493094402135.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1877-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1877-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1877-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1877-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1877-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1877-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1877-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1877-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1877-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2454,973,'_wp_attached_file','2017/04/IMG_1886-e1493094588775.jpg'),(2455,973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1334;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_1886-e1493094588775.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1886-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1886-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1886-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1886-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1886-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1886-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1886-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1886-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1886-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2456,972,'_edit_lock','1493094280:1'),(2457,974,'_wp_attached_file','2017/04/IMG_1865-e1493094488195.jpg'),(2458,974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_1865-e1493094488195.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1865-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1865-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1865-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1865-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1865-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1865-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1865-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1865-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1865-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2459,973,'_edit_lock','1493094206:1'),(2460,975,'_wp_attached_file','2017/04/IMG_1854-e1493094466125.jpg'),(2461,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_1854-e1493094466125.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1854-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1854-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1854-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1854-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1854-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1854-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1854-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1854-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1854-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2462,974,'_edit_lock','1493094362:1'),(2463,972,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:2268;s:4:\"file\";s:12:\"IMG_1877.jpg\";}}'),(2464,972,'_edit_last','1'),(2465,972,'_yoast_wpseo_content_score','30'),(2466,975,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_1854.jpg\";}}'),(2467,974,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:2268;s:4:\"file\";s:12:\"IMG_1865.jpg\";}}'),(2468,973,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4189;s:6:\"height\";i:3141;s:4:\"file\";s:12:\"IMG_1886.jpg\";}}'),(2473,965,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2016;s:6:\"height\";i:1512;s:4:\"file\";s:12:\"IMG_0618.jpg\";}}'),(2474,964,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2016;s:6:\"height\";i:1512;s:4:\"file\";s:12:\"IMG_0637.jpg\";}}'),(2475,959,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2167;s:6:\"height\";i:1626;s:4:\"file\";s:40:\"coast-big-band-wedding-summer-2016-8.jpg\";}}'),(2476,978,'_wp_attached_file','2017/04/ip.jpg'),(2477,978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:444;s:6:\"height\";i:336;s:4:\"file\";s:14:\"2017/04/ip.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"ip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"ip-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2478,979,'_wp_attached_file','2017/04/IMG_1605-e1493097377145.jpg'),(2479,979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1740;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_1605-e1493097377145.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1605-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1605-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1605-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1605-1024x588.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1605-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1605-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1605-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1605-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1605-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2480,980,'_wp_attached_file','2017/04/IMG_1596-e1493097353944.jpg'),(2481,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_1596-e1493097353944.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1596-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1596-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1596-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1596-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1596-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1596-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1596-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1596-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1596-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2482,981,'_wp_attached_file','2017/04/IMG_1590-e1493097328186.jpg'),(2483,981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_1590-e1493097328186.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1590-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1590-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1590-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1590-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1590-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1590-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1590-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1590-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1590-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2484,982,'_wp_attached_file','2017/04/IMG_1579-e1493097293857.jpg'),(2485,982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_1579-e1493097293857.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1579-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1579-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1579-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1579-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1579-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1579-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1579-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1579-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1579-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2486,983,'_wp_attached_file','2017/04/IMG_1588-e1493097310199.jpg'),(2487,983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1333;s:6:\"height\";i:1000;s:4:\"file\";s:35:\"2017/04/IMG_1588-e1493097310199.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1588-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1588-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1588-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1588-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1588-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1588-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1588-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1588-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1588-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2488,984,'_wp_attached_file','2017/04/IMG_1198.jpg'),(2489,984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:20:\"2017/04/IMG_1198.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1198-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1198-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1198-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"IMG_1198-1000x490.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"IMG_1198-560x498.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"IMG_1198-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"theme-mid\";a:4:{s:4:\"file\";s:20:\"IMG_1198-700x470.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"IMG_1198-580x585.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1474444714\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2490,982,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_1579.jpg\";}}'),(2491,983,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_1588.jpg\";}}'),(2492,981,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:2268;s:4:\"file\";s:12:\"IMG_1590.jpg\";}}'),(2493,980,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2861;s:6:\"height\";i:2146;s:4:\"file\";s:12:\"IMG_1596.jpg\";}}'),(2494,979,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2889;s:6:\"height\";i:1660;s:4:\"file\";s:12:\"IMG_1605.jpg\";}}'),(2495,987,'_yst_is_cornerstone',''),(2496,987,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2497,987,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(2498,987,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:58:\"Questions from the Coast Big Band website \"[your-subject]\"\";s:6:\"sender\";s:37:\"[your-name] <wordpress@daviddelk.net>\";s:9:\"recipient\";s:14:\"ammgpt@aol.com\";s:4:\"body\";s:147:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis email was sent through the Coast Big Band website.\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2499,987,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:31:\"Coast Big Band \"[your-subject]\"\";s:6:\"sender\";s:40:\"Coast Big Band <wordpress@daviddelk.net>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:120:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Coast Big Band (http://daviddelk.net/band)\";s:18:\"additional_headers\";s:29:\"Reply-To: david@abcrental.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2500,987,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(2501,987,'_additional_settings',''),(2502,987,'_locale','en_US'),(2529,220,'_wp_desired_post_slug','contact-three'),(2530,999,'_wp_attached_file','2017/04/songlist.jpg'),(2531,999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:613;s:6:\"height\";i:259;s:4:\"file\";s:20:\"2017/04/songlist.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"songlist-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"songlist-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-list\";a:4:{s:4:\"file\";s:20:\"songlist-560x259.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"team\";a:4:{s:4:\"file\";s:20:\"songlist-500x259.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"feature-box\";a:4:{s:4:\"file\";s:20:\"songlist-580x259.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2538,129,'_edit_lock','1494990891:1'),(2539,738,'_edit_lock','1494990408:1'),(2540,129,'_edit_last','1'),(2545,1006,'_tribe_modified_fields','a:23:{s:17:\"_vc_post_settings\";d:1496013967;s:12:\"_EventOrigin\";d:1496013967;s:10:\"_edit_last\";d:1496013986;s:10:\"post_title\";d:1496013987;s:11:\"post_status\";d:1496014155;s:12:\"post_content\";d:1496014155;s:13:\"_thumbnail_id\";d:1496014151;s:14:\"slide_template\";d:1496014153;s:26:\"_yoast_wpseo_content_score\";d:1496014155;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";d:1496014155;s:17:\"_EventShowMapLink\";d:1496014155;s:13:\"_EventShowMap\";d:1496014155;s:15:\"_EventStartDate\";d:1496014155;s:13:\"_EventEndDate\";d:1496014155;s:18:\"_EventStartDateUTC\";d:1496014155;s:16:\"_EventEndDateUTC\";d:1496014156;s:14:\"_EventDuration\";d:1496014156;s:20:\"_EventCurrencySymbol\";d:1496014156;s:22:\"_EventCurrencyPosition\";d:1496014156;s:10:\"_EventCost\";d:1496014157;s:9:\"_EventURL\";d:1496014157;s:14:\"_EventTimezone\";d:1496014157;s:18:\"_EventTimezoneAbbr\";d:1496014157;}'),(2546,1006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2547,1006,'_EventOrigin','events-calendar'),(2548,1006,'_edit_last','1'),(2549,1006,'_edit_lock','1496032162:1'),(2550,1006,'_thumbnail_id','901'),(2551,1006,'slide_template','default'),(2552,1007,'_EventShowMapLink',''),(2553,1007,'_EventShowMap',''),(2554,1007,'_EventStartDate','2017-06-01 19:30:00'),(2555,1007,'_EventEndDate','2017-06-01 21:30:00'),(2556,1007,'_EventStartDateUTC','2017-06-02 00:30:00'),(2557,1007,'_EventEndDateUTC','2017-06-02 02:30:00'),(2558,1007,'_EventDuration','7200'),(2559,1007,'_EventCurrencySymbol','$'),(2560,1007,'_EventCurrencyPosition','prefix'),(2561,1007,'_EventCost','$15.00'),(2562,1007,'_EventURL','HTTPS://www.themarcy.org'),(2563,1007,'_EventTimezone','America/Chicago'),(2564,1007,'_EventTimezoneAbbr','CDT'),(2565,1006,'_yoast_wpseo_content_score','30'),(2566,1006,'_yoast_wpseo_primary_tribe_events_cat',''),(2567,1006,'_EventShowMapLink',''),(2568,1006,'_EventShowMap',''),(2569,1006,'_EventStartDate','2017-06-01 19:30:00'),(2570,1006,'_EventEndDate','2017-06-01 21:30:00'),(2571,1006,'_EventStartDateUTC','2017-06-02 00:30:00'),(2572,1006,'_EventEndDateUTC','2017-06-02 02:30:00'),(2573,1006,'_EventDuration','7200'),(2574,1006,'_EventCurrencySymbol','$'),(2575,1006,'_EventCurrencyPosition','prefix'),(2576,1006,'_EventCost','$15.00'),(2577,1006,'_EventURL','HTTPS://www.themarcy.org'),(2578,1006,'_EventTimezone','America/Chicago'),(2579,1006,'_EventTimezoneAbbr','CDT'),(2583,999,'_imagify_optimization_level','1'),(2584,984,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:61:\"File size must be under 2.0 MB .Current file size is 2.1 MB\";}}}'),(2585,984,'_imagify_status','error'),(2586,984,'_imagify_optimization_level','1'),(2587,999,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:114289;s:14:\"optimized_size\";i:70144;s:7:\"percent\";d:38.630000000000003;}s:5:\"sizes\";a:6:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/songlist.jpg\";s:13:\"original_size\";i:25053;s:14:\"optimized_size\";i:14594;s:7:\"percent\";d:41.75;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/songlist-150x150.jpg\";s:13:\"original_size\";i:5970;s:14:\"optimized_size\";i:4054;s:7:\"percent\";d:32.090000000000003;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/songlist-300x127.jpg\";s:13:\"original_size\";i:10256;s:14:\"optimized_size\";i:6971;s:7:\"percent\";d:32.030000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/songlist-560x259.jpg\";s:13:\"original_size\";i:25963;s:14:\"optimized_size\";i:16187;s:7:\"percent\";d:37.649999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/songlist-500x259.jpg\";s:13:\"original_size\";i:22457;s:14:\"optimized_size\";i:13706;s:7:\"percent\";d:38.969999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/songlist-580x259.jpg\";s:13:\"original_size\";i:24590;s:14:\"optimized_size\";i:14632;s:7:\"percent\";d:40.5;}}}'),(2588,999,'_imagify_status','success'),(2589,983,'_imagify_optimization_level','1'),(2590,982,'_imagify_optimization_level','1'),(2591,983,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:634489;s:14:\"optimized_size\";i:444687;s:7:\"percent\";d:29.91;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-e1493097310199.jpg\";s:13:\"original_size\";i:170412;s:14:\"optimized_size\";i:107654;s:7:\"percent\";d:36.829999999999998;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-150x150.jpg\";s:13:\"original_size\";i:6800;s:14:\"optimized_size\";i:5544;s:7:\"percent\";d:18.469999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-300x225.jpg\";s:13:\"original_size\";i:16097;s:14:\"optimized_size\";i:13271;s:7:\"percent\";d:17.559999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-768x576.jpg\";s:13:\"original_size\";i:68180;s:14:\"optimized_size\";i:51297;s:7:\"percent\";d:24.760000000000002;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-1024x768.jpg\";s:13:\"original_size\";i:108440;s:14:\"optimized_size\";i:71945;s:7:\"percent\";d:33.649999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-1000x490.jpg\";s:13:\"original_size\";i:65788;s:14:\"optimized_size\";i:44720;s:7:\"percent\";d:32.020000000000003;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-560x498.jpg\";s:13:\"original_size\";i:47739;s:14:\"optimized_size\";i:36124;s:7:\"percent\";d:24.329999999999998;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-500x500.jpg\";s:13:\"original_size\";i:43153;s:14:\"optimized_size\";i:32611;s:7:\"percent\";d:24.43;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-700x470.jpg\";s:13:\"original_size\";i:53261;s:14:\"optimized_size\";i:40382;s:7:\"percent\";d:24.18;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588-580x585.jpg\";s:13:\"original_size\";i:54619;s:14:\"optimized_size\";i:41139;s:7:\"percent\";d:24.68;}}}'),(2592,983,'_imagify_status','success'),(2593,982,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:634669;s:14:\"optimized_size\";i:444564;s:7:\"percent\";d:29.949999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-e1493097293857.jpg\";s:13:\"original_size\";i:169128;s:14:\"optimized_size\";i:105538;s:7:\"percent\";d:37.600000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-150x150.jpg\";s:13:\"original_size\";i:6617;s:14:\"optimized_size\";i:5381;s:7:\"percent\";d:18.68;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-300x225.jpg\";s:13:\"original_size\";i:15299;s:14:\"optimized_size\";i:12577;s:7:\"percent\";d:17.789999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-768x576.jpg\";s:13:\"original_size\";i:66470;s:14:\"optimized_size\";i:49422;s:7:\"percent\";d:25.649999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-1024x768.jpg\";s:13:\"original_size\";i:106948;s:14:\"optimized_size\";i:69832;s:7:\"percent\";d:34.700000000000003;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-1000x490.jpg\";s:13:\"original_size\";i:75883;s:14:\"optimized_size\";i:56419;s:7:\"percent\";d:25.649999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-560x498.jpg\";s:13:\"original_size\";i:45947;s:14:\"optimized_size\";i:34436;s:7:\"percent\";d:25.050000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-500x500.jpg\";s:13:\"original_size\";i:41899;s:14:\"optimized_size\";i:31392;s:7:\"percent\";d:25.079999999999998;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-700x470.jpg\";s:13:\"original_size\";i:53181;s:14:\"optimized_size\";i:39892;s:7:\"percent\";d:24.989999999999998;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579-580x585.jpg\";s:13:\"original_size\";i:53297;s:14:\"optimized_size\";i:39675;s:7:\"percent\";d:25.559999999999999;}}}'),(2594,982,'_imagify_status','success'),(2595,981,'_imagify_optimization_level','1'),(2596,980,'_imagify_optimization_level','1'),(2597,981,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:638465;s:14:\"optimized_size\";i:414885;s:7:\"percent\";d:35.020000000000003;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-e1493097328186.jpg\";s:13:\"original_size\";i:166540;s:14:\"optimized_size\";i:95097;s:7:\"percent\";d:42.899999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-150x150.jpg\";s:13:\"original_size\";i:7028;s:14:\"optimized_size\";i:5645;s:7:\"percent\";d:19.68;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-300x225.jpg\";s:13:\"original_size\";i:17116;s:14:\"optimized_size\";i:13899;s:7:\"percent\";d:18.800000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-768x576.jpg\";s:13:\"original_size\";i:70545;s:14:\"optimized_size\";i:46486;s:7:\"percent\";d:34.100000000000001;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-1024x768.jpg\";s:13:\"original_size\";i:111072;s:14:\"optimized_size\";i:70068;s:7:\"percent\";d:36.920000000000002;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-1000x490.jpg\";s:13:\"original_size\";i:68828;s:14:\"optimized_size\";i:43367;s:7:\"percent\";d:36.990000000000002;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-560x498.jpg\";s:13:\"original_size\";i:47558;s:14:\"optimized_size\";i:35029;s:7:\"percent\";d:26.34;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-500x500.jpg\";s:13:\"original_size\";i:41549;s:14:\"optimized_size\";i:30431;s:7:\"percent\";d:26.760000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-700x470.jpg\";s:13:\"original_size\";i:55311;s:14:\"optimized_size\";i:40524;s:7:\"percent\";d:26.73;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590-580x585.jpg\";s:13:\"original_size\";i:52918;s:14:\"optimized_size\";i:34339;s:7:\"percent\";d:35.109999999999999;}}}'),(2598,981,'_imagify_status','success'),(2599,980,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:479712;s:14:\"optimized_size\";i:291577;s:7:\"percent\";d:39.219999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-e1493097353944.jpg\";s:13:\"original_size\";i:125471;s:14:\"optimized_size\";i:66742;s:7:\"percent\";d:46.810000000000002;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-150x150.jpg\";s:13:\"original_size\";i:5879;s:14:\"optimized_size\";i:4863;s:7:\"percent\";d:17.280000000000001;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-300x225.jpg\";s:13:\"original_size\";i:13460;s:14:\"optimized_size\";i:10428;s:7:\"percent\";d:22.530000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-768x576.jpg\";s:13:\"original_size\";i:51133;s:14:\"optimized_size\";i:32384;s:7:\"percent\";d:36.670000000000002;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-1024x768.jpg\";s:13:\"original_size\";i:79472;s:14:\"optimized_size\";i:46048;s:7:\"percent\";d:42.060000000000002;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-1000x490.jpg\";s:13:\"original_size\";i:54994;s:14:\"optimized_size\";i:34589;s:7:\"percent\";d:37.100000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-560x498.jpg\";s:13:\"original_size\";i:35586;s:14:\"optimized_size\";i:23137;s:7:\"percent\";d:34.979999999999997;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-500x500.jpg\";s:13:\"original_size\";i:32143;s:14:\"optimized_size\";i:20915;s:7:\"percent\";d:34.93;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-700x470.jpg\";s:13:\"original_size\";i:41725;s:14:\"optimized_size\";i:27257;s:7:\"percent\";d:34.670000000000002;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596-580x585.jpg\";s:13:\"original_size\";i:39849;s:14:\"optimized_size\";i:25214;s:7:\"percent\";d:36.729999999999997;}}}'),(2600,980,'_imagify_status','success'),(2601,979,'_imagify_optimization_level','1'),(2602,978,'_imagify_optimization_level','1'),(2603,978,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:61116;s:14:\"optimized_size\";i:19351;s:7:\"percent\";d:68.340000000000003;}s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:59:\"http://daviddelk.net/band/wp-content/uploads/2017/04/ip.jpg\";s:13:\"original_size\";i:46079;s:14:\"optimized_size\";i:9366;s:7:\"percent\";d:79.670000000000002;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:67:\"http://daviddelk.net/band/wp-content/uploads/2017/04/ip-150x150.jpg\";s:13:\"original_size\";i:5394;s:14:\"optimized_size\";i:3922;s:7:\"percent\";d:27.289999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:67:\"http://daviddelk.net/band/wp-content/uploads/2017/04/ip-300x227.jpg\";s:13:\"original_size\";i:9643;s:14:\"optimized_size\";i:6063;s:7:\"percent\";d:37.130000000000003;}}}'),(2604,978,'_imagify_status','success'),(2605,975,'_imagify_optimization_level','1'),(2606,979,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:637994;s:14:\"optimized_size\";i:400454;s:7:\"percent\";d:37.229999999999997;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-e1493097377145.jpg\";s:13:\"original_size\";i:212564;s:14:\"optimized_size\";i:116355;s:7:\"percent\";d:45.259999999999998;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-150x150.jpg\";s:13:\"original_size\";i:5908;s:14:\"optimized_size\";i:4776;s:7:\"percent\";d:19.16;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-300x172.jpg\";s:13:\"original_size\";i:11762;s:14:\"optimized_size\";i:9652;s:7:\"percent\";d:17.940000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-768x441.jpg\";s:13:\"original_size\";i:54261;s:14:\"optimized_size\";i:38767;s:7:\"percent\";d:28.550000000000001;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-1024x588.jpg\";s:13:\"original_size\";i:89481;s:14:\"optimized_size\";i:54638;s:7:\"percent\";d:38.939999999999998;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-1000x490.jpg\";s:13:\"original_size\";i:73143;s:14:\"optimized_size\";i:44629;s:7:\"percent\";d:38.979999999999997;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-560x498.jpg\";s:13:\"original_size\";i:44751;s:14:\"optimized_size\";i:32084;s:7:\"percent\";d:28.309999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-500x500.jpg\";s:13:\"original_size\";i:40600;s:14:\"optimized_size\";i:28961;s:7:\"percent\";d:28.670000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-700x470.jpg\";s:13:\"original_size\";i:52660;s:14:\"optimized_size\";i:37469;s:7:\"percent\";d:28.850000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605-580x585.jpg\";s:13:\"original_size\";i:52864;s:14:\"optimized_size\";i:33123;s:7:\"percent\";d:37.340000000000003;}}}'),(2607,979,'_imagify_status','success'),(2608,974,'_imagify_optimization_level','1'),(2609,975,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:653676;s:14:\"optimized_size\";i:459488;s:7:\"percent\";d:29.710000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-e1493094466125.jpg\";s:13:\"original_size\";i:168891;s:14:\"optimized_size\";i:106930;s:7:\"percent\";d:36.689999999999998;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-150x150.jpg\";s:13:\"original_size\";i:6850;s:14:\"optimized_size\";i:5439;s:7:\"percent\";d:20.600000000000001;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-300x225.jpg\";s:13:\"original_size\";i:15964;s:14:\"optimized_size\";i:12818;s:7:\"percent\";d:19.710000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-768x576.jpg\";s:13:\"original_size\";i:68424;s:14:\"optimized_size\";i:50634;s:7:\"percent\";d:26;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-1024x768.jpg\";s:13:\"original_size\";i:108984;s:14:\"optimized_size\";i:71766;s:7:\"percent\";d:34.149999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-1000x490.jpg\";s:13:\"original_size\";i:80477;s:14:\"optimized_size\";i:59863;s:7:\"percent\";d:25.609999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-560x498.jpg\";s:13:\"original_size\";i:48380;s:14:\"optimized_size\";i:36072;s:7:\"percent\";d:25.440000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-500x500.jpg\";s:13:\"original_size\";i:43597;s:14:\"optimized_size\";i:32477;s:7:\"percent\";d:25.510000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-700x470.jpg\";s:13:\"original_size\";i:56842;s:14:\"optimized_size\";i:42422;s:7:\"percent\";d:25.370000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854-580x585.jpg\";s:13:\"original_size\";i:55267;s:14:\"optimized_size\";i:41067;s:7:\"percent\";d:25.690000000000001;}}}'),(2610,975,'_imagify_status','success'),(2611,973,'_imagify_optimization_level','1'),(2612,974,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:585723;s:14:\"optimized_size\";i:373537;s:7:\"percent\";d:36.229999999999997;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-e1493094488195.jpg\";s:13:\"original_size\";i:156864;s:14:\"optimized_size\";i:88836;s:7:\"percent\";d:43.369999999999997;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-150x150.jpg\";s:13:\"original_size\";i:6412;s:14:\"optimized_size\";i:5229;s:7:\"percent\";d:18.449999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-300x225.jpg\";s:13:\"original_size\";i:15849;s:14:\"optimized_size\";i:13035;s:7:\"percent\";d:17.760000000000002;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-768x576.jpg\";s:13:\"original_size\";i:63373;s:14:\"optimized_size\";i:42839;s:7:\"percent\";d:32.399999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-1024x768.jpg\";s:13:\"original_size\";i:99305;s:14:\"optimized_size\";i:60404;s:7:\"percent\";d:39.170000000000002;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-1000x490.jpg\";s:13:\"original_size\";i:65487;s:14:\"optimized_size\";i:42202;s:7:\"percent\";d:35.560000000000002;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-560x498.jpg\";s:13:\"original_size\";i:42792;s:14:\"optimized_size\";i:29190;s:7:\"percent\";d:31.789999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-500x500.jpg\";s:13:\"original_size\";i:37911;s:14:\"optimized_size\";i:25633;s:7:\"percent\";d:32.390000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-700x470.jpg\";s:13:\"original_size\";i:50504;s:14:\"optimized_size\";i:34428;s:7:\"percent\";d:31.829999999999998;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865-580x585.jpg\";s:13:\"original_size\";i:47226;s:14:\"optimized_size\";i:31741;s:7:\"percent\";d:32.789999999999999;}}}'),(2613,974,'_imagify_status','success'),(2614,972,'_imagify_optimization_level','1'),(2615,973,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:777897;s:14:\"optimized_size\";i:594093;s:7:\"percent\";d:23.629999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-e1493094588775.jpg\";s:13:\"original_size\";i:210421;s:14:\"optimized_size\";i:155862;s:7:\"percent\";d:25.93;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-150x150.jpg\";s:13:\"original_size\";i:7429;s:14:\"optimized_size\";i:5901;s:7:\"percent\";d:20.57;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-300x225.jpg\";s:13:\"original_size\";i:17502;s:14:\"optimized_size\";i:14054;s:7:\"percent\";d:19.699999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-768x576.jpg\";s:13:\"original_size\";i:83788;s:14:\"optimized_size\";i:62286;s:7:\"percent\";d:25.66;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-1024x768.jpg\";s:13:\"original_size\";i:135217;s:14:\"optimized_size\";i:100401;s:7:\"percent\";d:25.75;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-1000x490.jpg\";s:13:\"original_size\";i:81334;s:14:\"optimized_size\";i:60632;s:7:\"percent\";d:25.449999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-560x498.jpg\";s:13:\"original_size\";i:57240;s:14:\"optimized_size\";i:46034;s:7:\"percent\";d:19.579999999999998;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-500x500.jpg\";s:13:\"original_size\";i:52994;s:14:\"optimized_size\";i:42568;s:7:\"percent\";d:19.670000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-700x470.jpg\";s:13:\"original_size\";i:63736;s:14:\"optimized_size\";i:51491;s:7:\"percent\";d:19.210000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886-580x585.jpg\";s:13:\"original_size\";i:68236;s:14:\"optimized_size\";i:54864;s:7:\"percent\";d:19.600000000000001;}}}'),(2616,973,'_imagify_status','success'),(2617,971,'_imagify_optimization_level','1'),(2618,972,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:694124;s:14:\"optimized_size\";i:494443;s:7:\"percent\";d:28.77;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-e1493094402135.jpg\";s:13:\"original_size\";i:180399;s:14:\"optimized_size\";i:116714;s:7:\"percent\";d:35.299999999999997;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-150x150.jpg\";s:13:\"original_size\";i:7506;s:14:\"optimized_size\";i:6004;s:7:\"percent\";d:20.010000000000002;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-300x225.jpg\";s:13:\"original_size\";i:18607;s:14:\"optimized_size\";i:14952;s:7:\"percent\";d:19.640000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-768x576.jpg\";s:13:\"original_size\";i:75236;s:14:\"optimized_size\";i:56377;s:7:\"percent\";d:25.07;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-1024x768.jpg\";s:13:\"original_size\";i:116480;s:14:\"optimized_size\";i:79108;s:7:\"percent\";d:32.079999999999998;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-1000x490.jpg\";s:13:\"original_size\";i:82148;s:14:\"optimized_size\";i:60886;s:7:\"percent\";d:25.879999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-560x498.jpg\";s:13:\"original_size\";i:51590;s:14:\"optimized_size\";i:38741;s:7:\"percent\";d:24.91;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-500x500.jpg\";s:13:\"original_size\";i:45532;s:14:\"optimized_size\";i:34141;s:7:\"percent\";d:25.02;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-700x470.jpg\";s:13:\"original_size\";i:59475;s:14:\"optimized_size\";i:44606;s:7:\"percent\";d:25;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877-580x585.jpg\";s:13:\"original_size\";i:57151;s:14:\"optimized_size\";i:42914;s:7:\"percent\";d:24.91;}}}'),(2619,972,'_imagify_status','success'),(2620,968,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}}'),(2621,968,'_imagify_status','already_optimized'),(2622,968,'_imagify_optimization_level','1'),(2623,971,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:746543;s:14:\"optimized_size\";i:371135;s:7:\"percent\";d:50.289999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:67:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2.jpg\";s:13:\"original_size\";i:403454;s:14:\"optimized_size\";i:170311;s:7:\"percent\";d:57.789999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2-150x150.jpg\";s:13:\"original_size\";i:5346;s:14:\"optimized_size\";i:4381;s:7:\"percent\";d:18.050000000000001;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2-300x270.jpg\";s:13:\"original_size\";i:12935;s:14:\"optimized_size\";i:9855;s:7:\"percent\";d:23.809999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2-768x692.jpg\";s:13:\"original_size\";i:54210;s:14:\"optimized_size\";i:31322;s:7:\"percent\";d:42.219999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2-1024x923.jpg\";s:13:\"original_size\";i:88401;s:14:\"optimized_size\";i:46454;s:7:\"percent\";d:47.450000000000003;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2-1000x490.jpg\";s:13:\"original_size\";i:45652;s:14:\"optimized_size\";i:23965;s:7:\"percent\";d:47.509999999999998;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2-560x498.jpg\";s:13:\"original_size\";i:32680;s:14:\"optimized_size\";i:21086;s:7:\"percent\";d:35.479999999999997;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2-500x500.jpg\";s:13:\"original_size\";i:30365;s:14:\"optimized_size\";i:20032;s:7:\"percent\";d:34.030000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2-700x470.jpg\";s:13:\"original_size\";i:35273;s:14:\"optimized_size\";i:20888;s:7:\"percent\";d:40.780000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2-580x585.jpg\";s:13:\"original_size\";i:38227;s:14:\"optimized_size\";i:22841;s:7:\"percent\";d:40.25;}}}'),(2624,971,'_imagify_status','success'),(2625,967,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:61:\"File size must be under 2.0 MB .Current file size is 2.1 MB\";}}}'),(2626,967,'_imagify_status','error'),(2627,967,'_imagify_optimization_level','1'),(2628,966,'_imagify_optimization_level','1'),(2629,965,'_imagify_optimization_level','1'),(2630,966,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:1116332;s:14:\"optimized_size\";i:694317;s:7:\"percent\";d:37.799999999999997;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643.jpg\";s:13:\"original_size\";i:605955;s:14:\"optimized_size\";i:330566;s:7:\"percent\";d:45.450000000000003;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643-150x150.jpg\";s:13:\"original_size\";i:6544;s:14:\"optimized_size\";i:5235;s:7:\"percent\";d:20;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643-300x300.jpg\";s:13:\"original_size\";i:19354;s:14:\"optimized_size\";i:15914;s:7:\"percent\";d:17.77;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643-768x768.jpg\";s:13:\"original_size\";i:85021;s:14:\"optimized_size\";i:58020;s:7:\"percent\";d:31.760000000000002;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643-1024x1024.jpg\";s:13:\"original_size\";i:134474;s:14:\"optimized_size\";i:89202;s:7:\"percent\";d:33.670000000000002;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643-1000x490.jpg\";s:13:\"original_size\";i:66044;s:14:\"optimized_size\";i:44530;s:7:\"percent\";d:32.579999999999998;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643-560x498.jpg\";s:13:\"original_size\";i:47198;s:14:\"optimized_size\";i:35654;s:7:\"percent\";d:24.460000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643-500x500.jpg\";s:13:\"original_size\";i:43794;s:14:\"optimized_size\";i:33224;s:7:\"percent\";d:24.140000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643-700x470.jpg\";s:13:\"original_size\";i:52348;s:14:\"optimized_size\";i:39537;s:7:\"percent\";d:24.469999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643-580x585.jpg\";s:13:\"original_size\";i:55600;s:14:\"optimized_size\";i:42435;s:7:\"percent\";d:23.68;}}}'),(2631,966,'_imagify_status','success'),(2632,965,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:711826;s:14:\"optimized_size\";i:527410;s:7:\"percent\";d:25.91;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-e1493095305955.jpg\";s:13:\"original_size\";i:185748;s:14:\"optimized_size\";i:123316;s:7:\"percent\";d:33.609999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-150x150.jpg\";s:13:\"original_size\";i:7074;s:14:\"optimized_size\";i:5682;s:7:\"percent\";d:19.68;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-300x225.jpg\";s:13:\"original_size\";i:16836;s:14:\"optimized_size\";i:13818;s:7:\"percent\";d:17.93;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-768x576.jpg\";s:13:\"original_size\";i:75338;s:14:\"optimized_size\";i:57417;s:7:\"percent\";d:23.789999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-1024x768.jpg\";s:13:\"original_size\";i:120240;s:14:\"optimized_size\";i:90902;s:7:\"percent\";d:24.399999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-1000x490.jpg\";s:13:\"original_size\";i:80257;s:14:\"optimized_size\";i:61079;s:7:\"percent\";d:23.899999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-560x498.jpg\";s:13:\"original_size\";i:53297;s:14:\"optimized_size\";i:40564;s:7:\"percent\";d:23.890000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-500x500.jpg\";s:13:\"original_size\";i:49612;s:14:\"optimized_size\";i:40714;s:7:\"percent\";d:17.940000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-700x470.jpg\";s:13:\"original_size\";i:59989;s:14:\"optimized_size\";i:45511;s:7:\"percent\";d:24.129999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618-580x585.jpg\";s:13:\"original_size\";i:63435;s:14:\"optimized_size\";i:48407;s:7:\"percent\";d:23.690000000000001;}}}'),(2633,965,'_imagify_status','success'),(2634,964,'_imagify_optimization_level','1'),(2635,961,'_imagify_optimization_level','1'),(2636,964,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:493170;s:14:\"optimized_size\";i:291099;s:7:\"percent\";d:40.969999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-e1493095323867.jpg\";s:13:\"original_size\";i:134634;s:14:\"optimized_size\";i:69756;s:7:\"percent\";d:48.189999999999998;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-150x150.jpg\";s:13:\"original_size\";i:6067;s:14:\"optimized_size\";i:4898;s:7:\"percent\";d:19.27;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-300x225.jpg\";s:13:\"original_size\";i:14248;s:14:\"optimized_size\";i:11619;s:7:\"percent\";d:18.449999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-768x576.jpg\";s:13:\"original_size\";i:53167;s:14:\"optimized_size\";i:32276;s:7:\"percent\";d:39.289999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-1024x768.jpg\";s:13:\"original_size\";i:84020;s:14:\"optimized_size\";i:48372;s:7:\"percent\";d:42.43;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-1000x490.jpg\";s:13:\"original_size\";i:48530;s:14:\"optimized_size\";i:27059;s:7:\"percent\";d:44.240000000000002;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-560x498.jpg\";s:13:\"original_size\";i:36788;s:14:\"optimized_size\";i:24598;s:7:\"percent\";d:33.140000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-500x500.jpg\";s:13:\"original_size\";i:33265;s:14:\"optimized_size\";i:22209;s:7:\"percent\";d:33.240000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-700x470.jpg\";s:13:\"original_size\";i:40891;s:14:\"optimized_size\";i:25052;s:7:\"percent\";d:38.729999999999997;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637-580x585.jpg\";s:13:\"original_size\";i:41560;s:14:\"optimized_size\";i:25260;s:7:\"percent\";d:39.219999999999999;}}}'),(2637,964,'_imagify_status','success'),(2638,961,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:495301;s:14:\"optimized_size\";i:302188;s:7:\"percent\";d:38.990000000000002;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:108:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-e1493084342396.jpg\";s:13:\"original_size\";i:141161;s:14:\"optimized_size\";i:70638;s:7:\"percent\";d:49.960000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-150x150.jpg\";s:13:\"original_size\";i:5821;s:14:\"optimized_size\";i:4624;s:7:\"percent\";d:20.559999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-300x169.jpg\";s:13:\"original_size\";i:10796;s:14:\"optimized_size\";i:8736;s:7:\"percent\";d:19.079999999999998;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-768x432.jpg\";s:13:\"original_size\";i:44133;s:14:\"optimized_size\";i:29153;s:7:\"percent\";d:33.939999999999998;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-1024x576.jpg\";s:13:\"original_size\";i:70531;s:14:\"optimized_size\";i:44154;s:7:\"percent\";d:37.399999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-1000x490.jpg\";s:13:\"original_size\";i:63110;s:14:\"optimized_size\";i:40610;s:7:\"percent\";d:35.649999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-560x498.jpg\";s:13:\"original_size\";i:37409;s:14:\"optimized_size\";i:24518;s:7:\"percent\";d:34.460000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-500x500.jpg\";s:13:\"original_size\";i:34331;s:14:\"optimized_size\";i:22566;s:7:\"percent\";d:34.270000000000003;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-700x470.jpg\";s:13:\"original_size\";i:44426;s:14:\"optimized_size\";i:29197;s:7:\"percent\";d:34.280000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1-580x585.jpg\";s:13:\"original_size\";i:43583;s:14:\"optimized_size\";i:27992;s:7:\"percent\";d:35.770000000000003;}}}'),(2639,961,'_imagify_status','success'),(2640,959,'_imagify_optimization_level','1'),(2641,958,'_imagify_optimization_level','1'),(2642,959,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:523968;s:14:\"optimized_size\";i:273224;s:7:\"percent\";d:47.850000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:108:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-e1493095342221.jpg\";s:13:\"original_size\";i:155418;s:14:\"optimized_size\";i:75701;s:7:\"percent\";d:51.289999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-150x150.jpg\";s:13:\"original_size\";i:4783;s:14:\"optimized_size\";i:3631;s:7:\"percent\";d:24.09;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-300x225.jpg\";s:13:\"original_size\";i:11313;s:14:\"optimized_size\";i:8453;s:7:\"percent\";d:25.280000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-768x576.jpg\";s:13:\"original_size\";i:52251;s:14:\"optimized_size\";i:26273;s:7:\"percent\";d:49.719999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-1024x768.jpg\";s:13:\"original_size\";i:92381;s:14:\"optimized_size\";i:46253;s:7:\"percent\";d:49.93;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-1000x490.jpg\";s:13:\"original_size\";i:63515;s:14:\"optimized_size\";i:35717;s:7:\"percent\";d:43.770000000000003;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-560x498.jpg\";s:13:\"original_size\";i:33224;s:14:\"optimized_size\";i:17591;s:7:\"percent\";d:47.049999999999997;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-500x500.jpg\";s:13:\"original_size\";i:29996;s:14:\"optimized_size\";i:15998;s:7:\"percent\";d:46.670000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-700x470.jpg\";s:13:\"original_size\";i:41128;s:14:\"optimized_size\";i:23616;s:7:\"percent\";d:42.579999999999998;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8-580x585.jpg\";s:13:\"original_size\";i:39959;s:14:\"optimized_size\";i:19991;s:7:\"percent\";d:49.969999999999999;}}}'),(2643,959,'_imagify_status','success'),(2644,958,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:536147;s:14:\"optimized_size\";i:318163;s:7:\"percent\";d:40.659999999999997;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:109:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-e1493084269714.jpg\";s:13:\"original_size\";i:167402;s:14:\"optimized_size\";i:84735;s:7:\"percent\";d:49.380000000000003;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-150x150.jpg\";s:13:\"original_size\";i:5702;s:14:\"optimized_size\";i:4493;s:7:\"percent\";d:21.199999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-300x225.jpg\";s:13:\"original_size\";i:12958;s:14:\"optimized_size\";i:9564;s:7:\"percent\";d:26.190000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-768x576.jpg\";s:13:\"original_size\";i:53108;s:14:\"optimized_size\";i:34327;s:7:\"percent\";d:35.359999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:103:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-1024x768.jpg\";s:13:\"original_size\";i:84564;s:14:\"optimized_size\";i:47993;s:7:\"percent\";d:43.25;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:103:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-1000x490.jpg\";s:13:\"original_size\";i:56980;s:14:\"optimized_size\";i:35833;s:7:\"percent\";d:37.109999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-560x498.jpg\";s:13:\"original_size\";i:36879;s:14:\"optimized_size\";i:24180;s:7:\"percent\";d:34.43;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-500x500.jpg\";s:13:\"original_size\";i:33612;s:14:\"optimized_size\";i:22020;s:7:\"percent\";d:34.490000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-700x470.jpg\";s:13:\"original_size\";i:42500;s:14:\"optimized_size\";i:27692;s:7:\"percent\";d:34.840000000000003;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17-580x585.jpg\";s:13:\"original_size\";i:42442;s:14:\"optimized_size\";i:27326;s:7:\"percent\";d:35.619999999999997;}}}'),(2645,958,'_imagify_status','success'),(2646,957,'_imagify_optimization_level','1'),(2647,954,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:61:\"File size must be under 2.0 MB .Current file size is 2.3 MB\";}}}'),(2648,954,'_imagify_status','error'),(2649,954,'_imagify_optimization_level','1'),(2650,957,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:460234;s:14:\"optimized_size\";i:267573;s:7:\"percent\";d:41.859999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:109:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-e1493084229343.jpg\";s:13:\"original_size\";i:85141;s:14:\"optimized_size\";i:43444;s:7:\"percent\";d:48.969999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-150x150.jpg\";s:13:\"original_size\";i:5267;s:14:\"optimized_size\";i:4205;s:7:\"percent\";d:20.16;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-300x225.jpg\";s:13:\"original_size\";i:11965;s:14:\"optimized_size\";i:8844;s:7:\"percent\";d:26.079999999999998;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-768x576.jpg\";s:13:\"original_size\";i:52508;s:14:\"optimized_size\";i:31907;s:7:\"percent\";d:39.229999999999997;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:103:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-1024x768.jpg\";s:13:\"original_size\";i:89207;s:14:\"optimized_size\";i:45076;s:7:\"percent\";d:49.469999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:103:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-1000x490.jpg\";s:13:\"original_size\";i:61600;s:14:\"optimized_size\";i:36774;s:7:\"percent\";d:40.299999999999997;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-560x498.jpg\";s:13:\"original_size\";i:36154;s:14:\"optimized_size\";i:23089;s:7:\"percent\";d:36.140000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-500x500.jpg\";s:13:\"original_size\";i:33191;s:14:\"optimized_size\";i:21105;s:7:\"percent\";d:36.409999999999997;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-700x470.jpg\";s:13:\"original_size\";i:42322;s:14:\"optimized_size\";i:26442;s:7:\"percent\";d:37.520000000000003;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12-580x585.jpg\";s:13:\"original_size\";i:42879;s:14:\"optimized_size\";i:26687;s:7:\"percent\";d:37.759999999999998;}}}'),(2651,957,'_imagify_status','success'),(2652,952,'_imagify_optimization_level','1'),(2653,952,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:218461;s:14:\"optimized_size\";i:73818;s:7:\"percent\";d:66.209999999999994;}s:5:\"sizes\";a:3:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:67:\"http://daviddelk.net/band/wp-content/uploads/2017/04/hire-us2-1.png\";s:13:\"original_size\";i:115242;s:14:\"optimized_size\";i:38014;s:7:\"percent\";d:67.010000000000005;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/hire-us2-1-150x150.png\";s:13:\"original_size\";i:25521;s:14:\"optimized_size\";i:8650;s:7:\"percent\";d:66.109999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/hire-us2-1-300x300.png\";s:13:\"original_size\";i:77698;s:14:\"optimized_size\";i:27154;s:7:\"percent\";d:65.049999999999997;}}}'),(2654,952,'_imagify_status','success'),(2655,950,'_imagify_optimization_level','1'),(2656,922,'_imagify_optimization_level','1'),(2657,950,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:453005;s:14:\"optimized_size\";i:337424;s:7:\"percent\";d:25.510000000000002;}s:5:\"sizes\";a:8:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017.jpg\";s:13:\"original_size\";i:133573;s:14:\"optimized_size\";i:81269;s:7:\"percent\";d:39.159999999999997;}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:109:\"http://daviddelk.net/band/wp-content/uploads/2017/04/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-768x429.jpg\";s:13:\"original_size\";i:70645;s:14:\"optimized_size\";i:54698;s:7:\"percent\";d:22.57;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:109:\"http://daviddelk.net/band/wp-content/uploads/2017/04/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-560x474.jpg\";s:13:\"original_size\";i:62308;s:14:\"optimized_size\";i:51314;s:7:\"percent\";d:17.640000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:109:\"http://daviddelk.net/band/wp-content/uploads/2017/04/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-500x474.jpg\";s:13:\"original_size\";i:54964;s:14:\"optimized_size\";i:45228;s:7:\"percent\";d:17.710000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:109:\"http://daviddelk.net/band/wp-content/uploads/2017/04/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-700x470.jpg\";s:13:\"original_size\";i:68725;s:14:\"optimized_size\";i:53236;s:7:\"percent\";d:22.539999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:109:\"http://daviddelk.net/band/wp-content/uploads/2017/04/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017-580x474.jpg\";s:13:\"original_size\";i:62790;s:14:\"optimized_size\";i:51679;s:7:\"percent\";d:17.699999999999999;}}}'),(2658,950,'_imagify_status','success'),(2659,906,'_imagify_optimization_level','1'),(2660,922,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:776850;s:14:\"optimized_size\";i:604040;s:7:\"percent\";d:22.239999999999998;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:89:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE-e1492815952709.jpg\";s:13:\"original_size\";i:66329;s:14:\"optimized_size\";i:53492;s:7:\"percent\";d:19.350000000000001;}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE-300x300.jpg\";s:13:\"original_size\";i:29708;s:14:\"optimized_size\";i:23854;s:7:\"percent\";d:19.710000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE-768x769.jpg\";s:13:\"original_size\";i:120962;s:14:\"optimized_size\";i:91610;s:7:\"percent\";d:24.27;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE-1024x1024.jpg\";s:13:\"original_size\";i:181199;s:14:\"optimized_size\";i:137253;s:7:\"percent\";d:24.25;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:83:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE-1000x490.jpg\";s:13:\"original_size\";i:89190;s:14:\"optimized_size\";i:67713;s:7:\"percent\";d:24.079999999999998;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE-560x498.jpg\";s:13:\"original_size\";i:68565;s:14:\"optimized_size\";i:55501;s:7:\"percent\";d:19.050000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE-500x500.jpg\";s:13:\"original_size\";i:66270;s:14:\"optimized_size\";i:53383;s:7:\"percent\";d:19.449999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE-700x470.jpg\";s:13:\"original_size\";i:73307;s:14:\"optimized_size\";i:55327;s:7:\"percent\";d:24.530000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE-580x585.jpg\";s:13:\"original_size\";i:81320;s:14:\"optimized_size\";i:65907;s:7:\"percent\";d:18.949999999999999;}}}'),(2661,922,'_imagify_status','success'),(2662,906,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:516841;s:14:\"optimized_size\";i:412984;s:7:\"percent\";d:20.09;}s:5:\"sizes\";a:9:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS-e1492812225773.jpg\";s:13:\"original_size\";i:44838;s:14:\"optimized_size\";i:36221;s:7:\"percent\";d:19.219999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS-150x150.jpg\";s:13:\"original_size\";i:8232;s:14:\"optimized_size\";i:6558;s:7:\"percent\";d:20.34;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS-300x226.jpg\";s:13:\"original_size\";i:19633;s:14:\"optimized_size\";i:15747;s:7:\"percent\";d:19.789999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS-768x578.jpg\";s:13:\"original_size\";i:90289;s:14:\"optimized_size\";i:67448;s:7:\"percent\";d:25.300000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS-812x490.jpg\";s:13:\"original_size\";i:91202;s:14:\"optimized_size\";i:73283;s:7:\"percent\";d:19.649999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS-560x498.jpg\";s:13:\"original_size\";i:61953;s:14:\"optimized_size\";i:50467;s:7:\"percent\";d:18.539999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS-500x500.jpg\";s:13:\"original_size\";i:57463;s:14:\"optimized_size\";i:46704;s:7:\"percent\";d:18.719999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS-700x470.jpg\";s:13:\"original_size\";i:70085;s:14:\"optimized_size\";i:56755;s:7:\"percent\";d:19.02;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS-580x585.jpg\";s:13:\"original_size\";i:73146;s:14:\"optimized_size\";i:59801;s:7:\"percent\";d:18.239999999999998;}}}'),(2663,906,'_imagify_status','success'),(2664,901,'_imagify_optimization_level','1'),(2665,898,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:61:\"File size must be under 2.0 MB .Current file size is 2.4 MB\";}}}'),(2666,898,'_imagify_status','error'),(2667,898,'_imagify_optimization_level','1'),(2668,901,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:518354;s:14:\"optimized_size\";i:337517;s:7:\"percent\";d:34.890000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:88:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW-e1492805078724.jpg\";s:13:\"original_size\";i:47631;s:14:\"optimized_size\";i:34707;s:7:\"percent\";d:27.129999999999999;}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:81:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW-300x300.jpg\";s:13:\"original_size\";i:23669;s:14:\"optimized_size\";i:17481;s:7:\"percent\";d:26.140000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:81:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW-768x768.jpg\";s:13:\"original_size\";i:78768;s:14:\"optimized_size\";i:50009;s:7:\"percent\";d:36.509999999999998;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:83:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW-1024x1024.jpg\";s:13:\"original_size\";i:115321;s:14:\"optimized_size\";i:66277;s:7:\"percent\";d:42.530000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW-1000x490.jpg\";s:13:\"original_size\";i:50715;s:14:\"optimized_size\";i:29492;s:7:\"percent\";d:41.850000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:81:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW-560x498.jpg\";s:13:\"original_size\";i:49624;s:14:\"optimized_size\";i:34448;s:7:\"percent\";d:30.579999999999998;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:81:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW-500x500.jpg\";s:13:\"original_size\";i:47631;s:14:\"optimized_size\";i:34707;s:7:\"percent\";d:27.129999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:81:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW-700x470.jpg\";s:13:\"original_size\";i:47939;s:14:\"optimized_size\";i:31525;s:7:\"percent\";d:34.240000000000002;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:81:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW-580x585.jpg\";s:13:\"original_size\";i:57056;s:14:\"optimized_size\";i:38871;s:7:\"percent\";d:31.870000000000001;}}}'),(2669,901,'_imagify_status','success'),(2670,893,'_imagify_optimization_level','1'),(2671,890,'_imagify_optimization_level','1'),(2672,893,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:254792;s:14:\"optimized_size\";i:129777;s:7:\"percent\";d:49.07;}s:5:\"sizes\";a:8:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/single-bkgrd.jpg\";s:13:\"original_size\";i:75330;s:14:\"optimized_size\";i:25300;s:7:\"percent\";d:66.409999999999997;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/single-bkgrd-150x150.jpg\";s:13:\"original_size\";i:5066;s:14:\"optimized_size\";i:3526;s:7:\"percent\";d:30.399999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/single-bkgrd-300x300.jpg\";s:13:\"original_size\";i:13831;s:14:\"optimized_size\";i:8932;s:7:\"percent\";d:35.420000000000002;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/single-bkgrd-600x490.jpg\";s:13:\"original_size\";i:35740;s:14:\"optimized_size\";i:21114;s:7:\"percent\";d:40.920000000000002;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/single-bkgrd-560x498.jpg\";s:13:\"original_size\";i:30036;s:14:\"optimized_size\";i:17173;s:7:\"percent\";d:42.829999999999998;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/single-bkgrd-500x500.jpg\";s:13:\"original_size\";i:26758;s:14:\"optimized_size\";i:15132;s:7:\"percent\";d:43.450000000000003;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/single-bkgrd-600x470.jpg\";s:13:\"original_size\";i:35514;s:14:\"optimized_size\";i:20884;s:7:\"percent\";d:41.200000000000003;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/single-bkgrd-580x585.jpg\";s:13:\"original_size\";i:32517;s:14:\"optimized_size\";i:17716;s:7:\"percent\";d:45.520000000000003;}}}'),(2673,893,'_imagify_status','success'),(2674,890,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:1259119;s:14:\"optimized_size\";i:557887;s:7:\"percent\";d:55.689999999999998;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us.png\";s:13:\"original_size\";i:279469;s:14:\"optimized_size\";i:130463;s:7:\"percent\";d:53.32;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us-150x150.png\";s:13:\"original_size\";i:34951;s:14:\"optimized_size\";i:14759;s:7:\"percent\";d:57.770000000000003;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us-300x31.png\";s:13:\"original_size\";i:18517;s:14:\"optimized_size\";i:8367;s:7:\"percent\";d:54.810000000000002;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us-768x80.png\";s:13:\"original_size\";i:93451;s:14:\"optimized_size\";i:41116;s:7:\"percent\";d:56;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us-1024x106.png\";s:13:\"original_size\";i:152760;s:14:\"optimized_size\";i:65810;s:7:\"percent\";d:56.920000000000002;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us-1000x160.png\";s:13:\"original_size\";i:199328;s:14:\"optimized_size\";i:87244;s:7:\"percent\";d:56.229999999999997;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us-560x160.png\";s:13:\"original_size\";i:114099;s:14:\"optimized_size\";i:50032;s:7:\"percent\";d:56.149999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us-500x160.png\";s:13:\"original_size\";i:106627;s:14:\"optimized_size\";i:45973;s:7:\"percent\";d:56.880000000000003;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us-700x160.png\";s:13:\"original_size\";i:142274;s:14:\"optimized_size\";i:62044;s:7:\"percent\";d:56.390000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/about-us-580x160.png\";s:13:\"original_size\";i:117643;s:14:\"optimized_size\";i:52079;s:7:\"percent\";d:55.729999999999997;}}}'),(2675,890,'_imagify_status','success'),(2676,886,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:61:\"File size must be under 2.0 MB .Current file size is 2.1 MB\";}}}'),(2677,886,'_imagify_status','error'),(2678,886,'_imagify_optimization_level','1'),(2679,885,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:61:\"File size must be under 2.0 MB .Current file size is 2.7 MB\";}}}'),(2680,885,'_imagify_status','error'),(2681,885,'_imagify_optimization_level','1'),(2682,883,'_imagify_optimization_level','1'),(2683,879,'_imagify_optimization_level','1'),(2684,879,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:540143;s:14:\"optimized_size\";i:349116;s:7:\"percent\";d:35.369999999999997;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:93:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1.jpg\";s:13:\"original_size\";i:143976;s:14:\"optimized_size\";i:68769;s:7:\"percent\";d:52.240000000000002;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1-150x150.jpg\";s:13:\"original_size\";i:7448;s:14:\"optimized_size\";i:6006;s:7:\"percent\";d:19.359999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1-300x169.jpg\";s:13:\"original_size\";i:13590;s:14:\"optimized_size\";i:11071;s:7:\"percent\";d:18.539999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1-768x432.jpg\";s:13:\"original_size\";i:49445;s:14:\"optimized_size\";i:35839;s:7:\"percent\";d:27.52;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1-1024x576.jpg\";s:13:\"original_size\";i:76913;s:14:\"optimized_size\";i:51983;s:7:\"percent\";d:32.409999999999997;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:102:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1-1000x490.jpg\";s:13:\"original_size\";i:66010;s:14:\"optimized_size\";i:44892;s:7:\"percent\";d:31.989999999999998;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1-560x498.jpg\";s:13:\"original_size\";i:43122;s:14:\"optimized_size\";i:30931;s:7:\"percent\";d:28.27;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1-500x500.jpg\";s:13:\"original_size\";i:39297;s:14:\"optimized_size\";i:28161;s:7:\"percent\";d:28.34;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1-700x470.jpg\";s:13:\"original_size\";i:50347;s:14:\"optimized_size\";i:35997;s:7:\"percent\";d:28.5;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:101:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1-580x576.jpg\";s:13:\"original_size\";i:49995;s:14:\"optimized_size\";i:35467;s:7:\"percent\";d:29.059999999999999;}}}'),(2685,879,'_imagify_status','success'),(2686,883,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:3259146;s:14:\"optimized_size\";i:1311720;s:7:\"percent\";d:59.75;}s:5:\"sizes\";a:9:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:68:\"http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark.png\";s:13:\"original_size\";i:716245;s:14:\"optimized_size\";i:298981;s:7:\"percent\";d:58.259999999999998;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-150x150.png\";s:13:\"original_size\";i:31061;s:14:\"optimized_size\";i:14532;s:7:\"percent\";d:53.210000000000001;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-300x212.png\";s:13:\"original_size\";i:78659;s:14:\"optimized_size\";i:34399;s:7:\"percent\";d:56.270000000000003;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-768x542.png\";s:13:\"original_size\";i:460516;s:14:\"optimized_size\";i:187086;s:7:\"percent\";d:59.369999999999997;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-1000x490.png\";s:13:\"original_size\";i:593768;s:14:\"optimized_size\";i:222672;s:7:\"percent\";d:62.5;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-560x498.png\";s:13:\"original_size\";i:322886;s:14:\"optimized_size\";i:129382;s:7:\"percent\";d:59.93;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-500x500.png\";s:13:\"original_size\";i:294624;s:14:\"optimized_size\";i:118145;s:7:\"percent\";d:59.899999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-700x470.png\";s:13:\"original_size\";i:371252;s:14:\"optimized_size\";i:149185;s:7:\"percent\";d:59.82;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-580x585.png\";s:13:\"original_size\";i:390135;s:14:\"optimized_size\";i:157338;s:7:\"percent\";d:59.670000000000002;}}}'),(2687,883,'_imagify_status','success'),(2688,877,'_imagify_optimization_level','1'),(2689,876,'_imagify_optimization_level','1'),(2690,877,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:746213;s:14:\"optimized_size\";i:556614;s:7:\"percent\";d:25.41;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:104:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n.jpg\";s:13:\"original_size\";i:210955;s:14:\"optimized_size\";i:136839;s:7:\"percent\";d:35.130000000000003;}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n-768x432.jpg\";s:13:\"original_size\";i:72186;s:14:\"optimized_size\";i:59793;s:7:\"percent\";d:17.170000000000002;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:113:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n-1024x576.jpg\";s:13:\"original_size\";i:114449;s:14:\"optimized_size\";i:89006;s:7:\"percent\";d:22.23;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:113:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n-1000x490.jpg\";s:13:\"original_size\";i:98546;s:14:\"optimized_size\";i:76644;s:7:\"percent\";d:22.23;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n-560x498.jpg\";s:13:\"original_size\";i:58499;s:14:\"optimized_size\";i:45514;s:7:\"percent\";d:22.199999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n-500x500.jpg\";s:13:\"original_size\";i:53185;s:14:\"optimized_size\";i:41334;s:7:\"percent\";d:22.280000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n-700x470.jpg\";s:13:\"original_size\";i:69841;s:14:\"optimized_size\";i:54414;s:7:\"percent\";d:22.09;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n-580x576.jpg\";s:13:\"original_size\";i:68552;s:14:\"optimized_size\";i:53070;s:7:\"percent\";d:22.579999999999998;}}}'),(2691,877,'_imagify_status','success'),(2692,876,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:916999;s:14:\"optimized_size\";i:718346;s:7:\"percent\";d:21.66;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:104:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n.jpg\";s:13:\"original_size\";i:255836;s:14:\"optimized_size\";i:186183;s:7:\"percent\";d:27.23;}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n-768x432.jpg\";s:13:\"original_size\";i:89739;s:14:\"optimized_size\";i:71754;s:7:\"percent\";d:20.039999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:113:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n-1024x576.jpg\";s:13:\"original_size\";i:142957;s:14:\"optimized_size\";i:115182;s:7:\"percent\";d:19.43;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:113:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n-1000x490.jpg\";s:13:\"original_size\";i:117109;s:14:\"optimized_size\";i:94783;s:7:\"percent\";d:19.059999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n-560x498.jpg\";s:13:\"original_size\";i:72856;s:14:\"optimized_size\";i:58739;s:7:\"percent\";d:19.379999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n-500x500.jpg\";s:13:\"original_size\";i:64540;s:14:\"optimized_size\";i:52043;s:7:\"percent\";d:19.359999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n-700x470.jpg\";s:13:\"original_size\";i:89427;s:14:\"optimized_size\";i:72009;s:7:\"percent\";d:19.48;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n-580x576.jpg\";s:13:\"original_size\";i:84535;s:14:\"optimized_size\";i:67653;s:7:\"percent\";d:19.969999999999999;}}}'),(2693,876,'_imagify_status','success'),(2694,875,'_imagify_optimization_level','1'),(2695,874,'_imagify_optimization_level','1'),(2696,875,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:278256;s:14:\"optimized_size\";i:119624;s:7:\"percent\";d:57.009999999999998;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:104:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o.jpg\";s:13:\"original_size\";i:64007;s:14:\"optimized_size\";i:15609;s:7:\"percent\";d:75.609999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o-150x150.jpg\";s:13:\"original_size\";i:4979;s:14:\"optimized_size\";i:3677;s:7:\"percent\";d:26.149999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o-300x169.jpg\";s:13:\"original_size\";i:7220;s:14:\"optimized_size\";i:4648;s:7:\"percent\";d:35.619999999999997;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o-768x432.jpg\";s:13:\"original_size\";i:25783;s:14:\"optimized_size\";i:13154;s:7:\"percent\";d:48.979999999999997;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:113:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o-1024x576.jpg\";s:13:\"original_size\";i:39848;s:14:\"optimized_size\";i:15674;s:7:\"percent\";d:60.670000000000002;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:113:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o-1000x490.jpg\";s:13:\"original_size\";i:32594;s:14:\"optimized_size\";i:13021;s:7:\"percent\";d:60.049999999999997;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o-560x498.jpg\";s:13:\"original_size\";i:24075;s:14:\"optimized_size\";i:12928;s:7:\"percent\";d:46.299999999999997;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o-500x500.jpg\";s:13:\"original_size\";i:24355;s:14:\"optimized_size\";i:13514;s:7:\"percent\";d:44.509999999999998;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o-700x470.jpg\";s:13:\"original_size\";i:24225;s:14:\"optimized_size\";i:10660;s:7:\"percent\";d:56;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:112:\"http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o-580x576.jpg\";s:13:\"original_size\";i:31170;s:14:\"optimized_size\";i:16739;s:7:\"percent\";d:46.299999999999997;}}}'),(2697,875,'_imagify_status','success'),(2698,874,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:371185;s:14:\"optimized_size\";i:200996;s:7:\"percent\";d:45.850000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677.jpg\";s:13:\"original_size\";i:111245;s:14:\"optimized_size\";i:49459;s:7:\"percent\";d:55.539999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677-150x150.jpg\";s:13:\"original_size\";i:4591;s:14:\"optimized_size\";i:3363;s:7:\"percent\";d:26.75;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677-300x169.jpg\";s:13:\"original_size\";i:7997;s:14:\"optimized_size\";i:5389;s:7:\"percent\";d:32.609999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677-768x432.jpg\";s:13:\"original_size\";i:31329;s:14:\"optimized_size\";i:18402;s:7:\"percent\";d:41.259999999999998;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677-1024x576.jpg\";s:13:\"original_size\";i:52649;s:14:\"optimized_size\";i:29828;s:7:\"percent\";d:43.350000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677-1000x490.jpg\";s:13:\"original_size\";i:41933;s:14:\"optimized_size\";i:23181;s:7:\"percent\";d:44.719999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677-560x498.jpg\";s:13:\"original_size\";i:28097;s:14:\"optimized_size\";i:16464;s:7:\"percent\";d:41.399999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677-500x500.jpg\";s:13:\"original_size\";i:26507;s:14:\"optimized_size\";i:15913;s:7:\"percent\";d:39.969999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677-700x470.jpg\";s:13:\"original_size\";i:30809;s:14:\"optimized_size\";i:17944;s:7:\"percent\";d:41.759999999999998;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677-580x576.jpg\";s:13:\"original_size\";i:36028;s:14:\"optimized_size\";i:21053;s:7:\"percent\";d:41.560000000000002;}}}'),(2699,874,'_imagify_status','success'),(2700,873,'_imagify_optimization_level','1'),(2701,872,'_imagify_optimization_level','1'),(2702,873,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:404273;s:14:\"optimized_size\";i:226286;s:7:\"percent\";d:44.030000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699.jpg\";s:13:\"original_size\";i:122366;s:14:\"optimized_size\";i:56774;s:7:\"percent\";d:53.600000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699-150x150.jpg\";s:13:\"original_size\";i:4963;s:14:\"optimized_size\";i:3629;s:7:\"percent\";d:26.879999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699-300x169.jpg\";s:13:\"original_size\";i:8917;s:14:\"optimized_size\";i:6576;s:7:\"percent\";d:26.25;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699-768x432.jpg\";s:13:\"original_size\";i:34366;s:14:\"optimized_size\";i:20974;s:7:\"percent\";d:38.969999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699-1024x576.jpg\";s:13:\"original_size\";i:57175;s:14:\"optimized_size\";i:32759;s:7:\"percent\";d:42.700000000000003;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699-1000x490.jpg\";s:13:\"original_size\";i:47542;s:14:\"optimized_size\";i:27765;s:7:\"percent\";d:41.600000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699-560x498.jpg\";s:13:\"original_size\";i:30088;s:14:\"optimized_size\";i:18444;s:7:\"percent\";d:38.700000000000003;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699-500x500.jpg\";s:13:\"original_size\";i:27476;s:14:\"optimized_size\";i:16766;s:7:\"percent\";d:38.979999999999997;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699-700x470.jpg\";s:13:\"original_size\";i:34811;s:14:\"optimized_size\";i:21232;s:7:\"percent\";d:39.009999999999998;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699-580x576.jpg\";s:13:\"original_size\";i:36569;s:14:\"optimized_size\";i:21367;s:7:\"percent\";d:41.57;}}}'),(2703,873,'_imagify_status','success'),(2704,872,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:538427;s:14:\"optimized_size\";i:353509;s:7:\"percent\";d:34.340000000000003;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657.jpg\";s:13:\"original_size\";i:159314;s:14:\"optimized_size\";i:90991;s:7:\"percent\";d:42.890000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657-150x150.jpg\";s:13:\"original_size\";i:6451;s:14:\"optimized_size\";i:5104;s:7:\"percent\";d:20.879999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657-300x169.jpg\";s:13:\"original_size\";i:12273;s:14:\"optimized_size\";i:9786;s:7:\"percent\";d:20.260000000000002;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657-768x432.jpg\";s:13:\"original_size\";i:47385;s:14:\"optimized_size\";i:32553;s:7:\"percent\";d:31.300000000000001;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657-1024x576.jpg\";s:13:\"original_size\";i:77455;s:14:\"optimized_size\";i:51686;s:7:\"percent\";d:33.270000000000003;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657-1000x490.jpg\";s:13:\"original_size\";i:64435;s:14:\"optimized_size\";i:43733;s:7:\"percent\";d:32.130000000000003;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657-560x498.jpg\";s:13:\"original_size\";i:39323;s:14:\"optimized_size\";i:26794;s:7:\"percent\";d:31.859999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657-500x500.jpg\";s:13:\"original_size\";i:36582;s:14:\"optimized_size\";i:25036;s:7:\"percent\";d:31.559999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657-700x470.jpg\";s:13:\"original_size\";i:46400;s:14:\"optimized_size\";i:31689;s:7:\"percent\";d:31.699999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657-580x576.jpg\";s:13:\"original_size\";i:48809;s:14:\"optimized_size\";i:36137;s:7:\"percent\";d:25.960000000000001;}}}'),(2705,872,'_imagify_status','success'),(2706,871,'_imagify_optimization_level','1'),(2707,870,'_imagify_optimization_level','1'),(2708,871,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:437076;s:14:\"optimized_size\";i:248719;s:7:\"percent\";d:43.090000000000003;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750.jpg\";s:13:\"original_size\";i:118881;s:14:\"optimized_size\";i:48154;s:7:\"percent\";d:59.490000000000002;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750-150x150.jpg\";s:13:\"original_size\";i:6282;s:14:\"optimized_size\";i:4972;s:7:\"percent\";d:20.850000000000001;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750-300x169.jpg\";s:13:\"original_size\";i:10510;s:14:\"optimized_size\";i:8368;s:7:\"percent\";d:20.379999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750-768x432.jpg\";s:13:\"original_size\";i:39545;s:14:\"optimized_size\";i:24336;s:7:\"percent\";d:38.460000000000001;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750-1024x576.jpg\";s:13:\"original_size\";i:61490;s:14:\"optimized_size\";i:37410;s:7:\"percent\";d:39.159999999999997;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750-1000x490.jpg\";s:13:\"original_size\";i:51490;s:14:\"optimized_size\";i:31421;s:7:\"percent\";d:38.979999999999997;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750-560x498.jpg\";s:13:\"original_size\";i:34896;s:14:\"optimized_size\";i:22099;s:7:\"percent\";d:36.670000000000002;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750-500x500.jpg\";s:13:\"original_size\";i:32487;s:14:\"optimized_size\";i:20786;s:7:\"percent\";d:36.020000000000003;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750-700x470.jpg\";s:13:\"original_size\";i:40429;s:14:\"optimized_size\";i:25307;s:7:\"percent\";d:37.399999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750-580x576.jpg\";s:13:\"original_size\";i:41066;s:14:\"optimized_size\";i:25866;s:7:\"percent\";d:37.009999999999998;}}}'),(2709,871,'_imagify_status','success'),(2710,870,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:561122;s:14:\"optimized_size\";i:355792;s:7:\"percent\";d:36.590000000000003;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723.jpg\";s:13:\"original_size\";i:165358;s:14:\"optimized_size\";i:92690;s:7:\"percent\";d:43.950000000000003;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723-150x150.jpg\";s:13:\"original_size\";i:7099;s:14:\"optimized_size\";i:5603;s:7:\"percent\";d:21.07;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723-300x169.jpg\";s:13:\"original_size\";i:12576;s:14:\"optimized_size\";i:9965;s:7:\"percent\";d:20.760000000000002;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723-768x432.jpg\";s:13:\"original_size\";i:47923;s:14:\"optimized_size\";i:32330;s:7:\"percent\";d:32.539999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723-1024x576.jpg\";s:13:\"original_size\";i:80067;s:14:\"optimized_size\";i:51350;s:7:\"percent\";d:35.869999999999997;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723-1000x490.jpg\";s:13:\"original_size\";i:65553;s:14:\"optimized_size\";i:42060;s:7:\"percent\";d:35.840000000000003;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723-560x498.jpg\";s:13:\"original_size\";i:42690;s:14:\"optimized_size\";i:28834;s:7:\"percent\";d:32.460000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723-500x500.jpg\";s:13:\"original_size\";i:39186;s:14:\"optimized_size\";i:26395;s:7:\"percent\";d:32.640000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723-700x470.jpg\";s:13:\"original_size\";i:48200;s:14:\"optimized_size\";i:32572;s:7:\"percent\";d:32.420000000000002;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723-580x576.jpg\";s:13:\"original_size\";i:52470;s:14:\"optimized_size\";i:33993;s:7:\"percent\";d:35.210000000000001;}}}'),(2711,870,'_imagify_status','success'),(2712,869,'_imagify_optimization_level','1'),(2713,868,'_imagify_optimization_level','1'),(2714,869,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:766316;s:14:\"optimized_size\";i:589973;s:7:\"percent\";d:23.010000000000002;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909.jpg\";s:13:\"original_size\";i:233483;s:14:\"optimized_size\";i:167525;s:7:\"percent\";d:28.25;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909-150x150.jpg\";s:13:\"original_size\";i:6333;s:14:\"optimized_size\";i:5081;s:7:\"percent\";d:19.77;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909-300x169.jpg\";s:13:\"original_size\";i:14713;s:14:\"optimized_size\";i:11781;s:7:\"percent\";d:19.93;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909-768x432.jpg\";s:13:\"original_size\";i:70112;s:14:\"optimized_size\";i:56467;s:7:\"percent\";d:19.460000000000001;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909-1024x576.jpg\";s:13:\"original_size\";i:125206;s:14:\"optimized_size\";i:100100;s:7:\"percent\";d:20.050000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909-1000x490.jpg\";s:13:\"original_size\";i:97222;s:14:\"optimized_size\";i:78909;s:7:\"percent\";d:18.84;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909-560x498.jpg\";s:13:\"original_size\";i:49124;s:14:\"optimized_size\";i:36733;s:7:\"percent\";d:25.219999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909-500x500.jpg\";s:13:\"original_size\";i:43774;s:14:\"optimized_size\";i:32510;s:7:\"percent\";d:25.73;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909-700x470.jpg\";s:13:\"original_size\";i:65028;s:14:\"optimized_size\";i:52351;s:7:\"percent\";d:19.489999999999998;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909-580x576.jpg\";s:13:\"original_size\";i:61321;s:14:\"optimized_size\";i:48516;s:7:\"percent\";d:20.879999999999999;}}}'),(2715,869,'_imagify_status','success'),(2716,868,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:539383;s:14:\"optimized_size\";i:333658;s:7:\"percent\";d:38.140000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277.jpg\";s:13:\"original_size\";i:149497;s:14:\"optimized_size\";i:76581;s:7:\"percent\";d:48.770000000000003;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277-150x150.jpg\";s:13:\"original_size\";i:7563;s:14:\"optimized_size\";i:6105;s:7:\"percent\";d:19.280000000000001;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277-300x169.jpg\";s:13:\"original_size\";i:12304;s:14:\"optimized_size\";i:10089;s:7:\"percent\";d:18;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277-768x432.jpg\";s:13:\"original_size\";i:48131;s:14:\"optimized_size\";i:32155;s:7:\"percent\";d:33.189999999999998;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277-1024x576.jpg\";s:13:\"original_size\";i:75690;s:14:\"optimized_size\";i:46098;s:7:\"percent\";d:39.100000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277-1000x490.jpg\";s:13:\"original_size\";i:62559;s:14:\"optimized_size\";i:38677;s:7:\"percent\";d:38.18;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277-560x498.jpg\";s:13:\"original_size\";i:43503;s:14:\"optimized_size\";i:29638;s:7:\"percent\";d:31.870000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277-500x500.jpg\";s:13:\"original_size\";i:40455;s:14:\"optimized_size\";i:27679;s:7:\"percent\";d:31.579999999999998;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277-700x470.jpg\";s:13:\"original_size\";i:48271;s:14:\"optimized_size\";i:31962;s:7:\"percent\";d:33.789999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277-580x576.jpg\";s:13:\"original_size\";i:51410;s:14:\"optimized_size\";i:34674;s:7:\"percent\";d:32.549999999999997;}}}'),(2717,868,'_imagify_status','success'),(2718,867,'_imagify_optimization_level','1'),(2719,864,'_imagify_optimization_level','1'),(2720,867,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:414293;s:14:\"optimized_size\";i:230732;s:7:\"percent\";d:44.310000000000002;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925.jpg\";s:13:\"original_size\";i:127843;s:14:\"optimized_size\";i:57559;s:7:\"percent\";d:54.979999999999997;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925-150x150.jpg\";s:13:\"original_size\";i:5747;s:14:\"optimized_size\";i:4693;s:7:\"percent\";d:18.34;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925-300x169.jpg\";s:13:\"original_size\";i:8607;s:14:\"optimized_size\";i:6079;s:7:\"percent\";d:29.370000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925-768x432.jpg\";s:13:\"original_size\";i:32468;s:14:\"optimized_size\";i:19806;s:7:\"percent\";d:39;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925-1024x576.jpg\";s:13:\"original_size\";i:55377;s:14:\"optimized_size\";i:31158;s:7:\"percent\";d:43.729999999999997;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925-1000x490.jpg\";s:13:\"original_size\";i:44958;s:14:\"optimized_size\";i:24754;s:7:\"percent\";d:44.939999999999998;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925-560x498.jpg\";s:13:\"original_size\";i:32517;s:14:\"optimized_size\";i:20703;s:7:\"percent\";d:36.329999999999998;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925-500x500.jpg\";s:13:\"original_size\";i:31021;s:14:\"optimized_size\";i:19890;s:7:\"percent\";d:35.880000000000003;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925-700x470.jpg\";s:13:\"original_size\";i:34007;s:14:\"optimized_size\";i:20839;s:7:\"percent\";d:38.719999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925-580x576.jpg\";s:13:\"original_size\";i:41748;s:14:\"optimized_size\";i:25251;s:7:\"percent\";d:39.520000000000003;}}}'),(2721,867,'_imagify_status','success'),(2722,864,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:574840;s:14:\"optimized_size\";i:369271;s:7:\"percent\";d:35.759999999999998;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5.jpg\";s:13:\"original_size\";i:170151;s:14:\"optimized_size\";i:101005;s:7:\"percent\";d:40.640000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5-150x150.jpg\";s:13:\"original_size\";i:6509;s:14:\"optimized_size\";i:5224;s:7:\"percent\";d:19.739999999999998;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5-300x169.jpg\";s:13:\"original_size\";i:13074;s:14:\"optimized_size\";i:10611;s:7:\"percent\";d:18.84;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5-768x432.jpg\";s:13:\"original_size\";i:53533;s:14:\"optimized_size\";i:35595;s:7:\"percent\";d:33.509999999999998;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:83:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5-1024x576.jpg\";s:13:\"original_size\";i:86136;s:14:\"optimized_size\";i:56281;s:7:\"percent\";d:34.659999999999997;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:83:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5-1000x490.jpg\";s:13:\"original_size\";i:66536;s:14:\"optimized_size\";i:42091;s:7:\"percent\";d:36.740000000000002;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5-560x498.jpg\";s:13:\"original_size\";i:41978;s:14:\"optimized_size\";i:28069;s:7:\"percent\";d:33.130000000000003;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5-500x500.jpg\";s:13:\"original_size\";i:37528;s:14:\"optimized_size\";i:25097;s:7:\"percent\";d:33.119999999999997;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5-700x470.jpg\";s:13:\"original_size\";i:50486;s:14:\"optimized_size\";i:33341;s:7:\"percent\";d:33.960000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5-580x576.jpg\";s:13:\"original_size\";i:48909;s:14:\"optimized_size\";i:31957;s:7:\"percent\";d:34.659999999999997;}}}'),(2723,864,'_imagify_status','success'),(2724,863,'_imagify_optimization_level','1'),(2725,862,'_imagify_optimization_level','1'),(2726,863,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:1102952;s:14:\"optimized_size\";i:902742;s:7:\"percent\";d:18.149999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3.jpg\";s:13:\"original_size\";i:327689;s:14:\"optimized_size\";i:269836;s:7:\"percent\";d:17.649999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3-150x150.jpg\";s:13:\"original_size\";i:8739;s:14:\"optimized_size\";i:6912;s:7:\"percent\";d:20.91;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3-300x169.jpg\";s:13:\"original_size\";i:18257;s:14:\"optimized_size\";i:14566;s:7:\"percent\";d:20.219999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3-768x432.jpg\";s:13:\"original_size\";i:97097;s:14:\"optimized_size\";i:79083;s:7:\"percent\";d:18.550000000000001;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:85:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3-1024x576.jpg\";s:13:\"original_size\";i:178760;s:14:\"optimized_size\";i:144876;s:7:\"percent\";d:18.960000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:85:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3-1000x490.jpg\";s:13:\"original_size\";i:132164;s:14:\"optimized_size\";i:109216;s:7:\"percent\";d:17.359999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3-560x498.jpg\";s:13:\"original_size\";i:77101;s:14:\"optimized_size\";i:63486;s:7:\"percent\";d:17.66;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3-500x500.jpg\";s:13:\"original_size\";i:69684;s:14:\"optimized_size\";i:57177;s:7:\"percent\";d:17.949999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3-700x470.jpg\";s:13:\"original_size\";i:92936;s:14:\"optimized_size\";i:76148;s:7:\"percent\";d:18.059999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3-580x576.jpg\";s:13:\"original_size\";i:100525;s:14:\"optimized_size\";i:81442;s:7:\"percent\";d:18.98;}}}'),(2727,863,'_imagify_status','success'),(2728,862,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:662458;s:14:\"optimized_size\";i:459641;s:7:\"percent\";d:30.620000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1.jpg\";s:13:\"original_size\";i:193946;s:14:\"optimized_size\";i:119589;s:7:\"percent\";d:38.340000000000003;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1-150x150.jpg\";s:13:\"original_size\";i:6498;s:14:\"optimized_size\";i:5203;s:7:\"percent\";d:19.93;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1-300x169.jpg\";s:13:\"original_size\";i:13864;s:14:\"optimized_size\";i:11222;s:7:\"percent\";d:19.059999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1-768x432.jpg\";s:13:\"original_size\";i:61955;s:14:\"optimized_size\";i:46290;s:7:\"percent\";d:25.280000000000001;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:85:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1-1024x576.jpg\";s:13:\"original_size\";i:101818;s:14:\"optimized_size\";i:75481;s:7:\"percent\";d:25.870000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:85:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1-1000x490.jpg\";s:13:\"original_size\";i:82942;s:14:\"optimized_size\";i:61428;s:7:\"percent\";d:25.940000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1-560x498.jpg\";s:13:\"original_size\";i:46639;s:14:\"optimized_size\";i:34291;s:7:\"percent\";d:26.48;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1-500x500.jpg\";s:13:\"original_size\";i:41321;s:14:\"optimized_size\";i:27078;s:7:\"percent\";d:34.469999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1-700x470.jpg\";s:13:\"original_size\";i:58587;s:14:\"optimized_size\";i:43589;s:7:\"percent\";d:25.600000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1-580x576.jpg\";s:13:\"original_size\";i:54888;s:14:\"optimized_size\";i:35470;s:7:\"percent\";d:35.380000000000003;}}}'),(2729,862,'_imagify_status','success'),(2730,861,'_imagify_optimization_level','1'),(2731,860,'_imagify_optimization_level','1'),(2732,861,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:634133;s:14:\"optimized_size\";i:425329;s:7:\"percent\";d:32.93;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4.jpg\";s:13:\"original_size\";i:180107;s:14:\"optimized_size\";i:104159;s:7:\"percent\";d:42.170000000000002;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-150x150.jpg\";s:13:\"original_size\";i:7230;s:14:\"optimized_size\";i:5820;s:7:\"percent\";d:19.5;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-300x169.jpg\";s:13:\"original_size\";i:16327;s:14:\"optimized_size\";i:13248;s:7:\"percent\";d:18.859999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-768x432.jpg\";s:13:\"original_size\";i:62100;s:14:\"optimized_size\";i:44242;s:7:\"percent\";d:28.760000000000002;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:83:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1024x576.jpg\";s:13:\"original_size\";i:95996;s:14:\"optimized_size\";i:67291;s:7:\"percent\";d:29.899999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:83:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1000x490.jpg\";s:13:\"original_size\";i:79330;s:14:\"optimized_size\";i:56106;s:7:\"percent\";d:29.280000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-560x498.jpg\";s:13:\"original_size\";i:45277;s:14:\"optimized_size\";i:32322;s:7:\"percent\";d:28.609999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-500x500.jpg\";s:13:\"original_size\";i:38269;s:14:\"optimized_size\";i:25629;s:7:\"percent\";d:33.030000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-700x470.jpg\";s:13:\"original_size\";i:60571;s:14:\"optimized_size\";i:43138;s:7:\"percent\";d:28.780000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-580x576.jpg\";s:13:\"original_size\";i:48926;s:14:\"optimized_size\";i:33374;s:7:\"percent\";d:31.789999999999999;}}}'),(2733,861,'_imagify_status','success'),(2734,860,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:809108;s:14:\"optimized_size\";i:623782;s:7:\"percent\";d:22.899999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2.jpg\";s:13:\"original_size\";i:243231;s:14:\"optimized_size\";i:175829;s:7:\"percent\";d:27.710000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2-150x150.jpg\";s:13:\"original_size\";i:7994;s:14:\"optimized_size\";i:6219;s:7:\"percent\";d:22.199999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2-300x169.jpg\";s:13:\"original_size\";i:15540;s:14:\"optimized_size\";i:12325;s:7:\"percent\";d:20.690000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2-768x432.jpg\";s:13:\"original_size\";i:71215;s:14:\"optimized_size\";i:57256;s:7:\"percent\";d:19.600000000000001;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:85:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2-1024x576.jpg\";s:13:\"original_size\";i:129292;s:14:\"optimized_size\";i:103355;s:7:\"percent\";d:20.059999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:85:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2-1000x490.jpg\";s:13:\"original_size\";i:92108;s:14:\"optimized_size\";i:67866;s:7:\"percent\";d:26.32;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2-560x498.jpg\";s:13:\"original_size\";i:57272;s:14:\"optimized_size\";i:46323;s:7:\"percent\";d:19.120000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2-500x500.jpg\";s:13:\"original_size\";i:51431;s:14:\"optimized_size\";i:41447;s:7:\"percent\";d:19.41;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2-700x470.jpg\";s:13:\"original_size\";i:69074;s:14:\"optimized_size\";i:55737;s:7:\"percent\";d:19.309999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2-580x576.jpg\";s:13:\"original_size\";i:71951;s:14:\"optimized_size\";i:57425;s:7:\"percent\";d:20.190000000000001;}}}'),(2735,860,'_imagify_status','success'),(2736,859,'_imagify_optimization_level','1'),(2737,854,'_imagify_optimization_level','1'),(2738,859,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:729250;s:14:\"optimized_size\";i:572041;s:7:\"percent\";d:21.559999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6.jpg\";s:13:\"original_size\";i:218128;s:14:\"optimized_size\";i:159484;s:7:\"percent\";d:26.890000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6-150x150.jpg\";s:13:\"original_size\";i:6774;s:14:\"optimized_size\";i:5419;s:7:\"percent\";d:20;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6-300x169.jpg\";s:13:\"original_size\";i:14022;s:14:\"optimized_size\";i:11306;s:7:\"percent\";d:19.370000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6-768x432.jpg\";s:13:\"original_size\";i:64552;s:14:\"optimized_size\";i:52833;s:7:\"percent\";d:18.149999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:83:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6-1024x576.jpg\";s:13:\"original_size\";i:113407;s:14:\"optimized_size\";i:92395;s:7:\"percent\";d:18.530000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:83:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6-1000x490.jpg\";s:13:\"original_size\";i:84949;s:14:\"optimized_size\";i:64400;s:7:\"percent\";d:24.190000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6-560x498.jpg\";s:13:\"original_size\";i:51506;s:14:\"optimized_size\";i:42475;s:7:\"percent\";d:17.530000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6-500x500.jpg\";s:13:\"original_size\";i:47302;s:14:\"optimized_size\";i:38891;s:7:\"percent\";d:17.780000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6-700x470.jpg\";s:13:\"original_size\";i:61609;s:14:\"optimized_size\";i:50447;s:7:\"percent\";d:18.120000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:82:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6-580x576.jpg\";s:13:\"original_size\";i:67001;s:14:\"optimized_size\";i:54391;s:7:\"percent\";d:18.82;}}}'),(2739,859,'_imagify_status','success'),(2740,854,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:1232007;s:14:\"optimized_size\";i:414040;s:7:\"percent\";d:66.390000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:64:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1.jpg\";s:13:\"original_size\";i:846417;s:14:\"optimized_size\";i:156112;s:7:\"percent\";d:81.560000000000002;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1-150x150.jpg\";s:13:\"original_size\";i:7134;s:14:\"optimized_size\";i:5703;s:7:\"percent\";d:20.059999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1-300x169.jpg\";s:13:\"original_size\";i:13102;s:14:\"optimized_size\";i:10668;s:7:\"percent\";d:18.579999999999998;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1-768x432.jpg\";s:13:\"original_size\";i:49246;s:14:\"optimized_size\";i:33918;s:7:\"percent\";d:31.129999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1-1024x576.jpg\";s:13:\"original_size\";i:73074;s:14:\"optimized_size\";i:46564;s:7:\"percent\";d:36.280000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1-1000x490.jpg\";s:13:\"original_size\";i:66070;s:14:\"optimized_size\";i:43129;s:7:\"percent\";d:34.719999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1-560x498.jpg\";s:13:\"original_size\";i:42201;s:14:\"optimized_size\";i:28786;s:7:\"percent\";d:31.789999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1-500x500.jpg\";s:13:\"original_size\";i:38369;s:14:\"optimized_size\";i:26110;s:7:\"percent\";d:31.949999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1-700x470.jpg\";s:13:\"original_size\";i:48996;s:14:\"optimized_size\";i:32124;s:7:\"percent\";d:34.439999999999998;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1-580x585.jpg\";s:13:\"original_size\";i:47398;s:14:\"optimized_size\";i:30926;s:7:\"percent\";d:34.75;}}}'),(2741,854,'_imagify_status','success'),(2742,853,'_imagify_optimization_level','1'),(2743,834,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:0;s:14:\"optimized_size\";i:0;s:7:\"percent\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}}}'),(2744,834,'_imagify_status','already_optimized'),(2745,834,'_imagify_optimization_level','1'),(2746,820,'_imagify_optimization_level','1'),(2747,853,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:192729;s:14:\"optimized_size\";i:156012;s:7:\"percent\";d:19.050000000000001;}s:5:\"sizes\";a:9:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:120:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17426068_10210167254270812_5140655895135765334_n-e1492482848460.jpg\";s:13:\"original_size\";i:16988;s:14:\"optimized_size\";i:13136;s:7:\"percent\";d:22.670000000000002;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:128:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17426068_10210167254270812_5140655895135765334_n-e1492482848460-150x110.jpg\";s:13:\"original_size\";i:4173;s:14:\"optimized_size\";i:3464;s:7:\"percent\";d:16.989999999999998;}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:127:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17426068_10210167254270812_5140655895135765334_n-e1492482848460-768x88.jpg\";s:13:\"original_size\";i:11769;s:14:\"optimized_size\";i:9227;s:7:\"percent\";d:21.600000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:113:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17426068_10210167254270812_5140655895135765334_n-960x490.jpg\";s:13:\"original_size\";i:109695;s:14:\"optimized_size\";i:89954;s:7:\"percent\";d:18;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:128:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17426068_10210167254270812_5140655895135765334_n-e1492482848460-560x110.jpg\";s:13:\"original_size\";i:12113;s:14:\"optimized_size\";i:9460;s:7:\"percent\";d:21.899999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:128:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17426068_10210167254270812_5140655895135765334_n-e1492482848460-500x110.jpg\";s:13:\"original_size\";i:11423;s:14:\"optimized_size\";i:9487;s:7:\"percent\";d:16.949999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:128:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17426068_10210167254270812_5140655895135765334_n-e1492482848460-700x110.jpg\";s:13:\"original_size\";i:13948;s:14:\"optimized_size\";i:10801;s:7:\"percent\";d:22.559999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:128:\"http://daviddelk.net/band/wp-content/uploads/2017/04/17426068_10210167254270812_5140655895135765334_n-e1492482848460-580x110.jpg\";s:13:\"original_size\";i:12620;s:14:\"optimized_size\";i:10483;s:7:\"percent\";d:16.93;}}}'),(2748,853,'_imagify_status','success'),(2749,819,'_imagify_optimization_level','1'),(2750,819,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:444348;s:14:\"optimized_size\";i:307147;s:7:\"percent\";d:30.879999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-e1492294416836.jpg\";s:13:\"original_size\";i:54155;s:14:\"optimized_size\";i:36994;s:7:\"percent\";d:31.690000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-150x150.jpg\";s:13:\"original_size\";i:6324;s:14:\"optimized_size\";i:5143;s:7:\"percent\";d:18.670000000000002;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-300x169.jpg\";s:13:\"original_size\";i:12182;s:14:\"optimized_size\";i:10066;s:7:\"percent\";d:17.370000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-768x432.jpg\";s:13:\"original_size\";i:50048;s:14:\"optimized_size\";i:37891;s:7:\"percent\";d:24.289999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-1024x576.jpg\";s:13:\"original_size\";i:79358;s:14:\"optimized_size\";i:52756;s:7:\"percent\";d:33.520000000000003;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-1000x490.jpg\";s:13:\"original_size\";i:68041;s:14:\"optimized_size\";i:45697;s:7:\"percent\";d:32.840000000000003;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-560x498.jpg\";s:13:\"original_size\";i:40926;s:14:\"optimized_size\";i:27871;s:7:\"percent\";d:31.899999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-500x500.jpg\";s:13:\"original_size\";i:37294;s:14:\"optimized_size\";i:25510;s:7:\"percent\";d:31.600000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-700x470.jpg\";s:13:\"original_size\";i:48758;s:14:\"optimized_size\";i:33272;s:7:\"percent\";d:31.760000000000002;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/banda-580x585.jpg\";s:13:\"original_size\";i:47262;s:14:\"optimized_size\";i:31947;s:7:\"percent\";d:32.399999999999999;}}}'),(2751,819,'_imagify_status','success'),(2752,818,'_imagify_optimization_level','1'),(2753,818,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:226486;s:14:\"optimized_size\";i:168854;s:7:\"percent\";d:25.449999999999999;}s:5:\"sizes\";a:7:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:62:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band3.jpg\";s:13:\"original_size\";i:43342;s:14:\"optimized_size\";i:28491;s:7:\"percent\";d:34.259999999999998;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band3-150x150.jpg\";s:13:\"original_size\";i:6443;s:14:\"optimized_size\";i:5268;s:7:\"percent\";d:18.239999999999998;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band3-300x169.jpg\";s:13:\"original_size\";i:12870;s:14:\"optimized_size\";i:10576;s:7:\"percent\";d:17.82;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band3-560x405.jpg\";s:13:\"original_size\";i:37772;s:14:\"optimized_size\";i:29625;s:7:\"percent\";d:21.57;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band3-500x405.jpg\";s:13:\"original_size\";i:35805;s:14:\"optimized_size\";i:26825;s:7:\"percent\";d:25.079999999999998;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band3-700x405.jpg\";s:13:\"original_size\";i:48292;s:14:\"optimized_size\";i:36448;s:7:\"percent\";d:24.530000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band3-580x405.jpg\";s:13:\"original_size\";i:41962;s:14:\"optimized_size\";i:31621;s:7:\"percent\";d:24.640000000000001;}}}'),(2754,818,'_imagify_status','success'),(2755,820,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:513317;s:14:\"optimized_size\";i:349734;s:7:\"percent\";d:31.870000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND4-e1492294446761.jpg\";s:13:\"original_size\";i:73659;s:14:\"optimized_size\";i:51232;s:7:\"percent\";d:30.449999999999999;}s:9:\"thumbnail\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:6:\"medium\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:77:\"WELL DONE. This image is already compressed, no further compression required.\";}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND4-768x463.jpg\";s:13:\"original_size\";i:70126;s:14:\"optimized_size\";i:48563;s:7:\"percent\";d:30.75;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND4-1024x617.jpg\";s:13:\"original_size\";i:100985;s:14:\"optimized_size\";i:65265;s:7:\"percent\";d:35.369999999999997;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND4-1000x490.jpg\";s:13:\"original_size\";i:86552;s:14:\"optimized_size\";i:59760;s:7:\"percent\";d:30.949999999999999;}s:9:\"blog-list\";a:2:{s:7:\"success\";b:0;s:5:\"error\";s:98:\"Unknown error occurred (100 - Operation timed out after 45016 milliseconds with 0 bytes received) \";}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND4-500x500.jpg\";s:13:\"original_size\";i:50863;s:14:\"optimized_size\";i:35144;s:7:\"percent\";d:30.899999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND4-700x470.jpg\";s:13:\"original_size\";i:68235;s:14:\"optimized_size\";i:46779;s:7:\"percent\";d:31.440000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND4-580x585.jpg\";s:13:\"original_size\";i:62897;s:14:\"optimized_size\";i:42991;s:7:\"percent\";d:31.649999999999999;}}}'),(2756,820,'_imagify_status','success'),(2757,817,'_imagify_optimization_level','1'),(2758,816,'_imagify_optimization_level','1'),(2759,817,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:531157;s:14:\"optimized_size\";i:403367;s:7:\"percent\";d:24.059999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-e1492294385656.jpg\";s:13:\"original_size\";i:64385;s:14:\"optimized_size\";i:48986;s:7:\"percent\";d:23.920000000000002;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-150x150.jpg\";s:13:\"original_size\";i:6867;s:14:\"optimized_size\";i:5501;s:7:\"percent\";d:19.890000000000001;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-300x168.jpg\";s:13:\"original_size\";i:13830;s:14:\"optimized_size\";i:11228;s:7:\"percent\";d:18.809999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-768x431.jpg\";s:13:\"original_size\";i:60449;s:14:\"optimized_size\";i:45801;s:7:\"percent\";d:24.23;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-1024x575.jpg\";s:13:\"original_size\";i:94167;s:14:\"optimized_size\";i:70947;s:7:\"percent\";d:24.66;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-1000x490.jpg\";s:13:\"original_size\";i:81429;s:14:\"optimized_size\";i:61615;s:7:\"percent\";d:24.329999999999998;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-560x498.jpg\";s:13:\"original_size\";i:49319;s:14:\"optimized_size\";i:37497;s:7:\"percent\";d:23.969999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-500x500.jpg\";s:13:\"original_size\";i:45237;s:14:\"optimized_size\";i:34376;s:7:\"percent\";d:24.010000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-700x470.jpg\";s:13:\"original_size\";i:58395;s:14:\"optimized_size\";i:44226;s:7:\"percent\";d:24.260000000000002;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/band2-580x585.jpg\";s:13:\"original_size\";i:57079;s:14:\"optimized_size\";i:43190;s:7:\"percent\";d:24.329999999999998;}}}'),(2760,817,'_imagify_status','success'),(2761,816,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:437580;s:14:\"optimized_size\";i:291922;s:7:\"percent\";d:33.289999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-e1492294365902.jpg\";s:13:\"original_size\";i:51990;s:14:\"optimized_size\";i:33994;s:7:\"percent\";d:34.609999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-150x150.jpg\";s:13:\"original_size\";i:7134;s:14:\"optimized_size\";i:5703;s:7:\"percent\";d:20.059999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-300x169.jpg\";s:13:\"original_size\";i:13102;s:14:\"optimized_size\";i:10668;s:7:\"percent\";d:18.579999999999998;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-768x432.jpg\";s:13:\"original_size\";i:49246;s:14:\"optimized_size\";i:33918;s:7:\"percent\";d:31.129999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1024x576.jpg\";s:13:\"original_size\";i:73074;s:14:\"optimized_size\";i:46564;s:7:\"percent\";d:36.280000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1000x490.jpg\";s:13:\"original_size\";i:66070;s:14:\"optimized_size\";i:43129;s:7:\"percent\";d:34.719999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-560x498.jpg\";s:13:\"original_size\";i:42201;s:14:\"optimized_size\";i:28786;s:7:\"percent\";d:31.789999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-500x500.jpg\";s:13:\"original_size\";i:38369;s:14:\"optimized_size\";i:26110;s:7:\"percent\";d:31.949999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-700x470.jpg\";s:13:\"original_size\";i:48996;s:14:\"optimized_size\";i:32124;s:7:\"percent\";d:34.439999999999998;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-580x585.jpg\";s:13:\"original_size\";i:47398;s:14:\"optimized_size\";i:30926;s:7:\"percent\";d:34.75;}}}'),(2762,816,'_imagify_status','success'),(2763,815,'_imagify_optimization_level','1'),(2764,809,'_imagify_optimization_level','1'),(2765,815,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:358462;s:14:\"optimized_size\";i:228081;s:7:\"percent\";d:36.369999999999997;}s:5:\"sizes\";a:9:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:66:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS.jpg\";s:13:\"original_size\";i:91071;s:14:\"optimized_size\";i:52141;s:7:\"percent\";d:42.75;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS-150x150.jpg\";s:13:\"original_size\";i:6051;s:14:\"optimized_size\";i:4787;s:7:\"percent\";d:20.890000000000001;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS-300x169.jpg\";s:13:\"original_size\";i:10094;s:14:\"optimized_size\";i:8044;s:7:\"percent\";d:20.309999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS-768x433.jpg\";s:13:\"original_size\";i:40500;s:14:\"optimized_size\";i:26070;s:7:\"percent\";d:35.630000000000003;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS-960x490.jpg\";s:13:\"original_size\";i:56980;s:14:\"optimized_size\";i:35856;s:7:\"percent\";d:37.07;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS-560x498.jpg\";s:13:\"original_size\";i:36514;s:14:\"optimized_size\";i:24287;s:7:\"percent\";d:33.490000000000002;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS-500x500.jpg\";s:13:\"original_size\";i:33626;s:14:\"optimized_size\";i:22513;s:7:\"percent\";d:33.049999999999997;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS-700x470.jpg\";s:13:\"original_size\";i:40361;s:14:\"optimized_size\";i:26373;s:7:\"percent\";d:34.659999999999997;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS-580x541.jpg\";s:13:\"original_size\";i:43265;s:14:\"optimized_size\";i:28010;s:7:\"percent\";d:35.259999999999998;}}}'),(2766,815,'_imagify_status','success'),(2767,808,'_imagify_optimization_level','1'),(2768,809,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:1301109;s:14:\"optimized_size\";i:634702;s:7:\"percent\";d:51.219999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:67:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3.jpg\";s:13:\"original_size\";i:846063;s:14:\"optimized_size\";i:310372;s:7:\"percent\";d:63.32;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3-150x150.jpg\";s:13:\"original_size\";i:6845;s:14:\"optimized_size\";i:5553;s:7:\"percent\";d:18.879999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3-300x225.jpg\";s:13:\"original_size\";i:15855;s:14:\"optimized_size\";i:13078;s:7:\"percent\";d:17.510000000000002;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3-768x576.jpg\";s:13:\"original_size\";i:66954;s:14:\"optimized_size\";i:45638;s:7:\"percent\";d:31.84;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3-1024x768.jpg\";s:13:\"original_size\";i:105832;s:14:\"optimized_size\";i:69736;s:7:\"percent\";d:34.109999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3-1000x490.jpg\";s:13:\"original_size\";i:66639;s:14:\"optimized_size\";i:44984;s:7:\"percent\";d:32.5;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3-560x498.jpg\";s:13:\"original_size\";i:46389;s:14:\"optimized_size\";i:35050;s:7:\"percent\";d:24.440000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3-500x500.jpg\";s:13:\"original_size\";i:41847;s:14:\"optimized_size\";i:31543;s:7:\"percent\";d:24.620000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3-700x470.jpg\";s:13:\"original_size\";i:51615;s:14:\"optimized_size\";i:38919;s:7:\"percent\";d:24.600000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3-580x585.jpg\";s:13:\"original_size\";i:53070;s:14:\"optimized_size\";i:39829;s:7:\"percent\";d:24.949999999999999;}}}'),(2769,809,'_imagify_status','success'),(2770,793,'_imagify_optimization_level','1'),(2771,808,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:467668;s:14:\"optimized_size\";i:280950;s:7:\"percent\";d:39.93;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-e1492283578945.jpg\";s:13:\"original_size\";i:86210;s:14:\"optimized_size\";i:48635;s:7:\"percent\";d:43.590000000000003;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-150x150.jpg\";s:13:\"original_size\";i:5384;s:14:\"optimized_size\";i:4261;s:7:\"percent\";d:20.859999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-300x215.jpg\";s:13:\"original_size\";i:11887;s:14:\"optimized_size\";i:8764;s:7:\"percent\";d:26.27;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-768x549.jpg\";s:13:\"original_size\";i:52801;s:14:\"optimized_size\";i:32118;s:7:\"percent\";d:39.170000000000002;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-1024x732.jpg\";s:13:\"original_size\";i:89305;s:14:\"optimized_size\";i:50264;s:7:\"percent\";d:43.719999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-1000x490.jpg\";s:13:\"original_size\";i:64228;s:14:\"optimized_size\";i:38538;s:7:\"percent\";d:40;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-560x498.jpg\";s:13:\"original_size\";i:37510;s:14:\"optimized_size\";i:23698;s:7:\"percent\";d:36.82;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-500x500.jpg\";s:13:\"original_size\";i:33720;s:14:\"optimized_size\";i:21205;s:7:\"percent\";d:37.109999999999999;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-700x470.jpg\";s:13:\"original_size\";i:42954;s:14:\"optimized_size\";i:26781;s:7:\"percent\";d:37.649999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710-580x585.jpg\";s:13:\"original_size\";i:43669;s:14:\"optimized_size\";i:26686;s:7:\"percent\";d:38.890000000000001;}}}'),(2772,808,'_imagify_status','success'),(2773,791,'_imagify_optimization_level','1'),(2774,793,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:669435;s:14:\"optimized_size\";i:437716;s:7:\"percent\";d:34.609999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:97:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-e1491799598385.jpg\";s:13:\"original_size\";i:234899;s:14:\"optimized_size\";i:129296;s:7:\"percent\";d:44.960000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:90:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-150x150.jpg\";s:13:\"original_size\";i:7257;s:14:\"optimized_size\";i:5802;s:7:\"percent\";d:20.050000000000001;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:90:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-300x200.jpg\";s:13:\"original_size\";i:14797;s:14:\"optimized_size\";i:11984;s:7:\"percent\";d:19.010000000000002;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:90:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-768x512.jpg\";s:13:\"original_size\";i:57610;s:14:\"optimized_size\";i:41106;s:7:\"percent\";d:28.649999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:91:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683.jpg\";s:13:\"original_size\";i:88377;s:14:\"optimized_size\";i:58517;s:7:\"percent\";d:33.789999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:91:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1000x490.jpg\";s:13:\"original_size\";i:74081;s:14:\"optimized_size\";i:52646;s:7:\"percent\";d:28.93;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:90:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-560x498.jpg\";s:13:\"original_size\";i:46041;s:14:\"optimized_size\";i:33139;s:7:\"percent\";d:28.02;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:90:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-500x500.jpg\";s:13:\"original_size\";i:42601;s:14:\"optimized_size\";i:30771;s:7:\"percent\";d:27.77;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:90:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-700x470.jpg\";s:13:\"original_size\";i:50894;s:14:\"optimized_size\";i:36540;s:7:\"percent\";d:28.199999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:90:\"http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-580x585.jpg\";s:13:\"original_size\";i:52878;s:14:\"optimized_size\";i:37915;s:7:\"percent\";d:28.300000000000001;}}}'),(2775,793,'_imagify_status','success'),(2776,786,'_imagify_optimization_level','1'),(2777,791,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:585314;s:14:\"optimized_size\";i:379620;s:7:\"percent\";d:35.140000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:81:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-e1491798755945.jpg\";s:13:\"original_size\";i:46125;s:14:\"optimized_size\";i:33594;s:7:\"percent\";d:27.170000000000002;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-150x150.jpg\";s:13:\"original_size\";i:7453;s:14:\"optimized_size\";i:5921;s:7:\"percent\";d:20.559999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-300x300.jpg\";s:13:\"original_size\";i:20902;s:14:\"optimized_size\";i:16821;s:7:\"percent\";d:19.52;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-768x768.jpg\";s:13:\"original_size\";i:90541;s:14:\"optimized_size\";i:57101;s:7:\"percent\";d:36.93;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:76:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-1024x1024.jpg\";s:13:\"original_size\";i:146161;s:14:\"optimized_size\";i:88742;s:7:\"percent\";d:39.280000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-1000x490.jpg\";s:13:\"original_size\";i:68308;s:14:\"optimized_size\";i:40372;s:7:\"percent\";d:40.899999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-560x498.jpg\";s:13:\"original_size\";i:48773;s:14:\"optimized_size\";i:32002;s:7:\"percent\";d:34.390000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-500x500.jpg\";s:13:\"original_size\";i:46125;s:14:\"optimized_size\";i:33594;s:7:\"percent\";d:27.170000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-700x470.jpg\";s:13:\"original_size\";i:52279;s:14:\"optimized_size\";i:33235;s:7:\"percent\";d:36.43;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b-580x585.jpg\";s:13:\"original_size\";i:58647;s:14:\"optimized_size\";i:38238;s:7:\"percent\";d:34.799999999999997;}}}'),(2778,791,'_imagify_status','success'),(2779,786,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:283114;s:14:\"optimized_size\";i:143718;s:7:\"percent\";d:49.240000000000002;}s:5:\"sizes\";a:9:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-e1491537869156.jpg\";s:13:\"original_size\";i:29084;s:14:\"optimized_size\";i:14800;s:7:\"percent\";d:49.109999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-150x150.jpg\";s:13:\"original_size\";i:4736;s:14:\"optimized_size\";i:3450;s:7:\"percent\";d:27.149999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-300x300.jpg\";s:13:\"original_size\";i:12666;s:14:\"optimized_size\";i:7930;s:7:\"percent\";d:37.390000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-768x769.jpg\";s:13:\"original_size\";i:58787;s:14:\"optimized_size\";i:28150;s:7:\"percent\";d:52.119999999999997;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-780x490.jpg\";s:13:\"original_size\";i:43843;s:14:\"optimized_size\";i:21811;s:7:\"percent\";d:50.25;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-560x498.jpg\";s:13:\"original_size\";i:31794;s:14:\"optimized_size\";i:16102;s:7:\"percent\";d:49.359999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-500x500.jpg\";s:13:\"original_size\";i:29057;s:14:\"optimized_size\";i:14803;s:7:\"percent\";d:49.060000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-700x470.jpg\";s:13:\"original_size\";i:35713;s:14:\"optimized_size\";i:18141;s:7:\"percent\";d:49.200000000000003;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401-580x585.jpg\";s:13:\"original_size\";i:37434;s:14:\"optimized_size\";i:18531;s:7:\"percent\";d:50.5;}}}'),(2780,786,'_imagify_status','success'),(2781,785,'_imagify_optimization_level','1'),(2782,784,'_imagify_optimization_level','1'),(2783,785,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:524349;s:14:\"optimized_size\";i:322047;s:7:\"percent\";d:38.579999999999998;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-e1491537845222.jpg\";s:13:\"original_size\";i:41361;s:14:\"optimized_size\";i:28412;s:7:\"percent\";d:31.309999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-150x150.jpg\";s:13:\"original_size\";i:6678;s:14:\"optimized_size\";i:5191;s:7:\"percent\";d:22.27;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-300x300.jpg\";s:13:\"original_size\";i:18709;s:14:\"optimized_size\";i:14728;s:7:\"percent\";d:21.280000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-768x769.jpg\";s:13:\"original_size\";i:80302;s:14:\"optimized_size\";i:47846;s:7:\"percent\";d:40.420000000000002;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:75:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-1024x1024.jpg\";s:13:\"original_size\";i:122686;s:14:\"optimized_size\";i:67478;s:7:\"percent\";d:45;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-1000x490.jpg\";s:13:\"original_size\";i:64686;s:14:\"optimized_size\";i:39310;s:7:\"percent\";d:39.229999999999997;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-560x498.jpg\";s:13:\"original_size\";i:45128;s:14:\"optimized_size\";i:27716;s:7:\"percent\";d:38.579999999999998;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-500x500.jpg\";s:13:\"original_size\";i:41440;s:14:\"optimized_size\";i:28347;s:7:\"percent\";d:31.600000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-700x470.jpg\";s:13:\"original_size\";i:50830;s:14:\"optimized_size\";i:31167;s:7:\"percent\";d:38.68;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083-580x585.jpg\";s:13:\"original_size\";i:52529;s:14:\"optimized_size\";i:31852;s:7:\"percent\";d:39.359999999999999;}}}'),(2784,785,'_imagify_status','success'),(2785,783,'_imagify_optimization_level','1'),(2786,784,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:372580;s:14:\"optimized_size\";i:217537;s:7:\"percent\";d:41.609999999999999;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-e1491537824739.jpg\";s:13:\"original_size\";i:28938;s:14:\"optimized_size\";i:18146;s:7:\"percent\";d:37.289999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-150x150.jpg\";s:13:\"original_size\";i:5558;s:14:\"optimized_size\";i:4328;s:7:\"percent\";d:22.129999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-300x300.jpg\";s:13:\"original_size\";i:14222;s:14:\"optimized_size\";i:9711;s:7:\"percent\";d:31.719999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-768x769.jpg\";s:13:\"original_size\";i:54475;s:14:\"optimized_size\";i:30423;s:7:\"percent\";d:44.149999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-1024x1024.jpg\";s:13:\"original_size\";i:86645;s:14:\"optimized_size\";i:44286;s:7:\"percent\";d:48.890000000000001;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-1000x490.jpg\";s:13:\"original_size\";i:49850;s:14:\"optimized_size\";i:28638;s:7:\"percent\";d:42.549999999999997;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-560x498.jpg\";s:13:\"original_size\";i:31522;s:14:\"optimized_size\";i:19846;s:7:\"percent\";d:37.039999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-500x500.jpg\";s:13:\"original_size\";i:28896;s:14:\"optimized_size\";i:18135;s:7:\"percent\";d:37.240000000000002;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-700x470.jpg\";s:13:\"original_size\";i:36550;s:14:\"optimized_size\";i:22031;s:7:\"percent\";d:39.719999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND-580x585.jpg\";s:13:\"original_size\";i:35924;s:14:\"optimized_size\";i:21993;s:7:\"percent\";d:38.780000000000001;}}}'),(2787,784,'_imagify_status','success'),(2788,776,'_imagify_optimization_level','1'),(2789,783,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:505119;s:14:\"optimized_size\";i:324129;s:7:\"percent\";d:35.829999999999998;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-e1491537799991.jpg\";s:13:\"original_size\";i:40346;s:14:\"optimized_size\";i:27599;s:7:\"percent\";d:31.59;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-150x150.jpg\";s:13:\"original_size\";i:6643;s:14:\"optimized_size\";i:5332;s:7:\"percent\";d:19.739999999999998;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-300x300.jpg\";s:13:\"original_size\";i:18681;s:14:\"optimized_size\";i:14049;s:7:\"percent\";d:24.800000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-768x768.jpg\";s:13:\"original_size\";i:76764;s:14:\"optimized_size\";i:50410;s:7:\"percent\";d:34.329999999999998;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:72:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-1024x1024.jpg\";s:13:\"original_size\";i:123539;s:14:\"optimized_size\";i:71148;s:7:\"percent\";d:42.409999999999997;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-1000x490.jpg\";s:13:\"original_size\";i:61108;s:14:\"optimized_size\";i:35768;s:7:\"percent\";d:41.469999999999999;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-560x498.jpg\";s:13:\"original_size\";i:41774;s:14:\"optimized_size\";i:28151;s:7:\"percent\";d:32.609999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-500x500.jpg\";s:13:\"original_size\";i:40364;s:14:\"optimized_size\";i:27594;s:7:\"percent\";d:31.640000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-700x470.jpg\";s:13:\"original_size\";i:45297;s:14:\"optimized_size\";i:29912;s:7:\"percent\";d:33.960000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND-580x585.jpg\";s:13:\"original_size\";i:50603;s:14:\"optimized_size\";i:34166;s:7:\"percent\";d:32.479999999999997;}}}'),(2790,783,'_imagify_status','success'),(2791,776,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:464383;s:14:\"optimized_size\";i:370829;s:7:\"percent\";d:20.149999999999999;}s:5:\"sizes\";a:8:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:91:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JazzBlues_2017_logo-e1491536328751.jpg\";s:13:\"original_size\";i:64581;s:14:\"optimized_size\";i:52404;s:7:\"percent\";d:18.859999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JazzBlues_2017_logo-150x150.jpg\";s:13:\"original_size\";i:8924;s:14:\"optimized_size\";i:7120;s:7:\"percent\";d:20.219999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JazzBlues_2017_logo-300x261.jpg\";s:13:\"original_size\";i:23714;s:14:\"optimized_size\";i:19074;s:7:\"percent\";d:19.57;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JazzBlues_2017_logo-700x490.jpg\";s:13:\"original_size\";i:86582;s:14:\"optimized_size\";i:69398;s:7:\"percent\";d:19.850000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JazzBlues_2017_logo-560x498.jpg\";s:13:\"original_size\";i:63996;s:14:\"optimized_size\";i:51792;s:7:\"percent\";d:19.07;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JazzBlues_2017_logo-500x500.jpg\";s:13:\"original_size\";i:59756;s:14:\"optimized_size\";i:48384;s:7:\"percent\";d:19.030000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JazzBlues_2017_logo-700x470.jpg\";s:13:\"original_size\";i:82147;s:14:\"optimized_size\";i:66118;s:7:\"percent\";d:19.510000000000002;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:84:\"http://daviddelk.net/band/wp-content/uploads/2017/04/JazzBlues_2017_logo-580x585.jpg\";s:13:\"original_size\";i:74683;s:14:\"optimized_size\";i:56539;s:7:\"percent\";d:24.289999999999999;}}}'),(2792,776,'_imagify_status','success'),(2793,754,'_imagify_optimization_level','1'),(2794,753,'_imagify_optimization_level','1'),(2795,754,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:878632;s:14:\"optimized_size\";i:590825;s:7:\"percent\";d:32.759999999999998;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-e1491522412249.jpg\";s:13:\"original_size\";i:323040;s:14:\"optimized_size\";i:185506;s:7:\"percent\";d:42.57;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-150x150.jpg\";s:13:\"original_size\";i:8525;s:14:\"optimized_size\";i:6755;s:7:\"percent\";d:20.760000000000002;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-300x225.jpg\";s:13:\"original_size\";i:19409;s:14:\"optimized_size\";i:15755;s:7:\"percent\";d:18.829999999999998;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-768x576.jpg\";s:13:\"original_size\";i:80768;s:14:\"optimized_size\";i:60718;s:7:\"percent\";d:24.82;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-1024x768.jpg\";s:13:\"original_size\";i:125276;s:14:\"optimized_size\";i:84758;s:7:\"percent\";d:32.340000000000003;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-1000x490.jpg\";s:13:\"original_size\";i:80481;s:14:\"optimized_size\";i:54557;s:7:\"percent\";d:32.210000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-560x498.jpg\";s:13:\"original_size\";i:57383;s:14:\"optimized_size\";i:43540;s:7:\"percent\";d:24.120000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-500x500.jpg\";s:13:\"original_size\";i:53335;s:14:\"optimized_size\";i:40459;s:7:\"percent\";d:24.140000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-700x470.jpg\";s:13:\"original_size\";i:63519;s:14:\"optimized_size\";i:48067;s:7:\"percent\";d:24.329999999999998;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425-580x585.jpg\";s:13:\"original_size\";i:66896;s:14:\"optimized_size\";i:50710;s:7:\"percent\";d:24.199999999999999;}}}'),(2796,754,'_imagify_status','success'),(2797,753,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:1295791;s:14:\"optimized_size\";i:748460;s:7:\"percent\";d:42.240000000000002;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:61:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd.jpg\";s:13:\"original_size\";i:774258;s:14:\"optimized_size\";i:354727;s:7:\"percent\";d:54.18;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd-150x150.jpg\";s:13:\"original_size\";i:7162;s:14:\"optimized_size\";i:5736;s:7:\"percent\";d:19.91;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd-300x168.jpg\";s:13:\"original_size\";i:14268;s:14:\"optimized_size\";i:11312;s:7:\"percent\";d:20.719999999999999;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd-768x430.jpg\";s:13:\"original_size\";i:66458;s:14:\"optimized_size\";i:53189;s:7:\"percent\";d:19.969999999999999;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd-1024x573.jpg\";s:13:\"original_size\";i:106248;s:14:\"optimized_size\";i:79285;s:7:\"percent\";d:25.379999999999999;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:70:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd-1000x490.jpg\";s:13:\"original_size\";i:98012;s:14:\"optimized_size\";i:73083;s:7:\"percent\";d:25.43;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd-560x498.jpg\";s:13:\"original_size\";i:54363;s:14:\"optimized_size\";i:40671;s:7:\"percent\";d:25.190000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd-500x500.jpg\";s:13:\"original_size\";i:49743;s:14:\"optimized_size\";i:37217;s:7:\"percent\";d:25.18;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd-700x470.jpg\";s:13:\"original_size\";i:62017;s:14:\"optimized_size\";i:45944;s:7:\"percent\";d:25.920000000000002;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/abcd-580x585.jpg\";s:13:\"original_size\";i:63262;s:14:\"optimized_size\";i:47296;s:7:\"percent\";d:25.239999999999998;}}}'),(2798,753,'_imagify_status','success'),(2799,751,'_imagify_optimization_level','1'),(2804,751,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:952759;s:14:\"optimized_size\";i:694578;s:7:\"percent\";d:27.100000000000001;}s:5:\"sizes\";a:10:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:80:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-e1491521161568.jpg\";s:13:\"original_size\";i:362135;s:14:\"optimized_size\";i:229843;s:7:\"percent\";d:36.530000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-150x150.jpg\";s:13:\"original_size\";i:7200;s:14:\"optimized_size\";i:5762;s:7:\"percent\";d:19.969999999999999;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-300x215.jpg\";s:13:\"original_size\";i:17141;s:14:\"optimized_size\";i:13750;s:7:\"percent\";d:19.780000000000001;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-768x550.jpg\";s:13:\"original_size\";i:82993;s:14:\"optimized_size\";i:66607;s:7:\"percent\";d:19.739999999999998;}s:5:\"large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-1024x733.jpg\";s:13:\"original_size\";i:134722;s:14:\"optimized_size\";i:98010;s:7:\"percent\";d:27.25;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:74:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-1000x490.jpg\";s:13:\"original_size\";i:104012;s:14:\"optimized_size\";i:83883;s:7:\"percent\";d:19.350000000000001;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-560x498.jpg\";s:13:\"original_size\";i:56729;s:14:\"optimized_size\";i:45591;s:7:\"percent\";d:19.629999999999999;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-500x500.jpg\";s:13:\"original_size\";i:52025;s:14:\"optimized_size\";i:41902;s:7:\"percent\";d:19.460000000000001;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-700x470.jpg\";s:13:\"original_size\";i:68390;s:14:\"optimized_size\";i:54964;s:7:\"percent\";d:19.629999999999999;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:73:\"http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710-580x585.jpg\";s:13:\"original_size\";i:67412;s:14:\"optimized_size\";i:54266;s:7:\"percent\";d:19.5;}}}'),(2805,751,'_imagify_status','success'),(2824,731,'_imagify_optimization_level','1'),(2825,731,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:2847;s:14:\"optimized_size\";i:1845;s:7:\"percent\";d:35.189999999999998;}s:5:\"sizes\";a:1:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/note-favicon.png\";s:13:\"original_size\";i:2847;s:14:\"optimized_size\";i:1845;s:7:\"percent\";d:35.189999999999998;}}}'),(2826,731,'_imagify_status','success'),(2827,730,'_imagify_optimization_level','1'),(2828,730,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:72867;s:14:\"optimized_size\";i:31368;s:7:\"percent\";d:56.950000000000003;}s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:71:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigbandlnote-1.png\";s:13:\"original_size\";i:47754;s:14:\"optimized_size\";i:21197;s:7:\"percent\";d:55.609999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:79:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigbandlnote-1-150x150.png\";s:13:\"original_size\";i:25113;s:14:\"optimized_size\";i:10171;s:7:\"percent\";d:59.5;}}}'),(2829,730,'_imagify_status','success'),(2830,729,'_imagify_optimization_level','1'),(2833,729,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:72867;s:14:\"optimized_size\";i:31368;s:7:\"percent\";d:56.950000000000003;}s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigbandlnote.png\";s:13:\"original_size\";i:47754;s:14:\"optimized_size\";i:21197;s:7:\"percent\";d:55.609999999999999;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigbandlnote-150x150.png\";s:13:\"original_size\";i:25113;s:14:\"optimized_size\";i:10171;s:7:\"percent\";d:59.5;}}}'),(2834,729,'_imagify_status','success'),(2835,728,'_imagify_optimization_level','1'),(2837,728,'_imagify_data','a:2:{s:5:\"stats\";a:3:{s:13:\"original_size\";i:777177;s:14:\"optimized_size\";i:274435;s:7:\"percent\";d:64.689999999999998;}s:5:\"sizes\";a:9:{s:4:\"full\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo.png\";s:13:\"original_size\";i:123091;s:14:\"optimized_size\";i:44674;s:7:\"percent\";d:63.710000000000001;}s:9:\"thumbnail\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo-150x150.png\";s:13:\"original_size\";i:11587;s:14:\"optimized_size\";i:4301;s:7:\"percent\";d:62.880000000000003;}s:6:\"medium\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo-300x300.png\";s:13:\"original_size\";i:31660;s:14:\"optimized_size\";i:10739;s:7:\"percent\";d:66.079999999999998;}s:12:\"medium_large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo-768x769.png\";s:13:\"original_size\";i:139346;s:14:\"optimized_size\";i:48934;s:7:\"percent\";d:64.879999999999995;}s:10:\"blog-large\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo-844x490.png\";s:13:\"original_size\";i:113021;s:14:\"optimized_size\";i:41956;s:7:\"percent\";d:62.880000000000003;}s:9:\"blog-list\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo-560x498.png\";s:13:\"original_size\";i:82740;s:14:\"optimized_size\";i:28640;s:7:\"percent\";d:65.390000000000001;}s:4:\"team\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo-500x500.png\";s:13:\"original_size\";i:69967;s:14:\"optimized_size\";i:23659;s:7:\"percent\";d:66.189999999999998;}s:9:\"theme-mid\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo-700x470.png\";s:13:\"original_size\";i:117735;s:14:\"optimized_size\";i:41038;s:7:\"percent\";d:65.140000000000001;}s:11:\"feature-box\";a:5:{s:7:\"success\";b:1;s:8:\"file_url\";s:77:\"http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo-580x585.png\";s:13:\"original_size\";i:88030;s:14:\"optimized_size\";i:30494;s:7:\"percent\";d:65.359999999999999;}}}'),(2838,728,'_imagify_status','success'),(2945,1023,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2946,1023,'_edit_last','1'),(2947,1023,'_edit_lock','1496199862:1'),(2949,1023,'slide_template','default'),(2950,1023,'tpath_theme_layout','default'),(2951,1023,'tpath_custom_logo_align','default'),(2952,1023,'tpath_primary_sidebar','0'),(2953,1023,'tpath_single_video_code',''),(2954,1023,'tpath_single_audio_code',''),(2955,1023,'tpath_external_link_url',''),(2956,1023,'tpath_body_bg_image',''),(2957,1023,'tpath_body_bg_repeat','default'),(2958,1023,'tpath_body_bg_attachment','default'),(2959,1023,'tpath_body_bg_color',''),(2960,1023,'tpath_body_bg_full','0'),(2961,1023,'_wpb_vc_js_status','false'),(2962,1023,'tpath_post_views_count','2'),(2964,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2965,999,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70144;s:10:\"size_after\";i:70144;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4054;s:10:\"size_after\";i:4054;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6971;s:10:\"size_after\";i:6971;s:4:\"time\";d:0.02;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16187;s:10:\"size_after\";i:16187;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13706;s:10:\"size_after\";i:13706;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14632;s:10:\"size_after\";i:14632;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14594;s:10:\"size_after\";i:14594;s:4:\"time\";d:0.02;}}}'),(2966,983,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:337033;s:10:\"size_after\";i:337033;s:4:\"time\";d:0.51000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5544;s:10:\"size_after\";i:5544;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13271;s:10:\"size_after\";i:13271;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51297;s:10:\"size_after\";i:51297;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:71945;s:10:\"size_after\";i:71945;s:4:\"time\";d:0.19;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44720;s:10:\"size_after\";i:44720;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36124;s:10:\"size_after\";i:36124;s:4:\"time\";d:0.040000000000000001;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32611;s:10:\"size_after\";i:32611;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40382;s:10:\"size_after\";i:40382;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41139;s:10:\"size_after\";i:41139;s:4:\"time\";d:0.11;}}}'),(2967,982,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:339026;s:10:\"size_after\";i:339026;s:4:\"time\";d:0.43000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5381;s:10:\"size_after\";i:5381;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12577;s:10:\"size_after\";i:12577;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49422;s:10:\"size_after\";i:49422;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69832;s:10:\"size_after\";i:69832;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56419;s:10:\"size_after\";i:56419;s:4:\"time\";d:0.040000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34436;s:10:\"size_after\";i:34436;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31392;s:10:\"size_after\";i:31392;s:4:\"time\";d:0.089999999999999997;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39892;s:10:\"size_after\";i:39892;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39675;s:10:\"size_after\";i:39675;s:4:\"time\";d:0.059999999999999998;}}}'),(2968,981,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:319788;s:10:\"size_after\";i:319788;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5645;s:10:\"size_after\";i:5645;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13899;s:10:\"size_after\";i:13899;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46486;s:10:\"size_after\";i:46486;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70068;s:10:\"size_after\";i:70068;s:4:\"time\";d:0.070000000000000007;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43367;s:10:\"size_after\";i:43367;s:4:\"time\";d:0.040000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35029;s:10:\"size_after\";i:35029;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30431;s:10:\"size_after\";i:30431;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40524;s:10:\"size_after\";i:40524;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34339;s:10:\"size_after\";i:34339;s:4:\"time\";d:0.059999999999999998;}}}'),(2969,980,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:224835;s:10:\"size_after\";i:224835;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4863;s:10:\"size_after\";i:4863;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10428;s:10:\"size_after\";i:10428;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32384;s:10:\"size_after\";i:32384;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46048;s:10:\"size_after\";i:46048;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34589;s:10:\"size_after\";i:34589;s:4:\"time\";d:0.029999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23137;s:10:\"size_after\";i:23137;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20915;s:10:\"size_after\";i:20915;s:4:\"time\";d:0.040000000000000001;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27257;s:10:\"size_after\";i:27257;s:4:\"time\";d:0.11;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25214;s:10:\"size_after\";i:25214;s:4:\"time\";d:0.059999999999999998;}}}'),(2970,979,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:284099;s:10:\"size_after\";i:284099;s:4:\"time\";d:0.42000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4776;s:10:\"size_after\";i:4776;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9652;s:10:\"size_after\";i:9652;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38767;s:10:\"size_after\";i:38767;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54638;s:10:\"size_after\";i:54638;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44629;s:10:\"size_after\";i:44629;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32084;s:10:\"size_after\";i:32084;s:4:\"time\";d:0.040000000000000001;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28961;s:10:\"size_after\";i:28961;s:4:\"time\";d:0.050000000000000003;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37469;s:10:\"size_after\";i:37469;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33123;s:10:\"size_after\";i:33123;s:4:\"time\";d:0.11;}}}'),(2971,978,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19351;s:10:\"size_after\";i:19351;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3922;s:10:\"size_after\";i:3922;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6063;s:10:\"size_after\";i:6063;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9366;s:10:\"size_after\";i:9366;s:4:\"time\";d:0.02;}}}'),(2972,975,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:352558;s:10:\"size_after\";i:352558;s:4:\"time\";d:0.51000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5439;s:10:\"size_after\";i:5439;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12818;s:10:\"size_after\";i:12818;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50634;s:10:\"size_after\";i:50634;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:71766;s:10:\"size_after\";i:71766;s:4:\"time\";d:0.23000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59863;s:10:\"size_after\";i:59863;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36072;s:10:\"size_after\";i:36072;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32477;s:10:\"size_after\";i:32477;s:4:\"time\";d:0.040000000000000001;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42422;s:10:\"size_after\";i:42422;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41067;s:10:\"size_after\";i:41067;s:4:\"time\";d:0.059999999999999998;}}}'),(2973,974,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:284701;s:10:\"size_after\";i:284701;s:4:\"time\";d:0.72999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5229;s:10:\"size_after\";i:5229;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13035;s:10:\"size_after\";i:13035;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42839;s:10:\"size_after\";i:42839;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60404;s:10:\"size_after\";i:60404;s:4:\"time\";d:0.20999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42202;s:10:\"size_after\";i:42202;s:4:\"time\";d:0.070000000000000007;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29190;s:10:\"size_after\";i:29190;s:4:\"time\";d:0.040000000000000001;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25633;s:10:\"size_after\";i:25633;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34428;s:10:\"size_after\";i:34428;s:4:\"time\";d:0.12;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31741;s:10:\"size_after\";i:31741;s:4:\"time\";d:0.16;}}}'),(2974,973,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:438231;s:10:\"size_after\";i:438231;s:4:\"time\";d:0.55999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5901;s:10:\"size_after\";i:5901;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14054;s:10:\"size_after\";i:14054;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62286;s:10:\"size_after\";i:62286;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:100401;s:10:\"size_after\";i:100401;s:4:\"time\";d:0.19;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60632;s:10:\"size_after\";i:60632;s:4:\"time\";d:0.10000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46034;s:10:\"size_after\";i:46034;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42568;s:10:\"size_after\";i:42568;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51491;s:10:\"size_after\";i:51491;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54864;s:10:\"size_after\";i:54864;s:4:\"time\";d:0.080000000000000002;}}}'),(2975,972,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:377729;s:10:\"size_after\";i:377729;s:4:\"time\";d:0.60000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6004;s:10:\"size_after\";i:6004;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14952;s:10:\"size_after\";i:14952;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56377;s:10:\"size_after\";i:56377;s:4:\"time\";d:0.10000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79108;s:10:\"size_after\";i:79108;s:4:\"time\";d:0.14000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60886;s:10:\"size_after\";i:60886;s:4:\"time\";d:0.10000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38741;s:10:\"size_after\";i:38741;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34141;s:10:\"size_after\";i:34141;s:4:\"time\";d:0.089999999999999997;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44606;s:10:\"size_after\";i:44606;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42914;s:10:\"size_after\";i:42914;s:4:\"time\";d:0.050000000000000003;}}}'),(2976,971,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:200824;s:10:\"size_after\";i:200824;s:4:\"time\";d:0.45999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4381;s:10:\"size_after\";i:4381;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9855;s:10:\"size_after\";i:9855;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31322;s:10:\"size_after\";i:31322;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46454;s:10:\"size_after\";i:46454;s:4:\"time\";d:0.13;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23965;s:10:\"size_after\";i:23965;s:4:\"time\";d:0.080000000000000002;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21086;s:10:\"size_after\";i:21086;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20032;s:10:\"size_after\";i:20032;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20888;s:10:\"size_after\";i:20888;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22841;s:10:\"size_after\";i:22841;s:4:\"time\";d:0.029999999999999999;}}}'),(2977,968,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4417082831065962;s:5:\"bytes\";i:6320;s:11:\"size_before\";i:116140;s:10:\"size_after\";i:109820;s:4:\"time\";d:0.15000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:639;s:11:\"size_before\";i:8567;s:10:\"size_after\";i:7928;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:1377;s:11:\"size_before\";i:20479;s:10:\"size_after\";i:19102;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:2396;s:11:\"size_before\";i:45480;s:10:\"size_after\";i:43084;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:1908;s:11:\"size_before\";i:41614;s:10:\"size_after\";i:39706;s:4:\"time\";d:0.10000000000000001;}}}'),(2978,966,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:363751;s:10:\"size_after\";i:363751;s:4:\"time\";d:0.49999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5235;s:10:\"size_after\";i:5235;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15914;s:10:\"size_after\";i:15914;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58020;s:10:\"size_after\";i:58020;s:4:\"time\";d:0.10000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:89202;s:10:\"size_after\";i:89202;s:4:\"time\";d:0.13;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44530;s:10:\"size_after\";i:44530;s:4:\"time\";d:0.059999999999999998;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35654;s:10:\"size_after\";i:35654;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33224;s:10:\"size_after\";i:33224;s:4:\"time\";d:0.050000000000000003;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39537;s:10:\"size_after\";i:39537;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42435;s:10:\"size_after\";i:42435;s:4:\"time\";d:0.059999999999999998;}}}'),(2979,965,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:404094;s:10:\"size_after\";i:404094;s:4:\"time\";d:0.42000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5682;s:10:\"size_after\";i:5682;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13818;s:10:\"size_after\";i:13818;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57417;s:10:\"size_after\";i:57417;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90902;s:10:\"size_after\";i:90902;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61079;s:10:\"size_after\";i:61079;s:4:\"time\";d:0.040000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40564;s:10:\"size_after\";i:40564;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40714;s:10:\"size_after\";i:40714;s:4:\"time\";d:0.070000000000000007;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45511;s:10:\"size_after\";i:45511;s:4:\"time\";d:0.080000000000000002;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48407;s:10:\"size_after\";i:48407;s:4:\"time\";d:0.040000000000000001;}}}'),(2980,964,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:221343;s:10:\"size_after\";i:221343;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4898;s:10:\"size_after\";i:4898;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11619;s:10:\"size_after\";i:11619;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32276;s:10:\"size_after\";i:32276;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48372;s:10:\"size_after\";i:48372;s:4:\"time\";d:0.089999999999999997;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27059;s:10:\"size_after\";i:27059;s:4:\"time\";d:0.080000000000000002;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24598;s:10:\"size_after\";i:24598;s:4:\"time\";d:0.040000000000000001;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22209;s:10:\"size_after\";i:22209;s:4:\"time\";d:0.040000000000000001;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25052;s:10:\"size_after\";i:25052;s:4:\"time\";d:0.02;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25260;s:10:\"size_after\";i:25260;s:4:\"time\";d:0.02;}}}'),(2981,961,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:231550;s:10:\"size_after\";i:231550;s:4:\"time\";d:0.38999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4624;s:10:\"size_after\";i:4624;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8736;s:10:\"size_after\";i:8736;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29153;s:10:\"size_after\";i:29153;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44154;s:10:\"size_after\";i:44154;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40610;s:10:\"size_after\";i:40610;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24518;s:10:\"size_after\";i:24518;s:4:\"time\";d:0.059999999999999998;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22566;s:10:\"size_after\";i:22566;s:4:\"time\";d:0.040000000000000001;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29197;s:10:\"size_after\";i:29197;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27992;s:10:\"size_after\";i:27992;s:4:\"time\";d:0.059999999999999998;}}}'),(2982,959,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197523;s:10:\"size_after\";i:197523;s:4:\"time\";d:0.42999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3631;s:10:\"size_after\";i:3631;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8453;s:10:\"size_after\";i:8453;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26273;s:10:\"size_after\";i:26273;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46253;s:10:\"size_after\";i:46253;s:4:\"time\";d:0.089999999999999997;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35717;s:10:\"size_after\";i:35717;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17591;s:10:\"size_after\";i:17591;s:4:\"time\";d:0.040000000000000001;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15998;s:10:\"size_after\";i:15998;s:4:\"time\";d:0.040000000000000001;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23616;s:10:\"size_after\";i:23616;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19991;s:10:\"size_after\";i:19991;s:4:\"time\";d:0.059999999999999998;}}}'),(2983,958,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:233428;s:10:\"size_after\";i:233428;s:4:\"time\";d:0.33999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4493;s:10:\"size_after\";i:4493;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9564;s:10:\"size_after\";i:9564;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34327;s:10:\"size_after\";i:34327;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47993;s:10:\"size_after\";i:47993;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35833;s:10:\"size_after\";i:35833;s:4:\"time\";d:0.089999999999999997;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24180;s:10:\"size_after\";i:24180;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22020;s:10:\"size_after\";i:22020;s:4:\"time\";d:0.050000000000000003;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27692;s:10:\"size_after\";i:27692;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27326;s:10:\"size_after\";i:27326;s:4:\"time\";d:0.029999999999999999;}}}'),(2984,957,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:224129;s:10:\"size_after\";i:224129;s:4:\"time\";d:0.55000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4205;s:10:\"size_after\";i:4205;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8844;s:10:\"size_after\";i:8844;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31907;s:10:\"size_after\";i:31907;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45076;s:10:\"size_after\";i:45076;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36774;s:10:\"size_after\";i:36774;s:4:\"time\";d:0.080000000000000002;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23089;s:10:\"size_after\";i:23089;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21105;s:10:\"size_after\";i:21105;s:4:\"time\";d:0.050000000000000003;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26442;s:10:\"size_after\";i:26442;s:4:\"time\";d:0.13;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26687;s:10:\"size_after\";i:26687;s:4:\"time\";d:0.050000000000000003;}}}'),(2985,954,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3720219;s:10:\"size_after\";i:3720219;s:4:\"time\";d:3.2000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44695;s:10:\"size_after\";i:44695;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91469;s:10:\"size_after\";i:91469;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:460436;s:10:\"size_after\";i:460436;s:4:\"time\";d:0.34000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:726501;s:10:\"size_after\";i:726501;s:4:\"time\";d:0.51000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:673626;s:10:\"size_after\";i:673626;s:4:\"time\";d:0.87;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:404839;s:10:\"size_after\";i:404839;s:4:\"time\";d:0.46999999999999997;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:366705;s:10:\"size_after\";i:366705;s:4:\"time\";d:0.23999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:476708;s:10:\"size_after\";i:476708;s:4:\"time\";d:0.31;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:475240;s:10:\"size_after\";i:475240;s:4:\"time\";d:0.35999999999999999;}}}'),(2986,952,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4812918258419359;s:5:\"bytes\";i:3308;s:11:\"size_before\";i:73818;s:10:\"size_after\";i:70510;s:4:\"time\";d:0.34999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5299999999999998;s:5:\"bytes\";i:219;s:11:\"size_before\";i:8650;s:10:\"size_after\";i:8431;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:27154;s:10:\"size_after\";i:25609;s:4:\"time\";d:0.089999999999999997;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:38014;s:10:\"size_after\";i:36470;s:4:\"time\";d:0.23999999999999999;}}}'),(2987,950,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.54961194980467087;s:5:\"bytes\";i:2002;s:11:\"size_before\";i:364257;s:10:\"size_after\";i:362255;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:716;s:11:\"size_before\";i:9145;s:10:\"size_after\";i:8429;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:1286;s:11:\"size_before\";i:17688;s:10:\"size_after\";i:16402;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54698;s:10:\"size_after\";i:54698;s:4:\"time\";d:0.040000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51314;s:10:\"size_after\";i:51314;s:4:\"time\";d:0.059999999999999998;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45228;s:10:\"size_after\";i:45228;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53236;s:10:\"size_after\";i:53236;s:4:\"time\";d:0.11;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51679;s:10:\"size_after\";i:51679;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:81269;s:10:\"size_after\";i:81269;s:4:\"time\";d:0.080000000000000002;}}}'),(2988,922,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.12843359180593686;s:5:\"bytes\";i:720;s:11:\"size_before\";i:560601;s:10:\"size_after\";i:559881;s:4:\"time\";d:0.53000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1600000000000001;s:5:\"bytes\";i:720;s:11:\"size_before\";i:10053;s:10:\"size_after\";i:9333;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23854;s:10:\"size_after\";i:23854;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91610;s:10:\"size_after\";i:91610;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:137253;s:10:\"size_after\";i:137253;s:4:\"time\";d:0.11;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67713;s:10:\"size_after\";i:67713;s:4:\"time\";d:0.080000000000000002;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55501;s:10:\"size_after\";i:55501;s:4:\"time\";d:0.059999999999999998;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53383;s:10:\"size_after\";i:53383;s:4:\"time\";d:0.070000000000000007;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55327;s:10:\"size_after\";i:55327;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65907;s:10:\"size_after\";i:65907;s:4:\"time\";d:0.070000000000000007;}}}'),(2989,906,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:412984;s:10:\"size_after\";i:412984;s:4:\"time\";d:0.39000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6558;s:10:\"size_after\";i:6558;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15747;s:10:\"size_after\";i:15747;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67448;s:10:\"size_after\";i:67448;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73283;s:10:\"size_after\";i:73283;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50467;s:10:\"size_after\";i:50467;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46704;s:10:\"size_after\";i:46704;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56755;s:10:\"size_after\";i:56755;s:4:\"time\";d:0.14000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59801;s:10:\"size_after\";i:59801;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36221;s:10:\"size_after\";i:36221;s:4:\"time\";d:0.02;}}}'),(2990,901,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.26686572137040193;s:5:\"bytes\";i:833;s:11:\"size_before\";i:312142;s:10:\"size_after\";i:311309;s:4:\"time\";d:0.46000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9299999999999997;s:5:\"bytes\";i:833;s:11:\"size_before\";i:9332;s:10:\"size_after\";i:8499;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17481;s:10:\"size_after\";i:17481;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50009;s:10:\"size_after\";i:50009;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66277;s:10:\"size_after\";i:66277;s:4:\"time\";d:0.12;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29492;s:10:\"size_after\";i:29492;s:4:\"time\";d:0.070000000000000007;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34448;s:10:\"size_after\";i:34448;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34707;s:10:\"size_after\";i:34707;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31525;s:10:\"size_after\";i:31525;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38871;s:10:\"size_after\";i:38871;s:4:\"time\";d:0.029999999999999999;}}}'),(2991,898,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4528778;s:10:\"size_after\";i:4528778;s:4:\"time\";d:3.0499999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47925;s:10:\"size_after\";i:47925;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73129;s:10:\"size_after\";i:73129;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:465047;s:10:\"size_after\";i:465047;s:4:\"time\";d:0.32000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:802175;s:10:\"size_after\";i:802175;s:4:\"time\";d:0.45000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:867525;s:10:\"size_after\";i:867525;s:4:\"time\";d:0.52000000000000002;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:534467;s:10:\"size_after\";i:534467;s:4:\"time\";d:0.37;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:481927;s:10:\"size_after\";i:481927;s:4:\"time\";d:0.57999999999999996;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:619625;s:10:\"size_after\";i:619625;s:4:\"time\";d:0.32000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:636958;s:10:\"size_after\";i:636958;s:4:\"time\";d:0.40000000000000002;}}}'),(2992,893,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:129777;s:10:\"size_after\";i:129777;s:4:\"time\";d:0.22;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3526;s:10:\"size_after\";i:3526;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8932;s:10:\"size_after\";i:8932;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21114;s:10:\"size_after\";i:21114;s:4:\"time\";d:0.02;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17173;s:10:\"size_after\";i:17173;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15132;s:10:\"size_after\";i:15132;s:4:\"time\";d:0.050000000000000003;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20884;s:10:\"size_after\";i:20884;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17716;s:10:\"size_after\";i:17716;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25300;s:10:\"size_after\";i:25300;s:4:\"time\";d:0.02;}}}'),(2993,890,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.807759976042524;s:5:\"bytes\";i:29098;s:11:\"size_before\";i:427424;s:10:\"size_after\";i:398326;s:4:\"time\";d:0.52000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:496;s:11:\"size_before\";i:14759;s:10:\"size_after\";i:14263;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.74;s:5:\"bytes\";i:146;s:11:\"size_before\";i:8367;s:10:\"size_after\";i:8221;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:2176;s:11:\"size_before\";i:41116;s:10:\"size_after\";i:38940;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:4368;s:11:\"size_before\";i:65810;s:10:\"size_after\";i:61442;s:4:\"time\";d:0.070000000000000007;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:7105;s:11:\"size_before\";i:87244;s:10:\"size_after\";i:80139;s:4:\"time\";d:0.11;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5899999999999999;s:5:\"bytes\";i:3298;s:11:\"size_before\";i:50032;s:10:\"size_after\";i:46734;s:4:\"time\";d:0.089999999999999997;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:3213;s:11:\"size_before\";i:45973;s:10:\"size_after\";i:42760;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:4635;s:11:\"size_before\";i:62044;s:10:\"size_after\";i:57409;s:4:\"time\";d:0.080000000000000002;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:3661;s:11:\"size_before\";i:52079;s:10:\"size_after\";i:48418;s:4:\"time\";d:0.029999999999999999;}}}'),(2994,886,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2693612;s:10:\"size_after\";i:2693612;s:4:\"time\";d:6.660000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24513;s:10:\"size_after\";i:24513;s:4:\"time\";d:0.20999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61119;s:10:\"size_after\";i:61119;s:4:\"time\";d:0.089999999999999997;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:370982;s:10:\"size_after\";i:370982;s:4:\"time\";d:0.72999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:657943;s:10:\"size_after\";i:657943;s:4:\"time\";d:1.49;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:478959;s:10:\"size_after\";i:478959;s:4:\"time\";d:1.3400000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:255769;s:10:\"size_after\";i:255769;s:4:\"time\";d:0.5;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:233023;s:10:\"size_after\";i:233023;s:4:\"time\";d:0.46000000000000002;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:291464;s:10:\"size_after\";i:291464;s:4:\"time\";d:1.3100000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:319840;s:10:\"size_after\";i:319840;s:4:\"time\";d:0.53000000000000003;}}}'),(2995,885,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3348958;s:10:\"size_after\";i:3348958;s:4:\"time\";d:4.6399999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30252;s:10:\"size_after\";i:30252;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75857;s:10:\"size_after\";i:75857;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:460065;s:10:\"size_after\";i:460065;s:4:\"time\";d:0.58999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:826309;s:10:\"size_after\";i:826309;s:4:\"time\";d:1.0900000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:596402;s:10:\"size_after\";i:596402;s:4:\"time\";d:0.69999999999999996;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:315493;s:10:\"size_after\";i:315493;s:4:\"time\";d:0.32000000000000001;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:287831;s:10:\"size_after\";i:287831;s:4:\"time\";d:0.40000000000000002;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:362650;s:10:\"size_after\";i:362650;s:4:\"time\";d:0.40000000000000002;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:394099;s:10:\"size_after\";i:394099;s:4:\"time\";d:1.03;}}}'),(2996,883,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.7900466562985997;s:5:\"bytes\";i:128418;s:11:\"size_before\";i:1311720;s:10:\"size_after\";i:1183302;s:4:\"time\";d:1.8799999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:357;s:11:\"size_before\";i:14532;s:10:\"size_after\";i:14175;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:2258;s:11:\"size_before\";i:34399;s:10:\"size_after\";i:32141;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3000000000000007;s:5:\"bytes\";i:17391;s:11:\"size_before\";i:187086;s:10:\"size_after\";i:169695;s:4:\"time\";d:0.22;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.48;s:5:\"bytes\";i:23344;s:11:\"size_before\";i:222672;s:10:\"size_after\";i:199328;s:4:\"time\";d:0.29999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996;s:5:\"bytes\";i:11454;s:11:\"size_before\";i:129382;s:10:\"size_after\";i:117928;s:4:\"time\";d:0.10000000000000001;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1199999999999992;s:5:\"bytes\";i:10770;s:11:\"size_before\";i:118145;s:10:\"size_after\";i:107375;s:4:\"time\";d:0.58999999999999997;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6899999999999995;s:5:\"bytes\";i:14449;s:11:\"size_before\";i:149185;s:10:\"size_after\";i:134736;s:4:\"time\";d:0.19;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000005;s:5:\"bytes\";i:14259;s:11:\"size_before\";i:157338;s:10:\"size_after\";i:143079;s:4:\"time\";d:0.19;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.42;s:5:\"bytes\";i:34136;s:11:\"size_before\";i:298981;s:10:\"size_after\";i:264845;s:4:\"time\";d:0.23999999999999999;}}}'),(2997,879,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:280347;s:10:\"size_after\";i:280347;s:4:\"time\";d:0.42000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6006;s:10:\"size_after\";i:6006;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11071;s:10:\"size_after\";i:11071;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35839;s:10:\"size_after\";i:35839;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51983;s:10:\"size_after\";i:51983;s:4:\"time\";d:0.16;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44892;s:10:\"size_after\";i:44892;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30931;s:10:\"size_after\";i:30931;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28161;s:10:\"size_after\";i:28161;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35997;s:10:\"size_after\";i:35997;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35467;s:10:\"size_after\";i:35467;s:4:\"time\";d:0.029999999999999999;}}}'),(2998,877,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.44719057387592753;s:5:\"bytes\";i:1999;s:11:\"size_before\";i:447013;s:10:\"size_after\";i:445014;s:4:\"time\";d:0.48999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:698;s:11:\"size_before\";i:9192;s:10:\"size_after\";i:8494;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:1301;s:11:\"size_before\";i:18046;s:10:\"size_after\";i:16745;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59793;s:10:\"size_after\";i:59793;s:4:\"time\";d:0.10000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:89006;s:10:\"size_after\";i:89006;s:4:\"time\";d:0.12;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76644;s:10:\"size_after\";i:76644;s:4:\"time\";d:0.089999999999999997;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45514;s:10:\"size_after\";i:45514;s:4:\"time\";d:0.059999999999999998;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41334;s:10:\"size_after\";i:41334;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54414;s:10:\"size_after\";i:54414;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53070;s:10:\"size_after\";i:53070;s:4:\"time\";d:0.029999999999999999;}}}'),(2999,876,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.40784900893932652;s:5:\"bytes\";i:2299;s:11:\"size_before\";i:563689;s:10:\"size_after\";i:561390;s:4:\"time\";d:0.35999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:834;s:11:\"size_before\";i:10629;s:10:\"size_after\";i:9795;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:20897;s:10:\"size_after\";i:19432;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:71754;s:10:\"size_after\";i:71754;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:115182;s:10:\"size_after\";i:115182;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94783;s:10:\"size_after\";i:94783;s:4:\"time\";d:0.059999999999999998;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58739;s:10:\"size_after\";i:58739;s:4:\"time\";d:0.040000000000000001;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52043;s:10:\"size_after\";i:52043;s:4:\"time\";d:0.040000000000000001;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72009;s:10:\"size_after\";i:72009;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67653;s:10:\"size_after\";i:67653;s:4:\"time\";d:0.040000000000000001;}}}'),(3000,875,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104015;s:10:\"size_after\";i:104015;s:4:\"time\";d:0.24999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3677;s:10:\"size_after\";i:3677;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4648;s:10:\"size_after\";i:4648;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13154;s:10:\"size_after\";i:13154;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15674;s:10:\"size_after\";i:15674;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13021;s:10:\"size_after\";i:13021;s:4:\"time\";d:0.029999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12928;s:10:\"size_after\";i:12928;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13514;s:10:\"size_after\";i:13514;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10660;s:10:\"size_after\";i:10660;s:4:\"time\";d:0.02;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16739;s:10:\"size_after\";i:16739;s:4:\"time\";d:0.029999999999999999;}}}'),(3001,874,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:151537;s:10:\"size_after\";i:151537;s:4:\"time\";d:0.40999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3363;s:10:\"size_after\";i:3363;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5389;s:10:\"size_after\";i:5389;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18402;s:10:\"size_after\";i:18402;s:4:\"time\";d:0.10000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29828;s:10:\"size_after\";i:29828;s:4:\"time\";d:0.080000000000000002;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23181;s:10:\"size_after\";i:23181;s:4:\"time\";d:0.040000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16464;s:10:\"size_after\";i:16464;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15913;s:10:\"size_after\";i:15913;s:4:\"time\";d:0.040000000000000001;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17944;s:10:\"size_after\";i:17944;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21053;s:10:\"size_after\";i:21053;s:4:\"time\";d:0.02;}}}'),(3002,873,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:169512;s:10:\"size_after\";i:169512;s:4:\"time\";d:0.22999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3629;s:10:\"size_after\";i:3629;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6576;s:10:\"size_after\";i:6576;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20974;s:10:\"size_after\";i:20974;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32759;s:10:\"size_after\";i:32759;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27765;s:10:\"size_after\";i:27765;s:4:\"time\";d:0.029999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18444;s:10:\"size_after\";i:18444;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16766;s:10:\"size_after\";i:16766;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21232;s:10:\"size_after\";i:21232;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21367;s:10:\"size_after\";i:21367;s:4:\"time\";d:0.02;}}}'),(3003,872,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:262518;s:10:\"size_after\";i:262518;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5104;s:10:\"size_after\";i:5104;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9786;s:10:\"size_after\";i:9786;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32553;s:10:\"size_after\";i:32553;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51686;s:10:\"size_after\";i:51686;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43733;s:10:\"size_after\";i:43733;s:4:\"time\";d:0.040000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26794;s:10:\"size_after\";i:26794;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25036;s:10:\"size_after\";i:25036;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31689;s:10:\"size_after\";i:31689;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36137;s:10:\"size_after\";i:36137;s:4:\"time\";d:0.029999999999999999;}}}'),(3004,871,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:200565;s:10:\"size_after\";i:200565;s:4:\"time\";d:0.28000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4972;s:10:\"size_after\";i:4972;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8368;s:10:\"size_after\";i:8368;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24336;s:10:\"size_after\";i:24336;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37410;s:10:\"size_after\";i:37410;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31421;s:10:\"size_after\";i:31421;s:4:\"time\";d:0.040000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22099;s:10:\"size_after\";i:22099;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20786;s:10:\"size_after\";i:20786;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25307;s:10:\"size_after\";i:25307;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25866;s:10:\"size_after\";i:25866;s:4:\"time\";d:0.050000000000000003;}}}'),(3005,870,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:263102;s:10:\"size_after\";i:263102;s:4:\"time\";d:0.38000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5603;s:10:\"size_after\";i:5603;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9965;s:10:\"size_after\";i:9965;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32330;s:10:\"size_after\";i:32330;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51350;s:10:\"size_after\";i:51350;s:4:\"time\";d:0.14000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42060;s:10:\"size_after\";i:42060;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28834;s:10:\"size_after\";i:28834;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26395;s:10:\"size_after\";i:26395;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32572;s:10:\"size_after\";i:32572;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33993;s:10:\"size_after\";i:33993;s:4:\"time\";d:0.040000000000000001;}}}'),(3006,869,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:422448;s:10:\"size_after\";i:422448;s:4:\"time\";d:0.57000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5081;s:10:\"size_after\";i:5081;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11781;s:10:\"size_after\";i:11781;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56467;s:10:\"size_after\";i:56467;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:100100;s:10:\"size_after\";i:100100;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:78909;s:10:\"size_after\";i:78909;s:4:\"time\";d:0.25;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36733;s:10:\"size_after\";i:36733;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32510;s:10:\"size_after\";i:32510;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52351;s:10:\"size_after\";i:52351;s:4:\"time\";d:0.070000000000000007;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48516;s:10:\"size_after\";i:48516;s:4:\"time\";d:0.050000000000000003;}}}'),(3007,868,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:257077;s:10:\"size_after\";i:257077;s:4:\"time\";d:0.27999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6105;s:10:\"size_after\";i:6105;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10089;s:10:\"size_after\";i:10089;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32155;s:10:\"size_after\";i:32155;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46098;s:10:\"size_after\";i:46098;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38677;s:10:\"size_after\";i:38677;s:4:\"time\";d:0.029999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29638;s:10:\"size_after\";i:29638;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27679;s:10:\"size_after\";i:27679;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31962;s:10:\"size_after\";i:31962;s:4:\"time\";d:0.070000000000000007;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34674;s:10:\"size_after\";i:34674;s:4:\"time\";d:0.040000000000000001;}}}'),(3008,867,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:173173;s:10:\"size_after\";i:173173;s:4:\"time\";d:0.26999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4693;s:10:\"size_after\";i:4693;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6079;s:10:\"size_after\";i:6079;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19806;s:10:\"size_after\";i:19806;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31158;s:10:\"size_after\";i:31158;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24754;s:10:\"size_after\";i:24754;s:4:\"time\";d:0.059999999999999998;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20703;s:10:\"size_after\";i:20703;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19890;s:10:\"size_after\";i:19890;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20839;s:10:\"size_after\";i:20839;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25251;s:10:\"size_after\";i:25251;s:4:\"time\";d:0.040000000000000001;}}}'),(3009,864,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:268266;s:10:\"size_after\";i:268266;s:4:\"time\";d:0.37;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5224;s:10:\"size_after\";i:5224;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10611;s:10:\"size_after\";i:10611;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35595;s:10:\"size_after\";i:35595;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56281;s:10:\"size_after\";i:56281;s:4:\"time\";d:0.11;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42091;s:10:\"size_after\";i:42091;s:4:\"time\";d:0.029999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28069;s:10:\"size_after\";i:28069;s:4:\"time\";d:0.059999999999999998;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25097;s:10:\"size_after\";i:25097;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33341;s:10:\"size_after\";i:33341;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31957;s:10:\"size_after\";i:31957;s:4:\"time\";d:0.040000000000000001;}}}'),(3010,863,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:632906;s:10:\"size_after\";i:632906;s:4:\"time\";d:0.63000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6912;s:10:\"size_after\";i:6912;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14566;s:10:\"size_after\";i:14566;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79083;s:10:\"size_after\";i:79083;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144876;s:10:\"size_after\";i:144876;s:4:\"time\";d:0.14000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109216;s:10:\"size_after\";i:109216;s:4:\"time\";d:0.17000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63486;s:10:\"size_after\";i:63486;s:4:\"time\";d:0.070000000000000007;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57177;s:10:\"size_after\";i:57177;s:4:\"time\";d:0.059999999999999998;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76148;s:10:\"size_after\";i:76148;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:81442;s:10:\"size_after\";i:81442;s:4:\"time\";d:0.040000000000000001;}}}'),(3011,862,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:340052;s:10:\"size_after\";i:340052;s:4:\"time\";d:0.55000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5203;s:10:\"size_after\";i:5203;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11222;s:10:\"size_after\";i:11222;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46290;s:10:\"size_after\";i:46290;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75481;s:10:\"size_after\";i:75481;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61428;s:10:\"size_after\";i:61428;s:4:\"time\";d:0.059999999999999998;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34291;s:10:\"size_after\";i:34291;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27078;s:10:\"size_after\";i:27078;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43589;s:10:\"size_after\";i:43589;s:4:\"time\";d:0.13;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35470;s:10:\"size_after\";i:35470;s:4:\"time\";d:0.059999999999999998;}}}'),(3012,728,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8216699764971671;s:5:\"bytes\";i:10488;s:11:\"size_before\";i:274435;s:10:\"size_after\";i:263947;s:4:\"time\";d:1.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:120;s:11:\"size_before\";i:4301;s:10:\"size_after\";i:4181;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:402;s:11:\"size_before\";i:10739;s:10:\"size_after\";i:10337;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:1792;s:11:\"size_before\";i:48934;s:10:\"size_after\";i:47142;s:4:\"time\";d:0.20999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:1483;s:11:\"size_before\";i:41956;s:10:\"size_after\";i:40473;s:4:\"time\";d:0.14000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:1030;s:11:\"size_before\";i:28640;s:10:\"size_after\";i:27610;s:4:\"time\";d:0.10000000000000001;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:901;s:11:\"size_before\";i:23659;s:10:\"size_after\";i:22758;s:4:\"time\";d:0.10000000000000001;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1000000000000001;s:5:\"bytes\";i:862;s:11:\"size_before\";i:41038;s:10:\"size_after\";i:40176;s:4:\"time\";d:0.16;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:30494;s:10:\"size_after\";i:29393;s:4:\"time\";d:0.12;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:2797;s:11:\"size_before\";i:44674;s:10:\"size_after\";i:41877;s:4:\"time\";d:0.17000000000000001;}}}'),(3013,729,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4577913797500637;s:5:\"bytes\";i:1712;s:11:\"size_before\";i:31368;s:10:\"size_after\";i:29656;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:254;s:11:\"size_before\";i:10171;s:10:\"size_after\";i:9917;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:1458;s:11:\"size_before\";i:21197;s:10:\"size_after\";i:19739;s:4:\"time\";d:0.050000000000000003;}}}'),(3014,751,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:464735;s:10:\"size_after\";i:464735;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5762;s:10:\"size_after\";i:5762;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13750;s:10:\"size_after\";i:13750;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66607;s:10:\"size_after\";i:66607;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:98010;s:10:\"size_after\";i:98010;s:4:\"time\";d:0.089999999999999997;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:83883;s:10:\"size_after\";i:83883;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45591;s:10:\"size_after\";i:45591;s:4:\"time\";d:0.070000000000000007;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41902;s:10:\"size_after\";i:41902;s:4:\"time\";d:0.050000000000000003;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54964;s:10:\"size_after\";i:54964;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54266;s:10:\"size_after\";i:54266;s:4:\"time\";d:0.029999999999999999;}}}'),(3015,753,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:393733;s:10:\"size_after\";i:393733;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5736;s:10:\"size_after\";i:5736;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11312;s:10:\"size_after\";i:11312;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53189;s:10:\"size_after\";i:53189;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79285;s:10:\"size_after\";i:79285;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:73083;s:10:\"size_after\";i:73083;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40671;s:10:\"size_after\";i:40671;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37217;s:10:\"size_after\";i:37217;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45944;s:10:\"size_after\";i:45944;s:4:\"time\";d:0.059999999999999998;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47296;s:10:\"size_after\";i:47296;s:4:\"time\";d:0.059999999999999998;}}}'),(3016,730,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4577913797500637;s:5:\"bytes\";i:1712;s:11:\"size_before\";i:31368;s:10:\"size_after\";i:29656;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:2:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:254;s:11:\"size_before\";i:10171;s:10:\"size_after\";i:9917;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:1458;s:11:\"size_before\";i:21197;s:10:\"size_after\";i:19739;s:4:\"time\";d:0.040000000000000001;}}}'),(3017,731,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.775067750677508;s:5:\"bytes\";i:863;s:11:\"size_before\";i:1845;s:10:\"size_after\";i:982;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.780000000000001;s:5:\"bytes\";i:863;s:11:\"size_before\";i:1845;s:10:\"size_after\";i:982;s:4:\"time\";d:0.02;}}}'),(3018,754,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:405319;s:10:\"size_after\";i:405319;s:4:\"time\";d:0.63;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6755;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15755;s:10:\"size_after\";i:15755;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60718;s:10:\"size_after\";i:60718;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84758;s:10:\"size_after\";i:84758;s:4:\"time\";d:0.070000000000000007;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54557;s:10:\"size_after\";i:54557;s:4:\"time\";d:0.17999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43540;s:10:\"size_after\";i:43540;s:4:\"time\";d:0.12;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40459;s:10:\"size_after\";i:40459;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48067;s:10:\"size_after\";i:48067;s:4:\"time\";d:0.070000000000000007;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50710;s:10:\"size_after\";i:50710;s:4:\"time\";d:0.080000000000000002;}}}'),(3019,776,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:370829;s:10:\"size_after\";i:370829;s:4:\"time\";d:0.60999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7120;s:10:\"size_after\";i:7120;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19074;s:10:\"size_after\";i:19074;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69398;s:10:\"size_after\";i:69398;s:4:\"time\";d:0.12;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51792;s:10:\"size_after\";i:51792;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48384;s:10:\"size_after\";i:48384;s:4:\"time\";d:0.12;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66118;s:10:\"size_after\";i:66118;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56539;s:10:\"size_after\";i:56539;s:4:\"time\";d:0.17999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52404;s:10:\"size_after\";i:52404;s:4:\"time\";d:0.089999999999999997;}}}'),(3020,783,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:296530;s:10:\"size_after\";i:296530;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5332;s:10:\"size_after\";i:5332;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14049;s:10:\"size_after\";i:14049;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50410;s:10:\"size_after\";i:50410;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:71148;s:10:\"size_after\";i:71148;s:4:\"time\";d:0.080000000000000002;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35768;s:10:\"size_after\";i:35768;s:4:\"time\";d:0.029999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28151;s:10:\"size_after\";i:28151;s:4:\"time\";d:0.070000000000000007;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27594;s:10:\"size_after\";i:27594;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29912;s:10:\"size_after\";i:29912;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34166;s:10:\"size_after\";i:34166;s:4:\"time\";d:0.040000000000000001;}}}'),(3021,784,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:199391;s:10:\"size_after\";i:199391;s:4:\"time\";d:0.46999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4328;s:10:\"size_after\";i:4328;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9711;s:10:\"size_after\";i:9711;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30423;s:10:\"size_after\";i:30423;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44286;s:10:\"size_after\";i:44286;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28638;s:10:\"size_after\";i:28638;s:4:\"time\";d:0.11;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19846;s:10:\"size_after\";i:19846;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18135;s:10:\"size_after\";i:18135;s:4:\"time\";d:0.059999999999999998;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22031;s:10:\"size_after\";i:22031;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21993;s:10:\"size_after\";i:21993;s:4:\"time\";d:0.050000000000000003;}}}'),(3022,785,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:293635;s:10:\"size_after\";i:293635;s:4:\"time\";d:0.34000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5191;s:10:\"size_after\";i:5191;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14728;s:10:\"size_after\";i:14728;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47846;s:10:\"size_after\";i:47846;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67478;s:10:\"size_after\";i:67478;s:4:\"time\";d:0.080000000000000002;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39310;s:10:\"size_after\";i:39310;s:4:\"time\";d:0.040000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27716;s:10:\"size_after\";i:27716;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28347;s:10:\"size_after\";i:28347;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31167;s:10:\"size_after\";i:31167;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31852;s:10:\"size_after\";i:31852;s:4:\"time\";d:0.040000000000000001;}}}'),(3023,786,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:143718;s:10:\"size_after\";i:143718;s:4:\"time\";d:0.30000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3450;s:10:\"size_after\";i:3450;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7930;s:10:\"size_after\";i:7930;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28150;s:10:\"size_after\";i:28150;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21811;s:10:\"size_after\";i:21811;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16102;s:10:\"size_after\";i:16102;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14803;s:10:\"size_after\";i:14803;s:4:\"time\";d:0.040000000000000001;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18141;s:10:\"size_after\";i:18141;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18531;s:10:\"size_after\";i:18531;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14800;s:10:\"size_after\";i:14800;s:4:\"time\";d:0.02;}}}'),(3024,791,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:346026;s:10:\"size_after\";i:346026;s:4:\"time\";d:0.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5921;s:10:\"size_after\";i:5921;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16821;s:10:\"size_after\";i:16821;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57101;s:10:\"size_after\";i:57101;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:88742;s:10:\"size_after\";i:88742;s:4:\"time\";d:0.080000000000000002;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40372;s:10:\"size_after\";i:40372;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32002;s:10:\"size_after\";i:32002;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33594;s:10:\"size_after\";i:33594;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33235;s:10:\"size_after\";i:33235;s:4:\"time\";d:0.10000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38238;s:10:\"size_after\";i:38238;s:4:\"time\";d:0.13;}}}'),(3025,793,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:308420;s:10:\"size_after\";i:308420;s:4:\"time\";d:0.56000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5802;s:10:\"size_after\";i:5802;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11984;s:10:\"size_after\";i:11984;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41106;s:10:\"size_after\";i:41106;s:4:\"time\";d:0.19;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58517;s:10:\"size_after\";i:58517;s:4:\"time\";d:0.089999999999999997;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52646;s:10:\"size_after\";i:52646;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33139;s:10:\"size_after\";i:33139;s:4:\"time\";d:0.050000000000000003;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30771;s:10:\"size_after\";i:30771;s:4:\"time\";d:0.050000000000000003;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36540;s:10:\"size_after\";i:36540;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37915;s:10:\"size_after\";i:37915;s:4:\"time\";d:0.070000000000000007;}}}'),(3026,808,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:232315;s:10:\"size_after\";i:232315;s:4:\"time\";d:0.31999999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4261;s:10:\"size_after\";i:4261;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8764;s:10:\"size_after\";i:8764;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32118;s:10:\"size_after\";i:32118;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50264;s:10:\"size_after\";i:50264;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38538;s:10:\"size_after\";i:38538;s:4:\"time\";d:0.059999999999999998;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23698;s:10:\"size_after\";i:23698;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21205;s:10:\"size_after\";i:21205;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26781;s:10:\"size_after\";i:26781;s:4:\"time\";d:0.059999999999999998;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26686;s:10:\"size_after\";i:26686;s:4:\"time\";d:0.029999999999999999;}}}'),(3027,809,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:324330;s:10:\"size_after\";i:324330;s:4:\"time\";d:0.35999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5553;s:10:\"size_after\";i:5553;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13078;s:10:\"size_after\";i:13078;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45638;s:10:\"size_after\";i:45638;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69736;s:10:\"size_after\";i:69736;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44984;s:10:\"size_after\";i:44984;s:4:\"time\";d:0.059999999999999998;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35050;s:10:\"size_after\";i:35050;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31543;s:10:\"size_after\";i:31543;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38919;s:10:\"size_after\";i:38919;s:4:\"time\";d:0.059999999999999998;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39829;s:10:\"size_after\";i:39829;s:4:\"time\";d:0.080000000000000002;}}}'),(3028,815,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:228081;s:10:\"size_after\";i:228081;s:4:\"time\";d:0.42000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4787;s:10:\"size_after\";i:4787;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8044;s:10:\"size_after\";i:8044;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26070;s:10:\"size_after\";i:26070;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35856;s:10:\"size_after\";i:35856;s:4:\"time\";d:0.059999999999999998;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24287;s:10:\"size_after\";i:24287;s:4:\"time\";d:0.080000000000000002;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22513;s:10:\"size_after\";i:22513;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26373;s:10:\"size_after\";i:26373;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28010;s:10:\"size_after\";i:28010;s:4:\"time\";d:0.059999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52141;s:10:\"size_after\";i:52141;s:4:\"time\";d:0.050000000000000003;}}}'),(3029,816,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:257928;s:10:\"size_after\";i:257928;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5703;s:10:\"size_after\";i:5703;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10668;s:10:\"size_after\";i:10668;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33918;s:10:\"size_after\";i:33918;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46564;s:10:\"size_after\";i:46564;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43129;s:10:\"size_after\";i:43129;s:4:\"time\";d:0.029999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28786;s:10:\"size_after\";i:28786;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26110;s:10:\"size_after\";i:26110;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32124;s:10:\"size_after\";i:32124;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30926;s:10:\"size_after\";i:30926;s:4:\"time\";d:0.040000000000000001;}}}'),(3030,817,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:354381;s:10:\"size_after\";i:354381;s:4:\"time\";d:0.41999999999999993;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5501;s:10:\"size_after\";i:5501;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11228;s:10:\"size_after\";i:11228;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45801;s:10:\"size_after\";i:45801;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70947;s:10:\"size_after\";i:70947;s:4:\"time\";d:0.11;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61615;s:10:\"size_after\";i:61615;s:4:\"time\";d:0.040000000000000001;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37497;s:10:\"size_after\";i:37497;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34376;s:10:\"size_after\";i:34376;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44226;s:10:\"size_after\";i:44226;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43190;s:10:\"size_after\";i:43190;s:4:\"time\";d:0.040000000000000001;}}}'),(3031,818,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:168854;s:10:\"size_after\";i:168854;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5268;s:10:\"size_after\";i:5268;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10576;s:10:\"size_after\";i:10576;s:4:\"time\";d:0.01;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29625;s:10:\"size_after\";i:29625;s:4:\"time\";d:0.080000000000000002;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26825;s:10:\"size_after\";i:26825;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36448;s:10:\"size_after\";i:36448;s:4:\"time\";d:0.02;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31621;s:10:\"size_after\";i:31621;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28491;s:10:\"size_after\";i:28491;s:4:\"time\";d:0.040000000000000001;}}}'),(3032,819,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:270153;s:10:\"size_after\";i:270153;s:4:\"time\";d:0.52000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5143;s:10:\"size_after\";i:5143;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10066;s:10:\"size_after\";i:10066;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37891;s:10:\"size_after\";i:37891;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52756;s:10:\"size_after\";i:52756;s:4:\"time\";d:0.27000000000000002;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45697;s:10:\"size_after\";i:45697;s:4:\"time\";d:0.029999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27871;s:10:\"size_after\";i:27871;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25510;s:10:\"size_after\";i:25510;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33272;s:10:\"size_after\";i:33272;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31947;s:10:\"size_after\";i:31947;s:4:\"time\";d:0.029999999999999999;}}}'),(3033,820,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.5356943945616472;s:5:\"bytes\";i:9743;s:11:\"size_before\";i:384234;s:10:\"size_after\";i:374491;s:4:\"time\";d:0.46000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.42;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:9765;s:10:\"size_after\";i:8650;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.050000000000001;s:5:\"bytes\";i:2090;s:11:\"size_before\";i:18918;s:10:\"size_after\";i:16828;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48563;s:10:\"size_after\";i:48563;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65265;s:10:\"size_after\";i:65265;s:4:\"time\";d:0.070000000000000007;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59760;s:10:\"size_after\";i:59760;s:4:\"time\";d:0.089999999999999997;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.460000000000001;s:5:\"bytes\";i:6538;s:11:\"size_before\";i:57049;s:10:\"size_after\";i:50511;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35144;s:10:\"size_after\";i:35144;s:4:\"time\";d:0.12;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46779;s:10:\"size_after\";i:46779;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42991;s:10:\"size_after\";i:42991;s:4:\"time\";d:0.059999999999999998;}}}'),(3034,834,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4909326185901746;s:5:\"bytes\";i:24629;s:11:\"size_before\";i:379437;s:10:\"size_after\";i:354808;s:4:\"time\";d:0.33999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:556;s:11:\"size_before\";i:8931;s:10:\"size_after\";i:8375;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:18477;s:10:\"size_after\";i:17305;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:68561;s:10:\"size_after\";i:65088;s:4:\"time\";d:0.029999999999999999;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:2756;s:11:\"size_before\";i:54264;s:10:\"size_after\";i:51508;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.529999999999999;s:5:\"bytes\";i:4974;s:11:\"size_before\";i:47227;s:10:\"size_after\";i:42253;s:4:\"time\";d:0.050000000000000003;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:3251;s:11:\"size_before\";i:64407;s:10:\"size_after\";i:61156;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5;s:5:\"bytes\";i:5596;s:11:\"size_before\";i:53301;s:10:\"size_after\";i:47705;s:4:\"time\";d:0.11;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:2851;s:11:\"size_before\";i:64269;s:10:\"size_after\";i:61418;s:4:\"time\";d:0.050000000000000003;}}}'),(3035,853,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.13760320240180135;s:5:\"bytes\";i:220;s:11:\"size_before\";i:159880;s:10:\"size_after\";i:159660;s:4:\"time\";d:0.21999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3464;s:10:\"size_after\";i:3464;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:220;s:11:\"size_before\";i:3868;s:10:\"size_after\";i:3648;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9227;s:10:\"size_after\";i:9227;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:89954;s:10:\"size_after\";i:89954;s:4:\"time\";d:0.080000000000000002;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9460;s:10:\"size_after\";i:9460;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9487;s:10:\"size_after\";i:9487;s:4:\"time\";d:0.02;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10801;s:10:\"size_after\";i:10801;s:4:\"time\";d:0.02;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10483;s:10:\"size_after\";i:10483;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13136;s:10:\"size_after\";i:13136;s:4:\"time\";d:0.02;}}}'),(3036,854,'wp-smush-resize_savings','a:3:{s:5:\"bytes\";i:0;s:11:\"size_before\";i:0;s:10:\"size_after\";i:0;}'),(3037,854,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:257928;s:10:\"size_after\";i:257928;s:4:\"time\";d:0.37000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5703;s:10:\"size_after\";i:5703;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10668;s:10:\"size_after\";i:10668;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33918;s:10:\"size_after\";i:33918;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46564;s:10:\"size_after\";i:46564;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43129;s:10:\"size_after\";i:43129;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28786;s:10:\"size_after\";i:28786;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26110;s:10:\"size_after\";i:26110;s:4:\"time\";d:0.059999999999999998;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32124;s:10:\"size_after\";i:32124;s:4:\"time\";d:0.029999999999999999;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30926;s:10:\"size_after\";i:30926;s:4:\"time\";d:0.059999999999999998;}}}'),(3038,859,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:412557;s:10:\"size_after\";i:412557;s:4:\"time\";d:0.44999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5419;s:10:\"size_after\";i:5419;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11306;s:10:\"size_after\";i:11306;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52833;s:10:\"size_after\";i:52833;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:92395;s:10:\"size_after\";i:92395;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64400;s:10:\"size_after\";i:64400;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42475;s:10:\"size_after\";i:42475;s:4:\"time\";d:0.13;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38891;s:10:\"size_after\";i:38891;s:4:\"time\";d:0.029999999999999999;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50447;s:10:\"size_after\";i:50447;s:4:\"time\";d:0.040000000000000001;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54391;s:10:\"size_after\";i:54391;s:4:\"time\";d:0.080000000000000002;}}}'),(3039,860,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:447953;s:10:\"size_after\";i:447953;s:4:\"time\";d:0.46000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6219;s:10:\"size_after\";i:6219;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12325;s:10:\"size_after\";i:12325;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57256;s:10:\"size_after\";i:57256;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:103355;s:10:\"size_after\";i:103355;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67866;s:10:\"size_after\";i:67866;s:4:\"time\";d:0.050000000000000003;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46323;s:10:\"size_after\";i:46323;s:4:\"time\";d:0.029999999999999999;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41447;s:10:\"size_after\";i:41447;s:4:\"time\";d:0.059999999999999998;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55737;s:10:\"size_after\";i:55737;s:4:\"time\";d:0.089999999999999997;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57425;s:10:\"size_after\";i:57425;s:4:\"time\";d:0.029999999999999999;}}}'),(3040,861,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:321170;s:10:\"size_after\";i:321170;s:4:\"time\";d:0.34999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5820;s:10:\"size_after\";i:5820;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13248;s:10:\"size_after\";i:13248;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44242;s:10:\"size_after\";i:44242;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67291;s:10:\"size_after\";i:67291;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:56106;s:10:\"size_after\";i:56106;s:4:\"time\";d:0.070000000000000007;}s:9:\"blog-list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32322;s:10:\"size_after\";i:32322;s:4:\"time\";d:0.02;}s:4:\"team\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25629;s:10:\"size_after\";i:25629;s:4:\"time\";d:0.050000000000000003;}s:9:\"theme-mid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43138;s:10:\"size_after\";i:43138;s:4:\"time\";d:0.050000000000000003;}s:11:\"feature-box\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33374;s:10:\"size_after\";i:33374;s:4:\"time\";d:0.029999999999999999;}}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1034 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2016-06-23 15:23:45','2016-06-23 15:23:45','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://daviddelk.net/band/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','draft','closed','open','','sample-page','','','2017-04-06 19:02:25','2017-04-06 19:02:25','',0,'http://daviddelk.net/band/?page_id=2',0,'page','',0),(6,1,'2015-05-16 13:54:35','2015-05-16 13:54:35','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery/\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our most popular menus\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}\"][vc_column][tpath_call_to_action lead=\"Quality Food Ingridients\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" heading_type=\"h5\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Client Testimonials\" heading_type=\"h5\"][tpath_vc_testimonial slider_type=\"vertical_slide\" navigation=\"false\" categories=\"29\" autoplay=\"5000\"][vc_btn title=\"Read More\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\" el_class=\"vc-btn-active btn-margin\"][vc_btn title=\"Visit our blog\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours \" subtitle=\"We´re open now!\" heading_type=\"h5\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" friday_sub=\"All you can eat\" sunday_hour=\"12:00 - 21:00\" btn_text=\"Take Reservation\" link=\"#\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home-theme','','draft','closed','closed','','home-theme','','','2017-04-06 20:14:26','2017-04-06 20:14:26','',0,'http://themexlab.com/buffalo/?page_id=6',0,'page','',0),(51,1,'2015-05-16 14:05:31','2015-05-16 14:05:31','[vc_row][vc_column width=\"1/1\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" gutter=\"20\" show_filter=\"Yes\" show_pagination=\"Yes\" categories=\"all\"][/vc_column][/vc_row]','Menu Gallery','','draft','closed','closed','','menu-gallery','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',0,'http://themexlab.com/buffalo/?page_id=51',0,'page','',0),(59,1,'2015-05-16 14:25:15','2015-05-16 14:25:15','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"60\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\" css=\".vc_custom_1432491055226{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\" The Best Quality since 1992\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"30\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce. Our product of the month is our range of fruit smoothies and if your order them now you can benefit from our 25% discount. New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning. Prices range, depending on the bag size, from £2.99 to £4.99 per bag. [/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team posts=\"4\" columns=\"4\" categories=\"all\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\"][vc_column width=\"1/1\" css=\".vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"20\"][vc_column_text css=\".vc_custom_1432579817315{margin-bottom: 25px !important;}\"]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" friday_sub=\"All you can Eat\" saturday_hour=\"12:00 – 21:00\" sunday_hour=\"12:00 – 21:00\" column_size=\"one_column\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/1\" offset=\"vc_col-lg-8 vc_col-md-8\"][rev_slider_vc alias=\"thumbslider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Broccoli\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Strawberry\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruits4\" title=\"Apples\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009424037{padding-top: 30px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-pita1\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-meat17\" title=\"Meats\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-beer2\" title=\"Beer\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-cake\" title=\"Cakes\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ice78\" title=\"Ice Cream\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1431795958680{background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial slider_type=\"single_item\" posts=\"3\" pagination=\"true\" autoplay=\"5000\" categories=\"3\" navigation=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" full_width=\"stretch_row\" css=\".vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/1\"][tpath_vc_clients alignment=\"Left\" posts=\"10\" items=\"4\" pagination=\"false\" navigation=\"true\" pagenav_style=\"light\" autoplay=\"5000\" categories=\"10\" items_scroll=\"1\" infinite_loop=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row]','About Us Theme','','draft','closed','closed','','about-us-theme','','','2017-04-07 00:29:03','2017-04-07 00:29:03','',0,'http://themexlab.com/buffalo/?page_id=59',0,'page','',0),(117,1,'2015-05-16 23:27:45','2015-05-16 23:27:45','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"#\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\" Choose your meal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-knife39\" title=\"Lunch/Dinner\" btn_title=\"Take a Reservation\" btn_link=\"http://themexlab.com/buffalo/reservation/\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-burger12\" title=\"Burger to Go\" btn_title=\"Choose a Menu\" btn_link=\"http://themexlab.com/buffalo/menu-gallery\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-alcohol7\" title=\"Drinks\" btn_title=\"Order some drinks\" btn_link=\"http://themexlab.com/buffalo/menu-gallery/\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-salad\" title=\"Salads\" btn_title=\"Choose a Menu\" btn_link=\"http://themexlab.com/buffalo/menu-gallery/\"][/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553352651{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" el_class=\"paralax-form\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\" offset=\"vc_col-lg-2 vc_hidden-md vc_hidden-sm\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-12\"][tpath_day_counter day=\"28\" month=\"11\" year=\"2015\" title=\"Take a reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464562165{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial posts=\"10\" categories=\"3\" autoplay=\"5000\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog\" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464594841{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433110871213{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\" margin_bottom=\"40\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" title=\"Our popular restaurants\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 2','','draft','closed','closed','','home-version-2','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',0,'http://themexlab.com/buffalo/?page_id=117',0,'page','',0),(118,1,'2015-05-16 23:14:02','2015-05-16 23:14:02','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436554249992{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436468468804{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial categories=\"3\" autoplay=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"10\" navigation=\"true\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Reservation','','draft','closed','closed','','reservation','','','2017-04-06 19:02:25','2017-04-06 19:02:25','',0,'http://themexlab.com/buffalo/?page_id=118',0,'page','',0),(129,1,'2015-05-17 00:01:23','2015-05-17 00:01:23','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][vc_column_text]<p>I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Home Version 3','','draft','closed','closed','','home-version-3','','','2017-05-16 22:14:50','2017-05-17 03:14:50','',0,'http://themexlab.com/buffalo/?page_id=129',0,'page','',0),(131,1,'2015-05-17 02:49:21','2015-05-17 02:49:21','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Questions or comments? Send us an email below.\" heading_type=\"h5\" color=\"#dd0f0f\" margin_bottom=\"40\"][contact-form-7 id=\"987\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','publish','closed','closed','','contact-us','','','2017-04-25 21:55:55','2017-04-26 02:55:55','',0,'http://themexlab.com/buffalo/?page_id=131',0,'page','',0),(210,1,'2015-05-24 17:14:05','2015-05-24 17:14:05','[vc_row center_row=\"yes\" css=\".vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110706750{padding-bottom: 15px !important;}\" offset=\"vc_col-lg-4 vc_col-md-5\"][tpath_section_title title=\"Our Opening Hours \"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" saturday_hour=\"12:00 – 21:00\" saturday_sub=\"All You Can Eat\" sunday_hour=\"12:00 – 21:00\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-7\"][tpath_google_map map_height=\"720px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact Two','','draft','closed','closed','','contact-two','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',0,'http://themexlab.com/buffalo/?page_id=210',0,'page','',0),(220,1,'2015-05-24 18:09:52','2015-05-24 18:09:52','[vc_row full_width=\"stretch_row\"][vc_column][tpath_section_title title=\"Fill out, send, and we\'ll respond!\"][vc_column_text][tpath_contact_form form=\"on\" form_align=\"on\" info=\"on\" btn_text=\"Submit\"][/vc_column_text][/vc_column][/vc_row]','Contact Us (correct)','','trash','closed','closed','','contact-three__trashed','','','2017-04-25 21:57:35','2017-04-26 02:57:35','',0,'http://themexlab.com/buffalo/?page_id=220',0,'page','',0),(238,1,'2015-05-24 20:04:07','2015-05-24 20:04:07','[vc_row center_row=\"yes\" css=\".vc_custom_1436467316231{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433109706627{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Steaks & Beef\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Hot Spicy beef steak\" item_price=\"14.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"BBQ Steak burger\" item_price=\"19.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Chicken breast steak\" item_price=\"13.95$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Chiportle Weste Steak\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Salad & Spices\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Chicken Salad\" item_price=\"12.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"Mexican Salad\" item_price=\"13.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Greek Salad\" item_price=\"10.99$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Fruit Smooth Salad\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Drinks & Wine\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Old Grog Whisky\" item_price=\"6.59$\" item_content=\"vodka, whisky\"][tpath_bmenus_item item_title=\"Mojito Cockatil\" item_price=\"19.99$\" item_content=\"gin, vodka, lychee liqueur, lime\"][tpath_bmenus_item item_title=\"Chardonai Wine\" item_price=\"67.95$\" item_content=\"wine bottle from 1923\"][tpath_bmenus_item item_title=\"NÉSPRESSO\" item_price=\"8.99$\" item_content=\"espresso, coffee\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436467415537{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Nuts\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Potatos\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Boletus\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-onions\" title=\"Onion\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467925138{padding-top: 30px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-salad\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable3\" title=\"Tomato\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-pepper1\" title=\"Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Broccoli\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467502975{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433111902201{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"secondary-color\" center_row=\"yes\" css=\".vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"10\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Services-2-Theme','','draft','closed','closed','','services-2','','','2017-04-07 00:39:02','2017-04-07 00:39:02','',0,'http://themexlab.com/buffalo/?page_id=238',0,'page','',0),(342,1,'2015-05-26 02:59:23','2015-05-26 02:59:23','','Sounds','','publish','closed','closed','','news','','','2017-05-30 22:00:05','2017-05-31 03:00:05','',0,'http://themexlab.com/buffalo/?page_id=342',0,'page','',0),(513,1,'2015-05-31 07:21:02','2015-05-31 07:21:02','[vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog \" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row]','Services Theme','','draft','closed','closed','','services-theme','','','2017-04-07 00:39:46','2017-04-07 00:39:46','',0,'http://themexlab.com/buffalo/?page_id=513',0,'page','',0),(629,1,'2015-06-10 13:36:52','2015-06-10 13:36:52','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).','AustraliaThe Sardine Room','','publish','closed','closed','','australiathe-sardine-room','','','2015-06-10 13:36:52','2015-06-10 13:36:52','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=629',0,'tpath_stores','',0),(634,1,'2015-06-10 16:16:27','2015-06-10 16:16:27','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','Opus Restaurant','','publish','closed','closed','','opus-restaurant','','','2015-06-10 16:16:27','2015-06-10 16:16:27','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=634',0,'tpath_stores','',0),(635,1,'2015-06-10 16:15:30','2015-06-10 16:15:30','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','The Bear','','publish','closed','closed','','the-bear','','','2015-06-10 16:15:30','2015-06-10 16:15:30','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=635',0,'tpath_stores','',0),(637,1,'2015-06-10 16:17:34','2015-06-10 16:17:34','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','Harry\'s Restaurant','','publish','closed','closed','','harrys-restaurant','','','2015-06-10 16:17:34','2015-06-10 16:17:34','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=637',0,'tpath_stores','',0),(640,1,'2015-06-10 16:18:58','2015-06-10 16:18:58','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).\n','Rice Paper Scissors','','publish','closed','closed','','rice-paper-scissors','','','2015-06-10 16:18:58','2015-06-10 16:18:58','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=640',0,'tpath_stores','',0),(642,1,'2015-06-10 16:50:57','2015-06-10 16:50:57','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)','Slide Restaurant','','publish','closed','closed','','slide-restaurant','','','2015-06-10 16:50:57','2015-06-10 16:50:57','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=642',0,'tpath_stores','',0),(643,1,'2015-06-10 16:50:50','2015-06-10 16:50:50','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)','Twenty 8 Acres','','publish','closed','closed','','twenty-8-acres','','','2015-06-10 16:50:50','2015-06-10 16:50:50','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=643',0,'tpath_stores','',0),(646,1,'2015-06-10 16:53:53','2015-06-10 16:53:53','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\n\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for ‘lorem ipsum’ will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like)','Medusa Greek Taverna','','publish','closed','closed','','medusa-greek-taverna','','','2015-06-10 16:53:53','2015-06-10 16:53:53','',0,'http://themexlab.com/buffalo/?post_type=tpath_stores&p=646',0,'tpath_stores','',0),(664,1,'2015-06-22 03:00:00','2015-06-22 03:00:00','','Test','','confirmed','open','open','','test','','','2015-06-22 03:00:00','2015-06-22 03:00:00','',0,'http://themexlab.com/buffalo/?post_type=rtb-booking&p=664',0,'rtb-booking','',0),(678,1,'2015-06-28 17:30:00','0000-00-00 00:00:00','','Aashish','','pending','open','open','','','','','2015-06-28 17:30:00','0000-00-00 00:00:00','',0,'http://themexlab.com/buffalo/?post_type=rtb-booking&p=678',0,'rtb-booking','',0),(679,1,'2015-06-30 03:30:00','0000-00-00 00:00:00','','name','','pending','open','open','','','','','2015-06-30 03:30:00','0000-00-00 00:00:00','',0,'http://themexlab.com/buffalo/?post_type=rtb-booking&p=679',0,'rtb-booking','',0),(680,1,'2015-07-01 06:30:00','0000-00-00 00:00:00','','Yousef Qatanani','','pending','open','open','','','','','2015-07-01 06:30:00','0000-00-00 00:00:00','',0,'http://themexlab.com/buffalo/?post_type=rtb-booking&p=680',0,'rtb-booking','',0),(715,1,'2017-04-06 19:02:22','2017-04-06 19:02:22','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"60\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\" css=\".vc_custom_1432491055226{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\" The Best Quality since 1992\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"30\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce. Our product of the month is our range of fruit smoothies and if your order them now you can benefit from our 25% discount. New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning. Prices range, depending on the bag size, from £2.99 to £4.99 per bag. [/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team posts=\"4\" columns=\"4\" categories=\"all\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\"][vc_column width=\"1/1\" css=\".vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"20\"][vc_column_text css=\".vc_custom_1432579817315{margin-bottom: 25px !important;}\"]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" friday_sub=\"All you can Eat\" saturday_hour=\"12:00 – 21:00\" sunday_hour=\"12:00 – 21:00\" column_size=\"one_column\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/1\" offset=\"vc_col-lg-8 vc_col-md-8\"][rev_slider_vc alias=\"thumbslider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Broccoli\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Strawberry\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruits4\" title=\"Apples\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009424037{padding-top: 30px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-pita1\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-meat17\" title=\"Meats\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-beer2\" title=\"Beer\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-cake\" title=\"Cakes\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ice78\" title=\"Ice Cream\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1431795958680{background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial slider_type=\"single_item\" posts=\"3\" pagination=\"true\" autoplay=\"5000\" categories=\"3\" navigation=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" full_width=\"stretch_row\" css=\".vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/1\"][tpath_vc_clients alignment=\"Left\" posts=\"10\" items=\"4\" pagination=\"false\" navigation=\"true\" pagenav_style=\"light\" autoplay=\"5000\" categories=\"10\" items_scroll=\"1\" infinite_loop=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','59-revision-v1','','','2017-04-06 19:02:22','2017-04-06 19:02:22','',59,'http://daviddelk.net/band/2017/04/06/59-revision-v1/',0,'revision','',0),(716,1,'2017-04-06 19:02:24','2017-04-06 19:02:24','','Blog','','inherit','closed','closed','','342-revision-v1','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',342,'http://daviddelk.net/band/2017/04/06/342-revision-v1/',0,'revision','',0),(717,1,'2017-04-06 19:02:24','2017-04-06 19:02:24','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" margin_bottom=\"40\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"2/3\"][tpath_google_map map_height=\"860px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact One','','inherit','closed','closed','','131-revision-v1','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',131,'http://daviddelk.net/band/2017/04/06/131-revision-v1/',0,'revision','',0),(719,1,'2017-04-06 19:02:24','2017-04-06 19:02:24','[vc_row center_row=\"yes\" css=\".vc_custom_1436469013277{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110706750{padding-bottom: 15px !important;}\" offset=\"vc_col-lg-4 vc_col-md-5\"][tpath_section_title title=\"Our Opening Hours \"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" saturday_hour=\"12:00 – 21:00\" saturday_sub=\"All You Can Eat\" sunday_hour=\"12:00 – 21:00\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-8 vc_col-md-7\"][tpath_google_map map_height=\"720px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact Two','','inherit','closed','closed','','210-revision-v1','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',210,'http://daviddelk.net/band/2017/04/06/210-revision-v1/',0,'revision','',0),(720,1,'2017-04-06 19:02:24','2017-04-06 19:02:24','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery/\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our most popular menus\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}\"][vc_column][tpath_call_to_action lead=\"Quality Food Ingridients\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" heading_type=\"h5\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Client Testimonials\" heading_type=\"h5\"][tpath_vc_testimonial slider_type=\"vertical_slide\" navigation=\"false\" categories=\"29\" autoplay=\"5000\"][vc_btn title=\"Read More\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\" el_class=\"vc-btn-active btn-margin\"][vc_btn title=\"Visit our blog\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours \" subtitle=\"We´re open now!\" heading_type=\"h5\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" friday_sub=\"All you can eat\" sunday_hour=\"12:00 - 21:00\" btn_text=\"Take Reservation\" link=\"#\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','6-revision-v1','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',6,'http://daviddelk.net/band/2017/04/06/6-revision-v1/',0,'revision','',0),(721,1,'2017-04-06 19:02:24','2017-04-06 19:02:24','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"#\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464686574{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][vc_separator][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\" Choose your meal\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-knife39\" title=\"Lunch/Dinner\" btn_title=\"Take a Reservation\" btn_link=\"http://themexlab.com/buffalo/reservation/\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-burger12\" title=\"Burger to Go\" btn_title=\"Choose a Menu\" btn_link=\"http://themexlab.com/buffalo/menu-gallery\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-alcohol7\" title=\"Drinks\" btn_title=\"Order some drinks\" btn_link=\"http://themexlab.com/buffalo/menu-gallery/\"][/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box alignment=\"center\" icon_flaticons=\"flaticon flaticon-salad\" title=\"Salads\" btn_title=\"Choose a Menu\" btn_link=\"http://themexlab.com/buffalo/menu-gallery/\"][/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553352651{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/2\" el_class=\"paralax-form\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\" offset=\"vc_col-lg-2 vc_hidden-md vc_hidden-sm\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-12\"][tpath_day_counter day=\"28\" month=\"11\" year=\"2015\" title=\"Take a reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464562165{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial posts=\"10\" categories=\"3\" autoplay=\"5000\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog\" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464594841{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433110853697{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433110871213{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\" margin_bottom=\"40\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" title=\"Our popular restaurants\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 2','','inherit','closed','closed','','117-revision-v1','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',117,'http://daviddelk.net/band/2017/04/06/117-revision-v1/',0,'revision','',0),(722,1,'2017-04-06 19:02:24','2017-04-06 19:02:24','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112788339{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Steaks & Beef\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Hot Spicy beef steak\" item_price=\"14.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"BBQ Steak burger\" item_price=\"19.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Chicken breast steak\" item_price=\"13.95$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Chiportle Weste Steak\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112805472{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Salad & Spices\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Chicken Salad\" item_price=\"12.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"Mexican Salad\" item_price=\"13.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Greek Salad\" item_price=\"10.99$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Fruit Smooth Salad\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112820335{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Drinks & Wine\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Old Grog Whisky\" item_price=\"6.59$\" item_content=\"vodka, whisky\"][tpath_bmenus_item item_title=\"Mojito Cockatil\" item_price=\"19.99$\" item_content=\"gin, vodka, lychee liqueur, lime\"][tpath_bmenus_item item_title=\"Chardonai Wine\" item_price=\"67.95$\" item_content=\"wine bottle from 1923\"][tpath_bmenus_item item_title=\"NÉSPRESSO\" item_price=\"8.99$\" item_content=\"espresso, coffee\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home Version 3','','inherit','closed','closed','','129-revision-v1','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',129,'http://daviddelk.net/band/2017/04/06/129-revision-v1/',0,'revision','',0),(723,1,'2017-04-06 19:02:24','2017-04-06 19:02:24','[vc_row][vc_column width=\"1/1\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" gutter=\"20\" show_filter=\"Yes\" show_pagination=\"Yes\" categories=\"all\"][/vc_column][/vc_row]','Menu Gallery','','inherit','closed','closed','','51-revision-v1','','','2017-04-06 19:02:24','2017-04-06 19:02:24','',51,'http://daviddelk.net/band/2017/04/06/51-revision-v1/',0,'revision','',0),(724,1,'2017-04-06 19:02:25','2017-04-06 19:02:25','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436554249992{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436468468804{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial categories=\"3\" autoplay=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436468482026{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"10\" navigation=\"true\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Reservation','','inherit','closed','closed','','118-revision-v1','','','2017-04-06 19:02:25','2017-04-06 19:02:25','',118,'http://daviddelk.net/band/2017/04/06/118-revision-v1/',0,'revision','',0),(725,1,'2017-04-06 19:02:25','2017-04-06 19:02:25','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://daviddelk.net/band/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2017-04-06 19:02:25','2017-04-06 19:02:25','',2,'http://daviddelk.net/band/2017/04/06/2-revision-v1/',0,'revision','',0),(726,1,'2017-04-06 19:02:25','2017-04-06 19:02:25','[vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog \" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','513-revision-v1','','','2017-04-06 19:02:25','2017-04-06 19:02:25','',513,'http://daviddelk.net/band/2017/04/06/513-revision-v1/',0,'revision','',0),(727,1,'2017-04-06 19:02:25','2017-04-06 19:02:25','[vc_row center_row=\"yes\" css=\".vc_custom_1436467316231{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433109706627{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Steaks & Beef\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Hot Spicy beef steak\" item_price=\"14.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"BBQ Steak burger\" item_price=\"19.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Chicken breast steak\" item_price=\"13.95$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Chiportle Weste Steak\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Salad & Spices\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Chicken Salad\" item_price=\"12.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"Mexican Salad\" item_price=\"13.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Greek Salad\" item_price=\"10.99$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Fruit Smooth Salad\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Drinks & Wine\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Old Grog Whisky\" item_price=\"6.59$\" item_content=\"vodka, whisky\"][tpath_bmenus_item item_title=\"Mojito Cockatil\" item_price=\"19.99$\" item_content=\"gin, vodka, lychee liqueur, lime\"][tpath_bmenus_item item_title=\"Chardonai Wine\" item_price=\"67.95$\" item_content=\"wine bottle from 1923\"][tpath_bmenus_item item_title=\"NÉSPRESSO\" item_price=\"8.99$\" item_content=\"espresso, coffee\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436467415537{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Nuts\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Potatos\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Boletus\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-onions\" title=\"Onion\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467925138{padding-top: 30px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-salad\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable3\" title=\"Tomato\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-pepper1\" title=\"Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Broccoli\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467502975{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433111902201{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"secondary-color\" center_row=\"yes\" css=\".vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"10\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','238-revision-v1','','','2017-04-06 19:02:25','2017-04-06 19:02:25','',238,'http://daviddelk.net/band/2017/04/06/238-revision-v1/',0,'revision','',0),(728,1,'2017-04-06 19:55:57','2017-04-06 19:55:57','','bigband-logo','','inherit','open','closed','','bigband-logo','','','2017-04-06 19:55:57','2017-04-06 19:55:57','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/bigband-logo.png',0,'attachment','image/png',0),(729,1,'2017-04-06 19:56:03','2017-04-06 19:56:03','','bigbandlnote','','inherit','open','closed','','bigbandlnote','','','2017-04-06 19:56:03','2017-04-06 19:56:03','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/bigbandlnote.png',0,'attachment','image/png',0),(730,1,'2017-04-06 19:56:46','2017-04-06 19:56:46','','bigbandlnote','','inherit','open','closed','','bigbandlnote-2','','','2017-04-06 19:56:46','2017-04-06 19:56:46','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/bigbandlnote-1.png',0,'attachment','image/png',0),(731,1,'2017-04-06 19:58:12','2017-04-06 19:58:12','','note-favicon','','inherit','open','closed','','note-favicon','','','2017-04-06 19:58:12','2017-04-06 19:58:12','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/note-favicon.png',0,'attachment','image/png',0),(733,1,'2017-04-06 20:14:26','2017-04-06 20:14:26','[vc_row center_row=\"yes\"][vc_column][tpath_location_search]Do you want to order some meals online? No problem, find our restaurant at your location. <a href=\"http://themexlab.com/buffalo/menu-gallery/\">Browse daily menu</a>[/tpath_location_search][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465016595{padding-top: 10px !important;padding-bottom: 10px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our most popular menus\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436464141246{padding-top: 210px !important;padding-bottom: 210px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-1.jpg?id=35) !important;}\"][vc_column][tpath_call_to_action lead=\"Quality Food Ingridients\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" heading_type=\"h5\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Client Testimonials\" heading_type=\"h5\"][tpath_vc_testimonial slider_type=\"vertical_slide\" navigation=\"false\" categories=\"29\" autoplay=\"5000\"][vc_btn title=\"Read More\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\" el_class=\"vc-btn-active btn-margin\"][vc_btn title=\"Visit our blog\" style=\"custom\" custom_background=\"\" custom_text=\"\" link=\"url:%23||\"][/vc_column][vc_column offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours \" subtitle=\"We´re open now!\" heading_type=\"h5\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" friday_sub=\"All you can eat\" sunday_hour=\"12:00 - 21:00\" btn_text=\"Take Reservation\" link=\"#\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465354008{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][vc_separator color=\"custom\" accent_color=\"#dddddd\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our popular restaurants\" alignment=\"Center\"][tpath_vc_clients posts=\"10\" navigation=\"true\" pagenav_style=\"dark\" categories=\"11\" alignment=\"Center\" autoplay=\"5000\"][/vc_column][/vc_row]','Home-theme','','inherit','closed','closed','','6-revision-v1','','','2017-04-06 20:14:26','2017-04-06 20:14:26','',6,'http://daviddelk.net/band/6-revision-v1/',0,'revision','',0),(736,1,'2017-04-06 21:25:33','2017-04-06 21:25:33','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text][ai1ec view=\"posterboard\"][/vc_column_text][vc_separator border_width=\"3\" css=\".vc_custom_1493265755481{padding-top: 20px !important;}\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\" wrap=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2017-05-28 23:54:31','2017-05-29 04:54:31','',0,'http://daviddelk.net/band/?page_id=736',0,'page','',0),(737,1,'2017-04-06 21:26:12','2017-04-06 21:26:12','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112788339{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Steaks & Beef\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Hot Spicy beef steak\" item_price=\"14.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"BBQ Steak burger\" item_price=\"19.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Chicken breast steak\" item_price=\"13.95$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Chiportle Weste Steak\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112805472{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Salad & Spices\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Chicken Salad\" item_price=\"12.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"Mexican Salad\" item_price=\"13.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Greek Salad\" item_price=\"10.99$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Fruit Smooth Salad\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112820335{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Drinks & Wine\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Old Grog Whisky\" item_price=\"6.59$\" item_content=\"vodka, whisky\"][tpath_bmenus_item item_title=\"Mojito Cockatil\" item_price=\"19.99$\" item_content=\"gin, vodka, lychee liqueur, lime\"][tpath_bmenus_item item_title=\"Chardonai Wine\" item_price=\"67.95$\" item_content=\"wine bottle from 1923\"][tpath_bmenus_item item_title=\"NÉSPRESSO\" item_price=\"8.99$\" item_content=\"espresso, coffee\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-06 21:26:12','2017-04-06 21:26:12','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(738,1,'2017-04-06 21:26:34','0000-00-00 00:00:00','','Blog','','draft','closed','closed','','blog','','','2017-04-06 21:26:34','0000-00-00 00:00:00','',0,'http://daviddelk.net/band/?page_id=738',0,'page','',0),(739,1,'2017-04-06 21:27:01','2017-04-06 21:27:01','','News','','inherit','closed','closed','','342-revision-v1','','','2017-04-06 21:27:01','2017-04-06 21:27:01','',342,'http://daviddelk.net/band/342-revision-v1/',0,'revision','',0),(740,1,'2017-04-06 21:28:15','2017-04-06 21:28:15',' ','','','publish','closed','closed','','740','','','2017-04-07 01:10:33','2017-04-07 01:10:33','',0,'http://daviddelk.net/band/?p=740',1,'nav_menu_item','',0),(751,1,'2017-04-06 23:25:02','2017-04-06 23:25:02','','IMG_0710','','inherit','open','closed','','img_0710','','','2017-04-06 23:25:02','2017-04-06 23:25:02','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0710.jpg',0,'attachment','image/jpeg',0),(753,1,'2017-04-06 23:39:47','2017-04-06 23:39:47','','abcd','','inherit','open','closed','','abcd','','','2017-04-06 23:39:47','2017-04-06 23:39:47','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/abcd.jpg',0,'attachment','image/jpeg',0),(754,1,'2017-04-06 23:45:16','2017-04-06 23:45:16','','IMG_6425','','inherit','open','closed','','img_6425','','','2017-04-06 23:47:06','2017-04-06 23:47:06','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6425.jpg',0,'attachment','image/jpeg',0),(755,1,'2017-04-07 00:27:47','2017-04-07 00:27:47','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" alignment=\"Center\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][vc_text_separator title=\"A FEW SONGS WE PERFORM\" i_type=\"entypo\" border_width=\"4\" css_animation=\"none\" add_icon=\"true\"][vc_column_text]\r\n<p style=\"text-align: center;\">(not to brag...but this is just a partial list!)\r\nTUXEDO JUNCTION\r\nA SENTIMENTAL JOURNEY\r\nME AND MRS JONES\r\nL-O-V-E\r\nZOOT SUIT RIOT\r\nWHAT EVER LOLA WANTS\r\nSLOW BOAT TO CHINA\r\nMAKIN\' WHOOPIE\r\nINTERMISSION RIFF\r\nJUMP, JIVE, AND WAIL\r\nYOU MADE ME LOVE YOU\r\nI\'LL BE SEEING YOU\r\nSUN VALLEY JUMP\r\nMACK THE KNIFE\r\nJUST A GIGOLO\r\nBBEAUTY AND THE BEAST\r\nCRY ME A RIVER\r\nNEW YORK, NEW YORK\r\nNATIONAL ANTHEM\r\nCELEBRATION\r\nLET THE GOOD TIMES ROLL\r\nI\'VE GOT YOU UNDER MY SKIN\r\nA FOGGY DAY\r\nMY BABY JUST CARES FOR ME\r\nMOON RIVER\r\nFLY ME TO THE MOON\r\nTHE BLUES BROTHERS\r\nSAVE THE LAST DANCE FOR ME\r\nIN THE MOOD\r\nNICE AND EASY\r\nSWEET GEORGIA BROWN\r\nTWENTY FOUR HOURS A DAY\r\nHOW SWEET IT IS TO BE LOVED BY YOU\r\nBLUES BROTHERS MEDLEY\r\nEVERGREEN\r\nQUANDO\r\nSMOOTH\r\nYOU\'VE LOST THAT LOVING FEELING\r\nSAVE THE LAST DANCE FOR ME\r\nYOU\'RE THE ONE THAT I WANT\r\nDON\'T GO BREAKIN\' MY HEART\r\nSATURDAY IN THE PARK\r\nAND SO MUCH MORE!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','publish','closed','closed','','about-us','','','2017-06-02 21:40:31','2017-06-03 02:40:31','',0,'http://daviddelk.net/band/?page_id=755',0,'page','',0),(756,1,'2017-04-07 00:29:03','2017-04-07 00:29:03','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"60\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\" css=\".vc_custom_1432491055226{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\" The Best Quality since 1992\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"30\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce. Our product of the month is our range of fruit smoothies and if your order them now you can benefit from our 25% discount. New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning. Prices range, depending on the bag size, from £2.99 to £4.99 per bag. [/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team posts=\"4\" columns=\"4\" categories=\"all\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\"][vc_column width=\"1/1\" css=\".vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"20\"][vc_column_text css=\".vc_custom_1432579817315{margin-bottom: 25px !important;}\"]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" friday_sub=\"All you can Eat\" saturday_hour=\"12:00 – 21:00\" sunday_hour=\"12:00 – 21:00\" column_size=\"one_column\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/1\" offset=\"vc_col-lg-8 vc_col-md-8\"][rev_slider_vc alias=\"thumbslider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Broccoli\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Strawberry\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruits4\" title=\"Apples\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009424037{padding-top: 30px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-pita1\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-meat17\" title=\"Meats\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-beer2\" title=\"Beer\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-cake\" title=\"Cakes\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ice78\" title=\"Ice Cream\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1431795958680{background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial slider_type=\"single_item\" posts=\"3\" pagination=\"true\" autoplay=\"5000\" categories=\"3\" navigation=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" full_width=\"stretch_row\" css=\".vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/1\"][tpath_vc_clients alignment=\"Left\" posts=\"10\" items=\"4\" pagination=\"false\" navigation=\"true\" pagenav_style=\"light\" autoplay=\"5000\" categories=\"10\" items_scroll=\"1\" infinite_loop=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row]','About Us Theme','','inherit','closed','closed','','59-revision-v1','','','2017-04-07 00:29:03','2017-04-07 00:29:03','',59,'http://daviddelk.net/band/59-revision-v1/',0,'revision','',0),(757,1,'2017-04-07 00:29:25','2017-04-07 00:29:25','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"60\" alignment=\"center\" border_color=\"grey\" img_link_large=\"\" img_link_target=\"_self\" img_size=\"full\" css=\".vc_custom_1432491055226{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\" The Best Quality since 1992\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"30\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce. Our product of the month is our range of fruit smoothies and if your order them now you can benefit from our 25% discount. New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning. Prices range, depending on the bag size, from £2.99 to £4.99 per bag. [/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team posts=\"4\" columns=\"4\" categories=\"all\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1432580394514{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\"][vc_column width=\"1/1\" css=\".vc_custom_1433111223136{padding-top: 40px !important;padding-bottom: 40px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Our Opening Hours\" alignment=\"Left\" heading_type=\"h4\" margin_bottom=\"20\"][vc_column_text css=\".vc_custom_1432579817315{margin-bottom: 25px !important;}\"]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years.[/vc_column_text][tpath_opening_hour monday_hour=\"12:00 – 21:00\" tuesday_hour=\"12:00 – 21:00\" wednesday_hour=\"12:00 – 21:00\" thursday_hour=\"12:00 – 21:00\" friday_hour=\"12:00 – 21:00\" friday_sub=\"All you can Eat\" saturday_hour=\"12:00 – 21:00\" sunday_hour=\"12:00 – 21:00\" column_size=\"one_column\" btn_text=\"Take reservation\" link=\"#\" btn_class=\"btn-active\"][/vc_column][vc_column width=\"1/1\" offset=\"vc_col-lg-8 vc_col-md-8\"][rev_slider_vc alias=\"thumbslider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" background_style=\"tpath-standard\"][vc_column width=\"1/1\"][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009413573{padding-top: 0px !important;padding-bottom: 0px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Broccoli\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Strawberry\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-fruits4\" title=\"Apples\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1433009424037{padding-top: 30px !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-pita1\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-meat17\" title=\"Meats\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-beer2\" title=\"Beer\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-cake\" title=\"Cakes\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist type=\"flaticons\" icon_flaticons=\"flaticon flaticon-ice78\" title=\"Ice Cream\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1431795958680{background-color: #e6e6e6 !important;}\" background_style=\"tpath-standard\" full_width=\"stretch_row\"][vc_column width=\"1/1\"][tpath_section_title title=\"What did our guests say?\" alignment=\"Center\"][tpath_vc_testimonial slider_type=\"single_item\" posts=\"3\" pagination=\"true\" autoplay=\"5000\" categories=\"3\" navigation=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" full_width=\"stretch_row\" css=\".vc_custom_1432612591931{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/1\"][tpath_vc_clients alignment=\"Left\" posts=\"10\" items=\"4\" pagination=\"false\" navigation=\"true\" pagenav_style=\"light\" autoplay=\"5000\" categories=\"10\" items_scroll=\"1\" infinite_loop=\"true\" auto_play=\"true\" autoplay_timeout=\"5000\"][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-04-07 00:29:25','2017-04-07 00:29:25','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(758,1,'2017-04-07 00:33:44','2017-04-07 00:33:44','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" margin_bottom=\"40\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"2/3\"][tpath_google_map map_height=\"860px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact One Theme','','draft','closed','closed','','contact-one-theme','','','2017-04-07 00:34:13','2017-04-07 00:34:13','',0,'http://daviddelk.net/band/?page_id=758',0,'page','',0),(759,1,'2017-04-07 00:34:13','2017-04-07 00:34:13','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" margin_bottom=\"40\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"2/3\"][tpath_google_map map_height=\"860px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact One Theme','','inherit','closed','closed','','758-revision-v1','','','2017-04-07 00:34:13','2017-04-07 00:34:13','',758,'http://daviddelk.net/band/758-revision-v1/',0,'revision','',0),(760,1,'2017-04-07 00:35:07','2017-04-07 00:35:07','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Take a Reservation\" margin_bottom=\"40\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"2/3\"][tpath_google_map map_height=\"860px\" map_address=\"Ladera Center, 6709 La Tijera Blvd, Los Angeles, CA 90045, United States\" map_content=\"Buffalo Restaurant\" map_scroll=\"yes\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','131-revision-v1','','','2017-04-07 00:35:07','2017-04-07 00:35:07','',131,'http://daviddelk.net/band/131-revision-v1/',0,'revision','',0),(761,1,'2017-04-07 00:39:02','2017-04-07 00:39:02','[vc_row center_row=\"yes\" css=\".vc_custom_1436467316231{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433109706627{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111637225{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Steaks & Beef\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Hot Spicy beef steak\" item_price=\"14.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"BBQ Steak burger\" item_price=\"19.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Chicken breast steak\" item_price=\"13.95$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Chiportle Weste Steak\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111649984{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Salad & Spices\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Chicken Salad\" item_price=\"12.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"Mexican Salad\" item_price=\"13.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Greek Salad\" item_price=\"10.99$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Fruit Smooth Salad\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111662554{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Drinks & Wine\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Old Grog Whisky\" item_price=\"6.59$\" item_content=\"vodka, whisky\"][tpath_bmenus_item item_title=\"Mojito Cockatil\" item_price=\"19.99$\" item_content=\"gin, vodka, lychee liqueur, lime\"][tpath_bmenus_item item_title=\"Chardonai Wine\" item_price=\"67.95$\" item_content=\"wine bottle from 1923\"][tpath_bmenus_item item_title=\"NÉSPRESSO\" item_price=\"8.99$\" item_content=\"espresso, coffee\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436467415537{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1432612798190{margin-top: -30px !important;padding-top: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433111680324{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111692175{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433111706688{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Healthy Food Ingredients\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467469790{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-fruit41\" title=\"Nuts\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-carrot7\" title=\"Carrots\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Potatos\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable9\" title=\"Artichoke\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable7\" title=\"Boletus\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-onions\" title=\"Onion\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467925138{padding-top: 30px !important;}\"][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-salad\" title=\"Salads\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-hot1\" title=\"Hot Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-vegetable3\" title=\"Tomato\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-pepper1\" title=\"Pepper\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-ingredient1\" title=\"Beans\"][/vc_column][vc_column width=\"1/3\" offset=\"vc_col-lg-2 vc_col-md-2\"][tpath_iconslist icon_flaticons=\"flaticon flaticon-mushroom14\" title=\"Broccoli\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467502975{background-color: #e6e6e6 !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436467534547{padding-top: 0px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433111891689{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433111902201{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"secondary-color\" center_row=\"yes\" css=\".vc_custom_1436467563307{margin-bottom: -30px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"10\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Services-2-Theme','','inherit','closed','closed','','238-revision-v1','','','2017-04-07 00:39:02','2017-04-07 00:39:02','',238,'http://daviddelk.net/band/238-revision-v1/',0,'revision','',0),(762,1,'2017-04-07 00:39:19','2017-04-07 00:39:19','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 USM JAZZ AND BLUES FESTIVAL</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][vc_column_text]\r\n<h4>2017 CASA GALA/BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"][/vc_column_text][vc_column_text]\r\n<h4>WEDDING RECEPTION/THE GRAND HOTEL</h4>\r\n[huge_it_gallery id=\"5\"][/vc_column_text][vc_column_text]\r\n<h4>KEESLER AFB 75TH ANNIVERSARY GALA</h4>\r\n[huge_it_gallery id=\"8\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 MISSISSIPPI BICENTENNIAL CELEBRATION</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][vc_column_text]\r\n<h4>BILOXI YACHT CLUB PARTY</h4>\r\n[huge_it_gallery id=\"6\"][/vc_column_text][vc_column_text]\r\n<h4>2017 SENIOR PROM/IP CASINO</h4>\r\n[huge_it_gallery id=\"7\"][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column]','Photos','','publish','closed','closed','','photos','','','2017-04-25 00:24:06','2017-04-25 05:24:06','',0,'http://daviddelk.net/band/?page_id=762',0,'page','',0),(763,1,'2017-04-07 00:39:46','2017-04-07 00:39:46','[vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog \" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row]','Services Theme','','inherit','closed','closed','','513-revision-v1','','','2017-04-07 00:39:46','2017-04-07 00:39:46','',513,'http://daviddelk.net/band/513-revision-v1/',0,'revision','',0),(764,1,'2017-04-07 00:40:23','2017-04-07 00:40:23','[vc_row center_row=\"yes\"][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-cooking30\" title=\"Food & Drinks\" btn_title=\"See Menu\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-3\"][tpath_feature_box display=\"title_below_icon\" alignment=\"center\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1436722266692{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][tpath_tiled_gallery gallery_images=\"574,575,576,577,578,579\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our latest news on the blog \" alignment=\"Center\"][tpath_vc_blog posts=\"4\" layout=\"list\"][/vc_column][/vc_row][vc_row background_style=\"overlay-half-wrapper\" center_row=\"yes\" css=\".vc_custom_1436553987408{margin-top: -30px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/bg-image-2.jpg?id=707) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" el_class=\"paralax-form\"][tpath_booking_form show_form=\"yes\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/2\"][tpath_day_counter day=\"01\" month=\"01\" year=\"2016\" title=\"Take a Reservation\" subtitle=\"fast easy and clean\"][/vc_column][/vc_row]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-07 00:40:23','2017-04-07 00:40:23','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(765,1,'2017-04-07 00:45:05','2017-04-07 00:45:05',' ','','','publish','closed','closed','','765','','','2017-04-07 01:10:34','2017-04-07 01:10:34','',0,'http://daviddelk.net/band/?p=765',2,'nav_menu_item','',0),(766,1,'2017-04-07 00:47:22','2017-04-07 00:47:22',' ','','','publish','closed','closed','','766','','','2017-04-07 01:09:33','2017-04-07 01:09:33','',0,'http://daviddelk.net/band/?p=766',3,'nav_menu_item','',0),(767,1,'2017-04-07 00:47:21','2017-04-07 00:47:21',' ','','','publish','closed','closed','','767','','','2017-04-07 01:09:33','2017-04-07 01:09:33','',0,'http://daviddelk.net/band/?p=767',2,'nav_menu_item','',0),(769,1,'2017-04-07 01:09:32','2017-04-07 01:09:32',' ','','','publish','closed','closed','','769','','','2017-04-07 01:09:32','2017-04-07 01:09:32','',0,'http://daviddelk.net/band/?p=769',1,'nav_menu_item','',0),(770,1,'2017-04-07 01:10:34','2017-04-07 01:10:34','','Upcoming Events','','publish','closed','closed','','upcoming-events','','','2017-04-07 01:10:34','2017-04-07 01:10:34','',0,'http://daviddelk.net/band/?p=770',3,'nav_menu_item','',0),(771,1,'2017-04-26 23:02:45','2017-04-27 04:02:45','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text][ai1ec view=\"posterboard\"][/vc_column_text][vc_separator border_width=\"3\" css=\".vc_custom_1493265755481{padding-top: 20px !important;}\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\" wrap=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-autosave-v1','','','2017-04-26 23:02:45','2017-04-27 04:02:45','',736,'http://daviddelk.net/band/736-autosave-v1/',0,'revision','',0),(772,1,'2017-04-07 03:27:30','2017-04-07 03:27:30','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112788339{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Steaks & Beef\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Hot Spicy beef steak\" item_price=\"14.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"BBQ Steak burger\" item_price=\"19.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Chicken breast steak\" item_price=\"13.95$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Chiportle Weste Steak\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112805472{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Salad & Spices\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Chicken Salad\" item_price=\"12.95$\" item_content=\"chilli spice, oregano beef, spices\"][tpath_bmenus_item item_title=\"Mexican Salad\" item_price=\"13.99$\" item_content=\"BBQ sauce, beef, salad, tomatoes\"][tpath_bmenus_item item_title=\"Greek Salad\" item_price=\"10.99$\" item_content=\"sweet potatoes, chicken breast, spice\"][tpath_bmenus_item item_title=\"Fruit Smooth Salad\" item_price=\"22.99$\" item_content=\"agrentinia t-bone steak, hot chilli sauce\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433112820335{border-top-width: 15px !important;border-right-width: 15px !important;border-bottom-width: 15px !important;border-left-width: 15px !important;padding-top: 15px !important;padding-bottom: 15px !important;background-color: #ffffff !important;border-left-color: #e6e6e6 !important;border-left-style: solid !important;border-right-color: #e6e6e6 !important;border-right-style: solid !important;border-top-color: #e6e6e6 !important;border-top-style: solid !important;border-bottom-color: #e6e6e6 !important;border-bottom-style: solid !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_section_title title=\"Drinks & Wine\" alignment=\"Center\" color=\"#8b2b11\" margin_bottom=\"50\"][tpath_bmenus_item item_title=\"Old Grog Whisky\" item_price=\"6.59$\" item_content=\"vodka, whisky\"][tpath_bmenus_item item_title=\"Mojito Cockatil\" item_price=\"19.99$\" item_content=\"gin, vodka, lychee liqueur, lime\"][tpath_bmenus_item item_title=\"Chardonai Wine\" item_price=\"67.95$\" item_content=\"wine bottle from 1923\"][tpath_bmenus_item item_title=\"NÉSPRESSO\" item_price=\"8.99$\" item_content=\"espresso, coffee\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-07 03:27:30','2017-04-07 03:27:30','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(773,1,'2017-04-07 03:29:22','2017-04-07 03:29:22','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][vc_separator style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-07 03:29:22','2017-04-07 03:29:22','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(774,1,'2017-04-07 03:30:35','2017-04-07 03:30:35','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"Our Popular Menus\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-07 03:30:35','2017-04-07 03:30:35','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(776,1,'2017-04-07 03:38:05','2017-04-07 03:38:05','','JazzBlues_2017_logo','','inherit','open','closed','','jazzblues_2017_logo','','','2017-04-07 03:38:59','2017-04-07 03:38:59','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/JazzBlues_2017_logo.jpg',0,'attachment','image/jpeg',0),(778,1,'2017-04-07 03:41:01','2017-04-07 03:41:01','','USM GULF PARK','','publish','closed','closed','','usm-gulf-park','','','2017-04-07 03:41:01','2017-04-07 03:41:01','',0,'http://daviddelk.net/band/venue/usm-gulf-park/',0,'tribe_venue','',0),(779,1,'2017-04-07 03:56:38','2017-04-07 03:56:38','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-07 03:56:38','2017-04-07 03:56:38','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(780,1,'2017-04-07 03:57:53','2017-04-07 03:57:53','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][tribe_events][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-07 03:57:53','2017-04-07 03:57:53','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(781,1,'2017-04-07 03:59:34','2017-04-07 03:59:34','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][tribe_events view=\"list\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-07 03:59:34','2017-04-07 03:59:34','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(782,1,'2017-04-07 04:00:48','2017-04-07 04:00:48','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-07 04:00:48','2017-04-07 04:00:48','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(783,1,'2017-04-07 04:02:34','2017-04-07 04:02:34','','6BAND','','inherit','open','closed','','6band','','','2017-04-07 04:02:34','2017-04-07 04:02:34','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/6BAND.jpg',0,'attachment','image/jpeg',0),(784,1,'2017-04-07 04:02:59','2017-04-07 04:02:59','','4BAND','','inherit','open','closed','','4band','','','2017-04-07 04:02:59','2017-04-07 04:02:59','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/4BAND.jpg',0,'attachment','image/jpeg',0),(785,1,'2017-04-07 04:03:16','2017-04-07 04:03:16','','IMG_2083','','inherit','open','closed','','img_2083','','','2017-04-07 04:03:16','2017-04-07 04:03:16','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_2083.jpg',0,'attachment','image/jpeg',0),(786,1,'2017-04-07 04:03:27','2017-04-07 04:03:27','','IMG_6401','','inherit','open','closed','','img_6401','','','2017-04-07 04:03:27','2017-04-07 04:03:27','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_6401.jpg',0,'attachment','image/jpeg',0),(791,1,'2017-04-10 04:31:56','2017-04-10 04:31:56','','IMG_6458b','','inherit','open','closed','','img_6458b','','','2017-04-10 04:31:56','2017-04-10 04:31:56','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_6458b.jpg',0,'attachment','image/jpeg',0),(793,1,'2017-04-10 04:44:36','2017-04-10 04:44:36','','The \"other\" Blues Brothers','','inherit','open','closed','','bicentennial-concert-7463','','','2017-04-20 04:38:44','2017-04-20 04:38:44','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463.jpg',0,'attachment','image/jpeg',0),(795,1,'2017-04-14 04:07:41','2017-04-14 04:07:41','[tribe_events]vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-14 04:07:41','2017-04-14 04:07:41','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(796,1,'2017-04-14 04:10:22','2017-04-14 04:10:22','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-14 04:10:22','2017-04-14 04:10:22','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(797,1,'2017-04-14 04:11:09','2017-04-14 04:11:09','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][tribe_events][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-14 04:11:09','2017-04-14 04:11:09','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(798,1,'2017-04-14 04:13:35','2017-04-14 04:13:35','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][tribe_mini_calendar][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-14 04:13:35','2017-04-14 04:13:35','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(799,1,'2017-04-14 04:14:12','2017-04-14 04:14:12','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row background_style=\"primary-color\" center_row=\"yes\" css=\".vc_custom_1436465344937{padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column][tpath_vc_clients posts=\"15\" pagenav_style=\"dark\" categories=\"10\" autoplay=\"5000\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-14 04:14:12','2017-04-14 04:14:12','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(800,1,'2017-04-15 18:27:00','2017-04-15 18:27:00','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][vc_column el_class=\"text-center\" css=\".vc_custom_1436466931533{margin-top: 5px !important;}\"][vc_btn title=\"SEE ALL MENUS\" style=\"custom\" custom_background=\"\" custom_text=\"\" align=\"center\" link=\"url:%23||\" el_class=\"vc-btn-active\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1433045414048{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433110327459{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"142\" icon_flaticons=\"flaticon flaticon-tray29\" title=\"Healthy Ingredients\" btn_title=\"See ingredients\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110339057{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"140\" icon_flaticons=\"flaticon flaticon-chef33\" title=\"Clean Kitchen\" btn_title=\"Meet our team\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1433110350038{padding-right: 0px !important;padding-left: 0px !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][tpath_feature_box display=\"image_overlay\" alignment=\"center\" feature_image=\"141\" icon_flaticons=\"flaticon flaticon-restaurant3\" title=\"Awesome Locations\" btn_title=\"Find our restaurants\" btn_link=\"#\"]If you visit one of our stores during the first week of next month you will see our cashiers taking part in a sponsored juggle[/tpath_feature_box][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 18:27:00','2017-04-15 18:27:00','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(801,1,'2017-04-15 18:36:51','2017-04-15 18:36:51','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Our Restaurant Menues\" alignment=\"Center\"][tpath_vc_portfolio posts=\"6\" columns=\"3\" show_filter=\"No\" show_pagination=\"No\"][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 18:36:51','2017-04-15 18:36:51','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(802,1,'2017-04-15 18:40:16','2017-04-15 18:40:16','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_section_title title=\"Meet our kitchen chefs\" alignment=\"Center\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 18:40:16','2017-04-15 18:40:16','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(803,1,'2017-04-15 18:42:28','2017-04-15 18:42:28','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_separator color=\"orange\" style=\"dotted\" border_width=\"4\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 18:42:28','2017-04-15 18:42:28','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(804,1,'2017-04-15 18:43:25','2017-04-15 18:43:25','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"STEAK OF THE WEEK\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]Get half price delivery this month on shops over or recommend a friend and if they mention your account number at the checkout get one free delivery! Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est lorem ipsum dolor sit amet.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 18:43:25','2017-04-15 18:43:25','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(805,1,'2017-04-15 18:58:25','2017-04-15 18:58:25','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"COAST BIG BAND\" item_title=\"Roasted Bison Steak\" item_price=\"14.95$\" btn_title=\"Order Now\" btn_link=\"#\"]The Coast Big Band started years go at The Today Band under the direction of Gerald O\'Neal. Over the years we\'ve grown and changed our name and now have become the largest and most popular big band in South Mississippi. We have regular concerts, perform at festivals and fundraisers, and entertain guests at wedding receptions. Let us know if you have questions![/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 18:58:25','2017-04-15 18:58:25','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(806,1,'2017-04-15 19:03:34','2017-04-15 19:03:34','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"COAST BIG BAND\" item_title=\" \" item_price=\" \" btn_title=\"Order Now\" btn_link=\"#\"]The Coast Big Band started years go at The Today Band under the direction of Gerald O\'Neal. Over the years we\'ve grown and changed our name and now have become the largest and most popular big band in South Mississippi. We have regular concerts, perform at festivals and fundraisers, and entertain guests at wedding receptions. Let us know if you have questions![/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 19:03:34','2017-04-15 19:03:34','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(807,1,'2017-04-15 19:05:29','2017-04-15 19:05:29','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"582\" high_text=\"COAST BIG BAND\" item_title=\" \" item_price=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band started years go at The Today Band under the direction of Gerald O\'Neal. Over the years we\'ve grown and changed our name and now have become the largest and most popular big band in South Mississippi. We have regular concerts, perform at festivals and fundraisers, and entertain guests at wedding receptions. Let us know if you have questions![/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 19:05:29','2017-04-15 19:05:29','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(808,1,'2017-04-15 19:09:28','2017-04-15 19:09:28','','band_wedding','','inherit','open','closed','','img_8710','','','2017-04-15 19:25:49','2017-04-15 19:25:49','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_8710.jpg',0,'attachment','image/jpeg',0),(809,1,'2017-04-15 19:09:53','2017-04-15 19:09:53','','img_1584-3','','inherit','open','closed','','img_1584-3','','','2017-04-15 19:09:53','2017-04-15 19:09:53','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/img_1584-3.jpg',0,'attachment','image/jpeg',0),(810,1,'2017-04-15 19:14:32','2017-04-15 19:14:32','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" item_price=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band started years go at The Today Band under the direction of Gerald O\'Neal. Over the years we\'ve grown and changed our name and now have become the largest and most popular big band in South Mississippi. We have regular concerts, perform at festivals and fundraisers, and entertain guests at wedding receptions. Let us know if you have questions![/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 19:14:32','2017-04-15 19:14:32','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(811,1,'2017-04-15 19:26:42','2017-04-15 19:26:42','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" item_price=\" Since 1990\" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band started years go at The Today Band under the direction of Gerald O\'Neal. Over the years we\'ve grown and changed our name and now have become the largest and most popular big band in South Mississippi. We have regular concerts, perform at festivals and fundraisers, and entertain guests at wedding receptions. Let us know if you have questions![/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 19:26:42','2017-04-15 19:26:42','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(812,1,'2017-04-15 19:29:32','2017-04-15 19:29:32','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band started years go at The Today Band under the direction of Gerald O\'Neal. Over the years we\'ve grown and changed our name and now have become the largest and most popular big band in South Mississippi. We have regular concerts, perform at festivals and fundraisers, and entertain guests at wedding receptions. Let us know if you have questions![/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 19:29:32','2017-04-15 19:29:32','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(813,1,'2017-04-15 21:25:04','2017-04-15 21:25:04','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. We are the largest and most popular big band in Southern Mississippi. We have regular concerts, perform at festivals and fundraiser, and entertain guests at wedding receptions. We even have a gospel music set that is appropriate for any church service. Let us know if you have questions![/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 21:25:04','2017-04-15 21:25:04','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(814,1,'2017-04-15 21:33:34','2017-04-15 21:33:34','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"319,321,322,324\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 21:33:34','2017-04-15 21:33:34','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(815,1,'2017-04-15 22:11:57','2017-04-15 22:11:57','','BAND GUYS','','inherit','open','closed','','band-guys','','','2017-04-15 22:11:57','2017-04-15 22:11:57','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-GUYS.jpg',0,'attachment','image/jpeg',0),(816,1,'2017-04-15 22:12:06','2017-04-15 22:12:06','','Holiday Singers','','inherit','open','closed','','band5','','','2017-04-19 03:30:59','2017-04-19 03:30:59','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5.jpg',0,'attachment','image/jpeg',0),(817,1,'2017-04-15 22:12:27','2017-04-15 22:12:27','','Jones Park Christmas band','','inherit','open','closed','','band2','','','2017-04-19 03:30:51','2017-04-19 03:30:51','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/band2.jpg',0,'attachment','image/jpeg',0),(818,1,'2017-04-15 22:12:46','2017-04-15 22:12:46','','Jones Park Christmas Vocalists','','inherit','open','closed','','band3','','','2017-04-19 03:30:28','2017-04-19 03:30:28','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/band3.jpg',0,'attachment','image/jpeg',0),(819,1,'2017-04-15 22:12:55','2017-04-15 22:12:55','','banda','','inherit','open','closed','','banda','','','2017-04-15 22:12:55','2017-04-15 22:12:55','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/banda.jpg',0,'attachment','image/jpeg',0),(820,1,'2017-04-15 22:13:15','2017-04-15 22:13:15','','BAND4','','inherit','open','closed','','band4','','','2017-04-15 22:13:15','2017-04-15 22:13:15','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND4.jpg',0,'attachment','image/jpeg',0),(821,1,'2017-04-15 22:17:30','2017-04-15 22:17:30','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column][tpath_section_title title=\"Opening Hours & Gallery\" alignment=\"Center\" margin_bottom=\"40\"][/vc_column][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:17:30','2017-04-15 22:17:30','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(822,1,'2017-04-15 22:19:32','2017-04-15 22:19:32','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:19:32','2017-04-15 22:19:32','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(823,1,'2017-04-15 22:21:25','2017-04-15 22:21:25','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][tpath_booking_form show_form=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:21:25','2017-04-15 22:21:25','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(824,1,'2017-04-15 22:23:10','2017-04-15 22:23:10','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][tpath_vc_clients][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:23:10','2017-04-15 22:23:10','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(825,1,'2017-04-15 22:26:39','2017-04-15 22:26:39','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][tpath_vc_testimonial][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:26:39','2017-04-15 22:26:39','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(826,1,'2017-04-15 22:31:10','2017-04-15 22:31:10','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][tpath_vc_testimonial][/vc_column][/vc_row][vc_row][vc_column][vc_gallery interval=\"3\" images=\"815,820,817\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"819,816\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:31:10','2017-04-15 22:31:10','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(827,1,'2017-04-15 22:33:27','2017-04-15 22:33:27','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][tpath_vc_testimonial][/vc_column][/vc_row][vc_row][vc_column css_animation=\"bounceIn\"][vc_gallery interval=\"3\" images=\"815,820,817\"][/vc_column][/vc_row][vc_row][vc_column][vc_images_carousel images=\"819,816\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:33:27','2017-04-15 22:33:27','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(828,1,'2017-04-15 22:35:27','2017-04-15 22:35:27','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_toggle]Toggle content goes here, click edit button to change this text.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:35:27','2017-04-15 22:35:27','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(829,1,'2017-04-15 22:41:29','2017-04-15 22:41:29','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_toggle title=\"F.A.Q.\"]Do you have regular concerts? Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs.\r\n\r\nYou are playing at my reception, can I ask for special tunes? You bet! We want to make your day special and we can do that.\r\n\r\nCan one of the vocalist also Emcee during the event? Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\nDo you travel outside of the Gulf Coast to perform? Yes we do. Contact us for more information and cost.\r\n\r\nHow do I join the band? Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:41:29','2017-04-15 22:41:29','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(830,1,'2017-04-15 22:43:39','2017-04-15 22:43:39','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_toggle title=\"Frequently Asked Questions....click here!\"]<strong>Do you have regular concerts?</strong> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<strong>You are playing at my reception, can I ask for special tunes?</strong> You bet! We want to make your day special and we can do that.\r\n\r\n<strong>Can one of the vocalist also Emcee during the event?</strong> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<strong>Do you travel outside of the Gulf Coast to perform?</strong> Yes we do. Contact us for more information and cost.\r\n\r\n<strong>How do I join the band?</strong> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:43:39','2017-04-15 22:43:39','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(831,1,'2017-04-15 22:45:58','2017-04-15 22:45:58','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:45:58','2017-04-15 22:45:58','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(832,1,'2017-04-15 22:48:36','2017-04-15 22:48:36','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1492296508539{background-color: #bbd1ea !important;}\"][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:48:36','2017-04-15 22:48:36','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(833,1,'2017-04-15 22:50:37','2017-04-15 22:50:37','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465328072{background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/dvi-2.jpg?id=316) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1492296630910{background-color: #ced9ea !important;}\"][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:50:37','2017-04-15 22:50:37','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(834,1,'2017-04-15 22:57:13','2017-04-15 22:57:13','','1','','inherit','open','closed','','1-2','','','2017-04-15 22:57:13','2017-04-15 22:57:13','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg',0,'attachment','image/jpeg',0),(835,1,'2017-04-15 22:59:32','2017-04-15 22:59:32','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1492296630910{background-color: #ced9ea !important;}\"][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 22:59:32','2017-04-15 22:59:32','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(836,1,'2017-04-15 23:00:37','2017-04-15 23:00:37','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492297228823{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109697489{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][tpath_opening_hour monday_hour=\"12:00 - 21:00\" tuesday_hour=\"12:00 - 21:00\" wednesday_hour=\"12:00 - 21:00\" thursday_hour=\"12:00 - 21:00\" friday_hour=\"12:00 - 21:00\" sunday_hour=\"12:00 - 21:00\" column_size=\"two_column\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"820,815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1492296630910{background-color: #ced9ea !important;}\"][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-15 23:00:37','2017-04-15 23:00:37','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(837,1,'2017-04-17 03:33:08','2017-04-17 03:33:08','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" center_row=\"yes\" css=\".vc_custom_1492399958911{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1492296630910{background-color: #ced9ea !important;}\"][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-17 03:33:08','2017-04-17 03:33:08','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(838,1,'2017-04-17 03:37:10','2017-04-17 03:37:10','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" center_row=\"yes\" css=\".vc_custom_1492399958911{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1492296630910{background-color: #ced9ea !important;}\"][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-17 03:37:10','2017-04-17 03:37:10','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(840,1,'2017-04-17 03:59:28','2017-04-17 03:59:28','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\" The Best Quality since 1992\" margin_bottom=\"30\"][vc_column_text]We are a specialist food retailer and we have been selling high quality food products to our customers for 50 years. We have been trading online for the last 3 years so it’s now even easier for our customers to get great, fresh produce. Our product of the month is our range of fruit smoothies and if your order them now you can benefit from our 25% discount. New to the store are our bags of mixed dried berries. A perfect healthy snack or a nice topping for your cereal in the morning. Prices range, depending on the bag size, from £2.99 to £4.99 per bag. [/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1431795958680{background-color: #e6e6e6 !important;}\"][vc_column][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-04-17 03:59:28','2017-04-17 03:59:28','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(841,1,'2017-04-17 04:13:00','2017-04-17 04:13:00','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1431795958680{background-color: #e6e6e6 !important;}\"][vc_column][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-04-17 04:13:00','2017-04-17 04:13:00','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(853,1,'2017-04-18 02:30:21','2017-04-18 02:30:21','','17426068_10210167254270812_5140655895135765334_n','','inherit','open','closed','','17426068_10210167254270812_5140655895135765334_n','','','2017-04-18 02:30:21','2017-04-18 02:30:21','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/17426068_10210167254270812_5140655895135765334_n.jpg',0,'attachment','image/jpeg',0),(854,1,'2017-04-18 02:30:58','2017-04-18 02:30:58','','Singers Jonathan Brannon, Danette Pilon, Karen Abernathy, and David Delk','','inherit','open','closed','','band5-2','','','2017-04-20 04:03:59','2017-04-20 04:03:59','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND5-1.jpg',0,'attachment','image/jpeg',0),(856,1,'2017-04-24 22:44:52','2017-04-25 03:44:52','[vc_row][vc_column width=\"1/2\"][vc_column_text]\n<h4>2017 USM JAZZ AND BLUES FESTIVAL</h4>\n[huge_it_gallery id=\"2\"][/vc_column_text][vc_column_text]\n<h4>2017 CASA GALA/BEAU RIVAGE</h4>\n[huge_it_gallery id=\"3\"][/vc_column_text][vc_column_text]\n<h4>2017 CASA GALA/BEAU RIVAGE</h4>\n[huge_it_gallery id=\"3\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\n<h4>2017 MISSISSIPPI BICENTENNIAL CELEBRATION</h4>\n[huge_it_gallery id=\"4\"][/vc_column_text][vc_column_text]\n<h4>WEDDING RECEPTION/THE GRAND HOTEL</h4>\n[huge_it_gallery id=\"5\"][/vc_column_text][vc_column_text]\n<h4>WEDDING RECEPTION/THE GRAND HOTEL</h4>\n[huge_it_gallery id=\"5\"][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-autosave-v1','','','2017-04-24 22:44:52','2017-04-25 03:44:52','',762,'http://daviddelk.net/band/762-autosave-v1/',0,'revision','',0),(857,1,'2017-04-19 04:10:34','2017-04-19 04:10:34','[vc_row center_row=\"yes\"][vc_column][vc_text_separator title=\"Jones Park Christmas 2016\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"815,817,818,816\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Sample Event Photos 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"815,753\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-19 04:10:34','2017-04-19 04:10:34','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(859,1,'2017-04-20 03:54:52','2017-04-20 03:54:52','','Our Pianist Stan Gill','','inherit','open','closed','','band-website-usm6','','','2017-04-20 04:03:13','2017-04-20 04:03:13','',762,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM6.jpg',0,'attachment','image/jpeg',0),(860,1,'2017-04-20 03:55:00','2017-04-20 03:55:00','','The Coast Big Band','','inherit','open','closed','','band-website-usm4-2','','','2017-04-20 04:03:02','2017-04-20 04:03:02','',762,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-2.jpg',0,'attachment','image/jpeg',0),(861,1,'2017-04-20 03:55:07','2017-04-20 03:55:07','','2017 Jazz and Blues Festival Poster','','inherit','open','closed','','band-website-usm4','','','2017-04-20 04:08:31','2017-04-20 04:08:31','',762,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4.jpg',0,'attachment','image/jpeg',0),(862,1,'2017-04-20 03:55:15','2017-04-20 03:55:15','','Paul Newton and his Harmonica','','inherit','open','closed','','band-website-usm4-1','','','2017-04-20 04:08:25','2017-04-20 04:08:25','',762,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-1.jpg',0,'attachment','image/jpeg',0),(863,1,'2017-04-20 03:55:22','2017-04-20 03:55:22','','Dancers at the Jazz Fest','','inherit','open','closed','','band-website-usm4-3','','','2017-04-20 04:02:21','2017-04-20 04:02:21','',762,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM4-3.jpg',0,'attachment','image/jpeg',0),(864,1,'2017-04-20 03:55:29','2017-04-20 03:55:29','','Singers David Delk, Chet Landry, Jonathan Brannan','','inherit','open','closed','','band-website-usm5','','','2017-04-20 04:08:06','2017-04-20 04:08:06','',762,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-WEBSITE-USM5.jpg',0,'attachment','image/jpeg',0),(865,1,'2017-04-20 03:59:48','2017-04-20 03:59:48','[vc_row center_row=\"yes\"][vc_column][vc_text_separator title=\"USM Jazz & Blues Fest 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery show_caption=\"no\" gallery_images=\"861,860,864,862,863,859\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Sample Event Photos 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"815,753\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-20 03:59:48','2017-04-20 03:59:48','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(866,1,'2017-04-20 04:06:57','2017-04-20 04:06:57','[vc_row center_row=\"yes\"][vc_column][vc_text_separator title=\"USM Jazz & Blues Fest 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"861,860,864,862,863,859\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Sample Event Photos 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"815,753\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-20 04:06:57','2017-04-20 04:06:57','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(867,1,'2017-04-20 04:25:25','2017-04-20 04:25:25','','David Delk','','inherit','open','closed','','img_3925','','','2017-04-20 04:25:54','2017-04-20 04:25:54','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3925.jpg',0,'attachment','image/jpeg',0),(868,1,'2017-04-20 04:25:33','2017-04-20 04:25:33','','The Coast Big Band Singers, and special guests Mayor Billy Hewes and \"Miss Ississippi\" Jamie Dorris','','inherit','open','closed','','img_0277','','','2017-04-20 04:26:43','2017-04-20 04:26:43','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0277.jpg',0,'attachment','image/jpeg',0),(869,1,'2017-04-20 04:25:40','2017-04-20 04:25:40','','Bicentennial stage being setup','','inherit','open','closed','','img_3909','','','2017-04-20 04:29:43','2017-04-20 04:29:43','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3909.jpg',0,'attachment','image/jpeg',0),(870,1,'2017-04-20 04:25:47','2017-04-20 04:25:47','','Featured Sax Soloist','','inherit','open','closed','','img_3723','','','2017-04-20 04:29:29','2017-04-20 04:29:29','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3723.jpg',0,'attachment','image/jpeg',0),(871,1,'2017-04-20 04:25:54','2017-04-20 04:25:54','','Singers David Delk, Jonathan Brannan, and Chet Landry','','inherit','open','closed','','img_3750','','','2017-04-20 04:29:14','2017-04-20 04:29:14','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3750.jpg',0,'attachment','image/jpeg',0),(872,1,'2017-04-20 04:26:00','2017-04-20 04:26:00','','The Coast Big Band','','inherit','open','closed','','img_3657','','','2017-04-20 04:28:57','2017-04-20 04:28:57','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3657.jpg',0,'attachment','image/jpeg',0),(873,1,'2017-04-20 04:26:08','2017-04-20 04:26:08','','Karen Abernathy and The Coast Big Band','','inherit','open','closed','','img_3699','','','2017-04-20 04:28:50','2017-04-20 04:28:50','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3699.jpg',0,'attachment','image/jpeg',0),(874,1,'2017-04-20 04:26:15','2017-04-20 04:26:15','','Singers David Delk, Karen Abernathy, Chet Landry, and Jonathan Brannan','','inherit','open','closed','','img_3677','','','2017-04-20 04:28:27','2017-04-20 04:28:27','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_3677.jpg',0,'attachment','image/jpeg',0),(875,1,'2017-04-20 04:26:22','2017-04-20 04:26:22','','CASA Invitation featuring The Coast Big Band','','inherit','open','closed','','16797105_1256500391086212_7262954594140229484_o','','','2017-04-20 04:27:28','2017-04-20 04:27:28','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/16797105_1256500391086212_7262954594140229484_o.jpg',0,'attachment','image/jpeg',0),(876,1,'2017-04-20 04:26:29','2017-04-20 04:26:29','','Bicentennial Official Poster','','inherit','open','closed','','17424906_1286216261447958_7634109441802334190_n','','','2017-04-20 04:27:11','2017-04-20 04:27:11','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/17424906_1286216261447958_7634109441802334190_n.jpg',0,'attachment','image/jpeg',0),(877,1,'2017-04-20 04:26:37','2017-04-20 04:26:37','','The Coast Big Band','','inherit','open','closed','','17757284_1295065607229690_3770572806521087043_n','','','2017-04-20 04:39:01','2017-04-20 04:39:01','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/17757284_1295065607229690_3770572806521087043_n.jpg',0,'attachment','image/jpeg',0),(878,1,'2017-04-20 04:35:07','2017-04-20 04:35:07','[vc_row center_row=\"yes\"][vc_column][vc_text_separator title=\"USM Jazz & Blues Fest April 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"861,860,864,862,863,859\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Mississippi Bicentennial Celebration March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"876,877,868,869,793,867\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"CASA fundraiser gala at the Beau Rivage March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"875,874,873,872,871,870\"][/vc_column][/vc_row]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-20 04:35:07','2017-04-20 04:35:07','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(879,1,'2017-04-20 04:41:08','2017-04-20 04:41:08','','The \"other\" Blues Brothers','','inherit','open','closed','','bicentennial-concert-7463-1024x683','','','2017-04-20 04:41:29','2017-04-20 04:41:29','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683-1.jpg',0,'attachment','image/jpeg',0),(880,1,'2017-04-20 04:44:20','2017-04-20 04:44:20','[vc_row center_row=\"yes\"][vc_column][vc_text_separator title=\"USM Jazz & Blues Fest April 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"861,860,864,862,863,859\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Mississippi Bicentennial Celebration March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"876,877,879,868,867,869\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"CASA fundraiser gala at the Beau Rivage March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"875,874,873,872,871,870\"][/vc_column][/vc_row]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-20 04:44:20','2017-04-20 04:44:20','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(881,1,'2017-04-20 20:32:05','2017-04-20 20:32:05','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row][vc_column css=\".vc_custom_1492296630910{background-color: #ced9ea !important;}\"][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-20 20:32:05','2017-04-20 20:32:05','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(883,1,'2017-04-21 04:34:36','2017-04-21 04:34:36','','micandspark','','inherit','open','closed','','micandspark','','','2017-04-21 04:34:36','2017-04-21 04:34:36','',736,'http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark.png',0,'attachment','image/png',0),(885,1,'2017-04-21 04:47:52','2017-04-21 04:47:52','','micandspark-2000','','inherit','open','closed','','micandspark-2000','','','2017-04-21 04:47:52','2017-04-21 04:47:52','',736,'http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000.png',0,'attachment','image/png',0),(886,1,'2017-04-21 05:14:39','2017-04-21 05:14:39','','micandspark-2000-white','','inherit','open','closed','','micandspark-2000-white','','','2017-04-21 05:14:39','2017-04-21 05:14:39','',736,'http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png',0,'attachment','image/png',0),(887,1,'2017-04-21 05:22:27','2017-04-21 05:22:27','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-21 05:22:27','2017-04-21 05:22:27','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(888,1,'2017-04-21 14:21:36','2017-04-21 14:21:36','[vc_row center_row=\"yes\"][vc_column][vc_text_separator title=\"USM Jazz & Blues Fest April 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"861,860,864,862,863,859\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Mississippi Bicentennial Celebration March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"876,877,879,868,867,869\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"CASA fundraiser gala at the Beau Rivage March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"875,874,873,872,871,870\"][/vc_column][/vc_row]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-21 14:21:36','2017-04-21 14:21:36','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(889,1,'2017-06-02 21:25:05','2017-06-03 02:25:05','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" alignment=\"Center\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][vc_text_separator title=\"A FEW SONGS WE PERFORM (this is just a partial list)\" i_type=\"entypo\" border_width=\"4\" css_animation=\"none\" add_icon=\"true\"][vc_column_text]TUXEDO JUNCTION\nA SENTIMENTAL JOURNEY\nME AND MRS JONES\nL-O-V-E\nZOOT SUIT RIOT\nWHAT EVER LOLA WANTS\nSLOW BOAT TO CHINA\nMAKIN\' WHOOPIE\nINTERMISSION RIFF\nJUMP, JIVE, AND WAIL\nYOU MADE ME LOVE YOU\nI\'LL BE SEEING YOU\nSUN VALLEY JUMP\nMACK THE KNIFE\nJUST A GIGOLO\nBBEAUTY AND THE BEAST\nCRY ME A RIVER\nNEW YORK, NEW YORK\nNATIONAL ANTHEM\nCELEBRATION\nLET THE GOOD TIMES ROLL\nI\'VE GOT YOU UNDER MY SKIN\nA FOGGY DAY\nMY BABY JUST CARES FOR ME\n\nMOON RIVER\nFLY ME TO THE MOON\nTHE BLUES BROTHERS\nSAVE THE LAST DANCE FOR ME\nIN THE MOOD\nNICE AND EASY\nSWEET GEORGIA BROWN\nTWENTY FOUR HOURS A DAY\nHOW SWEET IT IS TO BE LOVED BY YOU\nBLUES BROTHERS MEDLEY\nEVERGREEN\nQUANDO\nSMOOTH\nYOU\'VE LOST THAT LOVING FEELING\nSAVE THE LAST DANCE FOR ME\nYOU\'RE THE ONE THAT I WANT\nDON\'T GO BREAKIN\' MY HEART\nSATURDAY IN THE PARK[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\n\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\n\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\n\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\n\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\n\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\n\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\n\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-autosave-v1','','','2017-06-02 21:25:05','2017-06-03 02:25:05','',755,'http://daviddelk.net/band/755-autosave-v1/',0,'revision','',0),(890,1,'2017-04-21 17:00:48','2017-04-21 17:00:48','','about-us','','inherit','open','closed','','about-us-2','','','2017-04-21 17:00:48','2017-04-21 17:00:48','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/about-us.png',0,'attachment','image/png',0),(893,1,'2017-04-21 17:52:31','2017-04-21 17:52:31','','single-bkgrd','','inherit','open','closed','','single-bkgrd','','','2017-04-21 17:52:31','2017-04-21 17:52:31','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/single-bkgrd.jpg',0,'attachment','image/jpeg',0),(894,1,'2017-04-21 18:19:40','2017-04-21 18:19:40','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1431795958680{background-color: #e6e6e6 !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-04-21 18:19:40','2017-04-21 18:19:40','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(895,1,'2017-04-21 18:20:54','2017-04-21 18:20:54','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-04-21 18:20:54','2017-04-21 18:20:54','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(896,1,'2017-04-21 18:27:45','2017-04-21 18:27:45','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-04-21 18:27:45','2017-04-21 18:27:45','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(897,1,'2017-04-21 18:29:45','2017-04-21 18:29:45','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-04-21 18:29:45','2017-04-21 18:29:45','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(898,1,'2017-04-21 18:35:00','2017-04-21 18:35:00','','footer-background','','inherit','open','closed','','footer-background','','','2017-04-21 18:35:00','2017-04-21 18:35:00','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/footer-background.png',0,'attachment','image/png',0),(899,1,'2017-04-21 18:57:57','2017-04-21 18:57:57','','Calendar','','publish','closed','closed','','calendar','','','2017-04-21 18:57:57','2017-04-21 18:57:57','',0,'http://daviddelk.net/band/calendar/',0,'page','',0),(900,1,'2017-04-21 20:05:07','2017-04-21 20:05:07','[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"906\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Join Jonathan Brannon, Karen Abernathy, and David Delk for all new music by The Coast Big Band.\r\n\r\n<em><strong>The Coast Big Band</strong></em> is a Mississippi Gulf Coast <u>20 plus piece</u> big band orchestra whose music is a strong mix of big band dance music, pop tunes, soulful and hot vocals, Latin tunes, and jazz standards.\r\n\r\nIn the tradition of great big bands, The Coast Big Band consists of saxophones, trombones, trumpets, guitar, bass, piano, drums with vocalists.\r\n\r\n<!-- <strong>Day/Date:</strong> Thursday, June 1st\r\n<strong>Time:</strong> 7pm\r\n<strong>Reserved Seating:</strong>$15.00\r\n\r\n<a href=\"http://themaryc.org/?event=june-2017-coast-big-band-summer-show\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE FOR TICKETS\r\n</a> -->[/vc_column_text][vc_btn title=\"TICKETS\" color=\"danger\" size=\"lg\" align=\"center\" button_block=\"true\" link=\"url:http%3A%2F%2Fthemaryc.org%2F%3Fevent%3Djune-2017-coast-big-band-summer-show||target:%20_blank|\"][/vc_column][/vc_row]','COAST BIG BAND CONCERT','','publish','closed','closed','','coast-big-band-concert-2','','','2017-04-21 18:03:37','2017-04-21 23:03:37','',0,'http://daviddelk.net/band/?post_type=ai1ec_event&p=900',0,'ai1ec_event','',0),(901,1,'2017-04-21 20:04:19','2017-04-21 20:04:19','','BAND MARY C SHOW','','inherit','open','closed','','band-mary-c-show','','','2017-04-21 20:04:19','2017-04-21 20:04:19','',900,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-MARY-C-SHOW.jpg',0,'attachment','image/jpeg',0),(902,1,'2017-04-21 20:39:27','2017-04-21 20:39:27','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][ai1ec view=\"posterboard\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-21 20:39:27','2017-04-21 20:39:27','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(903,1,'2017-04-21 20:40:54','2017-04-21 20:40:54','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-21 20:40:54','2017-04-21 20:40:54','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(905,1,'2017-04-21 16:41:37','2017-04-21 21:41:37','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"]<code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code>[/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-21 16:41:37','2017-04-21 21:41:37','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(906,1,'2017-04-21 17:03:32','2017-04-21 22:03:32','','BAND SINGERS','','inherit','closed','closed','','band-singers','','','2017-04-21 17:03:32','2017-04-21 22:03:32','',900,'http://daviddelk.net/band/wp-content/uploads/2017/04/BAND-SINGERS.jpg',0,'attachment','image/jpeg',0),(907,1,'2017-04-21 17:43:39','2017-04-21 22:43:39','[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"906\"][vc_btn][/vc_column][vc_column width=\"1/2\"][vc_column_text]Join Jonathan Brannon, Karen Abernathy, and David Delk for all new music by The Coast Big Band.\n\n<em><strong>The Coast Big Band</strong></em> is a Mississippi Gulf Coast <u>20 plus piece</u> big band orchestra whose music is a strong mix of big band dance music, pop tunes, soulful and hot vocals, Latin tunes, and jazz standards.\n\nIn the tradition of great big bands, The Coast Big Band consists of saxophones, trombones, trumpets, guitar, bass, piano, drums with vocalists.\n\n<strong>Day/Date:</strong> Thursday, June 1st\n<strong>Time:</strong> 7pm\n<strong>Reserved Seating:</strong>$15.00\n\n<a href=\"http://themaryc.org/?event=june-2017-coast-big-band-summer-show\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE FOR TICKETS\n</a>[/vc_column_text][/vc_column][/vc_row]','COAST BIG BAND CONCERT','','inherit','closed','closed','','900-autosave-v1','','','2017-04-21 17:43:39','2017-04-21 22:43:39','',900,'http://daviddelk.net/band/900-autosave-v1/',0,'revision','',0),(910,1,'2017-04-21 17:44:17','2017-04-21 22:44:17','<p style=\"text-align: center;\"><code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code></p>','Upcoming Events','','publish','closed','closed','','events','','','2017-04-21 17:52:03','2017-04-21 22:52:03','',0,'http://daviddelk.net/band/?page_id=910',0,'page','',0),(911,1,'2017-04-21 17:34:01','2017-04-21 22:34:01','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Events','','inherit','closed','closed','','910-revision-v1','','','2017-04-21 17:34:01','2017-04-21 22:34:01','',910,'http://daviddelk.net/band/910-revision-v1/',0,'revision','',0),(912,1,'2017-04-21 17:34:35','2017-04-21 22:34:35','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','910-revision-v1','','','2017-04-21 17:34:35','2017-04-21 22:34:35','',910,'http://daviddelk.net/band/910-revision-v1/',0,'revision','',0),(913,1,'2017-04-21 17:36:28','2017-04-21 22:36:28','[vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][vc_tta_pageable][vc_tta_section title=\"Section 1\" tab_id=\"1492814160626-9246368a-f256\"][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1492814160833-85786fd6-af5f\"][/vc_tta_section][/vc_tta_pageable][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','910-revision-v1','','','2017-04-21 17:36:28','2017-04-21 22:36:28','',910,'http://daviddelk.net/band/910-revision-v1/',0,'revision','',0),(914,1,'2017-04-21 17:44:17','2017-04-21 22:44:17','[vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][vc_raw_html]JTVCYWkxZWMlMjB2aWV3JTNEJTIycG9zdGVyYm9hcmQlMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','910-revision-v1','','','2017-04-21 17:44:17','2017-04-21 22:44:17','',910,'http://daviddelk.net/band/910-revision-v1/',0,'revision','',0),(915,1,'2017-04-21 17:46:16','2017-04-21 22:46:16','[vc_row center_row=\"yes\"][vc_column][vc_raw_html]JTVCYWkxZWMlMjB2aWV3JTNEJTIycG9zdGVyYm9hcmQlMjIlNUQ=[/vc_raw_html][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','910-revision-v1','','','2017-04-21 17:46:16','2017-04-21 22:46:16','',910,'http://daviddelk.net/band/910-revision-v1/',0,'revision','',0),(916,1,'2017-04-21 17:48:22','2017-04-21 22:48:22','[vc_row center_row=\"yes\"][vc_column][vc_raw_html]JTVCYWkxZWMlMjB2aWV3JTNEJTIycG9zdGVyYm9hcmQlMjIlNUQ=[/vc_raw_html][vc_raw_html]PHA+SSBhbSByYXcgaHRtbCBibG9jay48YnIvPkNsaWNrIGVkaXQgYnV0dG9uIHRvIGNoYW5nZSB0aGlzIGh0bWw8L3A+[/vc_raw_html][vc_wp_text][ai1ec view=\"posterboard\"][/vc_wp_text][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','910-revision-v1','','','2017-04-21 17:48:22','2017-04-21 22:48:22','',910,'http://daviddelk.net/band/910-revision-v1/',0,'revision','',0),(917,1,'2017-04-21 17:49:01','2017-04-21 22:49:01','<code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code>\r\n\r\n \r\n\r\n[vc_row center_row=\"yes\"][vc_column][vc_raw_html]JTVCYWkxZWMlMjB2aWV3JTNEJTIycG9zdGVyYm9hcmQlMjIlNUQ=[/vc_raw_html][vc_raw_html]PHA+SSBhbSByYXcgaHRtbCBibG9jay48YnIvPkNsaWNrIGVkaXQgYnV0dG9uIHRvIGNoYW5nZSB0aGlzIGh0bWw8L3A+[/vc_raw_html][vc_wp_text][ai1ec view=\"posterboard\"][/vc_wp_text][/vc_column][/vc_row]','Upcoming Events','','inherit','closed','closed','','910-revision-v1','','','2017-04-21 17:49:01','2017-04-21 22:49:01','',910,'http://daviddelk.net/band/910-revision-v1/',0,'revision','',0),(918,1,'2017-04-21 17:49:55','2017-04-21 22:49:55','<code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code>','Upcoming Events','','inherit','closed','closed','','910-revision-v1','','','2017-04-21 17:49:55','2017-04-21 22:49:55','',910,'http://daviddelk.net/band/910-revision-v1/',0,'revision','',0),(919,1,'2017-04-21 17:52:03','2017-04-21 22:52:03','<p style=\"text-align: center;\"><code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code></p>','Upcoming Events','','inherit','closed','closed','','910-revision-v1','','','2017-04-21 17:52:03','2017-04-21 22:52:03','',910,'http://daviddelk.net/band/910-revision-v1/',0,'revision','',0),(921,1,'2017-04-21 18:06:18','2017-04-21 23:06:18','[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"860\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Join Jonathan Brannon, Karen Abernathy, Chet Landry, and David Delk for a FREE concert at the USM Gulf Park Campus in Long Beach. Bring your Lawn Chair and enjoy jazz music and your favorite tunes.\r\n\r\nThis will be our 5 year returning! AND IT\'S FREE!!\r\n\r\n<!-- <strong>Day/Date:</strong> Thursday, June 1st\r\n<strong>Time:</strong> 7pm\r\n<strong>Reserved Seating:</strong>$15.00\r\n\r\n<a href=\"http://themaryc.org/?event=june-2017-coast-big-band-summer-show\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE FOR TICKETS\r\n</a> -->[/vc_column_text][/vc_column][/vc_row]','USM JAZZ AND BLUES FEST','','publish','closed','closed','','coast-big-band-concert','','','2017-04-21 18:07:57','2017-04-21 23:07:57','',0,'http://daviddelk.net/band/?post_type=ai1ec_event&p=921',0,'ai1ec_event','',0),(922,1,'2017-04-21 18:05:26','2017-04-21 23:05:26','','JAZZ FEST WEBSITE','','inherit','closed','closed','','jazz-fest-website','','','2017-04-21 18:06:01','2017-04-21 23:06:01','',921,'http://daviddelk.net/band/wp-content/uploads/2017/04/JAZZ-FEST-WEBSITE.jpg',0,'attachment','image/jpeg',0),(923,1,'2017-04-21 21:55:29','2017-04-22 02:55:29','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-21 21:55:29','2017-04-22 02:55:29','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(924,1,'2017-04-21 22:27:20','2017-04-22 03:27:20','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_wp_text][ai1ec view=\"posterboard\"][/vc_wp_text][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-21 22:27:20','2017-04-22 03:27:20','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(925,1,'2017-04-21 22:32:55','2017-04-22 03:32:55','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][ai1ec view=\"posterboard\"][vc_row_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-21 22:32:55','2017-04-22 03:32:55','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(926,1,'2017-04-21 22:54:16','2017-04-22 03:54:16','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][ai1ec view=\"posterboard\"=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-21 22:54:16','2017-04-22 03:54:16','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(927,1,'2017-04-21 22:55:51','2017-04-22 03:55:51','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][ai1ec view=\"posterboard\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492720319005{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/1.jpg?id=834) !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-21 22:55:51','2017-04-22 03:55:51','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(928,1,'2017-04-23 10:22:04','2017-04-23 15:22:04','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-23 10:22:04','2017-04-23 15:22:04','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(930,1,'2017-04-23 22:13:51','2017-04-24 03:13:51','[vc_row center_row=\"yes\"][vc_column][vc_text_separator title=\"USM Jazz & Blues Fest April 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"861,860,864,862,863,859\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Mississippi Bicentennial Celebration March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"876,877,879,868,867,869\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"CASA fundraiser gala at the Beau Rivage March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"875,874,873,872,871,870\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]USM JAZZ AND BLUES FESTIVAL 2017\r\n\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]USM JAZZ AND BLUES FESTIVAL 2017\r\n[huge_it_gallery id=\"3\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]CASA GALA 2017 AT THE BEAU RIVAGE','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:13:51','2017-04-24 03:13:51','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(931,1,'2017-04-23 22:15:58','2017-04-24 03:15:58','[vc_row center_row=\"yes\"][vc_column][vc_text_separator title=\"USM Jazz & Blues Fest April 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"861,860,864,862,863,859\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Mississippi Bicentennial Celebration March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"876,877,879,868,867,869\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"CASA fundraiser gala at the Beau Rivage March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"875,874,873,872,871,870\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]CASA GALA 2017 AT THE BEAU RIVAGE\r\n[huge_it_gallery id=\"3\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]USM JAZZ AND BLUES FESTIVAL 2017\r\n\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][/vc_row][vc_row][/vc_row][vc_column][/vc_column][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:15:58','2017-04-24 03:15:58','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(932,1,'2017-04-23 22:25:40','2017-04-24 03:25:40','[vc_row center_row=\"yes\"][vc_column][vc_text_separator title=\"USM Jazz & Blues Fest April 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"861,860,864,862,863,859\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Mississippi Bicentennial Celebration March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"876,877,879,868,867,869\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"CASA fundraiser gala at the Beau Rivage March 2017\" i_icon_fontawesome=\"fa fa-music\" i_size=\"lg\" border_width=\"8\" add_icon=\"true\"][tpath_tiled_gallery gallery_images=\"875,874,873,872,871,870\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4>CASA GALA 2017 AT THE BEAU RIVAGE\r\n[huge_it_gallery id=\"3\"]</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4>USM JAZZ AND BLUES FESTIVAL 2017</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][/vc_row][vc_row][/vc_row][vc_column][/vc_column][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:25:40','2017-04-24 03:25:40','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(933,1,'2017-04-23 22:41:25','2017-04-24 03:41:25','[vc_row center_row=\"yes\"][vc_column][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>CASA GALA 2017 AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>MISSISSIPPI BICENTENNIAL CELEBRATION 2017</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>USM JAZZ AND BLUES FESTIVAL 2017</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:41:25','2017-04-24 03:41:25','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(934,1,'2017-04-23 22:42:35','2017-04-24 03:42:35','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>CASA GALA 2017 AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>MISSISSIPPI BICENTENNIAL CELEBRATION 2017</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>USM JAZZ AND BLUES FESTIVAL 2017</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:42:35','2017-04-24 03:42:35','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(935,1,'2017-04-23 22:43:44','2017-04-24 03:43:44','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>CASA GALA 2017 AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>MISSISSIPPI BICENTENNIAL CELEBRATION 2017</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>USM JAZZ AND BLUES FESTIVAL 2017</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column][vc_column_text]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:43:44','2017-04-24 03:43:44','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(936,1,'2017-04-23 22:45:10','2017-04-24 03:45:10','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>CASA GALA 2017 AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>MISSISSIPPI BICENTENNIAL CELEBRATION 2017</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>USM JAZZ AND BLUES FESTIVAL 2017</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column][vc_column_text][/vc_column_text]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:45:10','2017-04-24 03:45:10','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(937,1,'2017-04-23 22:46:07','2017-04-24 03:46:07','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>CASA GALA 2017 AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>MISSISSIPPI BICENTENNIAL CELEBRATION 2017</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>USM JAZZ AND BLUES FESTIVAL 2017</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:46:07','2017-04-24 03:46:07','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(938,1,'2017-04-23 22:47:53','2017-04-24 03:47:53','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>CASA GALA 2017 AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>MISSISSIPPI BICENTENNIAL CELEBRATION 2017</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>USM JAZZ AND BLUES FESTIVAL 2017</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text]I[/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:47:53','2017-04-24 03:47:53','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(939,1,'2017-04-23 22:48:41','2017-04-24 03:48:41','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>CASA GALA 2017 AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>MISSISSIPPI BICENTENNIAL CELEBRATION 2017</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>USM JAZZ AND BLUES FESTIVAL 2017</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:48:41','2017-04-24 03:48:41','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(940,1,'2017-04-23 22:49:19','2017-04-24 03:49:19','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>CASA GALA 2017 AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>MISSISSIPPI BICENTENNIAL CELEBRATION 2017</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>USM JAZZ AND BLUES FESTIVAL 2017</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text]DD.[/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:49:19','2017-04-24 03:49:19','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(941,1,'2017-04-23 22:51:00','2017-04-24 03:51:00','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 CASA GALA AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 MISSISSIPPI BICENTENNIAL CELEBRATION</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 USM JAZZ AND BLUES FESTIVAL</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text]DD.[/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:51:00','2017-04-24 03:51:00','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(942,1,'2017-04-23 22:53:07','2017-04-24 03:53:07','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 CASA GALA AT THE BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 MISSISSIPPI BICENTENNIAL CELEBRATION</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 USM JAZZ AND BLUES FESTIVAL</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-23 22:53:07','2017-04-24 03:53:07','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(943,1,'2017-04-24 09:03:16','2017-04-24 14:03:16','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text]\r\n<p style=\"text-align: center;\"><code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-24 09:03:16','2017-04-24 14:03:16','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(944,1,'2017-04-24 09:06:55','2017-04-24 14:06:55','<p style=\"text-align: center;\">[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text]<code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-24 09:06:55','2017-04-24 14:06:55','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(945,1,'2017-04-24 09:08:11','2017-04-24 14:08:11','<p style=\"text-align: center;\">[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text]\r\n\r\n<code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-24 09:08:11','2017-04-24 14:08:11','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(948,1,'2017-04-24 14:21:21','2017-04-24 19:21:21','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: center;\">[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text]</p>\r\n<code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code>\r\n\r\n[/vc_column_text][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-24 14:21:21','2017-04-24 19:21:21','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(949,1,'2017-04-24 14:24:02','2017-04-24 19:24:02','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text]\r\n\r\n<code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code>\r\n\r\n[/vc_column_text][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-24 14:24:02','2017-04-24 19:24:02','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(950,1,'2017-04-24 16:15:17','2017-04-24 21:15:17','','COAST BIG BAND BICENTENNIAL CELEBRATION 2017','','inherit','closed','closed','','coast-big-band-bicentennial-celebration-2017','','','2017-04-24 16:15:17','2017-04-24 21:15:17','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017.jpg',0,'attachment','image/jpeg',0),(951,1,'2017-04-24 16:52:25','2017-04-24 21:52:25','[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"879\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Need a fun band for your event? Well the Coast Big Band is for you. We play old tunes and new tunes...our vocalists are fun too! Your guests will want to dance the night away!\r\n\r\nContact us for pricing and yes....we travel!\r\n\r\n<a href=\"http://daviddelk.net/band/contact-us/\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE TO EMAIL US</a>[/vc_column_text][/vc_column][/vc_row]','HIRE US!','','publish','closed','closed','','hire_us','','','2017-04-24 17:24:41','2017-04-24 22:24:41','',0,'http://daviddelk.net/band/?post_type=ai1ec_event&p=951',0,'ai1ec_event','',0),(952,1,'2017-04-24 17:24:26','2017-04-24 22:24:26','','hire-us2 1','','inherit','closed','closed','','hire-us2-1','','','2017-04-24 17:24:26','2017-04-24 22:24:26','',951,'http://daviddelk.net/band/wp-content/uploads/2017/04/hire-us2-1.png',0,'attachment','image/png',0),(953,1,'2017-04-24 17:26:02','2017-04-24 22:26:02','[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"879\" img_size=\"full\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]Need an exciting band for your event? Well the Coast Big Band is for you. We play old tunes and new tunes...our vocalists are fun too! Your guests will want to dance the night away!\n\nContact us for pricing and yes....we travel!\n\n<a href=\"http://daviddelk.net/band/contact-us/\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE TO EMAIL US</a>[/vc_column_text][/vc_column][/vc_row]','HIRE US!','','inherit','closed','closed','','951-autosave-v1','','','2017-04-24 17:26:02','2017-04-24 22:26:02','',951,'http://daviddelk.net/band/951-autosave-v1/',0,'revision','',0),(954,1,'2017-04-24 17:45:58','2017-04-24 22:45:58','','Bicentennial-Concert-7463-1024x683','','inherit','closed','closed','','bicentennial-concert-7463-1024x683-2','','','2017-04-24 17:45:58','2017-04-24 22:45:58','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/Bicentennial-Concert-7463-1024x683.png',0,'attachment','image/png',0),(956,1,'2017-04-24 18:05:32','2017-04-24 23:05:32','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text]\r\n\r\n<code class=\"ai1ec-autoselect\">[ai1ec view=\"posterboard\"]</code>\r\n\r\n[/vc_column_text][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\" wrap=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-24 18:05:32','2017-04-24 23:05:32','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(957,1,'2017-04-24 20:31:50','2017-04-25 01:31:50','','coast big band wedding summer 2016 12','','inherit','closed','closed','','coast-big-band-wedding-summer-2016-12','','','2017-04-24 20:31:50','2017-04-25 01:31:50','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-12.jpg',0,'attachment','image/jpeg',0),(958,1,'2017-04-24 20:34:36','2017-04-25 01:34:36','','coast big band wedding summer 2016 17','','inherit','closed','closed','','coast-big-band-wedding-summer-2016-17','','','2017-04-24 20:34:36','2017-04-25 01:34:36','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-17.jpg',0,'attachment','image/jpeg',0),(959,1,'2017-04-24 20:34:53','2017-04-25 01:34:53','','coast big band wedding summer 2016 8','','inherit','closed','closed','','coast-big-band-wedding-summer-2016-8','','','2017-04-24 20:34:53','2017-04-25 01:34:53','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-8.jpg',0,'attachment','image/jpeg',0),(961,1,'2017-04-24 20:35:53','2017-04-25 01:35:53','','coast big band wedding summer 2016 1','','inherit','closed','closed','','coast-big-band-wedding-summer-2016-1','','','2017-04-24 20:35:53','2017-04-25 01:35:53','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/coast-big-band-wedding-summer-2016-1.jpg',0,'attachment','image/jpeg',0),(962,1,'2017-04-24 22:27:42','2017-04-25 03:27:42','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 USM JAZZ AND BLUES FESTIVAL</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][vc_column_text]\r\n<h4>2017 CASA GALA/BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 MISSISSIPPI BICENTENNIAL CELEBRATION</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][vc_column_text]\r\n<h4>WEDDING RECEPTION/THE GRAND HOTEL</h4>\r\n[huge_it_gallery id=\"5\"][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-24 22:27:42','2017-04-25 03:27:42','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(964,1,'2017-04-24 22:29:36','2017-04-25 03:29:36','','IMG_0637','','inherit','closed','closed','','img_0637','','','2017-04-24 22:29:36','2017-04-25 03:29:36','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0637.jpg',0,'attachment','image/jpeg',0),(965,1,'2017-04-24 22:29:46','2017-04-25 03:29:46','','IMG_0618','','inherit','closed','closed','','img_0618','','','2017-04-24 22:29:46','2017-04-25 03:29:46','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0618.jpg',0,'attachment','image/jpeg',0),(966,1,'2017-04-24 22:29:58','2017-04-25 03:29:58','','IMG_0643','','inherit','closed','closed','','img_0643','','','2017-04-24 22:29:58','2017-04-25 03:29:58','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0643.jpg',0,'attachment','image/jpeg',0),(967,1,'2017-04-24 22:38:11','2017-04-25 03:38:11','','67434853','','inherit','closed','closed','','67434853','','','2017-04-24 22:38:11','2017-04-25 03:38:11','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/67434853.png',0,'attachment','image/png',0),(968,1,'2017-04-24 22:39:31','2017-04-25 03:39:31','','Grand_Hotel_Marriott_Resort_Golf_Club_Spa_Point_Clear','','inherit','closed','closed','','grand_hotel_marriott_resort_golf_club_spa_point_clear','','','2017-04-24 22:39:31','2017-04-25 03:39:31','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/Grand_Hotel_Marriott_Resort_Golf_Club_Spa_Point_Clear.jpg',0,'attachment','image/jpeg',0),(969,1,'2017-04-24 22:46:05','2017-04-25 03:46:05','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 USM JAZZ AND BLUES FESTIVAL</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][vc_column_text]\r\n<h4>2017 CASA GALA/BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"][/vc_column_text][vc_column_text]\r\n<h4>WEDDING RECEPTION/THE GRAND HOTEL</h4>\r\n[huge_it_gallery id=\"5\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 MISSISSIPPI BICENTENNIAL CELEBRATION</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][vc_column_text]\r\n<h4>BILOXI YACHT CLUB PARTY</h4>\r\n[huge_it_gallery id=\"6\"][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-24 22:46:05','2017-04-25 03:46:05','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(971,1,'2017-04-24 22:53:02','2017-04-25 03:53:02','','IMG_0630','','inherit','closed','closed','','img_0630-3','','','2017-04-24 22:53:02','2017-04-25 03:53:02','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_0630-2.jpg',0,'attachment','image/jpeg',0),(972,1,'2017-04-24 23:24:49','2017-04-25 04:24:49','','IMG_1877','','inherit','closed','closed','','img_1877','','','2017-04-24 23:26:49','2017-04-25 04:26:49','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1877.jpg',0,'attachment','image/jpeg',0),(973,1,'2017-04-24 23:25:06','2017-04-25 04:25:06','','IMG_1886','','inherit','closed','closed','','img_1886','','','2017-04-24 23:25:06','2017-04-25 04:25:06','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1886.jpg',0,'attachment','image/jpeg',0),(974,1,'2017-04-24 23:25:24','2017-04-25 04:25:24','','IMG_1865','','inherit','closed','closed','','img_1865','','','2017-04-24 23:25:24','2017-04-25 04:25:24','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1865.jpg',0,'attachment','image/jpeg',0),(975,1,'2017-04-24 23:25:41','2017-04-25 04:25:41','','IMG_1854','','inherit','closed','closed','','img_1854','','','2017-04-24 23:25:41','2017-04-25 04:25:41','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1854.jpg',0,'attachment','image/jpeg',0),(977,1,'2017-04-24 23:49:24','2017-04-25 04:49:24','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 USM JAZZ AND BLUES FESTIVAL</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][vc_column_text]\r\n<h4>2017 CASA GALA/BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"][/vc_column_text][vc_column_text]\r\n<h4>WEDDING RECEPTION/THE GRAND HOTEL</h4>\r\n[huge_it_gallery id=\"5\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 MISSISSIPPI BICENTENNIAL CELEBRATION</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][vc_column_text]\r\n<h4>BILOXI YACHT CLUB PARTY</h4>\r\n[huge_it_gallery id=\"6\"][/vc_column_text][vc_column_text]\r\n<h4>2017 SENIOR PROM/IP CASINO</h4>\r\n[huge_it_gallery id=\"7\"][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-24 23:49:24','2017-04-25 04:49:24','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(978,1,'2017-04-24 23:57:28','2017-04-25 04:57:28','','ip','','inherit','closed','closed','','ip','','','2017-04-24 23:57:28','2017-04-25 04:57:28','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/ip.jpg',0,'attachment','image/jpeg',0),(979,1,'2017-04-25 00:10:59','2017-04-25 05:10:59','','IMG_1605','','inherit','closed','closed','','img_1605','','','2017-04-25 00:10:59','2017-04-25 05:10:59','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1605.jpg',0,'attachment','image/jpeg',0),(980,1,'2017-04-25 00:11:09','2017-04-25 05:11:09','','IMG_1596','','inherit','closed','closed','','img_1596','','','2017-04-25 00:11:09','2017-04-25 05:11:09','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1596.jpg',0,'attachment','image/jpeg',0),(981,1,'2017-04-25 00:11:21','2017-04-25 05:11:21','','IMG_1590','','inherit','closed','closed','','img_1590','','','2017-04-25 00:11:21','2017-04-25 05:11:21','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1590.jpg',0,'attachment','image/jpeg',0),(982,1,'2017-04-25 00:11:35','2017-04-25 05:11:35','','IMG_1579','','inherit','closed','closed','','img_1579','','','2017-04-25 00:11:35','2017-04-25 05:11:35','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1579.jpg',0,'attachment','image/jpeg',0),(983,1,'2017-04-25 00:11:54','2017-04-25 05:11:54','','IMG_1588','','inherit','closed','closed','','img_1588','','','2017-04-25 00:11:54','2017-04-25 05:11:54','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1588.jpg',0,'attachment','image/jpeg',0),(984,1,'2017-04-25 00:13:52','2017-04-25 05:13:52','','IMG_1198','','inherit','closed','closed','','img_1198','','','2017-04-25 00:13:52','2017-04-25 05:13:52','',0,'http://daviddelk.net/band/wp-content/uploads/2017/04/IMG_1198.jpg',0,'attachment','image/jpeg',0),(985,1,'2017-04-25 00:24:06','2017-04-25 05:24:06','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 USM JAZZ AND BLUES FESTIVAL</h4>\r\n[huge_it_gallery id=\"2\"][/vc_column_text][vc_column_text]\r\n<h4>2017 CASA GALA/BEAU RIVAGE</h4>\r\n[huge_it_gallery id=\"3\"][/vc_column_text][vc_column_text]\r\n<h4>WEDDING RECEPTION/THE GRAND HOTEL</h4>\r\n[huge_it_gallery id=\"5\"][/vc_column_text][vc_column_text]\r\n<h4>KEESLER AFB 75TH ANNIVERSARY GALA</h4>\r\n[huge_it_gallery id=\"8\"][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h4>2017 MISSISSIPPI BICENTENNIAL CELEBRATION</h4>\r\n[huge_it_gallery id=\"4\"][/vc_column_text][vc_column_text]\r\n<h4>BILOXI YACHT CLUB PARTY</h4>\r\n[huge_it_gallery id=\"6\"][/vc_column_text][vc_column_text]\r\n<h4>2017 SENIOR PROM/IP CASINO</h4>\r\n[huge_it_gallery id=\"7\"][/vc_column_text][/vc_column][/vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column]','Photos','','inherit','closed','closed','','762-revision-v1','','','2017-04-25 00:24:06','2017-04-25 05:24:06','',762,'http://daviddelk.net/band/762-revision-v1/',0,'revision','',0),(987,1,'2017-04-25 20:45:10','2017-04-26 01:45:10','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nQuestions from the Coast Big Band website \"[your-subject]\"\n[your-name] <wordpress@daviddelk.net>\nammgpt@aol.com\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email was sent through the Coast Big Band website.\nReply-To: [your-email]\n\n\n\n\nCoast Big Band \"[your-subject]\"\nCoast Big Band <wordpress@daviddelk.net>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Coast Big Band (http://daviddelk.net/band)\nReply-To: david@abcrental.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-04-26 23:17:32','2017-04-27 04:17:32','',0,'http://daviddelk.net/band/?post_type=wpcf7_contact_form&p=987',0,'wpcf7_contact_form','',0),(988,1,'2017-04-25 21:45:30','2017-04-26 02:45:30','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Send us an email below\" margin_bottom=\"40\"][contact-form-7 id=\"987\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','131-autosave-v1','','','2017-04-25 21:45:30','2017-04-26 02:45:30','',131,'http://daviddelk.net/band/131-autosave-v1/',0,'revision','',0),(992,1,'2017-04-25 21:33:56','2017-04-26 02:33:56','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Send up an email below\" margin_bottom=\"40\"][contact-form-7 id=\"987\"][/vc_column][vc_column width=\"1/2\"][tpath_section_title title=\"Get added to our email blasts below\" margin_bottom=\"40\"][contact-form-7 id=\"991\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','131-revision-v1','','','2017-04-25 21:33:56','2017-04-26 02:33:56','',131,'http://daviddelk.net/band/131-revision-v1/',0,'revision','',0),(993,1,'2017-04-25 21:35:24','2017-04-26 02:35:24','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Send us an email below\" margin_bottom=\"40\"][contact-form-7 id=\"987\"][/vc_column][vc_column width=\"1/2\"][tpath_section_title title=\"Get added to our email blasts below\" margin_bottom=\"40\"][contact-form-7 id=\"991\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','131-revision-v1','','','2017-04-25 21:35:24','2017-04-26 02:35:24','',131,'http://daviddelk.net/band/131-revision-v1/',0,'revision','',0),(994,1,'2017-04-25 21:45:44','2017-04-26 02:45:44','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Send us an email below\" margin_bottom=\"40\"][contact-form-7 id=\"987\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','131-revision-v1','','','2017-04-25 21:45:44','2017-04-26 02:45:44','',131,'http://daviddelk.net/band/131-revision-v1/',0,'revision','',0),(995,1,'2017-04-25 21:53:23','2017-04-26 02:53:23','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Questions or comments? \" subtitle=\"Send us an email below\" margin_bottom=\"40\"][contact-form-7 id=\"987\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','131-revision-v1','','','2017-04-25 21:53:23','2017-04-26 02:53:23','',131,'http://daviddelk.net/band/131-revision-v1/',0,'revision','',0),(996,1,'2017-04-25 21:54:41','2017-04-26 02:54:41','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Questions or comments? \" heading_type=\"h5\" color=\"#dd0f0f\" margin_bottom=\"40\"][contact-form-7 id=\"987\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','131-revision-v1','','','2017-04-25 21:54:41','2017-04-26 02:54:41','',131,'http://daviddelk.net/band/131-revision-v1/',0,'revision','',0),(997,1,'2017-04-25 21:55:55','2017-04-26 02:55:55','[vc_row center_row=\"yes\" css=\".vc_custom_1436468862195{padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1433960577437{padding-top: 20px !important;padding-bottom: 10px !important;}\" el_class=\"black-form\"][tpath_section_title title=\"Questions or comments? Send us an email below.\" heading_type=\"h5\" color=\"#dd0f0f\" margin_bottom=\"40\"][contact-form-7 id=\"987\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','131-revision-v1','','','2017-04-25 21:55:55','2017-04-26 02:55:55','',131,'http://daviddelk.net/band/131-revision-v1/',0,'revision','',0),(998,1,'2017-04-26 23:04:09','2017-04-27 04:04:09','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text][ai1ec view=\"posterboard\"][/vc_column_text][vc_separator border_width=\"3\" css=\".vc_custom_1493265755481{padding-top: 20px !important;}\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\" wrap=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-04-26 23:04:09','2017-04-27 04:04:09','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(999,1,'2017-04-26 23:24:19','2017-04-27 04:24:19','','songlist','','inherit','closed','closed','','songlist','','','2017-04-26 23:24:19','2017-04-27 04:24:19','',755,'http://daviddelk.net/band/wp-content/uploads/2017/04/songlist.jpg',0,'attachment','image/jpeg',0),(1000,1,'2017-04-26 23:39:33','2017-04-27 04:39:33','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" alignment=\"Center\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][vc_text_separator title=\"A FEW SONGS WE PERFORM\" i_type=\"entypo\" border_width=\"4\" css_animation=\"none\" add_icon=\"true\"][vc_column_text]MOON RIVER\r\nFLY ME TO THE MOON\r\nTHE BLUES BROTHERS\r\nSAVE THE LAST DANCE FOR ME[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-04-26 23:39:33','2017-04-27 04:39:33','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(1006,1,'2017-05-28 23:29:09','2017-05-29 04:29:09','CHECK OUT OUR NEW CONCERT\r\n\r\n ','MARY C CONCERT','','publish','closed','closed','','mary-c-concert','','','2017-05-28 23:29:09','2017-05-29 04:29:09','',0,'http://daviddelk.net/band/?post_type=tribe_events&p=1006',0,'tribe_events','',0),(1007,1,'2017-05-28 23:29:09','2017-05-29 04:29:09','CHECK OUT OUR NEW CONCERT\r\n\r\n ','MARY C CONCERT','','inherit','closed','closed','','1006-revision-v1','','','2017-05-28 23:29:09','2017-05-29 04:29:09','',1006,'http://daviddelk.net/band/1006-revision-v1/',0,'revision','',0),(1008,1,'2017-05-28 23:51:23','2017-05-29 04:51:23','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text][tribe_events view=\"list\"]\r\n\r\n[ai1ec view=\"posterboard\"][/vc_column_text][vc_separator border_width=\"3\" css=\".vc_custom_1493265755481{padding-top: 20px !important;}\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\" wrap=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-05-28 23:51:23','2017-05-29 04:51:23','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(1009,1,'2017-05-28 23:54:31','2017-05-29 04:54:31','[vc_row center_row=\"yes\" css=\".vc_custom_1436465063500{background-color: #e6e6e6 !important;}\"][vc_column css=\".vc_custom_1433112763803{margin-bottom: 30px !important;}\"][tpath_section_title title=\"UPCOMING EVENTS\" alignment=\"Center\"][vc_column_text][ai1ec view=\"posterboard\"][/vc_column_text][vc_separator border_width=\"3\" css=\".vc_custom_1493265755481{padding-top: 20px !important;}\"][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row background_style=\"overlay-wrapper\" center_row=\"yes\" css=\".vc_custom_1436465289460{padding-top: 80px !important;padding-bottom: 80px !important;background-image: url(http://daviddelk.net/band/wp-content/uploads/2015/05/thumb-gallery-01.jpg?id=232) !important;}\"][vc_column][tpath_special_item feature_image=\"808\" high_text=\"COAST BIG BAND\" item_title=\" \" btn_title=\"TICKETS\" btn_link=\"#\"]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/tpath_special_item][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" center_row=\"yes\" css=\".vc_custom_1492958995495{background-color: #1c0902 !important;}\"][vc_column css=\".vc_custom_1433109886579{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_images_carousel images=\"815,816,819,818\" img_size=\"large\" onclick=\"link_no\" autoplay=\"yes\" wrap=\"yes\"][/vc_column][vc_column css=\".vc_custom_1492399200659{padding-left: 50px !important;}\" offset=\"vc_col-lg-6 vc_col-md-6\"][vc_single_image image=\"820\" img_size=\"large\" css=\".vc_custom_1492399674642{padding-left: 50px !important;}\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year along the Coast including the Mary C. O\'Keefe Cultural Center in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','Home','','inherit','closed','closed','','736-revision-v1','','','2017-05-28 23:54:31','2017-05-29 04:54:31','',736,'http://daviddelk.net/band/736-revision-v1/',0,'revision','',0),(1023,1,'2017-05-29 21:49:43','2017-05-30 02:49:43','This page under construction....come back soon!','COMING SOON','','publish','closed','closed','','coming-soon','','','2017-05-29 21:52:04','2017-05-30 02:52:04','',0,'http://daviddelk.net/band/?p=1023',0,'post','',0),(1024,1,'2017-05-29 21:49:43','2017-05-30 02:49:43','This page under construction....come back soon!','COMING SOON','','inherit','closed','closed','','1023-revision-v1','','','2017-05-29 21:49:43','2017-05-30 02:49:43','',1023,'http://daviddelk.net/band/1023-revision-v1/',0,'revision','',0),(1025,1,'2017-05-30 21:54:12','2017-05-31 02:54:12','','Sounds','','inherit','closed','closed','','342-revision-v1','','','2017-05-30 21:54:12','2017-05-31 02:54:12','',342,'http://daviddelk.net/band/342-revision-v1/',0,'revision','',0),(1026,1,'2017-05-30 21:56:51','2017-05-31 02:56:51','','COMING SOON','','inherit','closed','closed','','1023-autosave-v1','','','2017-05-30 21:56:51','2017-05-31 02:56:51','',1023,'http://daviddelk.net/band/1023-autosave-v1/',0,'revision','',0),(1028,1,'2017-06-02 21:20:22','2017-06-03 02:20:22','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" alignment=\"Center\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][vc_text_separator title=\"A FEW SONGS WE PERFORM\" i_type=\"entypo\" border_width=\"4\" css_animation=\"none\" add_icon=\"true\"][vc_column_text]TUXEDO JUNCTION\r\nA SENTIMENTAL JOURNEY\r\nME AND MRS JONES\r\nL-O-V-E\r\nZOOT SUIT RIOT\r\nWHAT EVER LOLA WANTS\r\nSLOW BOAT TO CHINA\r\nMAKIN\' WHOOPIE\r\nINTERMISSION RIFF\r\nJUMP, JIVE, AND WAIL\r\nYOU MADE ME LOVE YOU\r\nI\'LL BE SEEING YOU\r\nSUN VALLEY JUMP\r\nMACK THE KNIFE\r\nJUST A GIGOLO\r\nBBEAUTY AND THE BEAST\r\nCRY ME A RIVER\r\nNEW YORK, NEW YORK\r\nNATIONAL ANTHEM\r\nCELEBRATION\r\nLET THE GOOD TIMES ROLL\r\nI\'VE GOT YOU UNDER MY SKIN\r\nA FOGGY DAY\r\nMY BABY JUST CARES FOR ME\r\n\r\nMOON RIVER\r\nFLY ME TO THE MOON\r\nTHE BLUES BROTHERS\r\nSAVE THE LAST DANCE FOR ME\r\nIN THE MOOD\r\nNICE AND EASY\r\nSWEET GEORGIA BROWN\r\nTWENTY FOUR HOURS A DAY\r\nHOW SWEET IT IS TO BE LOVED BY YOU\r\nBLUES BROTHERS MEDLEY\r\nEVERGREEN\r\nQUANDO\r\nSMOOTH\r\nYOU\'VE LOST THAT LOVING FEELING\r\nSAVE THE LAST DANCE FOR ME\r\nYOU\'RE THE ONE THAT I WANT\r\nDON\'T GO BREAKIN\' MY HEART\r\nSATURDAY IN THE PARK[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-06-02 21:20:22','2017-06-03 02:20:22','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(1029,1,'2017-06-02 21:25:26','2017-06-03 02:25:26','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" alignment=\"Center\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][vc_text_separator title=\"A FEW SONGS WE PERFORM (this is just a partial list)\" i_type=\"entypo\" border_width=\"4\" css_animation=\"none\" add_icon=\"true\"][vc_column_text]TUXEDO JUNCTION\r\nA SENTIMENTAL JOURNEY\r\nME AND MRS JONES\r\nL-O-V-E\r\nZOOT SUIT RIOT\r\nWHAT EVER LOLA WANTS\r\nSLOW BOAT TO CHINA\r\nMAKIN\' WHOOPIE\r\nINTERMISSION RIFF\r\nJUMP, JIVE, AND WAIL\r\nYOU MADE ME LOVE YOU\r\nI\'LL BE SEEING YOU\r\nSUN VALLEY JUMP\r\nMACK THE KNIFE\r\nJUST A GIGOLO\r\nBBEAUTY AND THE BEAST\r\nCRY ME A RIVER\r\nNEW YORK, NEW YORK\r\nNATIONAL ANTHEM\r\nCELEBRATION\r\nLET THE GOOD TIMES ROLL\r\nI\'VE GOT YOU UNDER MY SKIN\r\nA FOGGY DAY\r\nMY BABY JUST CARES FOR ME\r\nMOON RIVER\r\nFLY ME TO THE MOON\r\nTHE BLUES BROTHERS\r\nSAVE THE LAST DANCE FOR ME\r\nIN THE MOOD\r\nNICE AND EASY\r\nSWEET GEORGIA BROWN\r\nTWENTY FOUR HOURS A DAY\r\nHOW SWEET IT IS TO BE LOVED BY YOU\r\nBLUES BROTHERS MEDLEY\r\nEVERGREEN\r\nQUANDO\r\nSMOOTH\r\nYOU\'VE LOST THAT LOVING FEELING\r\nSAVE THE LAST DANCE FOR ME\r\nYOU\'RE THE ONE THAT I WANT\r\nDON\'T GO BREAKIN\' MY HEART\r\nSATURDAY IN THE PARK[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-06-02 21:25:26','2017-06-03 02:25:26','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(1030,1,'2017-06-02 21:27:12','2017-06-03 02:27:12','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" alignment=\"Center\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][vc_text_separator title=\"A FEW SONGS WE PERFORM\" i_type=\"entypo\" border_width=\"4\" css_animation=\"none\" add_icon=\"true\"][vc_column_text](not to brag...but this is just a partial list!)\r\nTUXEDO JUNCTION\r\nA SENTIMENTAL JOURNEY\r\nME AND MRS JONES\r\nL-O-V-E\r\nZOOT SUIT RIOT\r\nWHAT EVER LOLA WANTS\r\nSLOW BOAT TO CHINA\r\nMAKIN\' WHOOPIE\r\nINTERMISSION RIFF\r\nJUMP, JIVE, AND WAIL\r\nYOU MADE ME LOVE YOU\r\nI\'LL BE SEEING YOU\r\nSUN VALLEY JUMP\r\nMACK THE KNIFE\r\nJUST A GIGOLO\r\nBBEAUTY AND THE BEAST\r\nCRY ME A RIVER\r\nNEW YORK, NEW YORK\r\nNATIONAL ANTHEM\r\nCELEBRATION\r\nLET THE GOOD TIMES ROLL\r\nI\'VE GOT YOU UNDER MY SKIN\r\nA FOGGY DAY\r\nMY BABY JUST CARES FOR ME\r\nMOON RIVER\r\nFLY ME TO THE MOON\r\nTHE BLUES BROTHERS\r\nSAVE THE LAST DANCE FOR ME\r\nIN THE MOOD\r\nNICE AND EASY\r\nSWEET GEORGIA BROWN\r\nTWENTY FOUR HOURS A DAY\r\nHOW SWEET IT IS TO BE LOVED BY YOU\r\nBLUES BROTHERS MEDLEY\r\nEVERGREEN\r\nQUANDO\r\nSMOOTH\r\nYOU\'VE LOST THAT LOVING FEELING\r\nSAVE THE LAST DANCE FOR ME\r\nYOU\'RE THE ONE THAT I WANT\r\nDON\'T GO BREAKIN\' MY HEART\r\nSATURDAY IN THE PARK[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-06-02 21:27:12','2017-06-03 02:27:12','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(1031,1,'2017-06-02 21:28:09','2017-06-03 02:28:09','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" alignment=\"Center\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][vc_text_separator title=\"A FEW SONGS WE PERFORM\" i_type=\"entypo\" border_width=\"4\" css_animation=\"none\" add_icon=\"true\"][vc_column_text]\r\n<p style=\"text-align: center;\">(not to brag...but this is just a partial list!)\r\nTUXEDO JUNCTION\r\nA SENTIMENTAL JOURNEY\r\nME AND MRS JONES\r\nL-O-V-E\r\nZOOT SUIT RIOT\r\nWHAT EVER LOLA WANTS\r\nSLOW BOAT TO CHINA\r\nMAKIN\' WHOOPIE\r\nINTERMISSION RIFF\r\nJUMP, JIVE, AND WAIL\r\nYOU MADE ME LOVE YOU\r\nI\'LL BE SEEING YOU\r\nSUN VALLEY JUMP\r\nMACK THE KNIFE\r\nJUST A GIGOLO\r\nBBEAUTY AND THE BEAST\r\nCRY ME A RIVER\r\nNEW YORK, NEW YORK\r\nNATIONAL ANTHEM\r\nCELEBRATION\r\nLET THE GOOD TIMES ROLL\r\nI\'VE GOT YOU UNDER MY SKIN\r\nA FOGGY DAY\r\nMY BABY JUST CARES FOR ME\r\nMOON RIVER\r\nFLY ME TO THE MOON\r\nTHE BLUES BROTHERS\r\nSAVE THE LAST DANCE FOR ME\r\nIN THE MOOD\r\nNICE AND EASY\r\nSWEET GEORGIA BROWN\r\nTWENTY FOUR HOURS A DAY\r\nHOW SWEET IT IS TO BE LOVED BY YOU\r\nBLUES BROTHERS MEDLEY\r\nEVERGREEN\r\nQUANDO\r\nSMOOTH\r\nYOU\'VE LOST THAT LOVING FEELING\r\nSAVE THE LAST DANCE FOR ME\r\nYOU\'RE THE ONE THAT I WANT\r\nDON\'T GO BREAKIN\' MY HEART\r\nSATURDAY IN THE PARK</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-06-02 21:28:09','2017-06-03 02:28:09','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(1032,1,'2017-06-02 21:29:27','2017-06-03 02:29:27','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"728\" img_size=\"full\" alignment=\"center\" css=\".vc_custom_1492401089923{margin-top: 20px !important;}\"][/vc_column][vc_column width=\"2/3\"][tpath_section_title title=\"More than you need to know...\" alignment=\"Center\" margin_bottom=\"30\"][vc_column_text]The Coast Big Band formed in 2007. The original members had been part of other big bands including Gerald O\'Neil\'s Today Band. We perform big band music from the late 1920s to music published currently. The organization puts from 17 to 25 performers on stage depending on booking, including vocalists. We feature arrangements originally performed by Frank Sinatra, Michael Buble\', Duke Ellington, Count Basie, and almost any tune in the American song book is available. A Blues Brothers Show is a hit with the audience. The Coast Big Band has concerts, performs at festivals and fundraiser, and entertains guests at wedding receptions. We even have a gospel music set that is appropriate for any church service.[/vc_column_text][vc_text_separator title=\"A FEW SONGS WE PERFORM\" i_type=\"entypo\" border_width=\"4\" css_animation=\"none\" add_icon=\"true\"][vc_column_text]\r\n<p style=\"text-align: center;\">(not to brag...but this is just a partial list!)\r\nTUXEDO JUNCTION\r\nA SENTIMENTAL JOURNEY\r\nME AND MRS JONES\r\nL-O-V-E\r\nZOOT SUIT RIOT\r\nWHAT EVER LOLA WANTS\r\nSLOW BOAT TO CHINA\r\nMAKIN\' WHOOPIE\r\nINTERMISSION RIFF\r\nJUMP, JIVE, AND WAIL\r\nYOU MADE ME LOVE YOU\r\nI\'LL BE SEEING YOU\r\nSUN VALLEY JUMP\r\nMACK THE KNIFE\r\nJUST A GIGOLO\r\nBBEAUTY AND THE BEAST\r\nCRY ME A RIVER\r\nNEW YORK, NEW YORK\r\nNATIONAL ANTHEM\r\nCELEBRATION\r\nLET THE GOOD TIMES ROLL\r\nI\'VE GOT YOU UNDER MY SKIN\r\nA FOGGY DAY\r\nMY BABY JUST CARES FOR ME\r\nMOON RIVER\r\nFLY ME TO THE MOON\r\nTHE BLUES BROTHERS\r\nSAVE THE LAST DANCE FOR ME\r\nIN THE MOOD\r\nNICE AND EASY\r\nSWEET GEORGIA BROWN\r\nTWENTY FOUR HOURS A DAY\r\nHOW SWEET IT IS TO BE LOVED BY YOU\r\nBLUES BROTHERS MEDLEY\r\nEVERGREEN\r\nQUANDO\r\nSMOOTH\r\nYOU\'VE LOST THAT LOVING FEELING\r\nSAVE THE LAST DANCE FOR ME\r\nYOU\'RE THE ONE THAT I WANT\r\nDON\'T GO BREAKIN\' MY HEART\r\nSATURDAY IN THE PARK\r\nAND SO MUCH MORE!</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row center_row=\"yes\" css=\".vc_custom_1492799372921{background-color: #000000 !important;}\"][vc_column][tpath_vc_team columns=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" content_placement=\"middle\" parallax=\"content-moving-fade\" parallax_image=\"885\" center_row=\"yes\" css=\".vc_custom_1492751810144{background-image: url(http://daviddelk.net/band/wp-content/uploads/2017/04/micandspark-2000-white.png?id=886) !important;background-position: 0 0;background-repeat: no-repeat !important;}\"][vc_column css=\".vc_custom_1492752075247{background-color: rgba(255,255,255,0.7) !important;*background-color: rgb(255,255,255) !important;}\"][vc_custom_heading text=\"Frequently Asked Questions\" font_container=\"tag:h2|text_align:center\"][vc_toggle title=\"Do you have regular concerts\" style=\"round_outline\" open=\"true\"]Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n[/vc_toggle][vc_toggle title=\"You are playing at my reception, can I ask for special tunes?\" style=\"round_outline\"]You bet! We want to make your day special and we can do that.\r\n\r\n[/vc_toggle][vc_toggle title=\"Can one of the vocalist also make announcements during the event?\" style=\"round_outline\"]Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n[/vc_toggle][vc_toggle title=\"Do you travel outside of the Gulf Coast to perform? \" style=\"round_outline\"]Yes we do. Contact us for more information and cost.[/vc_toggle][vc_toggle title=\"How do I join the band?\" style=\"round_outline\"]Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][vc_toggle title=\"Frequently Asked Questions....click here!\"]<em><strong>Do you have regular concerts?</strong></em> Yes! We perform several times during the year at the Mary C. O\'Keefe in Ocean Springs and other venues. Send us an email and we\'ll add you to our email blasts.\r\n\r\n<em><strong>You are playing at my reception, can I ask for special tunes?</strong></em> You bet! We want to make your day special and we can do that.\r\n\r\n<em><strong>Can one of the vocalist also make announcements during the event?</strong></em> Are you kidding!? Give them a microphone and they will do anything you ask.\r\n\r\n<em><strong>Do you travel outside of the Gulf Coast to perform?</strong></em> Yes we do. Contact us for more information and cost.\r\n\r\n<em><strong>How do I join the band?</strong></em> Most of our band members have been with us for years but sometimes we need new performers. Send us an email and we might just contact you.[/vc_toggle][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','755-revision-v1','','','2017-06-02 21:29:27','2017-06-03 02:29:27','',755,'http://daviddelk.net/band/755-revision-v1/',0,'revision','',0),(1033,1,'2017-08-13 23:26:18','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2017-08-13 23:26:18','0000-00-00 00:00:00','',0,'http://daviddelk.net/band/?p=1033',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `params` longtext NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'Home Slider','homeslider','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"category_1\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home Slider\",\"alias\":\"homeslider\",\"shortcode\":\"[rev_slider alias=\\\\\\\"homeslider\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullwidth\",\"width\":\"1200\",\"height\":\"700\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"#header\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"0\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"on\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"#E9E9E9\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"2\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"preview1\",\"navigation_arrows_preset\":\"default\",\"ph-preview1-arrows-hbg-color-rgba-def\":\"off\",\"ph-preview1-arrows-hbg-color-rgba\":\"#ffffff\",\"ph-preview1-arrows-harrow-color-rgba-def\":\"off\",\"ph-preview1-arrows-harrow-color-rgba\":\"rgba(0,0,0,0.5)\",\"ph-preview1-arrows-acolor-color-rgba-def\":\"off\",\"ph-preview1-arrows-acolor-color-rgba\":\"#ffffff\",\"ph-preview1-arrows-bg-color-rgba-def\":\"off\",\"ph-preview1-arrows-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"arrows_always_on\":\"true\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview1\",\"navigation_bullets_preset\":\"default\",\"ph-preview1-bullets-voffset-custom-def\":\"off\",\"ph-preview1-bullets-voffset-custom\":\"-80\",\"ph-preview1-bullets-hoffset-custom-def\":\"off\",\"ph-preview1-bullets-hoffset-custom\":\"0\",\"ph-preview1-bullets-height-custom-def\":\"off\",\"ph-preview1-bullets-height-custom\":\"60\",\"ph-preview1-bullets-width-custom-def\":\"off\",\"ph-preview1-bullets-width-custom\":\"120\",\"ph-preview1-bullets-innerhover-color-rgba-def\":\"off\",\"ph-preview1-bullets-innerhover-color-rgba\":\"#565656\",\"ph-preview1-bullets-outerhover-color-rgba-def\":\"off\",\"ph-preview1-bullets-outerhover-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-outercolor-color-rgba-def\":\"off\",\"ph-preview1-bullets-outercolor-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-outersize-custom-def\":\"off\",\"ph-preview1-bullets-outersize-custom\":\"5\",\"ph-preview1-bullets-colorinner-color-rgba-def\":\"off\",\"ph-preview1-bullets-colorinner-color-rgba\":\"#7f7f7f\",\"ph-preview1-bullets-innersize-custom-def\":\"off\",\"ph-preview1-bullets-innersize-custom\":\"3\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"true\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"40\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"150\",\"thumb_height\":\"100\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"true\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"40\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"on\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"150\",\"previewimage_height\":\"100\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''),(2,'Thumb Slider','thumbslider','{\"title\":\"Thumb Slider\",\"alias\":\"thumbslider\",\"shortcode\":\"[rev_slider thumbslider]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"off\",\"min_height\":\"0\",\"width\":\"770\",\"height\":\"750\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"next_slide_on_window_focus\":\"off\",\"start_js_after_delay\":0,\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":2,\"show_timerbar\":\"hide\",\"loop_slide\":\"loop\",\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"padding\":0,\"background_color\":\"#E9E9E9\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"navigation_style\":\"round\",\"navigaion_type\":\"thumb\",\"navigation_arrows\":\"none\",\"navigaion_always_on\":\"true\",\"hide_thumbs\":200,\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":0,\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":20,\"leftarrow_offset_vert\":0,\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":20,\"rightarrow_offset_vert\":0,\"thumb_width\":257,\"thumb_height\":220,\"thumb_amount\":3,\"use_spinner\":\"3\",\"spinner_color\":\"#FFFFFF\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"touchenabled\":\"on\",\"swipe_velocity\":75,\"swipe_min_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"start_with_slide\":\"1\",\"first_transition_active\":\"false\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\",\"version\":\"\"}','{\"version\":\"5.0.7\"}',''); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/2017\\/04\\/COAST-BIG-BAND-BICENTENNIAL-CELEBRATION-2017.jpg\",\"title\":\"Slide 1\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"scaledownfromright\"],\"0\":\"Remove\",\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"800\"],\"delay\":\"0\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"950\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-preview1-arrows-bg-color-rgba-slide\":\"off\",\"ph-preview1-arrows-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-preview1-arrows-acolor-color-rgba-slide\":\"off\",\"ph-preview1-arrows-acolor-color-rgba\":\"#ffffff\",\"ph-preview1-arrows-harrow-color-rgba-slide\":\"off\",\"ph-preview1-arrows-harrow-color-rgba\":\"rgba(0,0,0,0.5)\",\"ph-preview1-arrows-hbg-color-rgba-slide\":\"off\",\"ph-preview1-arrows-hbg-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-innersize-custom-slide\":\"off\",\"ph-preview1-bullets-innersize-custom\":\"3\",\"ph-preview1-bullets-colorinner-color-rgba-slide\":\"off\",\"ph-preview1-bullets-colorinner-color-rgba\":\"#7f7f7f\",\"ph-preview1-bullets-outersize-custom-slide\":\"off\",\"ph-preview1-bullets-outersize-custom\":\"5\",\"ph-preview1-bullets-outercolor-color-rgba-slide\":\"off\",\"ph-preview1-bullets-outercolor-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-outerhover-color-rgba-slide\":\"off\",\"ph-preview1-bullets-outerhover-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-innerhover-color-rgba-slide\":\"off\",\"ph-preview1-bullets-innerhover-color-rgba\":\"#565656\",\"ph-preview1-bullets-width-custom-slide\":\"off\",\"ph-preview1-bullets-width-custom\":\"120\",\"ph-preview1-bullets-height-custom-slide\":\"off\",\"ph-preview1-bullets-height-custom\":\"60\",\"ph-preview1-bullets-hoffset-custom-slide\":\"off\",\"ph-preview1-bullets-hoffset-custom\":\"0\",\"ph-preview1-bullets-voffset-custom-slide\":\"off\",\"ph-preview1-bullets-voffset-custom\":\"-80\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"0\":\"Remove\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\"}','[{\"text\":\"Welcome to The Coast Big Band\",\"type\":\"text\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":70},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\"},\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"slider-subtitle\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":0,\"timeLast\":8200,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"25px\"},\"max_width\":{\"desktop\":\"393px\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"50px\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":900,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":276,\"splitdelay\":\"12\",\"speed\":800,\"animation\":\"sfb\",\"easing\":\"Power3.easeIn\",\"sfxcolor\":\"#ffffff\",\"time_relative\":900,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":800,\"animation\":\"stb\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":4540,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Coast Big Band\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"display\":\"block\",\"seo-optimized\":false,\"link_follow\":\"follow\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"p_uid\":-1,\"zIndex\":5,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":true,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"parallax_layer_ddd_zlevel\":\"front\"}]','\"\"'),(2,1,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/2017\\/04\\/abcd.jpg\",\"title\":\"Slide 2\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"fadefromright\"],\"0\":\"Remove\",\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"800\"],\"delay\":\"0\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center right\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"130\",\"kb_duration\":\"10000\",\"kb_easing\":\"Power3.easeIn\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"753\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-preview1-arrows-bg-color-rgba-slide\":\"off\",\"ph-preview1-arrows-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-preview1-arrows-acolor-color-rgba-slide\":\"off\",\"ph-preview1-arrows-acolor-color-rgba\":\"#ffffff\",\"ph-preview1-arrows-harrow-color-rgba-slide\":\"off\",\"ph-preview1-arrows-harrow-color-rgba\":\"rgba(0,0,0,0.5)\",\"ph-preview1-arrows-hbg-color-rgba-slide\":\"off\",\"ph-preview1-arrows-hbg-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-innersize-custom-slide\":\"off\",\"ph-preview1-bullets-innersize-custom\":\"3\",\"ph-preview1-bullets-colorinner-color-rgba-slide\":\"off\",\"ph-preview1-bullets-colorinner-color-rgba\":\"#7f7f7f\",\"ph-preview1-bullets-outersize-custom-slide\":\"off\",\"ph-preview1-bullets-outersize-custom\":\"5\",\"ph-preview1-bullets-outercolor-color-rgba-slide\":\"off\",\"ph-preview1-bullets-outercolor-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-outerhover-color-rgba-slide\":\"off\",\"ph-preview1-bullets-outerhover-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-innerhover-color-rgba-slide\":\"off\",\"ph-preview1-bullets-innerhover-color-rgba\":\"#565656\",\"ph-preview1-bullets-width-custom-slide\":\"off\",\"ph-preview1-bullets-width-custom\":\"120\",\"ph-preview1-bullets-height-custom-slide\":\"off\",\"ph-preview1-bullets-height-custom\":\"60\",\"ph-preview1-bullets-hoffset-custom-slide\":\"off\",\"ph-preview1-bullets-hoffset-custom\":\"0\",\"ph-preview1-bullets-voffset-custom-slide\":\"off\",\"ph-preview1-bullets-voffset-custom\":\"-80\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"0\":\"Remove\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\"}','[{\"text\":\"Fabulous Singers\",\"type\":\"text\",\"left\":{\"desktop\":-5},\"top\":{\"desktop\":145},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\"},\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"slider-subtitle\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":204,\"height\":23,\"serial\":0,\"timeLast\":8200,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"28px\"},\"max_width\":{\"desktop\":\"205px\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"50px\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":900,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":168,\"splitdelay\":\"12\",\"speed\":800,\"animation\":\"sfb\",\"easing\":\"Power3.easeIn\",\"sfxcolor\":\"#ffffff\",\"time_relative\":900,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0012207031,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":800,\"animation\":\"stb\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5620.0012207031,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"all you can eat spar...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"display\":\"block\",\"seo-optimized\":false,\"link_follow\":\"follow\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"p_uid\":-1,\"zIndex\":5,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":true,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(3,1,3,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/2017\\/04\\/IMG_6425-e1491522412249.jpg\",\"title\":\"Slide 3\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"fadefromright\"],\"0\":\"Remove\",\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"800\"],\"delay\":\"0\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center right\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"130\",\"kb_duration\":\"10000\",\"kb_easing\":\"Power3.easeIn\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"754\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-preview1-arrows-bg-color-rgba-slide\":\"off\",\"ph-preview1-arrows-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-preview1-arrows-acolor-color-rgba-slide\":\"off\",\"ph-preview1-arrows-acolor-color-rgba\":\"#ffffff\",\"ph-preview1-arrows-harrow-color-rgba-slide\":\"off\",\"ph-preview1-arrows-harrow-color-rgba\":\"rgba(0,0,0,0.5)\",\"ph-preview1-arrows-hbg-color-rgba-slide\":\"off\",\"ph-preview1-arrows-hbg-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-innersize-custom-slide\":\"off\",\"ph-preview1-bullets-innersize-custom\":\"3\",\"ph-preview1-bullets-colorinner-color-rgba-slide\":\"off\",\"ph-preview1-bullets-colorinner-color-rgba\":\"#7f7f7f\",\"ph-preview1-bullets-outersize-custom-slide\":\"off\",\"ph-preview1-bullets-outersize-custom\":\"5\",\"ph-preview1-bullets-outercolor-color-rgba-slide\":\"off\",\"ph-preview1-bullets-outercolor-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-outerhover-color-rgba-slide\":\"off\",\"ph-preview1-bullets-outerhover-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-innerhover-color-rgba-slide\":\"off\",\"ph-preview1-bullets-innerhover-color-rgba\":\"#565656\",\"ph-preview1-bullets-width-custom-slide\":\"off\",\"ph-preview1-bullets-width-custom\":\"120\",\"ph-preview1-bullets-height-custom-slide\":\"off\",\"ph-preview1-bullets-height-custom\":\"60\",\"ph-preview1-bullets-hoffset-custom-slide\":\"off\",\"ph-preview1-bullets-hoffset-custom\":\"0\",\"ph-preview1-bullets-voffset-custom-slide\":\"off\",\"ph-preview1-bullets-voffset-custom\":\"-80\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}','[{\"text\":\"Fun for any event!\",\"type\":\"text\",\"left\":{\"desktop\":0},\"top\":{\"desktop\":114},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\"},\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"slider-title\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":220,\"height\":23,\"serial\":0,\"timeLast\":8200,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"23px\"},\"max_width\":{\"desktop\":\"220px\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"50px\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":900,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":168,\"splitdelay\":\"12\",\"speed\":800,\"animation\":\"sfb\",\"easing\":\"Power3.easeIn\",\"sfxcolor\":\"#ffffff\",\"time_relative\":900,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0012207031,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":800,\"animation\":\"stb\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":5620.0012207031,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Fun for an event\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"display\":\"block\",\"seo-optimized\":false,\"link_follow\":\"follow\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"p_uid\":-1,\"zIndex\":5,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":true,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(4,2,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/thumbslider\\/thumb-gallery-01.jpg\",\"title\":\"Slide 1\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideleft\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":800,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"text\":\"Restaurant Lounge Room\",\"type\":\"text\",\"left\":10,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"slider-thumb-title\",\"time\":100,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}}]','\"\"'),(5,2,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/thumbslider\\/thumb-gallery-02.jpg\",\"title\":\"Slide 2\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideleft\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":800,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"text\":\"Restaurant Lounge Room\",\"type\":\"text\",\"left\":10,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"slider-thumb-title\",\"time\":100,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8700,\"endWithSlide\":true,\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}}]','\"\"'),(6,2,3,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/thumbslider\\/thumb-gallery-03.jpg\",\"title\":\"Slide 3\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideleft\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":800,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"text\":\"Restaurant Lounge Room\",\"type\":\"text\",\"left\":10,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"slider-thumb-title\",\"time\":100,\"endtime\":\"8700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"endTimeFinal\":8700,\"endSpeedFinal\":300,\"realEndTime\":9000,\"timeLast\":8500,\"endWithSlide\":true,\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}}]','\"\"'),(7,1,4,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/2017\\/04\\/Bicentennial-Concert-7463-e1491799598385.jpg\",\"title\":\"Slide 3\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":[\"fadefromright\"],\"0\":\"Remove\",\"slot_amount\":[\"7\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"800\"],\"delay\":\"0\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center right\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"130\",\"kb_duration\":\"10000\",\"kb_easing\":\"Power3.easeIn\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"media-filter-type\":\"none\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"793\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-preview1-arrows-bg-color-rgba-slide\":\"off\",\"ph-preview1-arrows-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-preview1-arrows-acolor-color-rgba-slide\":\"off\",\"ph-preview1-arrows-acolor-color-rgba\":\"#ffffff\",\"ph-preview1-arrows-harrow-color-rgba-slide\":\"off\",\"ph-preview1-arrows-harrow-color-rgba\":\"rgba(0,0,0,0.5)\",\"ph-preview1-arrows-hbg-color-rgba-slide\":\"off\",\"ph-preview1-arrows-hbg-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-innersize-custom-slide\":\"off\",\"ph-preview1-bullets-innersize-custom\":\"3\",\"ph-preview1-bullets-colorinner-color-rgba-slide\":\"off\",\"ph-preview1-bullets-colorinner-color-rgba\":\"#7f7f7f\",\"ph-preview1-bullets-outersize-custom-slide\":\"off\",\"ph-preview1-bullets-outersize-custom\":\"5\",\"ph-preview1-bullets-outercolor-color-rgba-slide\":\"off\",\"ph-preview1-bullets-outercolor-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-outerhover-color-rgba-slide\":\"off\",\"ph-preview1-bullets-outerhover-color-rgba\":\"#ffffff\",\"ph-preview1-bullets-innerhover-color-rgba-slide\":\"off\",\"ph-preview1-bullets-innerhover-color-rgba\":\"#565656\",\"ph-preview1-bullets-width-custom-slide\":\"off\",\"ph-preview1-bullets-width-custom\":\"120\",\"ph-preview1-bullets-height-custom-slide\":\"off\",\"ph-preview1-bullets-height-custom\":\"60\",\"ph-preview1-bullets-hoffset-custom-slide\":\"off\",\"ph-preview1-bullets-hoffset-custom\":\"0\",\"ph-preview1-bullets-voffset-custom-slide\":\"off\",\"ph-preview1-bullets-voffset-custom\":\"-80\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"0\":\"Remove\"}','[{\"text\":\"The \\\"other\\\" Blues Brothers\",\"type\":\"text\",\"left\":{\"desktop\":5},\"top\":{\"desktop\":116},\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\"},\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"slider-title\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":372,\"height\":43,\"serial\":0,\"timeLast\":8200,\"endWithSlide\":true,\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"329px\"},\"2d_rotation\":0,\"alt\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"link_id\":\"\",\"link_class\":\"\",\"link_title\":\"\",\"link_rel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\",\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"50px\",\"y_end\":\"50px\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":900,\"delay\":0,\"split\":\"chars\",\"split_direction\":\"forward\",\"split_extratime\":264,\"splitdelay\":\"12\",\"speed\":800,\"animation\":\"sfb\",\"easing\":\"Power3.easeIn\",\"sfxcolor\":\"#ffffff\",\"time_relative\":900,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.0009155273,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":800,\"animation\":\"stb\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":4660.0009155273,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Fun for an event\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"min_height\":\"40px\",\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"display\":\"block\",\"seo-optimized\":false,\"link_follow\":\"follow\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"css-position\":\"relative\",\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"800\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"p_uid\":-1,\"zIndex\":5,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"autolinebreak\":true,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_static_slides` VALUES (1,1,'{\"background_type\":\"trans\"}','',''); /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_smush_dir_images` -- DROP TABLE IF EXISTS `wp_smush_dir_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_smush_dir_images` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lossy` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `error` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `file_time` int(10) unsigned DEFAULT NULL, `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `meta` text COLLATE utf8mb4_unicode_520_ci, UNIQUE KEY `id` (`id`), UNIQUE KEY `path` (`path`(191)), KEY `image_size` (`image_size`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_smush_dir_images` -- LOCK TABLES `wp_smush_dir_images` WRITE; /*!40000 ALTER TABLE `wp_smush_dir_images` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_smush_dir_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (629,22,0),(634,24,0),(635,16,0),(637,16,0),(640,21,0),(640,24,0),(642,16,0),(642,24,0),(643,21,0),(643,22,0),(646,16,0),(646,22,0),(740,30,0),(765,30,0),(766,31,0),(767,31,0),(769,31,0),(770,30,0),(1023,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'category','',0,0),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'post_tag','',0,0),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(16,16,'store_types','',0,4),(17,17,'team_member_categories','',0,0),(19,19,'testimonial_categories','',0,0),(20,20,'client_categories','',0,0),(21,21,'store_types','',0,2),(22,22,'store_types','',0,3),(23,23,'client_categories','',0,0),(24,24,'store_types','',0,3),(25,25,'testimonial_categories','',0,0),(30,30,'nav_menu','',0,3),(31,31,'nav_menu','',0,3),(32,32,'post_format','',0,0),(33,33,'post_format','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Menus','menus',0),(3,'Restaurant','restaurant',0),(4,'Spices','spices',0),(5,'Steaks','steaks',0),(6,'Dishes','dishes',0),(7,'Food','food',0),(8,'Meat','meat',0),(9,'Menus','menus',0),(10,'Restaurant','restaurant',0),(11,'Roasted','roasted',0),(12,'Salads','salads',0),(13,'Spices','spices',0),(14,'Steak','steak',0),(16,'Casual Dining','casual-dining',0),(17,'Coast_Big_Band','cbband',0),(19,'Clients','clients',0),(20,'Dark','dark',0),(21,'Fast-Casual Restaurants','fast-casual-restaurants',0),(22,'Fine Dining','fine-dining',0),(23,'Light','light',0),(24,'Quick-Service Restaurants','quick-service-restaurants',0),(25,'Reviews','reviews',0),(30,'Left Menu','left-menu',0),(31,'Right Menu','right-menu',0),(32,'Image','post-format-image',0),(33,'Gallery','post-format-gallery',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','coastbigband'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','vc_pointers_backend_editor,vc_pointers_frontend_editor'),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(16,1,'wp_dashboard_quick_press_last_post_id','1033'),(18,1,'wp_user-settings','libraryContent=upload&editor=tinymce&edit_element_vcUIPanelWidth=631&edit_element_vcUIPanelLeft=279px&edit_element_vcUIPanelTop=77px&panel_vcUIPanelWidth=650&panel_vcUIPanelLeft=640px&panel_vcUIPanelTop=74px'),(19,1,'wp_user-settings-time','1496199509'),(20,1,'nav_menu_recently_edited','30'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:7:{i:0;s:29:\"add-post-type-tpath_portfolio\";i:1;s:31:\"add-post-type-tpath_testimonial\";i:2;s:31:\"add-post-type-tpath_team_member\";i:3;s:27:\"add-post-type-tpath_clients\";i:4;s:26:\"add-post-type-tpath_stores\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";}'),(23,1,'closedpostboxes_page','a:1:{i:0;s:7:\"slugdiv\";}'),(24,1,'metaboxhidden_page','a:0:{}'),(25,1,'tribe_setDefaultNavMenuBoxes','1'),(26,1,'closedpostboxes_tribe_events','a:1:{i:0;s:10:\"wpseo_meta\";}'),(27,1,'metaboxhidden_tribe_events','a:1:{i:0;s:7:\"slugdiv\";}'),(28,1,'session_tokens','a:2:{s:64:\"5313bef24d5f7f97f992fd8b6f155fc235a3a1dec7a55187d650567bb63ca67c\";a:4:{s:10:\"expiration\";i:1503024254;s:2:\"ip\";s:15:\"184.155.206.128\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4\";s:5:\"login\";i:1502851454;}s:64:\"e00af2bde7484465a07bfd3aa4ea099c208c799436ca3008063c3c72643fccdb\";a:4:{s:10:\"expiration\";i:1503092011;s:2:\"ip\";s:15:\"184.155.206.128\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1502919211;}}'),(29,1,'_yoast_wpseo_profile_updated','1492570577'),(30,1,'manageedit-tribe_eventscolumnshidden','a:7:{i:0;s:11:\"events-cats\";i:1;s:4:\"tags\";i:2;s:8:\"comments\";i:3;s:11:\"wpseo-score\";i:4;s:11:\"wpseo-title\";i:5;s:14:\"wpseo-metadesc\";i:6;s:13:\"wpseo-focuskw\";}'),(31,1,'closedpostboxes_ai1ec_event','a:0:{}'),(32,1,'metaboxhidden_ai1ec_event','a:1:{i:0;s:7:\"slugdiv\";}'),(34,1,'_imagify_ignore_notices','a:1:{i:0;s:13:\"wrong-api-key\";}'),(35,1,'_imagify_ignore_notices','a:1:{i:0;s:13:\"wrong-api-key\";}'),(36,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"184.155.206.0\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'coastbigband','$P$Bbl1fZ/FIVTVuixexOgLfYRpYF8bRZ/','coastbigband','david@abcrental.com','','2016-06-23 15:23:45','',0,'coastbigband'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_excluded_files` -- DROP TABLE IF EXISTS `wp_wpb2d_excluded_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpb2d_excluded_files` ( `file` varchar(255) NOT NULL, `isdir` tinyint(1) NOT NULL, UNIQUE KEY `file` (`file`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpb2d_excluded_files` -- LOCK TABLES `wp_wpb2d_excluded_files` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_excluded_files` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpb2d_excluded_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_options` -- DROP TABLE IF EXISTS `wp_wpb2d_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpb2d_options` ( `name` varchar(50) NOT NULL, `value` varchar(255) NOT NULL, UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpb2d_options` -- LOCK TABLES `wp_wpb2d_options` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_options` DISABLE KEYS */; INSERT INTO `wp_wpb2d_options` VALUES ('access_token','7tdiew20gzumjxda'),('access_token_secret','afpoeo3lnwptqb3'),('database_version','2'),('oauth_state','access'),('request_token','dCbyURoteYMwypGl'),('request_token_secret','ISPNb7cjQeFznZCF'); /*!40000 ALTER TABLE `wp_wpb2d_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_processed_dbtables` -- DROP TABLE IF EXISTS `wp_wpb2d_processed_dbtables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpb2d_processed_dbtables` ( `name` varchar(255) NOT NULL, `count` int(11) NOT NULL DEFAULT '0', UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpb2d_processed_dbtables` -- LOCK TABLES `wp_wpb2d_processed_dbtables` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_processed_dbtables` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpb2d_processed_dbtables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_processed_files` -- DROP TABLE IF EXISTS `wp_wpb2d_processed_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpb2d_processed_files` ( `file` varchar(255) NOT NULL, `offset` int(11) NOT NULL DEFAULT '0', `uploadid` varchar(50) DEFAULT NULL, UNIQUE KEY `file` (`file`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpb2d_processed_files` -- LOCK TABLES `wp_wpb2d_processed_files` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_processed_files` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpb2d_processed_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0322163_9' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2017-08-16 17:53:56